summaryrefslogtreecommitdiff
path: root/gtk/gtkaspectframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkaspectframe.h')
-rw-r--r--gtk/gtkaspectframe.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h
index adcb00ea4e..6f757236c7 100644
--- a/gtk/gtkaspectframe.h
+++ b/gtk/gtkaspectframe.h
@@ -67,16 +67,16 @@ struct _GtkAspectFrameClass
GtkType gtk_aspect_frame_get_type (void);
-GtkWidget* gtk_aspect_frame_new (const gchar *label,
- gfloat xalign,
- gfloat yalign,
- gfloat ratio,
- gint obey_child);
-void gtk_aspect_frame_set (GtkAspectFrame *aspect_frame,
- gfloat xalign,
- gfloat yalign,
- gfloat ratio,
- gint obey_child);
+GtkWidget* gtk_aspect_frame_new (const gchar *label,
+ gfloat xalign,
+ gfloat yalign,
+ gfloat ratio,
+ gint obey_child);
+void gtk_aspect_frame_set (GtkAspectFrame *aspect_frame,
+ gfloat xalign,
+ gfloat yalign,
+ gfloat ratio,
+ gboolean obey_child);
#ifdef __cplusplus