add new property list implementation

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2085 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-12-23 20:12:37 +00:00
parent 8ed2a8c042
commit 63c616eecc
5 changed files with 414 additions and 3 deletions

View file

@ -127,6 +127,16 @@ pa_operation_ref;
pa_operation_unref;
pa_parse_sample_format;
pa_path_get_filename;
pa_proplist_free;
pa_proplist_get;
pa_proplist_gets;
pa_proplist_iterate;
pa_proplist_merge;
pa_proplist_new;
pa_proplist_put;
pa_proplist_puts;
pa_proplist_remove;
pa_proplist_to_string;
pa_sample_format_to_string;
pa_sample_size;
pa_sample_spec_equal;