Method

AstalWpNodeget_pw_property

[]

Declaration

gchar*
astal_wp_node_get_pw_property (
  AstalWpNode* self,
  const gchar* key
)
[]

Description

Gets the pipewire property with the give key. You should use the GObject properties of this node whereever possible, as you can get notified on changes, which is not the case here.

[]

Parameters

key

Type: const gchar*

No description available.

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

Return value

Type: gchar*

No description available.

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