summaryrefslogtreecommitdiffstats
path: root/src/pulse/proplist.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-06 02:01:17 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-06 02:01:17 +0100
commit6bb2c49057338fc88fd3846b34911878aec65b12 (patch)
tree61d6fc34b346d8e012c54f3ed7df3ccc2fb05969 /src/pulse/proplist.h
parent04c3c6716b20ca8362ceea3d2e7fa23954f9a441 (diff)
add #defines for all enums that lacked it
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r--src/pulse/proplist.h6
1 files changed, 6 insertions, 0 deletions
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);