]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Mark OptionEntry.arg_description as nullable
authorAlexander Kurtz <kurtz.alex@googlemail.com>
Thu, 2 Feb 2012 12:47:26 +0000 (13:47 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Thu, 2 Feb 2012 14:56:57 +0000 (15:56 +0100)
Fixes bug 669241.

vapi/glib-2.0.vapi

index 9cd49a083e29bb3caa5a7e07c23410a64d27a9a9..45f5640e29ade17a8bf88ddf17049cb279edfc93 100644 (file)
@@ -3335,7 +3335,7 @@ namespace GLib {
                public void* arg_data;
 
                public unowned string description;
-               public unowned string arg_description;
+               public unowned string? arg_description;
        }
 
        [Compact]