Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-16 | cdma-sms: Update to the new API declaration | Denis Kenzior | 1 | -1/+1 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -1/+1 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -1/+2 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-05-24 | cdma-sms: Add CDMA SMS Support | Lei Yu | 1 | -0/+330 | |