]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.94.0+9b15c690
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Jan 2019 20:10:46 +0000 (21:10 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 Jan 2019 12:59:27 +0000 (13:59 +0100)
vapi/gtk+-4.0.vapi

index 72659b8eda2636609c42aa12a4ff33372a6fedb6..c1b980e8f353f1fefb99f95bef3c64ec239475a3 100644 (file)
@@ -7819,7 +7819,7 @@ namespace Gtk {
                public signal void im_update ();
                public signal bool key_pressed (uint keyval, uint keycode, Gdk.ModifierType state);
                public signal void key_released (uint keyval, uint keycode, Gdk.ModifierType state);
-               public signal bool modifiers (Gdk.ModifierType object);
+               public signal bool modifiers (Gdk.ModifierType keyval);
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_event_controller_legacy_get_type ()")]
        public class EventControllerLegacy : Gtk.EventController {
@@ -8608,7 +8608,7 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Label (string? str);
                public unowned Pango.AttrList? get_attributes ();
-               public unowned string get_current_uri ();
+               public unowned string? get_current_uri ();
                public Pango.EllipsizeMode get_ellipsize ();
                public Gtk.Justification get_justify ();
                public unowned string get_label ();