summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkviewport.h')
-rw-r--r--gtk/gtkviewport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkviewport.h b/gtk/gtkviewport.h
index 3bd87fae3a..22d95ea429 100644
--- a/gtk/gtkviewport.h
+++ b/gtk/gtkviewport.h
@@ -55,9 +55,9 @@ struct _GtkViewportClass
{
GtkBinClass parent_class;
- void (*scroll_adjustments) (GtkViewport *viewport,
- GtkAdjustment *hadjustment,
- GtkAdjustment *vadjustment);
+ void (*set_scroll_adjustments) (GtkViewport *viewport,
+ GtkAdjustment *hadjustment,
+ GtkAdjustment *vadjustment);
};