Skip to content

Commit

Permalink
Merge branch 'mbs_279'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher committed May 2, 2019
2 parents 65baa8c + ece9a7d commit a7aedfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modulemd/v2/include/modulemd-2.0/modulemd-component-module.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ modulemd_component_module_new (const gchar *key);
/**
* modulemd_component_module_set_ref:
* @self: This #ModulemdComponentModule object.
* @ref: The commit ID in the SCM repository.
* @ref: (in) (nullable): The commit ID in the SCM repository.
*
* Since: 2.0
*/
Expand All @@ -73,7 +73,7 @@ modulemd_component_module_get_ref (ModulemdComponentModule *self);
/**
* modulemd_component_module_set_repository:
* @self: This #ModulemdComponentModule object
* @repository: The URI of the SCM repository.
* @repository: (in) (nullable): The URI of the SCM repository.
*
* Since: 2.0
*/
Expand Down
6 changes: 3 additions & 3 deletions modulemd/v2/include/modulemd-2.0/modulemd-component-rpm.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ modulemd_component_rpm_get_multilib_arches_as_strv (
/**
* modulemd_component_rpm_set_cache:
* @self: This #ModulemdComponentRpm object.
* @cache: The lookaside cache URL.
* @cache: (in) (nullable): The lookaside cache URL.
*
* Since: 2.0
*/
Expand All @@ -150,7 +150,7 @@ modulemd_component_rpm_get_cache (ModulemdComponentRpm *self);
/**
* modulemd_component_rpm_set_ref:
* @self: This #ModulemdComponentRpm object.
* @ref: The commit ID in the SCM repository.
* @ref: (in) (nullable): The commit ID in the SCM repository.
*
* Since: 2.0
*/
Expand All @@ -173,7 +173,7 @@ modulemd_component_rpm_get_ref (ModulemdComponentRpm *self);
/**
* modulemd_component_rpm_set_repository:
* @self: This #ModulemdComponentRpm object
* @repository: The URI of the SCM repository.
* @repository: (in) (nullable): The URI of the SCM repository.
*
* Since: 2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion modulemd/v2/include/modulemd-2.0/modulemd-component.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ modulemd_component_get_key (ModulemdComponent *self);
/**
* modulemd_component_set_rationale:
* @self: This #ModulemdComponent object
* @rationale: The reason that this component is part of the stream.
* @rationale: (in) (nullable): The reason that this component is part of the
* stream.
*
* Since: 2.0
*/
Expand Down

0 comments on commit a7aedfa

Please sign in to comment.