diff options
Diffstat (limited to 'gtk/gtkfontchooserwidget.c')
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 7467c93b4b..3ab05f3d9d 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -92,8 +92,6 @@ * # CSS nodes * * GtkFontChooserWidget has a single CSS node with name fontchooser. - * - * Since: 3.2 */ struct _GtkFontChooserWidgetPrivate @@ -880,8 +878,6 @@ gtk_font_chooser_widget_init (GtkFontChooserWidget *fontchooser) * Creates a new #GtkFontChooserWidget. * * Returns: a new #GtkFontChooserWidget - * - * Since: 3.2 */ GtkWidget * gtk_font_chooser_widget_new (void) |