Method

GPluginPluginInfoget_id_normalized

Declaration [src]

gchar*
gplugin_plugin_info_get_id_normalized (
  GPluginPluginInfo* info
)

Description [src]

Gets the normalized version of the id from info. That is, a version where only alphanumeric and -‘s are in the id.

Return value

Type: gchar*

The normalized id of info.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.