Top | ![]() |
![]() |
![]() |
![]() |
ModulemdComponentModule * | modulemd_component_module_new () |
void | modulemd_component_module_set_ref () |
const gchar * | modulemd_component_module_get_ref () |
void | modulemd_component_module_set_repository () |
const gchar * | modulemd_component_module_get_repository () |
void modulemd_component_module_set_ref (ModulemdComponentModule *self
,const gchar *ref
);
ref |
A string: The particular repository commit hash, branch or tag name used in this module. |
[nullable] |
const gchar *
modulemd_component_module_get_ref (ModulemdComponentModule *self
);
Retrieves the repository ref.
void modulemd_component_module_set_repository (ModulemdComponentModule *self
,const gchar *repository
);
repository |
A string: The VCS repository with the modulemd file, and other module data. |
[nullable] |
const gchar *
modulemd_component_module_get_repository
(ModulemdComponentModule *self
);
Retrieves the repository location.