Method

PwgRegistrylookup_global

since: 0.1

Declaration [src]

PwgGlobal*
pwg_registry_lookup_global (
  PwgRegistry* self,
  unsigned int id
)

Description [src]

Looks up a global by PipeWire global id.

Stability: Unstable

Available since: 0.1

Parameters

id

Type: unsigned int

A PipeWire global id.

Return value

Type: PwgGlobal

The matching global, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.