API Version: 2.0
Library Version: 2.72
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
gchar*
The contents of file, or NULL.
file