doc: Update

This commit is contained in:
github-actions[bot]
2025-12-06 15:55:14 +00:00
parent 73f54b6b14
commit 80a777d4e5
60 changed files with 967 additions and 87 deletions

File diff suppressed because one or more lines are too long

View File

@@ -120,6 +120,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -486,6 +488,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</div>
</div>
<div class="">
<h6><a href="method.Queue.insert_item_after.html">clapper_queue_insert_item_after</a></h6>
<div class="docblock">
<p>Insert another <code>ClapperMediaItem</code> after some other item&nbsp;position.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
<div class="">
<h6><a href="method.Queue.item_is_current.html">clapper_queue_item_is_current</a></h6>
<div class="docblock">

View File

@@ -111,7 +111,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/src/lib/clapper/clapper-reactable.h#L36">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L39">[src]</a>
</h4>

View File

@@ -105,6 +105,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -282,6 +286,28 @@ an <code>item</code> from the playback queue of the player that <code>reactable<
</div>
</div>
<div class="">
<h6><a href="method.Reactable.timeline_insert_sync.html">clapper_reactable_timeline_insert_sync</a></h6>
<div class="docblock">
<p>A convenience function that within application main thread synchronously
inserts <code>marker</code> into <code>timeline</code>.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
<div class="">
<h6><a href="method.Reactable.timeline_remove_sync.html">clapper_reactable_timeline_remove_sync</a></h6>
<div class="docblock">
<p>A convenience function that within application main thread synchronously
removes <code>marker</code> from <code>timeline</code>.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L67">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L70">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L697">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L742">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L94">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L97">[src]</a>
</h4>
@@ -183,7 +185,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L949">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L994">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L88">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L91">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L902">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L947">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L85">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L88">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L875">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L920">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L109">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L112">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1108">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1153">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L115">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L118">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1166">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1211">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L82">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L85">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L852">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L897">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L97">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L100">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L975">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1020">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L103">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L106">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1046">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1091">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>

View File

@@ -0,0 +1,282 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Queue.insert_item_after</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Queue.insert_item_after"/>
<meta priority="og:description" content="Reference for Clapper.Queue.insert_item_after"/>
<meta name="twitter:title" content="Clapper.Queue.insert_item_after"/>
<meta name="twitter:description" content="Reference for Clapper.Queue.insert_item_after"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.1</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.Queue.html">Queue</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Queue.add_item.html">add_item</a>
<a class="method" href="method.Queue.clear.html">clear</a>
<a class="method" href="method.Queue.find_item.html">find_item</a>
<a class="method" href="method.Queue.get_current_index.html">get_current_index</a>
<a class="method" href="method.Queue.get_current_item.html">get_current_item</a>
<a class="method" href="method.Queue.get_gapless.html">get_gapless</a>
<a class="method" href="method.Queue.get_instant.html">get_instant</a>
<a class="method" href="method.Queue.get_item.html">get_item</a>
<a class="method" href="method.Queue.get_n_items.html">get_n_items</a>
<a class="method" href="method.Queue.get_progression_mode.html">get_progression_mode</a>
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method current" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
<a class="method" href="method.Queue.remove_item.html">remove_item</a>
<a class="method" href="method.Queue.reposition_item.html">reposition_item</a>
<a class="method" href="method.Queue.select_index.html">select_index</a>
<a class="method" href="method.Queue.select_item.html">select_item</a>
<a class="method" href="method.Queue.select_next_item.html">select_next_item</a>
<a class="method" href="method.Queue.select_previous_item.html">select_previous_item</a>
<a class="method" href="method.Queue.set_gapless.html">set_gapless</a>
<a class="method" href="method.Queue.set_instant.html">set_instant</a>
<a class="method" href="method.Queue.set_progression_mode.html">set_progression_mode</a>
<a class="method" href="method.Queue.steal_index.html">steal_index</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.5</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.Queue.html">Queue</a><span class="sep"></span>insert_item_after</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L55">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_queue_insert_item_after</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperQueue</span><span class="o">*</span><span class="w"> </span><span class="n">queue</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">item</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">after_item</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L551">[src]</a>
</h4>
<div class="docblock">
<p>Insert another <code>ClapperMediaItem</code> after some other item&nbsp;position.</p>
<p>If <code>after_item</code> is <code>NULL</code>, item will be prepended. When set but
not found however, item will be appended at the end of&nbsp;queue.</p>
<p>If item is already in queue, this function will do nothing,
so it is safe to call multiple times if&nbsp;unsure.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>item</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.MediaItem.html"><code>ClapperMediaItem</code></a></p>
<p>A <code>ClapperMediaItem</code>.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
<dt class="arg-name"><code>after_item</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.MediaItem.html"><code>ClapperMediaItem</code></a></p>
<p>A <code>ClapperMediaItem</code> after which to
insert <code>item</code> or <code>NULL</code> to&nbsp;prepend.</p>
<table>
<tr><td>The argument can be <code>NULL</code>.</td></tr>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method current" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L91">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L94">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L925">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L970">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method current" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L61">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L64">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L642">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L687">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L58">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L61">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L615">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L660">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L55">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L58">[src]</a>
</h4>
@@ -183,7 +185,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L551">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L596">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L73">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L76">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L758">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L803">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L70">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L73">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L728">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L773">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L76">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L79">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L790">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L835">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L79">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L82">[src]</a>
</h4>
@@ -181,7 +183,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L821">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L866">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L106">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L109">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1068">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1113">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L112">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L115">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1130">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1175">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L100">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L103">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L997">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1042">[src]</a>
</h4>

