aboutsummaryrefslogtreecommitdiff
path: root/vapi/common-defs.vapi
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-06-22 15:03:33 +0100
committerConor Curran <conor.curran@canonical.com>2010-06-22 15:03:33 +0100
commit8939506a486c50d83c57a1ce21354243f71af4ab (patch)
treebe27299b86e8186e4750ccfd80e0b72def6fe4ad /vapi/common-defs.vapi
parent9bba58ee4dae536ce92f396854e2c0e671d9b7f0 (diff)
parentb77c81f85bc219790f5a079e9b888b6ae3627739 (diff)
downloadayatana-indicator-sound-8939506a486c50d83c57a1ce21354243f71af4ab.tar.gz
ayatana-indicator-sound-8939506a486c50d83c57a1ce21354243f71af4ab.tar.bz2
ayatana-indicator-sound-8939506a486c50d83c57a1ce21354243f71af4ab.zip
merged refactoring branch plus automatic status updates
Diffstat (limited to 'vapi/common-defs.vapi')
-rw-r--r--vapi/common-defs.vapi33
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