summaryrefslogtreecommitdiff
path: root/lib/bluetooth-enums.h
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@src.gnome.org>2012-08-05 21:48:35 +0200
committerDaniele Forsi <dforsi@src.gnome.org>2012-08-06 10:54:56 +0200
commitaa52dba18398a02eb8dee14114a0120942fa2fd1 (patch)
tree89c1142e1480b8820cb2c17a7dde7c2ef34ba6fd /lib/bluetooth-enums.h
parent29b6a6405523ed6e24aa778d9191665949894941 (diff)
downloadgnome-bluetooth-aa52dba18398a02eb8dee14114a0120942fa2fd1.tar.gz
docs: document more symbols
96% symbol docs coverage. 208 symbols documented. 4 symbols incomplete. 8 not documented. BluetoothChooser BluetoothChooserButton BluetoothChooserButtonClass (<items>) BluetoothChooserClass (<items>) BluetoothChooserCombo BluetoothChooserComboClass (<items>) BluetoothClient BluetoothClientClass (<items>)
Diffstat (limited to 'lib/bluetooth-enums.h')
-rw-r--r--lib/bluetooth-enums.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h
index a8411eb9..5874037b 100644
--- a/lib/bluetooth-enums.h
+++ b/lib/bluetooth-enums.h
@@ -97,7 +97,17 @@ typedef enum {
#define _BLUETOOTH_TYPE_NUM_TYPES 15
+/**
+ * BLUETOOTH_TYPE_INPUT:
+ *
+ * Use this value to select any Bluetooth input device where a #BluetoothType enum is required.
+ */
#define BLUETOOTH_TYPE_INPUT (BLUETOOTH_TYPE_KEYBOARD | BLUETOOTH_TYPE_MOUSE | BLUETOOTH_TYPE_TABLET | BLUETOOTH_TYPE_JOYPAD)
+/**
+ * BLUETOOTH_TYPE_AUDIO:
+ *
+ * Use this value to select any Bluetooth audio device where a #BluetoothType enum is required.
+ */
#define BLUETOOTH_TYPE_AUDIO (BLUETOOTH_TYPE_HEADSET | BLUETOOTH_TYPE_HEADPHONES | BLUETOOTH_TYPE_OTHER_AUDIO)
/**