Method

PwgImplModuleget_arguments

since: 0.1

Declaration [src]

const char*
pwg_impl_module_get_arguments (
  PwgImplModule* self
)

Description [src]

Gets the PipeWire module argument string.

Stability: Unstable

Available since: 0.1

Return value

Type: const char*

The module arguments, or NULL.

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