Method

PeasPluginInfoget_name

Declaration [src]

const char*
peas_plugin_info_get_name (
  const PeasPluginInfo* info
)

Description [src]

Gets the name of the plugin.

The name of a plugin should be a nice short string to be presented in UIs.

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

Gets propertyPeas.PluginInfo:name

Return value

Type: const char*

The plugin’s name.

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