[Compact]
public class AttributeSet : GLib.SList<Atk.Attribute?> {
}
+ [CCode (cheader_filename = "atk/atk.h", type_id = "atk_implementor_get_type ()")]
+ public interface Implementor : GLib.Object {
+ public abstract Atk.Object ref_accessible ();
+ }
public class Registry : GLib.Object {
[Version (deprecated = true)]
public weak GLib.HashTable<GLib.Type,Atk.ObjectFactory> factory_singleton_cache;
// Ownership of fields
TextRange.content unowned=false
Attribute.* unowned=false
+
+// Should be fixed upstream
+// https://gitlab.gnome.org/GNOME/atk/commit/96d13ae47f6f77445483ee8a0d7d6569a95f35bf
+Implementor* skip // g-ir-scanner doesn't realize this is an interface