Method
PeasExtensionSetget_extension
Declaration [src]
GObject*
peas_extension_set_get_extension (
PeasExtensionSet* set,
PeasPluginInfo* info
)
Description [src]
Returns the GObject
object corresponding to info
.
If the plugin doesn’t provide such an extension, it returns NULL
.
Parameters
info |
PeasPluginInfo |
A |
|
The data is owned by the caller of the function. |