Method

GPluginPluginInfoget_id

Declaration [src]

const gchar*
gplugin_plugin_info_get_id (
  GPluginPluginInfo* info
)

Description [src]

Returns the id that the plugin identifies itself as.

Gets propertyGPlugin.PluginInfo:id

Return value

Type: const gchar*

The id from info.

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