Top |
Modulemd.ComponentModule (Private)Modulemd.ComponentModule (Private) — Modulemd.ComponentModule methods that should be used only by internal consumers |
ModulemdComponentModule * modulemd_component_module_parse_yaml (yaml_parser_t *parser
,const gchar *name
,GError **error
);
A newly-allocated ModulemdComponentModule object
read from the YAML. NULL if a parse error occured and sets error
appropriately.
Since: 2.0
gboolean modulemd_component_module_emit_yaml (ModulemdComponentModule *self
,yaml_emitter_t *emitter
,GError **error
);
TRUE if the module component was emitted succesfully. FALSE and sets
error
appropriately if the YAML could not be emitted.
Since: 2.0