Method

PeasPluginInfoget_authors

Declaration [src]

const gchar**
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

Returns: 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.