API Version: 1.0
Library Version: 1.8.3
gboolean fu_plugin_open ( FuPlugin* self, const gchar* filename, GError** error )
Opens the plugin module, and calls ->load() on it.
->load()
filename
const gchar*
The shared object filename to open.
error
GError **
GError*
NULL
gboolean
TRUE for success, FALSE for fail.