[Xfce4-commits] <xfce4-notes-plugin:master> Forget config.vapi

Mike Massonnet noreply at xfce.org
Wed Dec 23 19:40:01 CET 2009


Updating branch refs/heads/master
         to 928df217ef64ba3ea7cd0555826b451b4b4b118a (commit)
       from 9177ba4b04fbcfc8c376f297bc404d9cbf9a12da (commit)

commit 928df217ef64ba3ea7cd0555826b451b4b4b118a
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Wed Dec 23 19:37:01 2009 +0100

    Forget config.vapi

 lib/config.vapi |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/lib/config.vapi b/lib/config.vapi
new file mode 100644
index 0000000..4cf9447
--- /dev/null
+++ b/lib/config.vapi
@@ -0,0 +1,19 @@
+[CCode (cprefix = "", lower_case_prefix = "", cheader_filename = "config.h")]
+namespace Config {
+	[CCode (cname = "GETTEXT_PACKAGE")]
+	public const string GETTEXT_PACKAGE;
+	[CCode (cname = "PACKAGE_LOCALE_DIR")]
+	public const string PACKAGE_LOCALE_DIR;
+	[CCode (cname = "PACKAGE")]
+	public const string PACKAGE;
+	[CCode (cname = "PACKAGE_BUGREPORT")]
+	public const string PACKAGE_BUGREPORT;
+	[CCode (cname = "PACKAGE_NAME")]
+	public const string PACKAGE_NAME;
+	[CCode (cname = "PACKAGE_STRING")]
+	public const string PACKAGE_STRING;
+	[CCode (cname = "PACKAGE_TARNAME")]
+	public const string PACKAGE_TARNAME;
+	[CCode (cname = "PACKAGE_VERSION")]
+	public const string PACKAGE_VERSION;
+}



More information about the Xfce4-commits mailing list