Merge branch 'cherry-pick-gtk_file_chooser_set_current_name-fix-type' into 'master'

gtk_file_chooser_set_current_name: fix type of name argument

See merge request GNOME/gtk!3091
This commit is contained in:
Emmanuele Bassi 2021-01-18 23:19:00 +00:00
commit 1635d7be8c

View File

@ -280,7 +280,7 @@ gtk_file_chooser_get_create_folders (GtkFileChooser *chooser)
/**
* gtk_file_chooser_set_current_name:
* @chooser: a #GtkFileChooser
* @name: (type filename): the filename to use, as a UTF-8 string
* @name: (type utf8): the filename to use, as a UTF-8 string
*
* Sets the current name in the file selector, as if entered
* by the user. Note that the name passed in here is a UTF-8