sequence_start_initialize


Description:

[ 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.

Parameters:

anchor

The sequence anchor or NULL.

tag

The sequence tag or NULL.

implicit

If the tag may be omitted.

style

The sequence style.

event

An empty event object.

Returns:

1 if the function succeeded, 0 on error.