mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 12:18:27 +02:00
session: remove default-endpoint-changed signal
This commit is contained in:
parent
b1a0f76807
commit
866ede214e
1 changed files with 0 additions and 16 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include <pipewire/extensions/session-manager/introspect-funcs.h>
|
||||
|
||||
enum {
|
||||
SIGNAL_DEFAULT_ENDPOINT_CHANGED,
|
||||
SIGNAL_ENDPOINTS_CHANGED,
|
||||
SIGNAL_LINKS_CHANGED,
|
||||
N_SIGNALS,
|
||||
|
|
@ -263,21 +262,6 @@ wp_session_class_init (WpSessionClass * klass)
|
|||
|
||||
wp_pw_object_mixin_class_override_properties (object_class);
|
||||
|
||||
/**
|
||||
* WpSession::default-endpoint-changed:
|
||||
* @self: the session
|
||||
* @direction: the endpoint direction
|
||||
* @id: the endpoint's bound id
|
||||
*
|
||||
* Emitted when the default endpoint of a specific direction changes.
|
||||
* The passed @id is the bound id (wp_proxy_get_bound_id()) of the new
|
||||
* default endpoint.
|
||||
*/
|
||||
signals[SIGNAL_DEFAULT_ENDPOINT_CHANGED] = g_signal_new (
|
||||
"default-endpoint-changed", G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 2,
|
||||
WP_TYPE_DIRECTION, G_TYPE_UINT);
|
||||
|
||||
/**
|
||||
* WpSession::endpoints-changed:
|
||||
* @self: the session
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue