Method

GrlRegistrylookup_plugin

since: 0.2.0

Declaration [src]

GrlPlugin*
grl_registry_lookup_plugin (
  GrlRegistry* registry,
  const gchar* plugin_id
)

Description [src]

This function will search and retrieve a plugin given its identifier.

Available since: 0.2.0

Parameters

plugin_id

Type: const gchar*

The id of a plugin.

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

Return value

Type: GrlPlugin

The plugin found.

The data is owned by the instance.