Modulemd.Defaults (Private)

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

Stability Level

Private, unless otherwise indicated

Functions

Types and Values

Description

Functions

modulemd_defaults_set_module_name ()

void
modulemd_defaults_set_module_name (ModulemdDefaults *self,
                                   const gchar *module_name);

modulemd_defaults_merge ()

ModulemdDefaults *
modulemd_defaults_merge (ModulemdDefaults *from,
                         ModulemdDefaults *into,
                         GError **error);

Performs a merge of two ModulemdDefaults objects. See the documentation for ModulemdModuleIndexMerger for details on the merge algorithm used.

Parameters

from

A ModulemdDefaults object to merge from.

[in]

into

A ModulemdDefaults object being merged into.

[in]

error

A GError containing the reason for an unresolvable merge conflict.

[out]

Returns

A newly-allocated ModulemdDefaults containing the merged values of from and into .

[transfer full]

Since: 2.0

Types and Values

DEFAULT_PLACEHOLDER

#define DEFAULT_PLACEHOLDER "__DEFAULT_PLACEHOLDER__"