Method

GPluginPluginInfoget_authors

Declaration [src]

const gchar* const*
gplugin_plugin_info_get_authors (
  GPluginPluginInfo* info
)

Description [src]

Returns the authors of the plugin as specified in info.

Return value

Returns: An array of utf8
 

The authors from info.

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