diff --git a/glib/gmappedfile.c b/glib/gmappedfile.c index 4d7a89eb2..1a3b224e4 100644 --- a/glib/gmappedfile.c +++ b/glib/gmappedfile.c @@ -340,7 +340,7 @@ g_mapped_file_get_length (GMappedFile *file) * * If the file is empty then %NULL is returned. * - * Returns: the contents of @file, or %NULL. + * Returns: (transfer none) (nullable): the contents of @file, or %NULL. * * Since: 2.8 */