g_object_new_valist ( object_type first_property_name var_args -- GObject* )


Vocabulary
gobject.ffi

Inputs
object_typean object
first_property_namean object
var_argsan object


Outputs
GObject*an object


Definition


LIBRARY: gobject FUNCTION: GObject* g_object_new_valist
( GType object_type, gchar* first_property_name, va_list
var_args )