[gnome-bluetooth] Add variable to allow setting the first device in combo



commit 2396e8482a071ccbf6c01c30b2fc324bab692b12
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 17 16:27:39 2009 +0000

    Add variable to allow setting the first device in combo

 lib/bluetooth-chooser-combo.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-chooser-combo.h b/lib/bluetooth-chooser-combo.h
index 38df4ee..da5deb7 100644
--- a/lib/bluetooth-chooser-combo.h
+++ b/lib/bluetooth-chooser-combo.h
@@ -29,6 +29,8 @@ G_BEGIN_DECLS
 #define BLUETOOTH_CHOOSER_COMBO(obj)     (G_TYPE_CHECK_INSTANCE_CAST ((obj), BLUETOOTH_TYPE_CHOOSER_COMBO, BluetoothChooserCombo))
 #define BLUETOOTH_IS_CHOOSER_COMBO(obj)  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), BLUETOOTH_TYPE_CHOOSER_COMBO))
 
+#define BLUETOOTH_CHOOSER_COMBO_FIRST_DEVICE "00:00:00:00:00:00"
+
 typedef struct _BluetoothChooserCombo BluetoothChooserCombo;
 
 typedef struct _BluetoothChooserComboClass {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]