diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-01 17:22:55 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-01 17:22:55 +0100 |
commit | 9ab9b175e1f77457157211f5f93c54e8ae87e3dc (patch) | |
tree | 462c5bcbf3ad717bfc6e0f98c2ec662fd1842591 /vapi | |
parent | 67bdc60671c338045771b52a670c8788e565fcb3 (diff) | |
download | ayatana-indicator-sound-9ab9b175e1f77457157211f5f93c54e8ae87e3dc.tar.gz ayatana-indicator-sound-9ab9b175e1f77457157211f5f93c54e8ae87e3dc.tar.bz2 ayatana-indicator-sound-9ab9b175e1f77457157211f5f93c54e8ae87e3dc.zip |
almost bug free
Diffstat (limited to 'vapi')
-rw-r--r-- | vapi/common-defs.vapi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vapi/common-defs.vapi b/vapi/common-defs.vapi index c083e2a..54d4ed2 100644 --- a/vapi/common-defs.vapi +++ b/vapi/common-defs.vapi @@ -27,6 +27,11 @@ namespace DbusmenuMetadata{ } [CCode (cheader_filename = "common-defs.h")] +namespace DbusmenuPlayer{ + public const string ITEM_REMOTE_FILEPATH; +} + +[CCode (cheader_filename = "common-defs.h")] namespace DbusmenuTransport{ public const string MENUITEM_TYPE; public const string MENUITEM_PLAY_STATE; |