summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-15 17:52:29 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-15 17:52:29 +0100
commit5abda63a1fa4d2c867af8b33b0090cd651ba8599 (patch)
tree608d616ae082b7d0accec9caa317c4aa56a27696 /src/pulsecore/core.h
parent75119e91cdb4f29b0567689d07d00ddc17a98b5c (diff)
convert pa_client instantiation to use a pa_client_new_data struct and add hooks for manipulating it
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index f796fb93..f1f38ef1 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -76,6 +76,9 @@ typedef enum pa_core_hook {
PA_CORE_HOOK_SOURCE_OUTPUT_MOVE_POST,
PA_CORE_HOOK_SOURCE_OUTPUT_STATE_CHANGED,
PA_CORE_HOOK_SOURCE_OUTPUT_PROPLIST_CHANGED,
+ PA_CORE_HOOK_CLIENT_NEW,
+ PA_CORE_HOOK_CLIENT_PUT,
+ PA_CORE_HOOK_CLIENT_UNLINK,
PA_CORE_HOOK_MAX
} pa_core_hook_t;