Constructor
PwgRegistrynew
since: 0.1
Declaration [src]
PwgRegistry*
pwg_registry_new (
PwgCore* core
)
Description [src]
Creates a registry wrapper for discovering PipeWire globals.
Stability: Unstable
Available since: 0.1
Parameters
core-
Type:
PwgCoreA PipeWire core wrapper.
The data is owned by the caller of the function.
Return value
Type: PwgRegistry
A new registry object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |