Diff between 55bf340c04ff6f18864d14efa8b34be4385ca810 and 5ef85aecf5ea1ffd5155f77099be6e73478910fc

Changed Files

File Additions Deletions Status
doc/control-api.txt +0 -3 modified
doc/media-api.txt +9 -4 modified

Full Patch

diff --git a/doc/control-api.txt b/doc/control-api.txt
index 5fc8991..7f51e3d 100644
--- a/doc/control-api.txt
+++ b/doc/control-api.txt
@@ -1,9 +1,6 @@
 BlueZ D-Bus Control API description
 ***********************************
 
-Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
-Copyright (C) 2007-2008  David Stockwell <dstockwell@frequency-one.com>
-
 
 Control hierarchy
 =================
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 1865df9..28e6c94 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -1,6 +1,7 @@
 BlueZ D-Bus Media API description
 *********************************
 
+
 Media hierarchy
 ===============
 
@@ -123,15 +124,17 @@ Methods		void RegisterEndpoint(object endpoint, dict properties)
 
 			Unregister sender media player.
 
+
 MediaPlayer1 hierarchy
 ======================
 
 Service		unique name (Target role)
-		org.bluez (Controller role)
 Interface	org.bluez.MediaPlayer1
-Object path	freely definable (Target role)
-		[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/playerX
-		(Controller role)
+Object path	freely definable
+
+Service		org.bluez (Controller role)
+Interface	org.bluez.MediaPlayer1
+Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/playerX
 
 Methods		dict GetTrack()
 
@@ -219,6 +222,7 @@ Properties	string Equalizer [readwrite]
 			possible to signal its end by setting position to the
 			maximum uint32 value.
 
+
 MediaEndpoint1 hierarchy
 ========================
 
@@ -254,6 +258,7 @@ Methods		void SetConfiguration(object transport, dict properties)
 			endpoint, because when this method gets called it has
 			already been unregistered.
 
+
 MediaTransport1 hierarchy
 =========================