Class

AstalBluetoothBluetooth

since: 0.1

Description

class AstalBluetooth.Bluetooth : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 0.1

Ancestors

Constructors

astal_bluetooth_bluetooth_new
No description available.

since: 0.1

Functions

astal_bluetooth_bluetooth_get_default
No description available.

since: 0.1

Instance methods

astal_bluetooth_bluetooth_toggle
No description available.

since: 0.1

astal_bluetooth_bluetooth_get_is_powered
No description available.

since: 0.1

astal_bluetooth_bluetooth_get_is_connected
No description available.

since: 0.1

astal_bluetooth_bluetooth_get_adapter
No description available.

since: 0.1

astal_bluetooth_bluetooth_get_adapters
No description available.

since: 0.1

astal_bluetooth_bluetooth_get_devices
No description available.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalBluetooth.Bluetooth:is-powered
No description available.

since: 0.1

AstalBluetooth.Bluetooth:is-connected
No description available.

since: 0.1

AstalBluetooth.Bluetooth:adapter
No description available.

since: 0.1

AstalBluetooth.Bluetooth:adapters
No description available.

since: 0.1

AstalBluetooth.Bluetooth:devices
No description available.

since: 0.1

Signals

AstalBluetooth.Bluetooth::device-added
No description available.

since: 0.1

AstalBluetooth.Bluetooth::device-removed
No description available.

since: 0.1

AstalBluetooth.Bluetooth::adapter-added
No description available.

since: 0.1

AstalBluetooth.Bluetooth::adapter-removed
No description available.

since: 0.1

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 AstalBluetoothBluetoothClass {
  void (* bluetooth_device_added) (
    AstalBluetoothBluetooth* self,
    AstalBluetoothDevice* device
  );
  void (* bluetooth_device_removed) (
    AstalBluetoothBluetooth* self,
    AstalBluetoothDevice* device
  );
  void (* bluetooth_adapter_added) (
    AstalBluetoothBluetooth* self,
    AstalBluetoothAdapter* adapter
  );
  void (* bluetooth_adapter_removed) (
    AstalBluetoothBluetooth* self,
    AstalBluetoothAdapter* adapter
  );
  
}
No description available.
Class members
device_added: void (* bluetooth_device_added) ( AstalBluetoothBluetooth* self, AstalBluetoothDevice* device )
No description available.
device_removed: void (* bluetooth_device_removed) ( AstalBluetoothBluetooth* self, AstalBluetoothDevice* device )
No description available.
adapter_added: void (* bluetooth_adapter_added) ( AstalBluetoothBluetooth* self, AstalBluetoothAdapter* adapter )
No description available.
adapter_removed: void (* bluetooth_adapter_removed) ( AstalBluetoothBluetooth* self, AstalBluetoothAdapter* adapter )
No description available.