Method

PeasPluginInfoget_authors

Declaration [src]

const char* const*
peas_plugin_info_get_authors (
  const PeasPluginInfo* info
)

Description [src]

Gets a NULL-terminated array of strings with the authors of the plugin.

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

Return value

Type: An array of utf8

The plugin’s author list.

The array is NULL-terminated.
The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.