Fix the docs. (#360112)
* gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple): Fix the docs. (#360112)
This commit is contained in:
parent
c649114e58
commit
c52d217e07
@ -1,5 +1,8 @@
|
|||||||
2006-10-06 Matthias Clasen <mclasen@redhat.com>
|
2006-10-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
|
||||||
|
Fix the docs. (#360112)
|
||||||
|
|
||||||
* gtk/gtkcellview.c: Don't set the background of the
|
* gtk/gtkcellview.c: Don't set the background of the
|
||||||
window in a no-window widget. (#359581, Xan Lopez)
|
window in a no-window widget. (#359581, Xan Lopez)
|
||||||
|
|
||||||
|
@ -390,8 +390,7 @@ gtk_file_chooser_get_local_only (GtkFileChooser *chooser)
|
|||||||
*
|
*
|
||||||
* Sets whether multiple files can be selected in the file selector. This is
|
* 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
|
* 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
|
* GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
|
||||||
* actions.
|
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user