]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add G_KEY_FILE_DESKTOP_* declarations.
authorLuca Bruno <lethalman88@gmail.com>
Thu, 21 Jan 2010 16:50:49 +0000 (17:50 +0100)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 25 Jan 2010 09:48:04 +0000 (01:48 -0800)
Fixes bug 607676.

vapi/glib-2.0.vapi

index b877a4a0e6ea2a1fd73d3ca00f2b4f8cd268cc45..a1c1f4c390cad41b853de8f502659dee890b0dd8 100644 (file)
@@ -2966,6 +2966,33 @@ namespace GLib {
                KEEP_TRANSLATIONS
        }
 
+       [CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+       namespace KeyFileDesktop {
+               public static const string GROUP;
+               public static const string KEY_TYPE;
+               public static const string KEY_VERSION;
+               public static const string KEY_NAME;
+               public static const string KEY_GENERIC_NAME;
+               public static const string KEY_NO_DISPLAY;
+               public static const string KEY_COMMENT;
+               public static const string KEY_ICON;
+               public static const string KEY_HIDDEN;
+               public static const string KEY_ONLY_SHOW_IN;
+               public static const string KEY_NOT_SHOW_IN;
+               public static const string KEY_TRY_EXEC;
+               public static const string KEY_EXEC;
+               public static const string KEY_PATH;
+               public static const string KEY_TERMINAL;
+               public static const string KEY_MIME_TYPE;
+               public static const string KEY_CATEGORIES;
+               public static const string KEY_STARTUP_NOTIFY;
+               public static const string KEY_STARTUP_WM_CLASS;
+               public static const string KEY_URL;
+               public static const string TYPE_APPLICATION;
+               public static const string TYPE_LINK;
+               public static const string TYPE_DIRECTORY;
+       }
+
        /* Bookmark file parser */
 
        [Compact]