Method

PeasPluginInfoget_name

Declaration [src]

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

Return value

Returns: const gchar*
 

The plugin’s name.

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