summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkscrolledwindow.h')
-rw-r--r--gtk/gtkscrolledwindow.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h
index 5d1a1d66e1..06a0c778a4 100644
--- a/gtk/gtkscrolledwindow.h
+++ b/gtk/gtkscrolledwindow.h
@@ -130,15 +130,15 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_scrolled_window_get_has_frame (GtkScrolledWindow *scrolled_window);
GDK_AVAILABLE_IN_ALL
-gint gtk_scrolled_window_get_min_content_width (GtkScrolledWindow *scrolled_window);
+int gtk_scrolled_window_get_min_content_width (GtkScrolledWindow *scrolled_window);
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_min_content_width (GtkScrolledWindow *scrolled_window,
- gint width);
+ int width);
GDK_AVAILABLE_IN_ALL
-gint gtk_scrolled_window_get_min_content_height (GtkScrolledWindow *scrolled_window);
+int gtk_scrolled_window_get_min_content_height (GtkScrolledWindow *scrolled_window);
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_min_content_height (GtkScrolledWindow *scrolled_window,
- gint height);
+ int height);
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_kinetic_scrolling (GtkScrolledWindow *scrolled_window,
gboolean kinetic_scrolling);
@@ -159,15 +159,15 @@ gboolean gtk_scrolled_window_get_overlay_scrolling (GtkScrolledWindow *s
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_max_content_width (GtkScrolledWindow *scrolled_window,
- gint width);
+ int width);
GDK_AVAILABLE_IN_ALL
-gint gtk_scrolled_window_get_max_content_width (GtkScrolledWindow *scrolled_window);
+int gtk_scrolled_window_get_max_content_width (GtkScrolledWindow *scrolled_window);
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_max_content_height (GtkScrolledWindow *scrolled_window,
- gint height);
+ int height);
GDK_AVAILABLE_IN_ALL
-gint gtk_scrolled_window_get_max_content_height (GtkScrolledWindow *scrolled_window);
+int gtk_scrolled_window_get_max_content_height (GtkScrolledWindow *scrolled_window);
GDK_AVAILABLE_IN_ALL
void gtk_scrolled_window_set_propagate_natural_width (GtkScrolledWindow *scrolled_window,