diff options
| author | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
| commit | 90e8691111889a7b5f3c812f5a41f15a8a058913 (patch) | |
| tree | f101a879eca27c34a9bfa5f3da52266b22539a36 /src/devices/bluetooth/nm-bluez4-adapter.h | |
| parent | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff) | |
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'src/devices/bluetooth/nm-bluez4-adapter.h')
| -rw-r--r-- | src/devices/bluetooth/nm-bluez4-adapter.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/bluetooth/nm-bluez4-adapter.h b/src/devices/bluetooth/nm-bluez4-adapter.h index e240ec2c..0aa4ff91 100644 --- a/src/devices/bluetooth/nm-bluez4-adapter.h +++ b/src/devices/bluetooth/nm-bluez4-adapter.h @@ -30,9 +30,15 @@ #define NM_IS_BLUEZ4_ADAPTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_BLUEZ4_ADAPTER)) #define NM_BLUEZ4_ADAPTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_BLUEZ4_ADAPTER, NMBluez4AdapterClass)) +/* Properties */ #define NM_BLUEZ4_ADAPTER_PATH "path" #define NM_BLUEZ4_ADAPTER_ADDRESS "address" +/* Signals */ +#define NM_BLUEZ4_ADAPTER_INITIALIZED "initialized" +#define NM_BLUEZ4_ADAPTER_DEVICE_ADDED "device-added" +#define NM_BLUEZ4_ADAPTER_DEVICE_REMOVED "device-removed" + typedef struct _NMBluez4Adapter NMBluez4Adapter; typedef struct _NMBluez4AdapterClass NMBluez4AdapterClass; |