]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Mark ThemingEngine.state_is_running progress to be out 69be997725ce6d9f3bed80bd0aae3532a4023ee2
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 29 Jun 2011 21:32:44 +0000 (23:32 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 29 Jun 2011 21:32:44 +0000 (23:32 +0200)
Fixes bug 653669.

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index ecd3a42553982a84351b34bdd8e33f00b3436f92..60c34cccdcbf950c6386dc3c1dad4ec3dcf4015d 100644 (file)
@@ -4569,7 +4569,7 @@ namespace Gtk {
                public virtual void render_option (Cairo.Context cr, double x, double y, double width, double height);
                [NoWrapper]
                public virtual void render_slider (Cairo.Context cr, double x, double y, double width, double height, Gtk.Orientation orientation);
-               public bool state_is_running (Gtk.StateType state, double progress);
+               public bool state_is_running (Gtk.StateType state, out double progress);
                [NoAccessorMethod]
                public string name { owned get; construct; }
        }
index 493fa02f61e6ed42f531c9787a60cc655af42965..dd0cf0cfebb9f685f416d27492ab9db2b671c9dd 100644 (file)
@@ -725,6 +725,7 @@ gtk_theming_engine_get_property.value hidden="1"
 gtk_theming_engine_get_style_property type_name="GLib.Value"
 gtk_theming_engine_get_style_property.value hidden="1"
 gtk_theming_engine_lookup_color.color is_out="1"
+gtk_theming_engine_state_is_running.progress is_out="1"
 GtkTipsQuery::start_query has_emitter="1"
 GtkTipsQuery::stop_query has_emitter="1"
 gtk_toggle_action_new.label nullable="1"