Method

GPluginPluginInfoget_license_text

Declaration [src]

const gchar*
gplugin_plugin_info_get_license_text (
  GPluginPluginInfo* info
)

Description [src]

Returns the license text for the plugin as specified in info.

Return value

Returns: const gchar*
 

The text of the license from info.

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