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 |
|
The data is owned by the caller of the function. |