Structure.valist
Description:
[ CCode ( has_construct_function = false ) ]
public Structure.valist (string name, string firstfield, va_list varargs)
public Structure.valist (string name, string firstfield, va_list varargs)
Creates a new Structure with the given name.
Structure fields are set according to the varargs in a manner similar to Structure.
See set_name for constraints on the name parameter.
Free-function: gst_structure_free
Parameters:
| name |
name of new structure |
| firstfield |
name of first field to set |
| varargs |
variable argument list |
Returns:
|
a new Structure |