(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
This commit is contained in:
@ -1176,6 +1176,10 @@ gtk_file_selection_hide_fileop_buttons (GtkFileSelection *filesel)
|
||||
* directory path, then the requestor will open with that path as its
|
||||
* current working directory.
|
||||
*
|
||||
* This has the consequence that in order to open the requestor with a
|
||||
* working directory and an empty filename, @filename must have a trailing
|
||||
* directory separator.
|
||||
*
|
||||
* The encoding of @filename is the on-disk encoding, which
|
||||
* may not be UTF-8. See g_filename_from_utf8().
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user