@@ -107,14 +107,14 @@ modulemd_module_stream_new (guint64 mdversion,
107107 * modulemd_module_stream_read_file:
108108 * @path: (in): The path to a YAML document containing a module stream
109109 * definition.
110+ * @strict: (in): Whether the parser should return failure if it encounters an
111+ * unknown mapping key or if it should ignore it.
110112 * @module_name: (in) (nullable): An optional module name to override the
111113 * document on disk. Mostly useful in cases where the name is being
112114 * auto-detected from git.
113115 * @module_stream: (in) (nullable): An optional module stream name to override
114116 * the document on disk. Mostly useful in cases where the name is being
115117 * auto-detected from git.
116- * @strict: (in): Whether the parser should return failure if it encounters an
117- * unknown mapping key or if it should ignore it.
118118 * @error: (out): A #GError that will return the reason for a failed read.
119119 *
120120 * Create a #ModulemdModuleStream object from a YAML file.
@@ -139,14 +139,14 @@ modulemd_module_stream_read_file (const gchar *path,
139139 * modulemd_module_stream_read_string:
140140 * @yaml_string: (in): A YAML document string containing a module stream
141141 * definition.
142+ * @strict: (in): Whether the parser should return failure if it encounters an
143+ * unknown mapping key or if it should ignore it.
142144 * @module_name: (in) (nullable): An optional module name to override the
143145 * document on disk. Mostly useful in cases where the name is being
144146 * auto-detected from git.
145147 * @module_stream: (in) (nullable): An optional module stream name to override
146148 * the document on disk. Mostly useful in cases where the name is being
147149 * auto-detected from git.
148- * @strict: (in): Whether the parser should return failure if it encounters an
149- * unknown mapping key or if it should ignore it.
150150 * @error: (out): A #GError that will return the reason for a failed read.
151151 *
152152 * Create a #ModulemdModuleStream object from a YAML string.
@@ -171,14 +171,14 @@ modulemd_module_stream_read_string (const gchar *yaml_string,
171171 * modulemd_module_stream_read_stream: (skip)
172172 * @stream: (in): A YAML document as a FILE * containing a module stream
173173 * definition.
174+ * @strict: (in): Whether the parser should return failure if it encounters an
175+ * unknown mapping key or if it should ignore it.
174176 * @module_name: (in) (nullable): An optional module name to override the
175177 * document on disk. Mostly useful in cases where the name is being
176178 * auto-detected from git.
177179 * @module_stream: (in) (nullable): An optional module stream name to override
178180 * the document on disk. Mostly useful in cases where the name is being
179181 * auto-detected from git.
180- * @strict: (in): Whether the parser should return failure if it encounters an
181- * unknown mapping key or if it should ignore it.
182182 * @error: (out): A #GError that will return the reason for a failed read.
183183 *
184184 * Create a #ModulemdModuleStream object from a YAML file.
0 commit comments