API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.8
gchar* g_mapped_file_get_contents ( GMappedFile* file )
Returns the contents of a GMappedFile.
GMappedFile
Note that the contents may not be zero-terminated, even if the GMappedFile is backed by a text file.
If the file is empty then NULL is returned.
NULL
Available since: 2.8
Type: gchar*
gchar*
The contents of file, or NULL.
file