Method
GLibMappedFilefree
deprecated: 2.22 since: 2.8
Declaration [src]
void
g_mapped_file_free (
GMappedFile* file
)
Description [src]
This call existed before GMappedFile
had refcounting and is currently
exactly the same as g_mapped_file_unref().
Available since: 2.8
Deprecated since: 2.22
Use g_mapped_file_unref()
instead.