[gnome-bluetooth] Add support for "playing" status
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Add support for "playing" status
- Date: Sun, 26 Jul 2009 19:47:30 +0000 (UTC)
commit 282a329c983f192903d2a387a0a78ab0aaa25bbf
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]