glib.gmappedfile

Undocumented in source.

Members

Functions

g_mapped_file_free
deprecated void g_mapped_file_free(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_get_bytes
GBytes* g_mapped_file_get_bytes(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_get_contents
gchar* g_mapped_file_get_contents(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_get_length
gsize g_mapped_file_get_length(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_new
GMappedFile* g_mapped_file_new(const(gchar)* filename, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_new_from_fd
GMappedFile* g_mapped_file_new_from_fd(gint fd, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_ref
GMappedFile* g_mapped_file_ref(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_mapped_file_unref
void g_mapped_file_unref(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GMappedFile
struct GMappedFile
Undocumented in source.

Meta