Method

FwupdPluginPlugincache_lookup

Declaration [src]

gpointer
fu_plugin_cache_lookup (
  FuPlugin* self,
  const gchar* id
)

Description [src]

Finds an object in the per-plugin cache.

Available since:0.8.0

Parameters

id const gchar*
 

The key.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: gpointer
 

A GObject, or NULL for unfound.