Modulemd.ComponentRpm (Private)

Modulemd.ComponentRpm (Private) — Modulemd.ComponentRpm methods that should be used only by internal consumers

Stability Level

Private, unless otherwise indicated

Functions

Description

Functions

modulemd_component_rpm_parse_yaml ()

ModulemdComponentRpm *
modulemd_component_rpm_parse_yaml (yaml_parser_t *parser,
                                   const gchar *name,
                                   GError **error);

Parameters

parser

A libyaml parser object positioned at the beginning of a ComponentRpm's mapping entry in the YAML document.

[inout]

name

A string with the name of the component.

[in]

error

A GError that will return the reason for parsing error.

[out]

Returns

A newly-allocated ModulemdComponentRpm object read from the YAML. NULL if a parse error occured and sets error appropriately.

[transfer full]

Since: 2.0


modulemd_component_rpm_emit_yaml ()

gboolean
modulemd_component_rpm_emit_yaml (ModulemdComponentRpm *self,
                                  yaml_emitter_t *emitter,
                                  GError **error);

Parameters

self

This ModulemdComponentRpm

 

emitter

A libyaml emitter object positioned where Rpm Component belongs in the YAML document.

[inout]

error

A GError that will return the reason for an emission error.

[out]

Returns

TRUE if the rpm component was emitted succesfully. FALSE and sets error appropriately if the YAML could not be emitted.

Since: 2.0

Types and Values