projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2acb22
)
handsfree: Mark GetProperties method ASYNC
author
Denis Kenzior
<denkenz@gmail.com>
Sun, 5 Jul 2015 11:01:58 +0000
(06:01 -0500)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 6 Jul 2015 09:06:45 +0000
(
04:06
-0500)
src/handsfree.c
patch
|
blob
|
history
diff --git
a/src/handsfree.c
b/src/handsfree.c
index a97dee068e511e65cb0b18f9ea63687f1ace06df..31b9d7d7ecd61d8c3fe069e620792be1f502073a 100644
(file)
--- a/
src/handsfree.c
+++ b/
src/handsfree.c
@@
-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",