]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.24.29+f9fe28ce
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 May 2021 15:21:52 +0000 (17:21 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 May 2021 15:21:52 +0000 (17:21 +0200)
vapi/gtk+-3.0.vapi

index 145a7267c4870b5b8e77fd385fd4085b1555bb79..41f673f9bc2fbe81fcf78347b39f6d1d286fdb4d 100644 (file)
@@ -3094,6 +3094,11 @@ namespace Gtk {
                public signal void show_hidden ();
                public signal void up_folder ();
        }
+       [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_file_chooser_widget_accessible_get_type ()")]
+       public class FileChooserWidgetAccessible : Gtk.ContainerAccessible, Atk.Action, Atk.Component {
+               [CCode (has_construct_function = false)]
+               protected FileChooserWidgetAccessible ();
+       }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_file_filter_get_type ()")]
        public class FileFilter : GLib.InitiallyUnowned, Gtk.Buildable {
                [CCode (has_construct_function = false)]