ObjectModule.createObject

Creates an object for the @interface passing @n_parameters and @parameters to the #PeasFactoryFunc. If @module does not provide a #PeasFactoryFunc for @interface then %NULL is returned.

class ObjectModule
createObject

Parameters

iface GType

The #GType of the extension interface.

parameters GParameter[]

The parameters.

Return Value

Type: ObjectG

The created object, or %NULL.

Meta