Type.getPlugin

Returns the GTypePlugin structure for type or NULL if type does not have a GTypePlugin structure.

class Type
static
getPlugin

Parameters

type GType

The GType to retrieve the plugin for.

Return Value

The corresponding plugin if type is a dynamic type, NULL otherwise. [transfer none]

Meta