Class

PwgLinkInfo

since: 0.1

Description [src]

final class Pwg.LinkInfo : GObject.Object
{
  /* No available fields */
}

Convenience wrapper for link-specific properties from a PwgGlobal.

Stability: Unstable

Available since: 0.1

Ancestors

Constructors

pwg_link_info_new_from_global

Creates an immutable link info wrapper for a link global.

since: 0.1

Instance methods

pwg_link_info_dup_input_node_id

Copies the PipeWire link.input.node property.

since: 0.1

pwg_link_info_dup_input_port_id

Copies the PipeWire link.input.port property.

since: 0.1

pwg_link_info_dup_link_id

Copies the PipeWire link.id property.

since: 0.1

pwg_link_info_dup_object_serial

Copies the PipeWire object.serial property.

since: 0.1

pwg_link_info_dup_output_node_id

Copies the PipeWire link.output.node property.

since: 0.1

pwg_link_info_dup_output_port_id

Copies the PipeWire link.output.port property.

since: 0.1

pwg_link_info_get_feedback

Gets whether the PipeWire link.feedback property is true.

since: 0.1

pwg_link_info_get_global

Gets the wrapped global descriptor.

since: 0.1

pwg_link_info_get_id

Gets the PipeWire global id for the wrapped link.

since: 0.1

pwg_link_info_get_passive

Gets whether the PipeWire link.passive property is true.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PwgLinkInfoClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.