![]() |
![]() |
![]() |
![]() |
GITypelib * g_typelib_new_from_memory (guint8 *memory
,gsize len
,GError **error
);
Creates a new GITypelib from a memory location. The memory block
pointed to by typelib
will be automatically g_free()
d when the
repository is destroyed.
[skip]
memory |
address of memory chunk containing the typelib |
|
len |
length of memory chunk containing the typelib |
|
error |
a GError |
GITypelib * g_typelib_new_from_const_memory (const guint8 *memory
,gsize len
,GError **error
);
Creates a new GITypelib from a memory location.
[skip]
memory |
address of memory chunk containing the typelib |
|
len |
length of memory chunk containing the typelib |
|
error |
A GError |
GITypelib * g_typelib_new_from_mapped_file (GMappedFile *mfile
,GError **error
);
Creates a new GITypelib from a GMappedFile.
[skip]