aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 11:01:59 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commit78b02b0461a80f6c42c248a551787fce8bdb4043 (patch)
tree0611dadf9c756b46475913f5ea9673f02b46857c
parent97af6daa24c2f76f70c8fe1894a5d2280c9aa234 (diff)
downloadobexd-78b02b0461a80f6c42c248a551787fce8bdb4043.tar.gz
client-api: Change D-Bus namespace to org.bluez.obex.client
-rw-r--r--doc/client-api.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 2165c22..6d2c05f 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -8,8 +8,8 @@ Copyright (C) 2011-2012 BMW Car IT GmbH. All rights reserved.
Client hierarchy
================
-Service org.openobex.client
-Interface org.openobex.Client
+Service org.bluez.obex.client
+Interface org.bluez.obex.Client
Object path /
Methods object CreateSession(string destination, dict args)
@@ -39,7 +39,7 @@ Methods object CreateSession(string destination, dict args)
Session hierarchy
=================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.Session
Object path [variable prefix]/{session0,session1,...}
@@ -60,7 +60,7 @@ Properties string Source [readonly]
Object Push hierarchy
=====================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.ObjectPush
Object path [variable prefix]/{session0,session1,...}
@@ -110,7 +110,7 @@ Methods object, dict SendFile(string sourcefile)
File Transfer hierarchy
=======================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.FileTransfer
Object path [variable prefix]/{session0,session1,...}
@@ -183,7 +183,7 @@ Methods void ChangeFolder(string folder)
Phonebook Access hierarchy
=======================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.PhonebookAccess
Object path [variable prefix]/{session0,session1,...}
@@ -297,7 +297,7 @@ Methods void Select(string location, string phonebook)
Synchronization hierarchy
=======================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.Synchronization
Object path [variable prefix]/{session0,session1,...}
@@ -343,7 +343,7 @@ Methods void SetLocation(string location)
Message Access hierarchy
=========================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.MessageAccess
Object path [variable prefix]/{session0,session1,...}
@@ -355,7 +355,7 @@ Methods void SetFolder(string name)
Transfer hierarchy
==================
-Service org.openobex.client
+Service org.bluez.obex.client
Interface org.openobex.Transfer
Object path [variable prefix]/{transfer0,transfer1,...}