]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gtk_container_get_children binding
authorJürg Billeter <j@bitron.ch>
Mon, 15 Dec 2008 22:21:07 +0000 (22:21 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 15 Dec 2008 22:21:07 +0000 (22:21 +0000)
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

svn path=/trunk/; revision=2168

ChangeLog
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 41e3ab29ee433db5d50d3ad569bf52e22c1878df..63d564db55f66699a6ab1aaa8426fe32eca557ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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/:
index 2360e29cc308e1d58f65ccaf0bd398a21dc7edc5..a0f7f589da317fe2df7d7c52aac5d1bef0fed9b8 100644 (file)
@@ -1031,7 +1031,7 @@ namespace Gtk {
                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 ();
index 991fa12e2e8fd5d96420a48cf92c891336e45eec..8cfe7dffa71521645260f55f865341692e730709 100644 (file)
@@ -28,6 +28,10 @@ namespace Gtk {
                public int height;
        }
 
+       public class Container {
+               public GLib.List<weak Gtk.Widget> get_children ();
+       }
+
        public class Widget {
                public extern Widget (GLib.Type type, ...);
 
index 1b3abebb6862d310712999a47bac8be72a5d1920..4b4bc2f8afe918e81022275645b1ad73a292c9fd 100644 (file)
@@ -98,7 +98,7 @@ GtkContainer::check_resize has_emitter="1"
 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"