Diff between c342bfc50ab38e2e5297b8527fb249dc718365d1 and 0ecced58f355a83c5acc6e0571d03772cc6f30df

Changed Files

File Additions Deletions Status
doc/media-api.txt +2 -19 modified

Full Patch

diff --git a/doc/media-api.txt b/doc/media-api.txt
index 9863198..20aad19 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -133,24 +133,12 @@ Object path	freely definable (Target role)
 		[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/playerX
 		(Controller role)
 
-Methods		dict GetProperties()
-
-			Returns all properties for the interface. See the
-			properties section for available properties.
-
-		dict GetTrack()
+Methods		dict GetTrack()
 
 			Returns known metadata of the current track.
 
 			See TrackChanged for possible values.
 
-		void SetProperty(string property, variant value)
-
-			Changes the value of the specified property. Only
-			properties that are listed as read-write can be changed.
-
-			On success this will emit a PropertyChanged signal.
-
 		void Release()
 
 			This method gets called when the service daemon
@@ -159,12 +147,7 @@ Methods		dict GetProperties()
 			player, because when this method gets called it has
 			already been unregistered.
 
-Signals		PropertyChanged(string setting, variant value)
-
-			This signal indicates a changed value of the given
-			property.
-
-		TrackChanged(dict metadata)
+Signals		TrackChanged(dict metadata)
 
 			This signal indicates that current track has changed.
 			All available metadata for the new track shall be set