GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2

This commit is contained in:
Alberto Ruiz 2011-05-12 01:55:14 +02:00 committed by Matthias Clasen
parent 4add47946b
commit 4163fa5d29
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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)