Method

FwupdPluginPluginopen

Declaration [src]

gboolean
fu_plugin_open (
  FuPlugin* self,
  const gchar* filename,
  GError** error
)

Description [src]

Opens the plugin module.

Available since:0.8.0

Parameters

filename const gchar*
 

The shared object filename to open.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success, FALSE for fail.