summaryrefslogtreecommitdiffstats
path: root/plugins/smart-messaging.c
diff options
context:
space:
mode:
authorHenrique Dante de Almeida <hdante@profusion.mobi>2012-05-20 02:07:25 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-05-20 02:47:56 -0700
commit63bbdebdf2f515193ab9c067eddc1c2add24e0e3 (patch)
treeb24fcbd92bc8c681892d803d9d62f57afd0879d8 /plugins/smart-messaging.c
parentaddd756348ee6271da8198f4eec955954e149a34 (diff)
downloadofono-63bbdebdf2f515193ab9c067eddc1c2add24e0e3.tar.bz2
Constify GDBus method tables
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
Diffstat (limited to 'plugins/smart-messaging.c')
-rw-r--r--plugins/smart-messaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/smart-messaging.c b/plugins/smart-messaging.c
index d6d77cf0..6820b20e 100644
--- a/plugins/smart-messaging.c
+++ b/plugins/smart-messaging.c
@@ -268,7 +268,7 @@ static DBusMessage *smart_messaging_send_vcal(DBusConnection *conn,
return NULL;
}
-static GDBusMethodTable smart_messaging_methods[] = {
+static const GDBusMethodTable smart_messaging_methods[] = {
{ "RegisterAgent", "o", "", smart_messaging_register_agent },
{ "UnregisterAgent", "o", "", smart_messaging_unregister_agent },
{ "SendBusinessCard", "say", "o", smart_messaging_send_vcard,