summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-11-08 00:51:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-11-08 00:51:10 +0000
commit6e6d780b8c5b1fec00efca4cb343095eaa29a9ec (patch)
tree467cccbaceb6746021e1d7229efa6bde66345979 /gtk/gtkfilechooser.c
parent56fb0d48567af874c768812b8aa1babe628d9771 (diff)
downloadgtk+-6e6d780b8c5b1fec00efca4cb343095eaa29a9ec.tar.gz
Mark as 2.4 additions.
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c: * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as 2.4 additions.
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)