Method

GLibMappedFilefree

deprecated: 2.22 since: 2.8

Declaration

void
g_mapped_file_free (
  GMappedFile* file
)

Description

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.