From 56ada2f01f3b522a42831aba158786e843fca817 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 1 Apr 2022 13:06:53 -0500 Subject: [PATCH] gtkfilechooser: add missing nullable annotation --- gtk/gtkfilechooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 0be35921e1..6f8691d78a 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -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 */