Method

PeasPluginInfoget_icon_name

Declaration [src]

const char*
peas_plugin_info_get_icon_name (
  const PeasPluginInfo* info
)

Description [src]

Gets the icon name of the plugin.

The icon of the plugin will be presented in the plugin manager UI. If no icon is specified, the default green puzzle icon will be used.

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

Return value

Returns: const char*
 

The plugin’s icon name.

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