+2008-12-15 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_container_get_children binding
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2008-12-15 Jürg Billeter <j@bitron.ch>
* vapi/packages/gtk+-2.0/:
public uint get_border_width ();
[NoWrapper]
public virtual void get_child_property (Gtk.Widget child, uint property_id, GLib.Value value, GLib.ParamSpec pspec);
- public GLib.List<Gtk.Widget> get_children ();
+ public GLib.List<weak Gtk.Widget> get_children ();
public bool get_focus_chain (GLib.List focusable_widgets);
public weak Gtk.Adjustment get_focus_hadjustment ();
public weak Gtk.Adjustment get_focus_vadjustment ();
public int height;
}
+ public class Container {
+ public GLib.List<weak Gtk.Widget> get_children ();
+ }
+
public class Widget {
public extern Widget (GLib.Type type, ...);
GtkContainer::remove has_emitter="1"
GtkContainer::set_focus_child has_emitter="1"
gtk_container_foreach.callback_data hidden="1"
-gtk_container_get_children type_arguments="Widget" transfer_ownership="1"
+gtk_container_get_children hidden="1"
GtkContainerClass name="pointer"
GtkDestroyNotify has_target="0"
gtk_dialog_new_with_buttons.title nullable="1"