Function

GPlugininfo_get_id_normalized

Declaration [src]

gchar*
gplugin_info_get_id_normalized (
  GPluginPluginInfo* info
)

Description [src]

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

Parameters

info GPluginPluginInfo
 

The GPluginPluginInfo instance.

 The data is owned by the caller of the function.

Return value

Returns: gchar*
 

The normalized id of info.

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