Skip to content

API: Add g_module_open_full()

Nitin Wartkar requested to merge nitinosiris/glib:g_mod into main

g_module_open_full() is wrapper around g_module_open() function which returns a GError in case of failure.

Closes #203 (closed)

Edited by Philip Withnall

Merge request reports