Skip to content

Commit 2410a14

Browse files
author
Libmodulemd CI
committed
Updating libmodulemd docs for b528e34bd9eee5531f44b7b19bebaadb49b10d55
Signed-off-by: Libmodulemd CI <[email protected]>
1 parent 2eddd2d commit 2410a14

File tree

74 files changed

+633
-636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+633
-636
lines changed

libmodulemd/latest/ModulemdComponent.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="up" href="ch01.html" title="Modulemd 2.0 Public API">
99
<link rel="prev" href="modulemd-2.0-Modulemd.Buildopts.html" title="Modulemd.Buildopts">
1010
<link rel="next" href="modulemd-2.0-Modulemd.ComponentModule.html" title="Modulemd.ComponentModule">
11-
<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
11+
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1212
<link rel="stylesheet" href="style.css" type="text/css">
1313
</head>
1414
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -192,13 +192,13 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
192192
</tr>
193193
<tr>
194194
<td class="property_type">
195-
<a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
195+
<span class="type">char</span> *</td>
196196
<td class="property_name"><a class="link" href="ModulemdComponent.html#ModulemdComponent--name" title="The “name” property">name</a></td>
197197
<td class="property_flags">Read / Write / Construct Only</td>
198198
</tr>
199199
<tr>
200200
<td class="property_type">
201-
<a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
201+
<span class="type">char</span> *</td>
202202
<td class="property_name"><a class="link" href="ModulemdComponent.html#ModulemdComponent--rationale" title="The “rationale” property">rationale</a></td>
203203
<td class="property_flags">Read / Write</td>
204204
</tr>
@@ -308,7 +308,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
308308
<a name="modulemd-component-copy.returns"></a><h4>Returns</h4>
309309
<p>A newly-allocated copy of <em class="parameter"><code>self</code></em>
310310
. </p>
311-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
311+
<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
312312
</div>
313313
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
314314
</div>
@@ -432,7 +432,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
432432
<a name="modulemd-component-get-buildafter-as-strv.returns"></a><h4>Returns</h4>
433433
<p>The set of component keys that this component
434434
depends upon. </p>
435-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
435+
<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
436436
</div>
437437
<p class="since">Since: <a class="link" href="ch07.html#api-index-2.2">2.2</a></p>
438438
</div>
@@ -612,7 +612,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
612612
different from the key used to save this component to a
613613
<a class="link" href="ModulemdModuleStream.html" title="Modulemd.ModuleStream"><span class="type">ModulemdModuleStream</span></a>. If you specifically need the key, use
614614
<a class="link" href="ModulemdComponent.html#modulemd-component-get-key" title="modulemd_component_get_key ()"><code class="function">modulemd_component_get_key()</code></a> instead. </p>
615-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
615+
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
616616
</div>
617617
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
618618
</div>
@@ -640,7 +640,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
640640
<a name="modulemd-component-get-key.returns"></a><h4>Returns</h4>
641641
<p>The name of the key used to attach this component
642642
to a <a class="link" href="ModulemdModuleStream.html" title="Modulemd.ModuleStream"><span class="type">ModulemdModuleStream</span></a>. </p>
643-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
643+
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
644644
</div>
645645
<p class="since">Since: <a class="link" href="ch07.html#api-index-2.2">2.2</a></p>
646646
</div>
@@ -698,7 +698,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
698698
<div class="refsect3">
699699
<a name="modulemd-component-get-rationale.returns"></a><h4>Returns</h4>
700700
<p>The rationale. </p>
701-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
701+
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
702702
</div>
703703
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
704704
</div>
@@ -756,7 +756,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
756756
<hr>
757757
<div class="refsect2">
758758
<a name="ModulemdComponent--name"></a><h3>The <code class="literal">“name”</code> property</h3>
759-
<pre class="programlisting"> “name” <a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
759+
<pre class="programlisting"> “name” <span class="type">char</span> *</pre>
760760
<p>The name of the component. This is the real name of the component and may differ from the key used to associate this component with the ModuleStream.</p>
761761
<p>Owner: ModulemdComponent</p>
762762
<p>Flags: Read / Write / Construct Only</p>
@@ -765,7 +765,7 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
765765
<hr>
766766
<div class="refsect2">
767767
<a name="ModulemdComponent--rationale"></a><h3>The <code class="literal">“rationale”</code> property</h3>
768-
<pre class="programlisting"> “rationale” <a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
768+
<pre class="programlisting"> “rationale” <span class="type">char</span> *</pre>
769769
<p>A description of the reason this component is part of the module stream.</p>
770770
<p>Owner: ModulemdComponent</p>
771771
<p>Flags: Read / Write</p>
@@ -774,6 +774,6 @@ <h2><span class="refentrytitle"><a name="ModulemdComponent.top_of_page"></a>Modu
774774
</div>
775775
</div>
776776
<div class="footer">
777-
<hr>Generated by GTK-Doc V1.32</div>
777+
<hr>Generated by GTK-Doc V1.33.1</div>
778778
</body>
779779
</html>

