handsfree: Mark GetProperties method ASYNC

This commit is contained in:
Denis Kenzior 2015-07-05 06:01:58 -05:00
parent a2acb227fd
commit 35ebbf4c97
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ static DBusMessage *handsfree_request_phone_number(DBusConnection *conn,
}
static const GDBusMethodTable handsfree_methods[] = {
{ GDBUS_METHOD("GetProperties",
{ GDBUS_ASYNC_METHOD("GetProperties",
NULL, GDBUS_ARGS({ "properties", "a{sv}" }),
handsfree_get_properties) },
{ GDBUS_ASYNC_METHOD("SetProperty",