summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index d9f1c1a55e..367cb728f7 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -748,6 +748,8 @@ gtk_file_chooser_unselect_uri (GtkFileChooser *chooser,
* @chooser: a #GtkFileChooser
*
* Selects all the files in the current folder of a file chooser.
+ *
+ * Since: 2.4
**/
void
gtk_file_chooser_select_all (GtkFileChooser *chooser)
@@ -762,6 +764,8 @@ gtk_file_chooser_select_all (GtkFileChooser *chooser)
* @chooser: a #GtkFileChooser
*
* Unselects all the files in the current folder of a file chooser.
+ *
+ * Since: 2.4
**/
void
gtk_file_chooser_unselect_all (GtkFileChooser *chooser)