Handbook
Glossary
yaml_document_start_event_initialize ( event version_directive tag_directives_start tag_directives_end implicit -- bool )
Vocabulary
yaml
.
ffi
Inputs
event
an
object
version_directive
an
object
tag_directives_start
an
object
tag_directives_end
an
object
implicit
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
yaml.ffi
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 )