summaryrefslogtreecommitdiff
path: root/gtk/gtkorientable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkorientable.h')
-rw-r--r--gtk/gtkorientable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkorientable.h b/gtk/gtkorientable.h
index 2708a45597..4044e30dce 100644
--- a/gtk/gtkorientable.h
+++ b/gtk/gtkorientable.h
@@ -47,10 +47,13 @@ struct _GtkOrientableIface
};
+GDK_AVAILABLE_IN_ALL
GType gtk_orientable_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
void gtk_orientable_set_orientation (GtkOrientable *orientable,
GtkOrientation orientation);
+GDK_AVAILABLE_IN_ALL
GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
G_END_DECLS