After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 360112 - Wrong documentation for gtk_file_chooser_set_select_multiple
Wrong documentation for gtk_file_chooser_set_select_multiple
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-06 10:09 UTC by Iago Toral
Modified: 2006-10-06 19:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Iago Toral 2006-10-06 10:09:23 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:
Comment 1 Matthias Clasen 2006-10-06 19:21:37 UTC
        * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
        Fix the docs.  (#360112)