libmodulemd/latest/ModulemdDefaults.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="up" href="ch01.html" title="Modulemd 2.0 Public API">
99
<link rel="prev" href="modulemd-2.0-Modulemd-Compression-Helpers.html" title="Modulemd Compression Helpers">
1010
<link rel="next" href="modulemd-2.0-Modulemd.DefaultsV1.html" title="Modulemd.DefaultsV1">
11-
<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
11+
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1212
<link rel="stylesheet" href="style.css" type="text/css">
1313
</head>
1414
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -142,7 +142,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
142142
</tr>
143143
<tr>
144144
<td class="property_type">
145-
<a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
145+
<span class="type">char</span> *</td>
146146
<td class="property_name"><a class="link" href="ModulemdDefaults.html#ModulemdDefaults--module-name" title="The “module-name” property">module-name</a></td>
147147
<td class="property_flags">Read / Write / Construct Only</td>
148148
</tr>
@@ -222,7 +222,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
222222
<a name="modulemd-defaults-new.returns"></a><h4>Returns</h4>
223223
<p>A newly created <a class="link" href="ModulemdDefaults.html" title="Modulemd.Defaults"><span class="type">ModulemdDefaults</span></a> subtype of the
224224
requested version. </p>
225-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
225+
<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
226226
</div>
227227
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
228228
</div>
@@ -250,7 +250,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
250250
<a name="modulemd-defaults-copy.returns"></a><h4>Returns</h4>
251251
<p>A newly-allocated copy of <em class="parameter"><code>self</code></em>
252252
. </p>
253-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
253+
<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
254254
</div>
255255
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
256256
</div>
@@ -368,7 +368,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
368368
<em class="parameter"><code>error</code></em>
369369
appropriately. This function does not modify <em class="parameter"><code>self</code></em>
370370
. </p>
371-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
371+
<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
372372
</div>
373373
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
374374
</div>
@@ -396,7 +396,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
396396
<a name="modulemd-defaults-get-module-name.returns"></a><h4>Returns</h4>
397397
<p>The name of the module to which these defaults
398398
apply. </p>
399-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
399+
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
400400
</div>
401401
<p class="since">Since: <a class="link" href="ch05.html#api-index-2.0">2.0</a></p>
402402
</div>
@@ -579,7 +579,7 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
579579
<hr>
580580
<div class="refsect2">
581581
<a name="ModulemdDefaults--module-name"></a><h3>The <code class="literal">“module-name”</code> property</h3>
582-
<pre class="programlisting"> “module-name” <a href="https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
582+
<pre class="programlisting"> “module-name” <span class="type">char</span> *</pre>
583583
<p>The name of the module to which these defaults apply.</p>
584584
<p>Owner: ModulemdDefaults</p>
585585
<p>Flags: Read / Write / Construct Only</p>
@@ -588,6 +588,6 @@ <h2><span class="refentrytitle"><a name="ModulemdDefaults.top_of_page"></a>Modul
588588
</div>
589589
</div>
590590
<div class="footer">
591-
<hr>Generated by GTK-Doc V1.32</div>
591+
<hr>Generated by GTK-Doc V1.33.1</div>
592592
</body>
593593
</html>

0 commit comments

Comments
 (0)