]> 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)
committerJürg Billeter <j@bitron.ch>
Sun, 29 May 2011 11:06:56 +0000 (13:06 +0200)
Fixes bug 646334.

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

index 0812bff2748b9d1c853de455d7e2ec8bcc4b1652..4ae2e6cf5c9a14f3a9d921e54a345c73c7920805 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"