register_extension_type
Description:
Register impl_type as an extension which implements extension_type.
Since libpeas 1.22, exten_type can be an Abstract [alias@GObject.Type] and not just an Interface [alias@GObject.Type].
Parameters:
| this |
Your plugin's ObjectModule. |
| exten_type |
The Type of the extension you implement. |
| impl_type |
The Type of your implementation of |