register_extension_type


Description:

public void register_extension_type (Type exten_type, Type impl_type)

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 exten_type.