diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-05-12 01:55:14 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-15 18:57:55 -0400 |
commit | 4163fa5d29457deac00038380b9bed74eef87698 (patch) | |
tree | c34fe2991325500926ea61f49532e67fc0c10874 /gtk/gtkfontchooserdialog.c | |
parent | 4add47946bf225ae6c1a9d51808c5e561faef68d (diff) | |
download | gtk+-4163fa5d29457deac00038380b9bed74eef87698.tar.gz |
GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2
Diffstat (limited to 'gtk/gtkfontchooserdialog.c')
-rw-r--r-- | gtk/gtkfontchooserdialog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index 1df7fbbd6f..41b33987b1 100644 --- a/gtk/gtkfontchooserdialog.c +++ b/gtk/gtkfontchooserdialog.c @@ -72,6 +72,8 @@ struct _GtkFontChooserDialogPrivate * name "font_chooser". It also exposes the buttons with the names * "select_button" and "cancel_button. * </refsect2> + * + * Since: 3.2 */ static void gtk_font_chooser_dialog_buildable_interface_init (GtkBuildableIface *iface); @@ -150,6 +152,8 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag) * Creates a new #GtkFontChooserDialog. * * Return value: a new #GtkFontChooserDialog + * + * Since: 3.2 */ GtkWidget* gtk_font_chooser_dialog_new (const gchar *title) |