Method

GrlPluginget_name

since: 0.2.0

Declaration [src]

const gchar*
grl_plugin_get_name (
  GrlPlugin* plugin
)

Description [src]

Get the name of the plugin.

Available since: 0.2.0

Return value

Type: const gchar*

The name of the plugin.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.