Libglib
- Process spawning: No parent-child relationship. Some functionalities of g_spawn* APIs
are not supported.
- The API g_alloca() does not allocate memory on stack.
Instead, it allocates memory on the heap that must be freed using g_free().
Libgthread
None.
Libgmodule
The g_module_symbol API must pass the ordinal number
of the function as string and not the symbol name.
Give
feedback of this article