View File

@@ -111,6 +111,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Queue.insert_item.html">insert_item</a>
<a class="method" href="method.Queue.insert_item_after.html">insert_item_after</a>
<a class="method" href="method.Queue.item_is_current.html">item_is_current</a>
<a class="method" href="method.Queue.remove_index.html">remove_index</a>
@@ -162,7 +164,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L64">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.h#L67">[src]</a>
</h4>
@@ -182,7 +184,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L656">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L701">[src]</a>
</h4>

View File

@@ -99,6 +99,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -126,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L226">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L229">[src]</a>
</h4>

View File

@@ -99,6 +99,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -126,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L229">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L232">[src]</a>
</h4>

View File

@@ -99,6 +99,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -126,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L238">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L241">[src]</a>
</h4>

View File

@@ -99,6 +99,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -126,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L232">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L235">[src]</a>
</h4>

View File

@@ -99,6 +99,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
@@ -126,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L235">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L238">[src]</a>
</h4>

View File

@@ -0,0 +1,247 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Reactable.timeline_insert_sync</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Reactable.timeline_insert_sync"/>
<meta priority="og:description" content="Reference for Clapper.Reactable.timeline_insert_sync"/>
<meta name="twitter:title" content="Clapper.Reactable.timeline_insert_sync"/>
<meta name="twitter:description" content="Reference for Clapper.Reactable.timeline_insert_sync"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.1</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="iface.Reactable.html">Reactable</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Reactable.get_player.html">get_player</a>
<a class="method" href="method.Reactable.queue_append_sync.html">queue_append_sync</a>
<a class="method" href="method.Reactable.queue_clear_sync.html">queue_clear_sync</a>
<a class="method" href="method.Reactable.queue_insert_sync.html">queue_insert_sync</a>
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method current" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.5</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="iface.Reactable.html">Reactable</a><span class="sep"></span>timeline_insert_sync</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L244">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_reactable_timeline_insert_sync</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperReactable</span><span class="o">*</span><span class="w"> </span><span class="n">reactable</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperTimeline</span><span class="o">*</span><span class="w"> </span><span class="n">timeline</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMarker</span><span class="o">*</span><span class="w"> </span><span class="n">marker</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.c#L210">[src]</a>
</h4>
<div class="docblock">
<p>A convenience function that within application main thread synchronously
inserts <code>marker</code> into <code>timeline</code>.</p>
<p>Reactable enhancers should only modify timeline of an item that is already
in queue from the application main thread, switching thread either themselves
or using this convenience function that does&nbsp;so.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>timeline</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.Timeline.html"><code>ClapperTimeline</code></a></p>
<p>A <code>ClapperTimeline</code>.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
<dt class="arg-name"><code>marker</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.Marker.html"><code>ClapperMarker</code></a></p>
<p>A <code>ClapperMarker</code>.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,247 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Reactable.timeline_remove_sync</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Reactable.timeline_remove_sync"/>
<meta priority="og:description" content="Reference for Clapper.Reactable.timeline_remove_sync"/>
<meta name="twitter:title" content="Clapper.Reactable.timeline_remove_sync"/>
<meta name="twitter:description" content="Reference for Clapper.Reactable.timeline_remove_sync"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.1</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="iface.Reactable.html">Reactable</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Reactable.get_player.html">get_player</a>
<a class="method" href="method.Reactable.queue_append_sync.html">queue_append_sync</a>
<a class="method" href="method.Reactable.queue_clear_sync.html">queue_clear_sync</a>
<a class="method" href="method.Reactable.queue_insert_sync.html">queue_insert_sync</a>
<a class="method" href="method.Reactable.queue_remove_sync.html">queue_remove_sync</a>
<a class="method" href="method.Reactable.timeline_insert_sync.html">timeline_insert_sync</a>
<a class="method current" href="method.Reactable.timeline_remove_sync.html">timeline_remove_sync</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.5</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="iface.Reactable.html">Reactable</a><span class="sep"></span>timeline_remove_sync</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L247">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_reactable_timeline_remove_sync</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperReactable</span><span class="o">*</span><span class="w"> </span><span class="n">reactable</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperTimeline</span><span class="o">*</span><span class="w"> </span><span class="n">timeline</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMarker</span><span class="o">*</span><span class="w"> </span><span class="n">marker</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.c#L236">[src]</a>
</h4>
<div class="docblock">
<p>A convenience function that within application main thread synchronously
removes <code>marker</code> from <code>timeline</code>.</p>
<p>Reactable enhancers should only modify timeline of an item that is already
in queue from the application main thread, switching thread either themselves
or using this convenience function that does&nbsp;so.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>timeline</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.Timeline.html"><code>ClapperTimeline</code></a></p>
<p>A <code>ClapperTimeline</code>.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
<dt class="arg-name"><code>marker</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.Marker.html"><code>ClapperMarker</code></a></p>
<p>A <code>ClapperMarker</code>.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -144,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L278">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L260">[src]</a>
</h4>

