summaryrefslogtreecommitdiff
path: root/src/manager.c
diff options
context:
space:
mode:
authorHenrique Dante de Almeida <hdante@profusion.mobi>2012-05-18 17:30:02 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-05-18 15:02:37 -0700
commit943cffdfb0b70d22bcc3513f425398ee7cdd196f (patch)
tree52747d13466e057a69a6a5437d4ce741199d6140 /src/manager.c
parent271ca983b3576a16f5685832c1e405bce8c15f44 (diff)
downloadconnman-943cffdfb0b70d22bcc3513f425398ee7cdd196f.tar.gz
connman-943cffdfb0b70d22bcc3513f425398ee7cdd196f.tar.bz2
connman-943cffdfb0b70d22bcc3513f425398ee7cdd196f.zip
Constify GDBus method tables
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager.c b/src/manager.c
index 86e846e5..dc3702dd 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -393,7 +393,7 @@ static DBusMessage *release_private_network(DBusConnection *conn,
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}
-static GDBusMethodTable manager_methods[] = {
+static const GDBusMethodTable manager_methods[] = {
{ "GetProperties", "", "a{sv}", get_properties },
{ "SetProperty", "sv", "", set_property,
G_DBUS_METHOD_FLAG_ASYNC },