Interface
PhoshRfkillDBusRfkill
Description [src]
interface Phosh.RfkillDBusRfkill : GObject.Object
Abstract interface type for the D-Bus interface org.gnome.SettingsDaemon.Rfkill.
Prerequisite
In order to implement RfkillDBusRfkill, your type must inherit fromGObject
.
Functions
phosh_rfkill_dbus_rfkill_interface_info
Gets a machine-readable description of the org.gnome.SettingsDaemon.Rfkill D-Bus interface.
phosh_rfkill_dbus_rfkill_override_properties
Overrides all GObject
properties in the PhoshRfkillDBusRfkill
interface for a concrete class.
The properties are overridden in the order they are defined.
Instance methods
phosh_rfkill_dbus_rfkill_get_bluetooth_airplane_mode
Gets the value of the “BluetoothAirplaneMode” D-Bus property.
phosh_rfkill_dbus_rfkill_get_bluetooth_hardware_airplane_mode
Gets the value of the “BluetoothHardwareAirplaneMode” D-Bus property.
phosh_rfkill_dbus_rfkill_get_bluetooth_has_airplane_mode
Gets the value of the “BluetoothHasAirplaneMode” D-Bus property.
phosh_rfkill_dbus_rfkill_get_hardware_airplane_mode
Gets the value of the “HardwareAirplaneMode” D-Bus property.
phosh_rfkill_dbus_rfkill_get_should_show_airplane_mode
Gets the value of the “ShouldShowAirplaneMode” D-Bus property.
phosh_rfkill_dbus_rfkill_set_bluetooth_airplane_mode
Sets the “BluetoothAirplaneMode” D-Bus property to value
.
phosh_rfkill_dbus_rfkill_set_bluetooth_hardware_airplane_mode
Sets the “BluetoothHardwareAirplaneMode” D-Bus property to value
.
phosh_rfkill_dbus_rfkill_set_bluetooth_has_airplane_mode
Sets the “BluetoothHasAirplaneMode” D-Bus property to value
.
phosh_rfkill_dbus_rfkill_set_hardware_airplane_mode
Sets the “HardwareAirplaneMode” D-Bus property to value
.
phosh_rfkill_dbus_rfkill_set_should_show_airplane_mode
Sets the “ShouldShowAirplaneMode” D-Bus property to value
.
Properties
Phosh.RfkillDBusRfkill:bluetooth-airplane-mode
Represents the D-Bus property “BluetoothAirplaneMode”.
Phosh.RfkillDBusRfkill:bluetooth-hardware-airplane-mode
Represents the D-Bus property “BluetoothHardwareAirplaneMode”.
Phosh.RfkillDBusRfkill:bluetooth-has-airplane-mode
Represents the D-Bus property “BluetoothHasAirplaneMode”.
Phosh.RfkillDBusRfkill:should-show-airplane-mode
Represents the D-Bus property “ShouldShowAirplaneMode”.
Interface structure
struct PhoshRfkillDBusRfkillIface {
GTypeInterface parent_iface;
gboolean (* get_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
gboolean (* get_bluetooth_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
gboolean (* get_bluetooth_hardware_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
gboolean (* get_bluetooth_has_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
gboolean (* get_hardware_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
gboolean (* get_should_show_airplane_mode) (
PhoshRfkillDBusRfkill* object
);
}
Virtual table for the D-Bus interface org.gnome.SettingsDaemon.Rfkill.
Interface members
parent_iface |
|
The parent interface. |
|
get_airplane_mode |
|
Getter for the |
|
get_bluetooth_airplane_mode |
|
Getter for the |
|
get_bluetooth_hardware_airplane_mode |
|
Getter for the |
|
get_bluetooth_has_airplane_mode |
|
Getter for the |
|
get_hardware_airplane_mode |
|
Getter for the |
|
get_should_show_airplane_mode |
|
Getter for the |
Virtual methods
Phosh.RfkillDBusRfkill.get_bluetooth_airplane_mode
Gets the value of the “BluetoothAirplaneMode” D-Bus property.
Phosh.RfkillDBusRfkill.get_bluetooth_hardware_airplane_mode
Gets the value of the “BluetoothHardwareAirplaneMode” D-Bus property.
Phosh.RfkillDBusRfkill.get_bluetooth_has_airplane_mode
Gets the value of the “BluetoothHasAirplaneMode” D-Bus property.
Phosh.RfkillDBusRfkill.get_hardware_airplane_mode
Gets the value of the “HardwareAirplaneMode” D-Bus property.
Phosh.RfkillDBusRfkill.get_should_show_airplane_mode
Gets the value of the “ShouldShowAirplaneMode” D-Bus property.