Function
GimpValueArraynew_from_types_valist
Declaration [src]
GimpValueArray*
gimp_value_array_new_from_types_valist (
gchar** error_msg,
GType first_type,
va_list va_args
)
Description [src]
Allocate and initialize a new GimpValueArray
, and fill it with
va_args
given in the order as passed to gimp_value_array_new_from_types().
Available since: | 3.0 |
Parameters
error_msg |
gchar** |
Return location for an error message. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
first_type |
GType |
First type in the array, or #G_TYPE_NONE. |
|
va_args |
va_list |
A va_list of GTypes and values, terminated by #G_TYPE_NONE. |
Return value
Returns: | GimpValueArray |
A newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |