Method

PwgGlobalis_interface

since: 0.1

Declaration [src]

_Bool
pwg_global_is_interface (
  PwgGlobal* self,
  const char* interface_type
)

Description [src]

Checks whether this global uses a PipeWire interface type.

Stability: Unstable

Available since: 0.1

Parameters

interface_type

Type: const char*

A PipeWire interface type name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: _Bool

Whether this global has interface_type.