summaryrefslogtreecommitdiff
path: root/attrib
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-26 18:11:25 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-27 10:33:53 +0300
commita66a557038c0e3d21bc4f14090efb497558a12be (patch)
tree685fa2401f7780e0ce51f014c74dafdad313055a /attrib
parentea793cb9f744cd2942b66385118161b880de958a (diff)
downloadbluez-a66a557038c0e3d21bc4f14090efb497558a12be.tar.gz
Fix GDBus flags after conversion to macros
Commit "aa3b9016bf444b60e1b7e1804dfc323a23a93c5a Convert GDBus methods to use macro helpers" converted the previous tables to use the new macros but some flags were lost.
Diffstat (limited to 'attrib')
-rw-r--r--attrib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/client.c b/attrib/client.c
index 8d119df09..b3e3abea5 100644
--- a/attrib/client.c
+++ b/attrib/client.c
@@ -519,7 +519,7 @@ static const GDBusMethodTable char_methods[] = {
{ GDBUS_METHOD("GetProperties",
NULL, GDBUS_ARGS({ "properties", "a{sv}" }),
get_properties) },
- { GDBUS_METHOD("SetProperty",
+ { GDBUS_ASYNC_METHOD("SetProperty",
GDBUS_ARGS({ "name", "s" }, { "value", "v" }), NULL,
set_property) },
{ }