forked from AuroraMiddleware/gtk
gtkfilechooser: add missing nullable annotation
This commit is contained in:
parent
21eb3b2a6c
commit
56ada2f01f
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user