summaryrefslogtreecommitdiffstats
path: root/src/message.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-3/+6
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-03-18sms: Move CancelMessage(o) methodDenis Kenzior1-0/+28
Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API
2011-03-18message: add cancelled stateLucas De Marchi1-0/+2
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-01-20sms: Break out message objects into message.[ch]Faiyaz Baxamusa1-0/+228
These can be used as is by the CDMA SMS manager atom