File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
modulemd/v2/include/modulemd-2.0 Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ modulemd_component_module_new (const gchar *key);
4949/**
5050 * modulemd_component_module_set_ref:
5151 * @self: This #ModulemdComponentModule object.
52- * @ref: The commit ID in the SCM repository.
52+ * @ref: (in) (nullable): The commit ID in the SCM repository.
5353 *
5454 * Since: 2.0
5555 */
@@ -73,7 +73,7 @@ modulemd_component_module_get_ref (ModulemdComponentModule *self);
7373/**
7474 * modulemd_component_module_set_repository:
7575 * @self: This #ModulemdComponentModule object
76- * @repository: The URI of the SCM repository.
76+ * @repository: (in) (nullable): The URI of the SCM repository.
7777 *
7878 * Since: 2.0
7979 */
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ modulemd_component_rpm_get_multilib_arches_as_strv (
126126/**
127127 * modulemd_component_rpm_set_cache:
128128 * @self: This #ModulemdComponentRpm object.
129- * @cache: The lookaside cache URL.
129+ * @cache: (in) (nullable): The lookaside cache URL.
130130 *
131131 * Since: 2.0
132132 */
@@ -150,7 +150,7 @@ modulemd_component_rpm_get_cache (ModulemdComponentRpm *self);
150150/**
151151 * modulemd_component_rpm_set_ref:
152152 * @self: This #ModulemdComponentRpm object.
153- * @ref: The commit ID in the SCM repository.
153+ * @ref: (in) (nullable): The commit ID in the SCM repository.
154154 *
155155 * Since: 2.0
156156 */
@@ -173,7 +173,7 @@ modulemd_component_rpm_get_ref (ModulemdComponentRpm *self);
173173/**
174174 * modulemd_component_rpm_set_repository:
175175 * @self: This #ModulemdComponentRpm object
176- * @repository: The URI of the SCM repository.
176+ * @repository: (in) (nullable): The URI of the SCM repository.
177177 *
178178 * Since: 2.0
179179 */
Original file line number Diff line number Diff line change @@ -213,7 +213,8 @@ modulemd_component_get_key (ModulemdComponent *self);
213213/**
214214 * modulemd_component_set_rationale:
215215 * @self: This #ModulemdComponent object
216- * @rationale: The reason that this component is part of the stream.
216+ * @rationale: (in) (nullable): The reason that this component is part of the
217+ * stream.
217218 *
218219 * Since: 2.0
219220 */
You can’t perform that action at this time.
0 commit comments