hal/doc/spec hal-spec.xml.in,1.66,1.67
Danny Kukawka
dkukawka at kemper.freedesktop.org
Fri Mar 3 10:46:34 PST 2006
Update of /cvs/hal/hal/doc/spec
In directory kemper:/tmp/cvs-serv19170/doc/spec
Modified Files:
hal-spec.xml.in
Log Message:
2006-03-03 Danny Kukawka <danny.kukawka at web.de>
* doc/spec/hal-spec.xml.in: fixed spec for portable_audio_player
namespace properties which not use string but strlist
Index: hal-spec.xml.in
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.xml.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- hal-spec.xml.in 3 Mar 2006 18:23:12 -0000 1.66
+++ hal-spec.xml.in 3 Mar 2006 18:46:32 -0000 1.67
@@ -3809,23 +3809,23 @@
</row>
<row>
- <entry><literal>portable_audio_player.output_formats</literal> (string)</entry>
+ <entry><literal>portable_audio_player.output_formats</literal> (strlist)</entry>
<entry>example: audio/mpeg audio/x-ms-wma</entry>
<entry>Yes</entry>
<entry>
- A whitespace-separated list of MIME-types representing
- the kind of audio formats that the device can play back
+ A string list of MIME-types representing the kind of audio
+ formats that the device can play back
</entry>
</row>
<row>
- <entry><literal>portable_audio_player.input_formats</literal> (string)</entry>
+ <entry><literal>portable_audio_player.input_formats</literal> (strlist)</entry>
<entry>example: audio/x-wav</entry>
<entry>Yes</entry>
<entry>
- A whitespace-separated list of MIME-types representing
- the kind of audio formats that the device can record. If
- empty, it means that the device is not capable of recording.
+ A string list of MIME-types representing the kind of audio
+ formats that the device can record. If empty, it means that
+ the device is not capable of recording.
</entry>
</row>
More information about the hal-commit
mailing list