new_valist
Description:
public static Object new_valist (Type object_type, string first_property_name, va_list var_args, Cancellable? cancellable = null) throws Error
Helper function for constructing Initable object.
This is similar to new_valist but also initializes the object and returns null, setting an error on failure.
Parameters:
object_type | |
first_property_name |
the name of the first property, followed by the value, and other property value pairs, and ended by null . |
var_args |
The var args list generated from |
cancellable |
optional Cancellable object, null to ignore. |
Returns:
a newly allocated Object, or null on error |