Method

PwgCoreget_library_version

since: 0.1

Declaration [src]

const char*
pwg_core_get_library_version (
  PwgCore* self
)

Description [src]

Gets the linked PipeWire library version string.

Stability: Unstable

Available since: 0.1

Return value

Type: const char*

The PipeWire library version string.

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