diff options
author | Michael Catanzaro <mcatanzaro@redhat.com> | 2022-04-01 13:06:53 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@redhat.com> | 2022-04-01 13:14:00 -0500 |
commit | 56ada2f01f3b522a42831aba158786e843fca817 (patch) | |
tree | 48e8cc7e5d5ea5be8a57dadd7b26e6352d11c467 | |
parent | 21eb3b2a6c7828cbbe44df4bf8d5ee812bdb0094 (diff) | |
download | gtk+-56ada2f01f3b522a42831aba158786e843fca817.tar.gz |
gtkfilechooser: add missing nullable annotation
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |