Signal

PwgRegistry::global-added

since: 0.1

Declaration

void
global_added (
  PwgRegistry* self,
  PwgGlobal* global,
  gpointer user_data
)

Description [src]

Emitted from the object’s construction thread-default main context when a PipeWire global is discovered.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Stability: Unstable
Available since: 0.1

Parameters

global

Type: PwgGlobal

The global descriptor that was added.

The data is owned by the caller of the function.