diff options
Diffstat (limited to 'gtk/gtkshortcutssection.c')
-rw-r--r-- | gtk/gtkshortcutssection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c index 5f5be70582..bc1c06c7bf 100644 --- a/gtk/gtkshortcutssection.c +++ b/gtk/gtkshortcutssection.c @@ -78,7 +78,7 @@ struct _GtkShortcutsSectionClass GtkBoxClass parent_class; gboolean (* change_current_page) (GtkShortcutsSection *self, - gint offset); + int offset); }; @@ -117,7 +117,7 @@ static void gtk_shortcuts_section_filter_groups (GtkShortcutsSection *self); static void gtk_shortcuts_section_reflow_groups (GtkShortcutsSection *self); static gboolean gtk_shortcuts_section_change_current_page (GtkShortcutsSection *self, - gint offset); + int offset); static void gtk_shortcuts_section_pan_gesture_pan (GtkGesturePan *gesture, GtkPanDirection direction, @@ -729,7 +729,7 @@ gtk_shortcuts_section_reflow_groups (GtkShortcutsSection *self) static gboolean gtk_shortcuts_section_change_current_page (GtkShortcutsSection *self, - gint offset) + int offset) { GtkWidget *child; |