diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-12-23 20:12:37 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-12-23 20:12:37 +0000 |
commit | 63c616eeccdea593a1c8dc65405e02c2a71038fe (patch) | |
tree | 862587b89d1aa76698812788cd2fe88ad7e5e7fe /src/map-file | |
parent | 8ed2a8c042f22131762dff91008cbe96d8337ae1 (diff) |
add new property list implementation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2085 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/map-file')
-rw-r--r-- | src/map-file | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file index f38baefd..ffa5d103 100644 --- a/src/map-file +++ b/src/map-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; |