Method

GPluginPluginInfoget_icon_name

Declaration [src]

const gchar*
gplugin_plugin_info_get_icon_name (
  GPluginPluginInfo* info
)

Description [src]

Returns the name of the icon for the plugin as specified in info.

Return value

Type: const gchar*

The icon name from info.

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