Method
GLibMappedFileget_contents
since: 2.8
Declaration [src]
gchar*
g_mapped_file_get_contents (
GMappedFile* file
)
Description [src]
Returns the contents of a 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.
Available since: 2.8