From f81c82f1f60783de0723a68ecb856889b9da5834 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 17 May 2012 19:56:27 -0700 Subject: gdbus: Constify introspection method table --- gdbus/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbus') diff --git a/gdbus/object.c b/gdbus/object.c index e378074e..0ef6c80e 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -496,7 +496,7 @@ done: g_free(parent_path); } -static GDBusMethodTable introspect_methods[] = { +static const GDBusMethodTable introspect_methods[] = { { "Introspect", "", "s", introspect }, { } }; -- cgit v1.2.3