]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: add type arguments to Table.children field
authorEvan Nemerson <evan@coeus-group.com>
Wed, 17 Aug 2011 03:36:42 +0000 (20:36 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Thu, 25 Aug 2011 05:17:03 +0000 (22:17 -0700)
Fixes bug 655586.

vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 75d6c8d98d627e396ff3d15769f4c44c7067776e..658fdc90bde2b55183618e5deaa08b0dfcf77fa2 100644 (file)
@@ -4181,7 +4181,7 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class Table : Gtk.Container, Atk.Implementor, Gtk.Buildable {
-               public weak GLib.List children;
+               public weak GLib.List<Gtk.TableChild> children;
                public weak Gtk.TableRowCol cols;
                public uint16 ncols;
                public uint16 nrows;
index 5aa68badc5455509232cb5d7d4b7478a83a38e55..ed790437ffe0e1d3408b7cd69f1ee850c7e92b55 100644 (file)
@@ -566,6 +566,7 @@ GtkStyle.bg_pixmap weak="0"
 gtk_style_copy type_name="Style" transfer_ownership="1"
 gtk_style_lookup_color.color is_out="1"
 gtk_style_get_style_property.value is_out="1"
+GtkTable.children type_arguments="TableChild"
 GtkTable:row-spacing accessor_method="0"
 GtkTargetEntry is_value_type="1"
 GtkTargetList.list type_arguments="TargetPair"