Method

PwgImplModuleget_name

since: 0.1

Declaration [src]

const char*
pwg_impl_module_get_name (
  PwgImplModule* self
)

Description [src]

Gets the PipeWire module name that was loaded.

Stability: Unstable

Available since: 0.1

Gets propertyPwg.ImplModule:name

Return value

Type: const char*

The module name.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.