doc: Update

This commit is contained in:
Rafał Dzięgiel
2024-03-19 22:36:43 +01:00
parent 36d62a3a1c
commit 17bb9fdb02
396 changed files with 10339 additions and 2474 deletions

View File

@@ -115,7 +115,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-toggle-play-button.h#L36">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.h#L36">[src]</a>
</h4>
@@ -134,12 +134,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-toggle-play-button.c#L70">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.c#L70">[src]</a>
</h4>
<div class="docblock">
<p>Creates a new <code>GtkWidget</code> with button to toggle&nbsp;playback.</p>
<p>Creates a new <code>ClapperGtkTogglePlayButton</code> instance.</p>
</div>
<div class="docblock">
@@ -165,14 +165,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk" class="external"><code>GtkWidget</code></a></p>
<p><p>A new <code>GtkWidget</code> instance.</p></p>
<p><p>A new toggle play button <code>GtkWidget</code>.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
</table>