From 63c616eeccdea593a1c8dc65405e02c2a71038fe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 23 Dec 2007 20:12:37 +0000 Subject: add new property list implementation git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2085 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/map-file | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/map-file') 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; -- cgit