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