From 6bb2c49057338fc88fd3846b34911878aec65b12 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 6 Feb 2009 02:01:17 +0100 Subject: add #defines for all enums that lacked it --- src/pulse/proplist.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pulse/proplist.h') diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index d6114062..9e78aecd 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -194,6 +194,12 @@ typedef enum pa_update_mode { * list. */ } pa_update_mode_t; +/** \cond fulldocs */ +#define PA_UPDATE_SET PA_UPDATE_SET +#define PA_UPDATE_MERGE PA_UPDATE_MERGE +#define PA_UPDATE_REPLACE PA_UPDATE_REPLACE +/** \endcond */ + /** Merge property list "other" into "p", adhering the merge mode as * specified in "mode". \since 0.9.11 */ void pa_proplist_update(pa_proplist *p, pa_update_mode_t mode, pa_proplist *other); -- cgit