Top | ![]() |
![]() |
![]() |
![]() |
Modulemd.ModuleStreamV1 (Private)Modulemd.ModuleStreamV1 (Private) — ModulemdModuleStreamV1 methods that should only be used by internal consumers. |
gchar * | arch | Read / Write / Construct |
ModulemdBuildopts * | buildopts | Read / Write |
gchar * | community | Read / Write / Construct |
gchar * | documentation | Read / Write / Construct |
gchar * | tracker | Read / Write / Construct |
ModulemdModuleStreamV1 * modulemd_module_stream_v1_parse_yaml (ModulemdSubdocumentInfo *subdoc
,gboolean strict
,GError **error
);
subdoc |
A ModulemdSubdocumentInfo representing a stream v1 document. |
[in] |
strict |
Whether the parser should return failure if it encounters an unknown mapping key or if it should ignore it. |
[in] |
error |
A GError that will return the reason for a parsing or validation error. |
[out] |
A newly-allocated ModulemdModuleStreamV1 object
read from the YAML. NULL if a parse or validation error occurred and sets
error
appropriately.
[transfer full]
Since: 2.0
gboolean modulemd_module_stream_v1_emit_yaml (ModulemdModuleStreamV1 *self
,yaml_emitter_t *emitter
,GError **error
);
self |
This ModulemdModuleStreamV1 object. |
|
emitter |
A libyaml emitter object positioned where a Module Stream document belongs. |
[inout] |
error |
A GError that will return the reason for an emission or validation error. |
[out] |
TRUE if the stream was emitted successfully. FALSE and sets
error
appropriately if the YAML could not be emitted.
Since: 2.0
“arch”
property“arch” gchar *
The architecture of the produced artifacts.
Flags: Read / Write / Construct
Default value: NULL
“buildopts”
property“buildopts” ModulemdBuildopts *
Build options for module components.
Flags: Read / Write
“community”
property“community” gchar *
The website address of the upstream community for this module.
Flags: Read / Write / Construct
Default value: NULL
“documentation”
property“documentation” gchar *
The website address of the upstream documentation for this module.
Flags: Read / Write / Construct
Default value: NULL
“tracker”
property“tracker” gchar *
The website address of the upstream bug tracker for this module.
Flags: Read / Write / Construct
Default value: NULL