summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirsal Ennaime <mirsal.ennaime@gmail.com>2010-08-12 01:03:13 +0200
committerMirsal Ennaime <mirsal.ennaime@gmail.com>2010-08-12 03:21:52 +0200
commit86d554f396d4dda97ddf373fb3852e9db5d6f4f1 (patch)
tree597b500076622a24b71731249f7842b7b91d0f71
parent1b64295f3e67c38398b0d63f89c242515c2e96ad (diff)
Mention SupportedMimeTypes and SupportedUriSchemes int the AddTrack docstrings
-rw-r--r--spec/TrackList_Node.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/TrackList_Node.xml b/spec/TrackList_Node.xml
index f0c72ce..5557e3c 100644
--- a/spec/TrackList_Node.xml
+++ b/spec/TrackList_Node.xml
@@ -93,7 +93,12 @@
<method name="AddTrack" tp:name-for-bindings="Add_Track">
<arg direction="in" type="s" tp:type="Uri" name="Uri">
<tp:docstring>
- <p>The uri of the item to add.</p>
+ <p>
+ The uri of the item to add. Its uri scheme should be an element of the
+ <strong>org.mpris.MediaPlayer2.SupportedUriSchemes</strong>
+ property and the mime-type should match one of the elements of the
+ <strong>org.mpris.MediaPlayer2.SupportedMimeTypes</strong>
+ </p>
</tp:docstring>
</arg>
<arg direction="in" type="o" tp:type="Track_Id" name="AfterTrack">