]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Update to 3.96.0+bcea9652
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 30 Sep 2019 06:50:36 +0000 (08:50 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 5 Oct 2019 11:45:55 +0000 (13:45 +0200)
vapi/gtk4.vapi

index b7604d1cbb50ead3eceebf86870f0734761152b6..5532c94e23db7e2ab1ae422a82e37249e251a58d 100644 (file)
@@ -8998,11 +8998,11 @@ namespace Gtk {
                [NoWrapper]
                public virtual void close ();
                [CCode (has_construct_function = false, type = "GtkMediaStream*")]
-               public MediaFile.for_file (GLib.File? file);
+               public MediaFile.for_file (GLib.File file);
                [CCode (has_construct_function = false, type = "GtkMediaStream*")]
                public MediaFile.for_filename (string filename);
                [CCode (has_construct_function = false, type = "GtkMediaStream*")]
-               public MediaFile.for_input_stream (GLib.InputStream? stream);
+               public MediaFile.for_input_stream (GLib.InputStream stream);
                [CCode (has_construct_function = false, type = "GtkMediaStream*")]
                public MediaFile.for_resource (string resource_path);
                public unowned GLib.File? get_file ();
@@ -9247,7 +9247,10 @@ namespace Gtk {
                public void set_arrow_tooltip_markup (string markup);
                public void set_arrow_tooltip_text (string text);
                public void set_menu (Gtk.Widget menu);
+               public void set_popover (Gtk.Widget popover);
                public Gtk.Menu menu { get; set; }
+               [NoAccessorMethod]
+               public Gtk.Popover popover { owned get; set; }
                public signal void show_menu ();
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_message_dialog_get_type ()")]