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
);
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
);
Since: 2.0
const gchar *
modulemd_component_module_get_repository
(ModulemdComponentModule *self
);
Since: 2.0