Class

AstalWpDevice

Description

final class AstalWp.Device : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Instance methods

astal_wp_device_get_active_profile

Gets the currently active profile of this device.

astal_wp_device_get_description

Gets the description of this device.

astal_wp_device_get_device_type

Gets the type of this device.

astal_wp_device_get_icon

Gets the icon of this device.

astal_wp_device_get_id

Gets the id of this device.

astal_wp_device_get_profile

Gets the profile with the given id.

astal_wp_device_get_profiles

Gets a GList containing the profiles.

astal_wp_device_set_active_profile

Sets the profile for this device.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalWp.Device:active-profile-id

The id of the currently active profile.

AstalWp.Device:description

The description of this device.

AstalWp.Device:device-type

The type of this device.

AstalWp.Device:icon

The icon name for this device.

AstalWp.Device:id

The id of this device.

AstalWp.Device:profiles

A list of available profiles.

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

No description available.

Class members
parent_class: GObjectClass

No description available.