GNOME Bugzilla – Bug 574660
API: need g_module_open() variant with GError
Last modified: 2018-05-24 11:47:37 UTC
I was surprised to find that the GModule API doesn't use GError. I think there should be some kind of g_module_open_full() function which returns a GError in case of failure. This is useful to distinguish between the case where opening the module failed because of some error, or the file just didn't exist in the first place, for example. This would also make things consistent with the rest of the GLib-2.x API.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/203.