diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-09 11:36:33 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-09 11:36:33 +0000 |
commit | a964487e2fcd11946b5f95ab36b20cbd1bea4a57 (patch) | |
tree | a294b7afb203aff91b163d533522e36280d20dfd /src/common-defs.h | |
parent | 0649b09ccf86ea2a158fb24061fc3a142e02f462 (diff) | |
download | ayatana-indicator-sound-a964487e2fcd11946b5f95ab36b20cbd1bea4a57.tar.gz ayatana-indicator-sound-a964487e2fcd11946b5f95ab36b20cbd1bea4a57.tar.bz2 ayatana-indicator-sound-a964487e2fcd11946b5f95ab36b20cbd1bea4a57.zip |
moving towards testing proposed playlists api
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 214f60a..8ec69e8 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -49,3 +49,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_SCRUB_MENUITEM_POSITION "x-canonical-sound-menu-player-scrub-position" #define DBUSMENU_SCRUB_MENUITEM_PLAY_STATE "x-canonical-sound-menu-player-scrub-play-state" +#define DBUSMENU_PLAYLISTS_MENUITEM_TYPE "x-canonical-sound-menu-player-playlists-type" +#define DBUSMENU_PLAYLISTS_MENUITEM_TITLE "x-canonical-sound-menu-player-playlists-title" +#define DBUSMENU_PLAYLISTS_MENUITEM_PLAYLISTS "x-canonical-sound-menu-player-playlists-playlists"
\ No newline at end of file |