Method
GgitObjectFactoryconstruct
Declaration [src]
GObject*
ggit_object_factory_construct (
GgitObjectFactory* factory,
GObjectClass* parent_class,
GType basetype,
guint n_construct_properties,
GObjectConstructParam* construct_properties
)
Parameters
parent_class |
GObjectClass |
A |
|
The data is owned by the caller of the function. | |
basetype |
GType |
A |
|
n_construct_properties |
guint |
Number of construct properties. |
|
construct_properties |
An array of GObjectConstructParam |
A list of |
|
The length of the array is specified in the n_construct_properties argument. | |
The data is owned by the caller of the function. |
Return value
Returns: | GObject |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |