aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-09 11:25:39 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-09 11:25:39 +0000
commitb3eb8aa450fa3dff6cbc324e85a441cb1321184b (patch)
treeb5ef433f38da351bc751a563116d3c3ab59a9fb2 /src/common-defs.h
parent1691ba2e034d688d58fba39fa88d8ef10bf67fe6 (diff)
parent5347a41ef9a04cc52c4f25bddfac9cb8660348a4 (diff)
downloadayatana-indicator-sound-b3eb8aa450fa3dff6cbc324e85a441cb1321184b.tar.gz
ayatana-indicator-sound-b3eb8aa450fa3dff6cbc324e85a441cb1321184b.tar.bz2
ayatana-indicator-sound-b3eb8aa450fa3dff6cbc324e85a441cb1321184b.zip
listen out for the playlistdetails changed signal and accommodate the race condition in gdbus for the active playlist property changed issue
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index 5458dc5..63d9d40 100644
--- a/src/common-defs.h
+++ b/src/common-defs.h
@@ -64,4 +64,6 @@ typedef enum {
#define DBUSMENU_PLAYLISTS_MENUITEM_TITLE "x-canonical-sound-menu-player-playlists-title"
#define DBUSMENU_PLAYLISTS_MENUITEM_PLAYLISTS "x-canonical-sound-menu-player-playlists-playlists"
+#define DBUSMENU_PLAYLIST_MENUITEM_PATH "x-canonical-sound-menu-player-playlist-path"
+
#endif