summaryrefslogtreecommitdiffstats
path: root/plugins/smart-messaging.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-13/+10
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-6/+15
With these macro helpers we can separate in/out arguments and use their own vector.
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-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-02-02smart-messaging: set agent to NULL after freeLucas De Marchi1-0/+1
If agent is not set to NULL after it's freed, the following situation would not work: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_register_agent() And this one could potentially crash oFono: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_unregister_agent()
2011-01-12plugins: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-2/+2
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-04smart-messaging: Implement SendAppointmentDenis Kenzior1-1/+38
2010-11-04smart-messaging: Implement SendBusinessCardDenis Kenzior1-1/+52
2010-11-02smart-messaging: Register to vCal notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Register for vCard notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Free agent when sms atom exitsDenis Kenzior1-5/+6
2010-11-02smart-messaging: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02smart-messaging: Implement RegisterAgentDenis Kenzior1-1/+34
2010-10-11Fix smart messaging D-Bus signaturesAki Niemi1-4/+4
2010-10-01build: Rename smart_messaging.c to smart-messaging.cMarcel Holtmann1-0/+167