Top | ![]() |
![]() |
![]() |
![]() |
Modulemd.ComponentModuleModulemd.ComponentModule — A module component that goes into a module stream. |
ModulemdComponentModule *
modulemd_component_module_new (const gchar *key
);
key |
The key of this module component. Used when looking up components from a ModulemdModuleStream. |
[not nullable] |
Since: 2.0
void modulemd_component_module_set_ref (ModulemdComponentModule *self
,const gchar *ref
);
self |
This ModulemdComponentModule object. |
|
ref |
The commit ID in the SCM repository. |
[in][nullable] |
Since: 2.0
const gchar *
modulemd_component_module_get_ref (ModulemdComponentModule *self
);
Since: 2.0
void modulemd_component_module_set_repository (ModulemdComponentModule *self
,const gchar *repository
);
self |
This ModulemdComponentModule object. |
|
repository |
The URI of the SCM repository. |
[in][nullable] |
Since: 2.0
const gchar *
modulemd_component_module_get_repository
(ModulemdComponentModule *self
);
Since: 2.0
#define MODULEMD_TYPE_COMPONENT_MODULE (modulemd_component_module_get_type ())