Method

PwgLinkdup_error

since: 0.3.7

Declaration [src]

char*
pwg_link_dup_error (
  PwgLink* self
)

Description [src]

Copies the latest PipeWire link state error message.

Stability: Unstable

Available since: 0.3.7

Return value

Type: char*

The latest link error, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.