Method

GPluginPluginInfoget_discriminator

since: 0.44

Declaration [src]

char*
gplugin_plugin_info_get_discriminator (
  GPluginPluginInfo* info
)

Description [src]

Gets the discriminator from info.

Available since: 0.44

Return value

Type: char*

The discriminator.

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.