From 5064f6bb6452d89cec60ba9828db5d427113ca56 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 18 May 2012 17:30:10 -0300 Subject: gdbus: remove signature and reply from tables --- gdbus/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbus/object.c') diff --git a/gdbus/object.c b/gdbus/object.c index b187bb59..fcdd6eca 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -471,7 +471,7 @@ done: } static const GDBusMethodTable introspect_methods[] = { - { _GDBUS_METHOD("Introspect", "", "s", NULL, + { GDBUS_METHOD("Introspect", NULL, GDBUS_ARGS({ "xml", "s" }), introspect) }, { } }; -- cgit v1.2.3