diff options
author | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2008-08-25 06:04:36 +0000 |
---|---|---|
committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2008-08-25 06:04:36 +0000 |
commit | f109ee6d8c763f4333b4f9ef7d57d2fec9a1dee0 (patch) | |
tree | 8a45f74da963cba1f0f6e6e16899e376fd5d999d /gtk | |
parent | d4ddb1d157d550c1b395fcd5d55a08c3549945c8 (diff) | |
download | gtk+-f109ee6d8c763f4333b4f9ef7d57d2fec9a1dee0.tar.gz |
missing Since 2.14, fixes #549236
svn path=/trunk/; revision=21194
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 | ||||
-rw-r--r-- | gtk/gtkfontsel.c | 2 | ||||
-rw-r--r-- | gtk/gtkmountoperation.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index a6d2b77467..a30648a89d 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1181,6 +1181,8 @@ gtk_file_chooser_set_file (GtkFileChooser *chooser, * folder. * * Returns: a selected #GFile + * + * Since: 2.14 **/ GFile * gtk_file_chooser_get_file (GtkFileChooser *chooser) diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 33e6e29264..c931d2b9d6 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1612,6 +1612,8 @@ gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd) * Gets the 'Cancel' button. * * Return value: the #GtkWidget used in the dialog for the 'Cancel' button. + * + * Since: 2.14 */ GtkWidget * gtk_font_selection_dialog_get_cancel_button (GtkFontSelectionDialog *fsd) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 18f2a61a72..d2e83c47c0 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -767,6 +767,8 @@ gtk_mount_operation_is_showing (GtkMountOperation *op) * * Sets the transient parent for windows shown by the * #GtkMountOperation. + * + * Since: 2.14 */ void gtk_mount_operation_set_parent (GtkMountOperation *op, |