summaryrefslogtreecommitdiff
path: root/gdbus/object.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-05-18 17:30:10 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-05-18 15:02:37 -0700
commit5064f6bb6452d89cec60ba9828db5d427113ca56 (patch)
treeb6b9e9f185331f0310d2e38b848472a25ac2f625 /gdbus/object.c
parentc63eb830386932317033acd092a56f9b82755f4c (diff)
downloadconnman-5064f6bb6452d89cec60ba9828db5d427113ca56.tar.gz
connman-5064f6bb6452d89cec60ba9828db5d427113ca56.tar.bz2
connman-5064f6bb6452d89cec60ba9828db5d427113ca56.zip
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 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) },
{ }
};