X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkaspectframe.h;h=67df478fa6e53c4b581a2a0cca9dd850957a4381;hb=10ba4fd066042b4335ae45e7560565872f71ba9b;hp=f9d34937d490fa8b8f5c86279dd91278e1a1aca0;hpb=3f98a849c70ae570b78095cef0152a33ec07c64e;p=~andy%2Fgtk diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h index f9d34937d..67df478fa 100644 --- a/gtk/gtkaspectframe.h +++ b/gtk/gtkaspectframe.h @@ -55,7 +55,7 @@ struct _GtkAspectFrame gfloat xalign; gfloat yalign; gfloat ratio; - gint obey_child; + gboolean obey_child; GtkAllocation center_allocation; }; @@ -71,7 +71,7 @@ GtkWidget* gtk_aspect_frame_new (const gchar *label, gfloat xalign, gfloat yalign, gfloat ratio, - gint obey_child); + gboolean obey_child); void gtk_aspect_frame_set (GtkAspectFrame *aspect_frame, gfloat xalign, gfloat yalign,