Method
PeasObjectModulecreate_object
Declaration [src]
GObject*
peas_object_module_create_object (
PeasObjectModule* module,
GType exten_type,
guint n_parameters,
GParameter* parameters
)
Description [src]
Creates an object for the exten_type
passing n_parameters
and parameters
to the FactoryFunc.
If module
does not provide a PeasFactoryFunc
for exten_type
then NULL
is returned.
Since libpeas 1.22, exten_type
can be an Abstract GType
and not just an Interface GType
.