diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-03-11 19:53:11 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-03-11 19:53:11 +0000 |
commit | 37f937248cb8f16dfa726b2ef659ce7a3e930529 (patch) | |
tree | f7fadae6b27378beb65e2903f1afe482ce2c1e44 /hcid/adapter.c | |
parent | 950377679e4ef6a00e8e3e862394d46e283dd5bb (diff) |
CreateDevice: return object path instead of string
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r-- | hcid/adapter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c index 832fb3e3..495b5b46 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -3344,7 +3344,7 @@ static void discover_services_cb(gpointer user_data, sdp_list_t *recs, int err) if (!reply) goto failed; - dbus_message_append_args(reply, DBUS_TYPE_STRING, &path, + dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID); send_message_and_unref(adapter->create->conn, reply); |