g_object_new_with_properties ( object_type n_properties names values -- GObject* )


Vocabulary
gobject.ffi

Inputs
object_typean object
n_propertiesan object
namesan object
valuesan object


Outputs
GObject*an object


Definition


LIBRARY: gobject FUNCTION: GObject*
g_object_new_with_properties
( GType object_type, guint n_properties, gchar** names,
GValue** values )