[gnome-bluetooth/fedora-11] Add support for "playing" status



commit 03bb5b2198c1e8ec0f52e1dc34e858378d5de668
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Jul 26 17:16:30 2009 +0100

    Add support for "playing" status
    
    As used in the A2DP and Headset services.

 lib/bluetooth-enums.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h
index 3ec607a..7563c4c 100644
--- a/lib/bluetooth-enums.h
+++ b/lib/bluetooth-enums.h
@@ -82,7 +82,8 @@ typedef enum {
 typedef enum {
 	BLUETOOTH_STATUS_DISCONNECTED = 0,
 	BLUETOOTH_STATUS_CONNECTED,
-	BLUETOOTH_STATUS_CONNECTING
+	BLUETOOTH_STATUS_CONNECTING,
+	BLUETOOTH_STATUS_PLAYING
 } BluetoothStatus;
 
 G_END_DECLS



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