From: Luca Bruno Date: Thu, 6 Mar 2014 20:28:57 +0000 (+0100) Subject: gio-2.0: Also make Action.get_state_hint nullable X-Git-Tag: 0.24.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b3c980562ef2bc1f1ade9876f9973a820d62e4;p=thirdparty%2Fvala.git gio-2.0: Also make Action.get_state_hint nullable --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index ea96a3b48..68dab0fe0 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -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; diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata index be625ec1f..4ef58016b 100644 --- a/vapi/metadata/Gio-2.0.metadata +++ b/vapi/metadata/Gio-2.0.metadata @@ -54,6 +54,7 @@ Action .parameter_type nullable .state nullable .state_type nullable + .get_state_hint nullable PropertyAction .state nullable ActionEntry