[pulseaudio-discuss] [PATCH 2/3] conf-parser: Add support for parsing property lists.

Colin Guthrie gmane at colin.guthr.ie
Mon Dec 5 02:04:59 PST 2011


'Twas brillig, and David Henningsson at 04/12/11 16:54 did gyre and gimble:
>> + * Some configuration files may contain a Property List section, which
>> + * is a bit special. Normally all accepted lvalues must be predefined
>> + * in the pa_config_item table, but in the Property List section the
>> + * pa_config_item table is ignored, and all lvalues are accepted (as
>> + * long as they are valid proplist keys). If the proplist pointer is
>> + * non-NULL, the parser will parse any section named "Property List" as
>> + * properties, and those properties will be merged into the given
>> + * proplist. If proplist is NULL, then sections named "Property List"
>> + * are not allowed at all in the configuration file.
>> + */
> 
> Now that I think of it, [Properties] is probably an even better section
> name - what do you think?



More information about the pulseaudio-discuss mailing list