[ CCode ( has_construct_function = false ) ]
public Structure (string name, string firstfield, ...)
Creates a new Structure with the given name.
Parses the list of variable arguments and sets fields to the values listed. Variable arguments should be passed as field name, field
type, and value. Last variable argument should be null
.
Free-function: gst_structure_free
name |
name of new structure |
firstfield |
name of first field to set |
... |
additional arguments |
a new Structure |