Class

AstalWpDevice

since: 0.1

Description

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

Available since: 0.1

Ancestors

Instance methods

astal_wp_device_get_active_profile

Gets the currently active profile of this device.

since: 0.1

astal_wp_device_get_description

Gets the description of this device.

since: 0.1

astal_wp_device_get_device_type

Gets the type of this device.

since: 0.1

astal_wp_device_get_icon

Gets the icon of this device.

since: 0.1

astal_wp_device_get_id

Gets the id of this device.

since: 0.1

astal_wp_device_get_profile

Gets the profile with the given id.

since: 0.1

astal_wp_device_get_profiles

Gets a GList containing the profiles.

since: 0.1

astal_wp_device_set_active_profile

Sets the profile for this device.

since: 0.1

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.

since: 0.1

AstalWp.Device:description

The description of this device.

since: 0.1

AstalWp.Device:device-type

The type of this device.

since: 0.1

AstalWp.Device:icon

The icon name for this device.

since: 0.1

AstalWp.Device:id

The id of this device.

since: 0.1

AstalWp.Device:profiles

A list of available profiles.

since: 0.1

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.

unstable since: 2.0

Class structure

struct AstalWpDeviceClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.