peas-ui-plugin-info

peas-ui-plugin-info — Some UI-related methods for PeasPluginInfo.

Synopsis

const gchar *       peas_ui_plugin_info_get_icon_name   (PeasPluginInfo *info);

Description

This summaries a few extra methods for PeasPluginInfo, to ease the management of the plugins in a GUI context. Those have the benefit of being callable on any PeasPluginInfo, even if the related plugin isn't active or doesn't implement the required interfaces.

Details

peas_ui_plugin_info_get_icon_name ()

const gchar *       peas_ui_plugin_info_get_icon_name   (PeasPluginInfo *info);

Gets the icon name of the plugin.

info :

A PeasPluginInfo.

Returns :

the plugin's icon name.

See Also

PeasPluginInfo