24#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
25#error "Only <gtk/gtk.h> can be included directly."
32#define GTK_TYPE_ORIENTABLE (gtk_orientable_get_type ())
33#define GTK_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable))
34#define GTK_IS_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE))
35#define GTK_ORIENTABLE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface))
#define GDK_AVAILABLE_IN_ALL
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
GDK_AVAILABLE_IN_ALL void gtk_orientable_set_orientation(GtkOrientable *orientable, GtkOrientation orientation)
struct _GtkOrientable GtkOrientable
GDK_AVAILABLE_IN_ALL GType gtk_orientable_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL GtkOrientation gtk_orientable_get_orientation(GtkOrientable *orientable)
GTypeInterface base_iface