https://bugzilla.gnome.org/show_bug.cgi?id=794733
public int16 right;
public int16 top;
public int16 bottom;
- [CCode (has_construct_function = false, type = "GtkBorder*")]
- [Version (since = "2.14")]
- public Border ();
public Gtk.Border? copy ();
public void free ();
}
public struct Requisition {
public int width;
public int height;
- [CCode (has_construct_function = false, type = "GtkRequisition*")]
- [Version (since = "3.0")]
- public Requisition ();
public Gtk.Requisition? copy ();
public void free ();
}
TextIter struct
TreeIter struct
+// Hide dedicated constructors of former compact classes
+Border
+ .new skip
+Requisition
+ .new skip
+
// Bug #636812: no support for annotating the type of a closure
AccelGroup
.connect*.closure type="owned Gtk.AccelGroupActivate"