]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.94.0+20deda2b
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 23 Jul 2018 04:49:13 +0000 (06:49 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 23 Jul 2018 04:49:13 +0000 (06:49 +0200)
vapi/gtk+-4.0.vapi

index 0987f99caef7e40e3d0b462861ee858b842b47fb..201b0cc638a720db44a96fcdeacf89385d340661 100644 (file)
@@ -7493,7 +7493,6 @@ namespace Gtk {
        public class CssProvider : GLib.Object, Gtk.StyleProvider {
                [CCode (has_construct_function = false)]
                public CssProvider ();
-               public static unowned Gtk.CssProvider get_default ();
                public static unowned Gtk.CssProvider get_named (string name, string? variant);
                [CCode (cname = "gtk_css_provider_load_from_data")]
                public void load_from_buffer ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gssize")] uint8[] data);