mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Merge branch 'wip/chergert/fix-mapped-file-get-contents' into 'main'
glib/mappedfile: g_mapped_file_get_contents() does not transfer See merge request GNOME/glib!4180
This commit is contained in:
commit
044acfcb77
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user