]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix Gtk.Fixed.children type arguments
authorLuca Bruno <lucabru@src.gnome.org>
Thu, 26 May 2011 18:06:32 +0000 (20:06 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Thu, 26 May 2011 18:06:32 +0000 (20:06 +0200)
Fixes bug 646334.

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

index 7301eb7a4a8c9d66f2395b6e5179510dc065b3b8..4c98e17eda484f4b112b1440866a11a4914fb8ab 100644 (file)
@@ -1757,7 +1757,7 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class Fixed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
-               public weak GLib.List<Gtk.Widget> children;
+               public weak GLib.List<Gtk.FixedChild> children;
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public Fixed ();
                public bool get_has_window ();
index 6ecb1eed21f6196d1ae0a206ed78d9d6bdc0beb2..0027d97bef99503e6be80ffc6837c68c0608d92c 100644 (file)
@@ -213,7 +213,7 @@ gtk_file_filter_add_custom.notify hidden="1"
 gtk_file_chooser_list_filters transfer_ownership="1" type_arguments="unowned FileFilter"
 gtk_file_chooser_list_shortcut_folder_uris nullable="1" transfer_ownership="1" type_arguments="string"
 gtk_file_chooser_list_shortcut_folders nullable="1" transfer_ownership="1" type_arguments="string"
-GtkFixed.children type_arguments="Widget"
+GtkFixed.children type_arguments="FixedChild"
 gtk_frame_new.label nullable="1"
 GtkHandleBox.child_detached hidden="1"
 GtkHandleBox::child_detached hidden="1"