summaryrefslogtreecommitdiffstats
path: root/src/ctm.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-15ctm: Remove shadowing reply variableMarcel Holtmann1-2/+0
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-7/+7
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-5/+8
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-2/+2
2010-11-26ctm: fix minor style issuesDenis Kenzior1-6/+4
2010-11-26ctm: Add initial CTM atom implementationLucas De Marchi1-0/+334