GNOME Bugzilla – Bug 360112
Wrong documentation for gtk_file_chooser_set_select_multiple
Last modified: 2006-10-06 19:21:37 UTC
Documentation Section: gtk-doc documentation for gtk_file_chooser_set_select_multiple function http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#gtk-file-chooser-set-select-multiple Sets whether multiple files can be selected in the file selector. This is only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or GTK_FILE_CHOOSER_ACTION_SAVE. It cannot be set with either of the folder actions. Correct version: Sets whether multiple files can be selected in the file selector. This is only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER. It cannot be set with either of the folder actions. Other information:
* gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple): Fix the docs. (#360112)