Top |
Modulemd.Dependencies (Private)Modulemd.Dependencies (Private) — Modulemd.Dependencies methods that should be used only by internal consumers. |
ModulemdDependencies * modulemd_dependencies_parse_yaml (yaml_parser_t *parser
,GError **error
);
A newly-allocated ModulemdDependencies object
read from the YAML. NULL if a parse or validation error occurred and sets
error
appropriately.
Since: 2.0
gboolean modulemd_dependencies_emit_yaml (ModulemdDependencies *self
,yaml_emitter_t *emitter
,GError **error
);