View File

@@ -143,7 +143,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L298">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L280">[src]</a>
</h4>

View File

@@ -144,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L213">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L191">[src]</a>
</h4>

View File

@@ -144,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L259">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L223">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1300">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1345">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1291">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1336">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1327">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1372">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1336">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1381">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1309">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1354">[src]</a>
</h4>

View File

@@ -138,7 +138,7 @@ 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/src/lib/clapper/clapper-queue.c#L1318">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-queue.c#L1363">[src]</a>
</h4>

View File

@@ -128,7 +128,7 @@ 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/src/lib/clapper/clapper-timeline.c#L565">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-timeline.c#L547">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L144">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L147">[src]</a>
</h4>
@@ -163,7 +163,7 @@ 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/src/lib/clapper/clapper-reactable.h#L129">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L132">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L219">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L222">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L210">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L213">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L115">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L118">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L106">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L109">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L127">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L130">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L117">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L120">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L82">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L85">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L73">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L76">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L197">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L200">[src]</a>
</h4>
@@ -161,7 +161,7 @@ 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/src/lib/clapper/clapper-reactable.h#L185">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L188">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L156">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L159">[src]</a>
</h4>
@@ -163,7 +163,7 @@ 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/src/lib/clapper/clapper-reactable.h#L146">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L149">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L171">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L174">[src]</a>
</h4>
@@ -163,7 +163,7 @@ 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/src/lib/clapper/clapper-reactable.h#L158">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L161">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L183">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L186">[src]</a>
</h4>
@@ -163,7 +163,7 @@ 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/src/lib/clapper/clapper-reactable.h#L173">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L176">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L208">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L211">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L199">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L202">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L93">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L96">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L84">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L87">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L71">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L74">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L62">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L65">[src]</a>
</h4>

View File

@@ -142,7 +142,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/src/lib/clapper/clapper-reactable.h#L104">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L107">[src]</a>
</h4>
@@ -162,7 +162,7 @@ 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/src/lib/clapper/clapper-reactable.h#L95">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-reactable.h#L98">[src]</a>
</h4>