[ CCode ( cname = "yaml_sequence_start_event_initialize" ) ]
public int sequence_start_initialize (string? anchor, string? tag, int implicit, SequenceStyle style)
Create a SEQUENCE-START event.
The style argument may be ignored by the emitter.
Either the tag attribute or the implicit flag must be set.
| anchor |
The sequence anchor or |
| tag |
The sequence tag or |
| implicit |
If the tag may be omitted. |
| style |
The sequence style. |
| event |
An empty event object. |
|
1 if the function succeeded, 0 on error. |