Method

GPluginPluginInfoget_license_url

Declaration [src]

const gchar*
gplugin_plugin_info_get_license_url (
  GPluginPluginInfo* info
)

Description [src]

Returns the url of the license for the plugin as specified in info.

Return value

Returns: const gchar*
 

The url of the license from info.

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