]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix a few binding issues
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 6 Apr 2023 10:01:00 +0000 (12:01 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 6 Apr 2023 14:11:37 +0000 (16:11 +0200)
vapi/gtk+-3.0.vapi
vapi/metadata/Gtk-3.0.metadata

index 61a3ffef926ce8d4d82a8764e8a57dfc9f44f037..35da0df43b309032b352f4d44441e323ea0636f1 100644 (file)
@@ -2875,11 +2875,6 @@ namespace Gtk {
                [Version (since = "3.14")]
                public virtual signal void no_matches ();
        }
-       [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_entry_icon_accessible_get_type ()")]
-       public class EntryIconAccessible : Atk.Object, Atk.Action, Atk.Component {
-               [CCode (has_construct_function = false)]
-               protected EntryIconAccessible ();
-       }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_event_box_get_type ()")]
        public class EventBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
@@ -3088,12 +3083,6 @@ 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 ()")]
-       [Version (since = "3.24.30")]
-       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)]
@@ -3793,12 +3782,6 @@ namespace Gtk {
                public string subtitle { get; set; }
                public string title { get; set; }
        }
-       [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_header_bar_accessible_get_type ()")]
-       [Version (since = "3.24.11")]
-       public class HeaderBarAccessible : Gtk.ContainerAccessible, Atk.Component {
-               [CCode (has_construct_function = false)]
-               protected HeaderBarAccessible ();
-       }
        [CCode (cheader_filename = "gtk/gtk.h,gtk/gtkimmodule.h", type_id = "gtk_im_context_get_type ()")]
        public abstract class IMContext : GLib.Object {
                [CCode (has_construct_function = false)]
index 6cff8ec9ca5d431bb78a6917fb7782c641e69ce4..f13c63fc8ec8e812717cac9fed9e936a384f58d4 100644 (file)
@@ -434,6 +434,9 @@ TreeModel
   .filter_new parent="Gtk.TreeModelFilter" name="new" symbol_type="constructor"
 
 // These aren't actually used publicly anywhere.
+EntryIconAccessible skip
+FileChooserWidgetAccessible skip
+HeaderBarAccessible skip
 TableChild skip
 TableRowCol skip
 TargetPair skip