Merge branch 'mcatanzaro/set-current-folder-file' into 'gtk-3-24'

gtkfilechooser: add missing nullable annotation

See merge request GNOME/gtk!4610
This commit is contained in:
Matthias Clasen 2022-04-02 19:56:11 +00:00
commit 5ce7a4ab00

View File

@ -1331,7 +1331,7 @@ gtk_file_chooser_set_current_folder_file (GtkFileChooser *chooser,
* Gets the current folder of @chooser as #GFile.
* See gtk_file_chooser_get_current_folder_uri().
*
* Returns: (transfer full): the #GFile for the current folder.
* Returns: (nullable) (transfer full): the #GFile for the current folder.
*
* Since: 2.14
*/