yaml_document_start_event_initialize ( event version_directive tag_directives_start tag_directives_end implicit -- bool )


Vocabulary
yaml.ffi

Inputs
eventan object
version_directivean object
tag_directives_startan object
tag_directives_endan object
implicitan object


Outputs
boolan object


Definition


LIBRARY: libyaml FUNCTION: bool
yaml_document_start_event_initialize
( yaml_event_t* event, yaml_version_directive_t*
version_directive, yaml_tag_directive_t*
tag_directives_start, yaml_tag_directive_t*
tag_directives_end, bool implicit )