summaryrefslogtreecommitdiffstats
path: root/src/cdma-netreg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-3/+3
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/+3
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' {} \;
2012-01-07cdma-netreg: Add provider name and SID supportPhilippe Nunes1-0/+40
2011-11-24cdma-netreg: Add skeleton sid query implementationPhilippe Nunes1-0/+25
2011-10-30cdma-netreg: Implement new public APIGuillaume Zajac1-0/+8
2011-08-09cdma-netreg: Initialize hdr strengthDenis Kenzior1-0/+1
2011-08-09cdma-netreg: Implement HDR strength updatesDenis Kenzior1-7/+29
2011-08-05cdma-netreg: Add Strength property supportBertrand Aygon1-0/+39
2011-08-05cdma-netreg: implement support for Status propertyBertrand Aygon1-0/+47
2011-08-05cdma-netreg: Add initial stub implementationBertrand Aygon1-0/+190