mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-10 17:00:15 +01:00
event-hook: do not expose the dispatcher in the public API
It's a singleton, we can get it from its instance function...
This commit is contained in:
parent
f91ff40a2d
commit
9db63e8ca6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ gint wp_event_hook_get_priority (WpEventHook * self);
|
|||
WP_API
|
||||
WpEventHookExecType wp_event_hook_get_exec_type (WpEventHook * self);
|
||||
|
||||
WP_API
|
||||
WP_PRIVATE_API
|
||||
WpEventDispatcher * wp_event_hook_get_dispatcher (WpEventHook * self);
|
||||
|
||||
WP_PRIVATE_API
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue