diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 09:55:01 -0400 |
|---|---|---|
| committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-06-24 09:55:01 -0400 |
| commit | f1887353eb6be2cf8264bf1379767135f442e7f6 (patch) | |
| tree | 2ad92e6300a8487cdd64e1624f56a4c01de5836b /vapi/common-defs.vapi | |
| parent | e52160c6b4a52353c1cbabe35b965f78ee51e269 (diff) | |
| parent | 309d83d0d9920636910d25f71bd203acf76de9f5 (diff) | |
| download | ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.gz ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.bz2 ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.zip | |
* New upstream release.
- MPRIS transport status updates reflecting in UI
If externally a registered player transport is changed (play/stop)
the menu should reflect that
- The first time a player registers its desktop file path should be
stored ~.cache/indicators/sound/familiar-players-db.keyfile (provided
the application indicator has a desktop file set.
- Album art dynamically updated
- Album title dynamically updated
- Track title dynamically updated
- Artist name dynamically updated
- Play/pause transport control should be working from the menu
Diffstat (limited to 'vapi/common-defs.vapi')
| -rw-r--r-- | vapi/common-defs.vapi | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vapi/common-defs.vapi b/vapi/common-defs.vapi new file mode 100644 index 0000000..222fb67 --- /dev/null +++ b/vapi/common-defs.vapi @@ -0,0 +1,33 @@ +/* +Copyright 2010 Canonical Ltd. + +Authors: + Conor Curran <conor.curran@canonical.com> + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +[CCode (cheader_filename = "common-defs.h")] +namespace DbusmenuMetadata{ + public const string MENUITEM_TYPE; + public const string MENUITEM_TEXT_ARTIST; + public const string MENUITEM_TEXT_TITLE; + public const string MENUITEM_TEXT_ALBUM; + public const string MENUITEM_ARTURL; +} + +[CCode (cheader_filename = "common-defs.h")] +namespace DbusmenuTransport{ + public const string MENUITEM_TYPE; + public const string MENUITEM_PLAY_STATE; +}
\ No newline at end of file |
