Class

PwgClientInfo

since: 0.1

Description [src]

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

Convenience wrapper for client-specific properties from a PwgGlobal.

Stability: Unstable

Available since: 0.1

Ancestors

Constructors

pwg_client_info_new_from_global

Creates an immutable client info wrapper for a client global.

since: 0.1

Instance methods

pwg_client_info_dup_access

Copies the PipeWire pipewire.client.access property.

since: 0.1

pwg_client_info_dup_api

Copies the PipeWire client.api property.

since: 0.1

pwg_client_info_dup_app_id

Copies the PipeWire application.id property.

since: 0.1

pwg_client_info_dup_app_name

Copies the PipeWire application.name property.

since: 0.1

pwg_client_info_dup_name

Copies the PipeWire client.name property.

since: 0.1

pwg_client_info_dup_object_serial

Copies the PipeWire object.serial property.

since: 0.1

pwg_client_info_dup_process_binary

Copies the PipeWire application.process.binary property.

since: 0.1

pwg_client_info_dup_process_id

Copies the PipeWire application.process.id property.

since: 0.1

pwg_client_info_get_global

Gets the wrapped global descriptor.

since: 0.1

pwg_client_info_get_id

Gets the PipeWire global id for the wrapped client.

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 PwgClientInfoClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.