]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Also make Action.get_state_hint nullable
authorLuca Bruno <lucabru@src.gnome.org>
Thu, 6 Mar 2014 20:28:57 +0000 (21:28 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Thu, 6 Mar 2014 20:28:57 +0000 (21:28 +0100)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index ea96a3b4801f12330b6fbdc9615e1bf39c092714..68dab0fe03cb1f63a954b0df0f972b6c6025656e 100644 (file)
@@ -2445,7 +2445,7 @@ namespace GLib {
                public abstract unowned string get_name ();
                public abstract unowned GLib.VariantType get_parameter_type ();
                public abstract GLib.Variant get_state ();
-               public abstract GLib.Variant get_state_hint ();
+               public abstract GLib.Variant? get_state_hint ();
                public abstract unowned GLib.VariantType get_state_type ();
                public static bool name_is_valid (string action_name);
                public static bool parse_detailed_name (string detailed_name, out string action_name, out GLib.Variant target_value) throws GLib.Error;
index be625ec1f7824675bebcbd309f756fe99607f801..4ef58016b0011427ad5522f2d270ffd8149c9ec5 100644 (file)
@@ -54,6 +54,7 @@ Action
   .parameter_type nullable
   .state nullable
   .state_type nullable
+  .get_state_hint nullable
 PropertyAction
   .state nullable
 ActionEntry