From 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 24 Jun 2010 13:55:01 -0400 Subject: Import upstream version 0.3.2 --- vapi/common-defs.vapi | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vapi/common-defs.vapi (limited to 'vapi/common-defs.vapi') 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 + +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 . +*/ + +[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 -- cgit v1.2.3