summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-19 22:02:28 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-19 22:02:28 +0100
commitb43a45d1847f2eff096cc69f70efedd2b94c3aaa (patch)
treec667367ce1938ac634046f3c8c461c47c81045ad /src/pulse/introspect.h
parentfe703013add1f577d62a63233d3232a4d386109d (diff)
allow setting properties for modules, too
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index ae9bd5bc..428826e6 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -333,6 +333,7 @@ typedef struct pa_module_info {
/** \cond fulldocs */
int auto_unload; /**< \deprecated Non-zero if this is an autoloaded module */
/** \endcond */
+ pa_proplist *proplist; /**< Property list \since 0.9.15 */
} pa_module_info;
/** Callback prototype for pa_context_get_module_info() and firends*/