Method

GrlPluginget_license

since: 0.2.0

Declaration [src]

const gchar*
grl_plugin_get_license (
  GrlPlugin* plugin
)

Description [src]

Get the license of the plugin.

Available since: 0.2.0

Return value

Type: const gchar*

The license of the plugin.

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