summaryrefslogtreecommitdiff
path: root/gdbus/object.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-05-18 15:32:05 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-05-18 11:49:12 -0700
commitb81789d1fce1d91da8ea54b0d73a73b11a49d6b8 (patch)
tree6fb038d12f0a0fd3bff1adff8a6190d10a38275f /gdbus/object.c
parent01f3cd85474dcd3b790d0a4fef1df104435f92a0 (diff)
downloadobexd-b81789d1fce1d91da8ea54b0d73a73b11a49d6b8.tar.gz
gdbus: remove signature and reply from tables
Diffstat (limited to 'gdbus/object.c')
-rw-r--r--gdbus/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbus/object.c b/gdbus/object.c
index b187bb5..fcdd6ec 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) },
{ }
};