gtkfilechooser: add missing nullable annotation

This commit is contained in:
Michael Catanzaro 2022-04-01 13:06:53 -05:00
parent 21eb3b2a6c
commit 56ada2f01f

View File

@ -1331,7 +1331,7 @@ gtk_file_chooser_set_current_folder_file (GtkFileChooser *chooser,
* Gets the current folder of @chooser as #GFile. * Gets the current folder of @chooser as #GFile.
* See gtk_file_chooser_get_current_folder_uri(). * 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 * Since: 2.14
*/ */