summaryrefslogtreecommitdiffstats
path: root/src/cdma-sms.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16cdma-sms: Update to the new API declarationDenis Kenzior1-1/+1
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-1/+1
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-1/+2
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-05-24cdma-sms: Add CDMA SMS SupportLei Yu1-0/+330