Method

PeasPluginInfoget_copyright

Declaration [src]

const char*
peas_plugin_info_get_copyright (
  const PeasPluginInfo* info
)

Description [src]

Gets the copyright of the plugin.

The relevant key in the plugin info file is “Copyright”.

Return value

Type: const char*

The plugin’s copyright information.

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