ObjectModule.registerExtensionType

Register impl_type as an extension which implements extension_type.

Since libpeas 1.22, exten_type can be an Abstract GType and not just an Interface GType

class ObjectModule
void
registerExtensionType

Parameters

extenType GType

The GType of the extension you implement.

implType GType

The GType of your implementation of exten_type.