diff options
Diffstat (limited to 'gtk/gtkseparator.h')
-rw-r--r-- | gtk/gtkseparator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h index 4a9b63a34b..1ce4130ea6 100644 --- a/gtk/gtkseparator.h +++ b/gtk/gtkseparator.h @@ -66,7 +66,9 @@ struct _GtkSeparatorClass }; +GDK_AVAILABLE_IN_ALL GType gtk_separator_get_type (void) G_GNUC_CONST; +GDK_AVAILABLE_IN_ALL GtkWidget * gtk_separator_new (GtkOrientation orientation); |