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