diff options
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; |