summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r--gtk/gtklayout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h
index 9ec2812fa3..c7ca1d5ff0 100644
--- a/gtk/gtklayout.h
+++ b/gtk/gtklayout.h
@@ -77,9 +77,9 @@ struct _GtkLayout {
struct _GtkLayoutClass {
GtkContainerClass parent_class;
- void (*scroll_adjustments) (GtkLayout *text,
- GtkAdjustment *hadjustment,
- GtkAdjustment *vadjustment);
+ void (*set_scroll_adjustments) (GtkLayout *layout,
+ GtkAdjustment *hadjustment,
+ GtkAdjustment *vadjustment);
};
GtkType gtk_layout_get_type (void);