mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GMappedFile: add refcounting, switch to GSlice
- add g_mapped_file_ref() and g_mapped_file_unref(). - deprecate g_mapped_file_free(). - move to GSlice for allocating the GMappedFile struct.
This commit is contained in:
@@ -1114,6 +1114,8 @@ g_dir_close
|
||||
<SUBSECTION>
|
||||
GMappedFile
|
||||
g_mapped_file_new
|
||||
g_mapped_file_ref
|
||||
g_mapped_file_unref
|
||||
g_mapped_file_free
|
||||
g_mapped_file_get_length
|
||||
g_mapped_file_get_contents
|
||||
|
Reference in New Issue
Block a user