]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.21.4+64c15545
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Aug 2016 16:23:06 +0000 (18:23 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Aug 2016 16:23:06 +0000 (18:23 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 76ae96ddb084c314c049cfb80dffd13af774f8b1..4537060c78c52ff95ff8d2f622b9260a85f488fb 100644 (file)
@@ -4790,7 +4790,7 @@ namespace Gtk {
                public unowned string get_accelerator ();
                public unowned string get_disabled_text ();
                public void set_accelerator (string accelerator);
-               public void set_disabled_text (string unset_text);
+               public void set_disabled_text (string disabled_text);
                public string accelerator { get; set; }
                public string disabled_text { get; set; }
        }
index 72c1e0ff24a0c0ebf558be36d85cc87a0b471c3a..8703305f6f6e57723e057386fab6d1b9071e50f7 100644 (file)
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="self" type="GtkShortcutLabel*"/>
-                                       <parameter name="unset_text" type="gchar*"/>
+                                       <parameter name="disabled_text" type="gchar*"/>
                                </parameters>
                        </method>
                        <property name="accelerator" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>