summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-05-12 01:55:14 +0200
committerAlberto Ruiz <aruiz@gnome.org>2011-07-25 15:11:19 +0100
commitcf2d18747f6d193b70d7c0d1fa650609dd710dc5 (patch)
treee055819538ff1a06f29b7f419db49d55a0d5b8bf
parented700f68377530faa7f778c9e4ba63b98aeaa7a9 (diff)
downloadgtk+-cf2d18747f6d193b70d7c0d1fa650609dd710dc5.tar.gz
GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2
-rw-r--r--gtk/gtkfontchooser.c4
-rw-r--r--gtk/gtkfontchooserdialog.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index f79b314df1..8b493d3219 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -73,6 +73,8 @@
*
* To change the text which is shown in the preview area, use
* gtk_font_chooser_set_preview_text().
+ *
+ * Since: 3.2
*/
@@ -656,6 +658,8 @@ gtk_font_chooser_init (GtkFontChooser *fontchooser)
* Creates a new #GtkFontChooser.
*
* Return value: a new #GtkFontChooser
+ *
+ * Since: 3.2
*/
GtkWidget *
gtk_font_chooser_new (void)
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)