doc: Update

This commit is contained in:
github-actions[bot]
2025-05-16 16:31:32 +00:00
parent f7c0023555
commit 7f9700c20d
128 changed files with 8608 additions and 155 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,729 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy</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 property="og:title" content="Clapper.EnhancerProxy"/>
<meta property="og:description" content="Reference for Clapper.EnhancerProxy"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="class.EnhancerProxy.html#description">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.EnhancerProxy.description.html">description</a>
<a class="property" href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property" href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property" href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property" href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Class</h3>
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>EnhancerProxy</h1>
</header>
<section>
<summary>
<div class="docblock">
<p><span class="emblem available-next" title="This type will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="toggle-wrapper">
<h4 id="description" style="display:flex;">
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-enhancer-proxy.c#L20">[src]</a>
</h4>
<pre><code>final class Clapper.EnhancerProxy : Gst.Object
{
/* No available fields */
}</pre></code>
<div class="docblock">
<p>An intermediary between player and enhancer&nbsp;plugin.</p>
<p>Applications can use this to inspect enhancer information,
its properties and configure&nbsp;them.</p>
<p>Clapper player manages all enhancers internally, including creating when
needed and destroying them later. Instead, it provides access to so called
enhancer proxy objects which allow to browse available enhancer properties
and store their config either globally or locally for each player&nbsp;instance.</p>
<p>Use <a href="func.get_global_enhancer_proxies.html"><code>clapper_get_global_enhancer_proxies()</code></a> or <a href="property.Player.enhancer-proxies.html"><code>ClapperPlayer:enhancer-proxies</code></a>
property to access a <a href="class.EnhancerProxyList.html"><code>ClapperEnhancerProxyList</code></a> of available enhancer proxies. While both
lists include the same amount of proxies, the difference is which properties can be configured
in which list. Only the latter allows tweaking of local (per player instance) properties using
<a href="method.EnhancerProxy.set_locally.html"><code>clapper_enhancer_proxy_set_locally()</code></a>&nbsp;function.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
</summary>
<div class="toggle-wrapper hierarchy">
<h4 id="hierarchy">
Hierarchy
<a href="#hierarchy" class="anchor"></a>
</h4>
<div class="docblock" alt="Hierarchy for Clapper.EnhancerProxy">
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
-->
<!-- Title: hierarchy Pages: 1 -->
<svg width="150pt" height="260pt"
viewBox="0.00 0.00 150.00 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="ClapperEnhancerProxy">
<path fill="none" stroke="black" d="M130,-36C130,-36 12,-36 12,-36 6,-36 0,-30 0,-24 0,-24 0,-12 0,-12 0,-6 6,0 12,0 12,0 130,0 130,0 136,0 142,-6 142,-12 142,-12 142,-24 142,-24 142,-30 136,-36 130,-36"/>
<text text-anchor="middle" x="71" y="-11.82" font-family="Times,serif" font-size="14.00">ClapperEnhancerProxy</text>
</a>
</g>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:title="Gst.Object">
<path fill="none" stroke="black" d="M94.38,-108C94.38,-108 47.62,-108 47.62,-108 41.62,-108 35.62,-102 35.62,-96 35.62,-96 35.62,-84 35.62,-84 35.62,-78 41.62,-72 47.62,-72 47.62,-72 94.38,-72 94.38,-72 100.38,-72 106.38,-78 106.38,-84 106.38,-84 106.38,-96 106.38,-96 106.38,-102 100.38,-108 94.38,-108"/>
<text text-anchor="middle" x="71" y="-83.83" font-family="Times,serif" font-size="14.00">GstObject</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge3" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="black" d="M71,-71.7C71,-60.85 71,-46.92 71,-36.1"/>
</g>
<!-- ancestor_1 -->
<g id="node3" class="node">
<title>ancestor_1</title>
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
<path fill="none" stroke="black" d="M119.5,-180C119.5,-180 22.5,-180 22.5,-180 16.5,-180 10.5,-174 10.5,-168 10.5,-168 10.5,-156 10.5,-156 10.5,-150 16.5,-144 22.5,-144 22.5,-144 119.5,-144 119.5,-144 125.5,-144 131.5,-150 131.5,-156 131.5,-156 131.5,-168 131.5,-168 131.5,-174 125.5,-180 119.5,-180"/>
<text text-anchor="middle" x="71" y="-155.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
</a>
</g>
</g>
<!-- ancestor_1&#45;&#45;ancestor_0 -->
<g id="edge2" class="edge">
<title>ancestor_1&#45;&#45;ancestor_0</title>
<path fill="none" stroke="black" d="M71,-143.7C71,-132.85 71,-118.92 71,-108.1"/>
</g>
<!-- ancestor_2 -->
<g id="node4" class="node">
<title>ancestor_2</title>
<g id="a_node4"><a xlink:title="GObject.Object">
<path fill="none" stroke="black" d="M89.88,-252C89.88,-252 52.12,-252 52.12,-252 46.12,-252 40.12,-246 40.12,-240 40.12,-240 40.12,-228 40.12,-228 40.12,-222 46.12,-216 52.12,-216 52.12,-216 89.88,-216 89.88,-216 95.88,-216 101.88,-222 101.88,-228 101.88,-228 101.88,-240 101.88,-240 101.88,-246 95.88,-252 89.88,-252"/>
<text text-anchor="middle" x="71" y="-227.82" font-family="Times,serif" font-size="14.00">GObject</text>
</a>
</g>
</g>
<!-- ancestor_2&#45;&#45;ancestor_1 -->
<g id="edge1" class="edge">
<title>ancestor_2&#45;&#45;ancestor_1</title>
<path fill="none" stroke="black" d="M71,-215.7C71,-204.85 71,-190.92 71,-180.1"/>
</g>
</g>
</svg>
</div>
</div>
<div class="toggle-wrapper ancestors">
<h4 id="ancestors">
Ancestors
<a href="#ancestors" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper methods">
<h4 id="methods">
Instance methods
<a href="#methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="method.EnhancerProxy.extra_data_lists_value.html">clapper_enhancer_proxy_extra_data_lists_value</a></h6>
<div class="docblock">
<p>A convenience function to check whether <code>proxy</code> plugin file
has an extra data field with <code>key</code> that among separated list
of values includes <code>value</code> (works on single value lists&nbsp;too).</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.EnhancerProxy.get_description.html">clapper_enhancer_proxy_get_description</a></h6>
<div class="docblock">
<p>Get description from enhancer plugin info&nbsp;file.</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.EnhancerProxy.get_extra_data.html">clapper_enhancer_proxy_get_extra_data</a></h6>
<div class="docblock">
<p>Get extra data from enhancer plugin info file specified by <code>key</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.EnhancerProxy.get_friendly_name.html">clapper_enhancer_proxy_get_friendly_name</a></h6>
<div class="docblock">
<p>Get a name from enhancer plugin info file.
Can be used for showing in <span class="caps">UI</span> and&nbsp;such.</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.EnhancerProxy.get_module_dir.html">clapper_enhancer_proxy_get_module_dir</a></h6>
<div class="docblock">
<p>Get a path to the directory from which enhancer is&nbsp;loaded.</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.EnhancerProxy.get_module_name.html">clapper_enhancer_proxy_get_module_name</a></h6>
<div class="docblock">
<p>Get name of the module from enhancer plugin info file.
This value is used to uniquely identify a particular&nbsp;plugin.</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.EnhancerProxy.get_settings.html">clapper_enhancer_proxy_get_settings</a></h6>
<div class="docblock">
<p>Get <code>GSettings</code> of an&nbsp;enhancer.</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.EnhancerProxy.get_target_interfaces.html">clapper_enhancer_proxy_get_target_interfaces</a></h6>
<div class="docblock">
<p>Get an array of interfaces that target enhancer&nbsp;implements.</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.EnhancerProxy.get_target_properties.html">clapper_enhancer_proxy_get_target_properties</a></h6>
<div class="docblock">
<p>Get an array of properties in target&nbsp;enhancer.</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.EnhancerProxy.get_version.html">clapper_enhancer_proxy_get_version</a></h6>
<div class="docblock">
<p>Get version string from enhancer plugin info&nbsp;file.</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.EnhancerProxy.set_locally.html">clapper_enhancer_proxy_set_locally</a></h6>
<div class="docblock">
<p>Configure one or more properties which have <code>CLAPPER_ENHANCER_PARAM_LOCAL</code>
flag set on the target enhancer&nbsp;instance.</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.EnhancerProxy.set_locally_with_table.html">clapper_enhancer_proxy_set_locally_with_table</a></h6>
<div class="docblock">
<p>Same as <code>clapper_enhancer_proxy_set_locally()</code>, but to configure uses
<code>GHashTable</code> with string keys and <code>GValue</code> as their&nbsp;values.</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.EnhancerProxy.target_has_interface.html">clapper_enhancer_proxy_target_has_interface</a></h6>
<div class="docblock">
<p>A convenience function to check if target enhancer implements given&nbsp;interface.</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 class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
</div>
<div class="toggle-wrapper properties">
<h4 id="properties">
Properties
<a href="#properties" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="property.EnhancerProxy.description.html">Clapper.EnhancerProxy:description</a></h6>
<div class="docblock">
<p>Description from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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="property.EnhancerProxy.friendly-name.html">Clapper.EnhancerProxy:friendly-name</a></h6>
<div class="docblock">
<p>Name from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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="property.EnhancerProxy.module-dir.html">Clapper.EnhancerProxy:module-dir</a></h6>
<div class="docblock">
<p>Module&nbsp;directory.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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="property.EnhancerProxy.module-name.html">Clapper.EnhancerProxy:module-name</a></h6>
<div class="docblock">
<p>Module name from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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="property.EnhancerProxy.version.html">Clapper.EnhancerProxy:version</a></h6>
<div class="docblock">
<p>Version from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
<div class="docblock">
No description available.
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
<div class="docblock">
<p>The parent of the object. Please note, that when changing the &#8216;parent&#8217;
property, we don&#8217;t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
signals due to locking issues. In some cases one can use
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
achieve a similar&nbsp;effect.</p>
</div>
</div>
</div>
</div>
<div class="signals toggle-wrapper">
<h4 id="signals">
Signals
<a href="#signals" class="anchor"></a>
</h4>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
<div class="docblock">
<p>The deep notify signal is used to be notified of property changes. It is
typically attached to the toplevel bin to receive notifications from all
the elements contained in that&nbsp;bin.</p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
<div class="docblock">
<p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
</div>
</div>
</div>
</div>
<div class="class toggle-wrapper default-hide">
<h4 id="class-struct">
Class structure
<a href="#class-struct" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>struct ClapperEnhancerProxyClass {
GstObjectClass parent_class;
}</code></pre>
</div>
<div class="docblock">
<p>No description available.</p>
</div>
<div class="docblock">
<h6>Class members</h6>
<dl class="members">
<dt><code>parent_class: GstObjectClass</code></dt>
<dd><p>No description available.</p></dd>
</dd>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,627 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxyList</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 property="og:title" content="Clapper.EnhancerProxyList"/>
<meta property="og:description" content="Reference for Clapper.EnhancerProxyList"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="class.EnhancerProxyList.html#description">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
<a class="method" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
<a class="method" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
<a class="method" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.EnhancerProxyList.n-proxies.html">n-proxies</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Class</h3>
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>EnhancerProxyList</h1>
</header>
<section>
<summary>
<div class="docblock">
<p><span class="emblem available-next" title="This type will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="toggle-wrapper">
<h4 id="description" style="display:flex;">
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-enhancer-proxy-list.c#L20">[src]</a>
</h4>
<pre><code>final class Clapper.EnhancerProxyList : Gst.Object
implements Gio.ListModel {
/* No available fields */
}</pre></code>
<div class="docblock">
<p>A list of enhancer&nbsp;proxies.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
</summary>
<div class="toggle-wrapper hierarchy">
<h4 id="hierarchy">
Hierarchy
<a href="#hierarchy" class="anchor"></a>
</h4>
<div class="docblock" alt="Hierarchy for Clapper.EnhancerProxyList">
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
-->
<!-- Title: hierarchy Pages: 1 -->
<svg width="171pt" height="332pt"
viewBox="0.00 0.00 171.00 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="ClapperEnhancerProxyList">
<path fill="none" stroke="black" d="M151,-108C151,-108 12,-108 12,-108 6,-108 0,-102 0,-96 0,-96 0,-84 0,-84 0,-78 6,-72 12,-72 12,-72 151,-72 151,-72 157,-72 163,-78 163,-84 163,-84 163,-96 163,-96 163,-102 157,-108 151,-108"/>
<text text-anchor="middle" x="81.5" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperEnhancerProxyList</text>
</a>
</g>
</g>
<!-- implements_0 -->
<g id="node5" class="node">
<title>implements_0</title>
<g id="a_node5"><a xlink:title="Gio.ListModel">
<polygon fill="none" stroke="black" points="127,-36 36,-36 36,0 127,0 127,-36"/>
<text text-anchor="middle" x="81.5" y="-14.45" font-family="sans-serif" font-size="14.00">GListModel</text>
</a>
</g>
</g>
<!-- this&#45;&#45;implements_0 -->
<g id="edge4" class="edge">
<title>this&#45;&#45;implements_0</title>
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M81.5,-71.7C81.5,-60.85 81.5,-46.92 81.5,-36.1"/>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:title="Gst.Object">
<path fill="none" stroke="black" d="M104.88,-180C104.88,-180 58.12,-180 58.12,-180 52.12,-180 46.12,-174 46.12,-168 46.12,-168 46.12,-156 46.12,-156 46.12,-150 52.12,-144 58.12,-144 58.12,-144 104.88,-144 104.88,-144 110.88,-144 116.88,-150 116.88,-156 116.88,-156 116.88,-168 116.88,-168 116.88,-174 110.88,-180 104.88,-180"/>
<text text-anchor="middle" x="81.5" y="-155.82" font-family="Times,serif" font-size="14.00">GstObject</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge3" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="black" d="M81.5,-143.7C81.5,-132.85 81.5,-118.92 81.5,-108.1"/>
</g>
<!-- ancestor_1 -->
<g id="node3" class="node">
<title>ancestor_1</title>
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
<path fill="none" stroke="black" d="M130,-252C130,-252 33,-252 33,-252 27,-252 21,-246 21,-240 21,-240 21,-228 21,-228 21,-222 27,-216 33,-216 33,-216 130,-216 130,-216 136,-216 142,-222 142,-228 142,-228 142,-240 142,-240 142,-246 136,-252 130,-252"/>
<text text-anchor="middle" x="81.5" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
</a>
</g>
</g>
<!-- ancestor_1&#45;&#45;ancestor_0 -->
<g id="edge2" class="edge">
<title>ancestor_1&#45;&#45;ancestor_0</title>
<path fill="none" stroke="black" d="M81.5,-215.7C81.5,-204.85 81.5,-190.92 81.5,-180.1"/>
</g>
<!-- ancestor_2 -->
<g id="node4" class="node">
<title>ancestor_2</title>
<g id="a_node4"><a xlink:title="GObject.Object">
<path fill="none" stroke="black" d="M100.38,-324C100.38,-324 62.62,-324 62.62,-324 56.62,-324 50.62,-318 50.62,-312 50.62,-312 50.62,-300 50.62,-300 50.62,-294 56.62,-288 62.62,-288 62.62,-288 100.38,-288 100.38,-288 106.38,-288 112.38,-294 112.38,-300 112.38,-300 112.38,-312 112.38,-312 112.38,-318 106.38,-324 100.38,-324"/>
<text text-anchor="middle" x="81.5" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
</a>
</g>
</g>
<!-- ancestor_2&#45;&#45;ancestor_1 -->
<g id="edge1" class="edge">
<title>ancestor_2&#45;&#45;ancestor_1</title>
<path fill="none" stroke="black" d="M81.5,-287.7C81.5,-276.85 81.5,-262.92 81.5,-252.1"/>
</g>
</g>
</svg>
</div>
</div>
<div class="toggle-wrapper ancestors">
<h4 id="ancestors">
Ancestors
<a href="#ancestors" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper implements">
<h4 id="implements">
Implements
<a href="#implements" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper methods">
<h4 id="methods">
Instance methods
<a href="#methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="method.EnhancerProxyList.get_n_proxies.html">clapper_enhancer_proxy_list_get_n_proxies</a></h6>
<div class="docblock">
<p>Get the number of proxies in <code>ClapperEnhancerProxyList</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.EnhancerProxyList.get_proxy.html">clapper_enhancer_proxy_list_get_proxy</a></h6>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> at&nbsp;index.</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.EnhancerProxyList.get_proxy_by_module.html">clapper_enhancer_proxy_list_get_proxy_by_module</a></h6>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> by module name as defined in its plugin&nbsp;file.</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.EnhancerProxyList.peek_proxy.html">clapper_enhancer_proxy_list_peek_proxy</a></h6>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> at&nbsp;index.</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 class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a> (5)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item.html">g_list_model_get_item</a></h6>
<div class="docblock">
<p>Get the item at <code>position</code>.</p>
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item_type.html">g_list_model_get_item_type</a></h6>
<div class="docblock">
<p>Gets the type of the items in <code>list</code>.</p>
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_n_items.html">g_list_model_get_n_items</a></h6>
<div class="docblock">
<p>Gets the number of items in <code>list</code>.</p>
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_object.html">g_list_model_get_object</a></h6>
<div class="docblock">
<p>Get the item at <code>position</code>.</p>
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.items_changed.html">g_list_model_items_changed</a></h6>
<div class="docblock">
<p>Emits the <code>GListModel::items-changed</code> signal on <code>list</code>.</p>
</div>
</div>
</div>
</div>
<div class="toggle-wrapper properties">
<h4 id="properties">
Properties
<a href="#properties" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="property.EnhancerProxyList.n-proxies.html">Clapper.EnhancerProxyList:n-proxies</a></h6>
<div class="docblock">
<p>Number of proxies in the&nbsp;list.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
<div class="docblock">
No description available.
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
<div class="docblock">
<p>The parent of the object. Please note, that when changing the &#8216;parent&#8217;
property, we don&#8217;t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
signals due to locking issues. In some cases one can use
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
achieve a similar&nbsp;effect.</p>
</div>
</div>
</div>
</div>
<div class="signals toggle-wrapper">
<h4 id="signals">
Signals
<a href="#signals" class="anchor"></a>
</h4>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
<div class="docblock">
<p>The deep notify signal is used to be notified of property changes. It is
typically attached to the toplevel bin to receive notifications from all
the elements contained in that&nbsp;bin.</p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
<div class="docblock">
<p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="signal.ListModel.items-changed.html">GListModel::items-changed</a></h6>
<div class="docblock">
<p>This signal is emitted whenever items were added to or removed
from <code>list</code>. At <code>position</code>, <code>removed</code> items were removed and <code>added</code>
items were added in their&nbsp;place.</p>
</div>
</div>
</div>
</div>
<div class="class toggle-wrapper default-hide">
<h4 id="class-struct">
Class structure
<a href="#class-struct" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>struct ClapperEnhancerProxyListClass {
GstObjectClass parent_class;
}</code></pre>
</div>
<div class="docblock">
<p>No description available.</p>
</div>
<div class="docblock">
<h6>Class members</h6>
<dl class="members">
<dt><code>parent_class: GstObjectClass</code></dt>
<dd><p>No description available.</p></dd>
</dd>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -137,6 +137,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -253,6 +255,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property" href="property.Player.download-enabled.html">download-enabled</a>
<a class="property" href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property" href="property.Player.mute.html">mute</a>
<a class="property" href="property.Player.position.html">position</a>
@@ -676,6 +680,16 @@ adaptive&nbsp;streaming.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_enhancer_proxies.html">clapper_player_get_enhancer_proxies</a></h6>
<div class="docblock">
<p>Get a list of available enhancers in the form of <code>ClapperEnhancerProxy</code> objects.</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.Player.get_mute.html">clapper_player_get_mute</a></h6>
<div class="docblock">
@@ -1272,6 +1286,16 @@ when <code>ClapperPlayer:download-enabled</code> is set to <code>TRUE</code>.</p
</div>
</div>
<div class="">
<h6><a href="property.Player.enhancer-proxies.html">Clapper.Player:enhancer-proxies</a></h6>
<div class="docblock">
<p>List of available enhancers in the form of <code>ClapperEnhancerProxy</code> objects.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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="property.Player.mute.html">Clapper.Player:mute</a></h6>
<div class="docblock">

View File

@@ -126,6 +126,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</li>
</ul>
</li>
<li class="type"><a href="class.EnhancerProxy.html"><code>EnhancerProxy</code></a>
</li>
<li class="type"><a href="class.EnhancerProxyList.html"><code>EnhancerProxyList</code></a>
</li>
<li class="type"><a href="class.Harvest.html"><code>Harvest</code></a>
</li>
<li class="type"><a href="class.Marker.html"><code>Marker</code></a>

View File

@@ -117,7 +117,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-player.h#L46">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L47">[src]</a>
</h4>
@@ -136,7 +136,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-player.c#L1047">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1053">[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.EnhancerParamFlags</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 property="og:title" content="Clapper.EnhancerParamFlags"/>
<meta property="og:description" content="Reference for Clapper.EnhancerParamFlags"/>
<meta name="twitter:title" content="Clapper.EnhancerParamFlags"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerParamFlags"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="flags.EnhancerParamFlags.html">EnhancerParamFlags</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Enumeration</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>EnhancerParamFlags</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This type 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 href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>flags Clapper.EnhancerParamFlags</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enums.h#L131">[src]</a>
</h4>
<div class="docblock">
<p>Additional <a href="javascript:void(0)" data-namespace="GObject" data-link="flags.ParamFlags.html" class="external"><code>GParamFlags</code></a> to be set in enhancer plugins&nbsp;implementations.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="members toggle-wrapper">
<h4 id="members">
Members
<a href="#members" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="enum-members">
<dt>
<code id="global">CLAPPER_ENHANCER_PARAM_GLOBAL</code>
<a class="anchor" href="#global"></a>
</dt>
<dd>
<div><p>Use this flag for enhancer properties that should have global access scope.
Such are meant for application <code>USER</code> to&nbsp;configure.</p></div>
<ul>
<li>Value: <code>131072</code></li>
<li>Available since: 0.10</li>
</ul>
</dd>
<dt>
<code id="local">CLAPPER_ENHANCER_PARAM_LOCAL</code>
<a class="anchor" href="#local"></a>
</dt>
<dd>
<div><p>Use this flag for enhancer properties that should have local access scope.
Such are meant for <code>APPLICATION</code> to&nbsp;configure.</p></div>
<ul>
<li>Value: <code>262144</code></li>
<li>Available since: 0.10</li>
</ul>
</dd>
<dt>
<code id="filepath">CLAPPER_ENHANCER_PARAM_FILEPATH</code>
<a class="anchor" href="#filepath"></a>
</dt>
<dd>
<div><p>Use this flag for enhancer properties that store string with a file path.
Applications can use this as a hint to show file selection instead of a text&nbsp;entry.</p></div>
<ul>
<li>Value: <code>524288</code></li>
<li>Available since: 0.10</li>
</ul>
</dd>
<dt>
<code id="dirpath">CLAPPER_ENHANCER_PARAM_DIRPATH</code>
<a class="anchor" href="#dirpath"></a>
</dt>
<dd>
<div><p>Use this flag for enhancer properties that store string with a directory path.
Applications can use this as a hint to show directory selection instead of a text&nbsp;entry.</p></div>
<ul>
<li>Value: <code>1048576</code></li>
<li>Available since: 0.10</li>
</ul>
</dd>
</dl>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,199 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.ENHANCER_PROXY_CAST</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 property="og:title" content="Clapper.ENHANCER_PROXY_CAST"/>
<meta property="og:description" content="Reference for Clapper.ENHANCER_PROXY_CAST"/>
<meta name="twitter:title" content="Clapper.ENHANCER_PROXY_CAST"/>
<meta name="twitter:description" content="Reference for Clapper.ENHANCER_PROXY_CAST"/>
<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.0</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>ENHANCER_PROXY_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
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-enhancer-proxy.h#L36">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_ENHANCER_PROXY_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
<p>No description available.</p>
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</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>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,199 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.ENHANCER_PROXY_LIST_CAST</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 property="og:title" content="Clapper.ENHANCER_PROXY_LIST_CAST"/>
<meta property="og:description" content="Reference for Clapper.ENHANCER_PROXY_LIST_CAST"/>
<meta name="twitter:title" content="Clapper.ENHANCER_PROXY_LIST_CAST"/>
<meta name="twitter:description" content="Reference for Clapper.ENHANCER_PROXY_LIST_CAST"/>
<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.0</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>ENHANCER_PROXY_LIST_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
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-enhancer-proxy-list.h#L36">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_ENHANCER_PROXY_LIST_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
<p>No description available.</p>
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</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>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

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-player.h#L40">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L41">[src]</a>
</h4>

View File

@@ -104,14 +104,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<section>
<div class="docblock">
<p><span class="emblem available">since: 0.8</span></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;<span class="emblem available">since: 0.8</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
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.h#L71">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.h#L41">[src]</a>
</h4>
@@ -133,7 +133,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.c#L119">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.c#L127">[src]</a>
</h4>
@@ -158,7 +158,9 @@ support for such schemes by defining them in their plugin info&nbsp;files.</p>
<div class="docblock">
<p>Available since: 0.8</p>
<div class="admonition deprecation">
<p class="admonition-title">Deprecated since: 0.10</p><p>Use list of enhancer proxies from <a href="func.get_global_enhancer_proxies.html"><code>clapper_get_global_enhancer_proxies()</code></a> or
<a href="property.Player.enhancer-proxies.html"><code>ClapperPlayer:enhancer-proxies</code></a> and check if any proxy matches your search&nbsp;criteria.</p></div>

View File

@@ -0,0 +1,205 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.get_global_enhancer_proxies</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 property="og:title" content="Clapper.get_global_enhancer_proxies"/>
<meta property="og:description" content="Reference for Clapper.get_global_enhancer_proxies"/>
<meta name="twitter:title" content="Clapper.get_global_enhancer_proxies"/>
<meta name="twitter:description" content="Reference for Clapper.get_global_enhancer_proxies"/>
<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.0</p>
</div>
<div class="section">
<h5>Functions</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function </h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>get_global_enhancer_proxies</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This function 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 id="declaration" style="display:flex;">
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-basic-functions.h#L44">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span>
<span class="n">clapper_get_global_enhancer_proxies</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="kt">void</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
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-basic-functions.c#L206">[src]</a>
</h4>
<div class="docblock">
<p>Get a list of available enhancers in the form of <a href="class.EnhancerProxy.html"><code>ClapperEnhancerProxy</code></a>&nbsp;objects.</p>
<p>This returns a global list of enhancer proxy objects. You can use it to inspect
available enhancers without creating a new player&nbsp;instance.</p>
<p>Remember to initialize Clapper library before using this&nbsp;function.</p>
<p>Only enhancer properties with <a href="flags.EnhancerParamFlags.html#global"><code>CLAPPER_ENHANCER_PARAM_GLOBAL</code></a> flag can be
set on proxies in this list. These are meant to be set <span class="caps">ONLY</span> by users, not applications
as they carry over to all player instances (possibly including other apps). Applications
should instead be changing properties with <a href="flags.EnhancerParamFlags.html#local"><code>CLAPPER_ENHANCER_PARAM_LOCAL</code></a> flag
set from individual proxy lists from <a href="property.Player.enhancer-proxies.html"><code>ClapperPlayer:enhancer-proxies</code></a> which
will affect only that single player instance given list belongs&nbsp;to.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.EnhancerProxyList.html"><code>ClapperEnhancerProxyList</code></a></p>
<p>A global <code>ClapperEnhancerProxyList</code> of enhancer&nbsp;proxies.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

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.h#L65">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.h#L35">[src]</a>
</h4>
@@ -131,7 +131,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.c#L78">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.c#L86">[src]</a>
</h4>

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.h#L68">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.h#L38">[src]</a>
</h4>
@@ -131,7 +131,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.c#L103">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-basic-functions.c#L111">[src]</a>
</h4>

View File

@@ -97,6 +97,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a href="#enums">Enumerations</a>
<a href="#bitfields">Bitfields</a>
@@ -364,6 +366,26 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="EnhancerProxy" class="symbol" href="class.EnhancerProxy.html">EnhancerProxy</a></td>
<td class="docblock-summary">
<p>An intermediary between player and enhancer&nbsp;plugin.</p>
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</td>
</tr>
<tr class="section-item">
<td><a title="EnhancerProxyList" class="symbol" href="class.EnhancerProxyList.html">EnhancerProxyList</a></td>
<td class="docblock-summary">
<p>A list of enhancer&nbsp;proxies.</p>
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</td>
</tr>
<tr class="section-item">
<td><a title="Feature" class="symbol" href="class.Feature.html">Feature</a></td>
@@ -620,6 +642,33 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</section>
<section>
<div class="toggle-wrapper default-hide">
<h4 id="bitfields" class="section-header" style="display:flex;">
Bitfields
<a href="#bitfields" class="anchor"></a>
</h4>
<div class="docblock">
<table style="display:block;">
<tbody>
<tr class="section-item">
<td><a title="EnhancerParamFlags" class="symbol" href="flags.EnhancerParamFlags.html">EnhancerParamFlags</a></td>
<td class="docblock-summary">
<p>Additional <code>GParamFlags</code> to be set in enhancer plugins&nbsp;implementations.</p>
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
@@ -639,7 +688,17 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<td class="docblock-summary">
<p>Check if an enhancer of <code>type</code> is available for given <code>scheme</code> and <code>host</code>.</p>
<p><span class="emblem available">since: 0.8</span></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;<span class="emblem available">since: 0.8</span></p>
</td>
</tr>
<tr class="section-item">
<td><a title="get_global_enhancer_proxies" class="symbol" href="func.get_global_enhancer_proxies.html">get_global_enhancer_proxies</a></td>
<td class="docblock-summary">
<p>Get a list of available enhancers in the form of <code>ClapperEnhancerProxy</code> objects.</p>
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</td>
</tr>
@@ -734,6 +793,26 @@ terminating on failure it returns <code>FALSE</code>.</p>
</tr>
<tr class="section-item">
<td><a title="ENHANCER_PROXY_CAST" class="symbol" href="func.ENHANCER_PROXY_CAST.html">ENHANCER_PROXY_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="ENHANCER_PROXY_LIST_CAST" class="symbol" href="func.ENHANCER_PROXY_LIST_CAST.html">ENHANCER_PROXY_LIST_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="EXTRACTABLE_CAST" class="symbol" href="func.EXTRACTABLE_CAST.html">EXTRACTABLE_CAST</a></td>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,286 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.extra_data_lists_value</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.EnhancerProxy.extra_data_lists_value"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.extra_data_lists_value"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.extra_data_lists_value"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.extra_data_lists_value"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>extra_data_lists_value</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-enhancer-proxy.h#L60">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_enhancer_proxy_extra_data_lists_value</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">key</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">value</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-enhancer-proxy.c#L723">[src]</a>
</h4>
<div class="docblock">
<p>A convenience function to check whether <code>proxy</code> plugin file
has an extra data field with <code>key</code> that among separated list
of values includes <code>value</code> (works on single value lists&nbsp;too).</p>
<p>For example, when extra data in the plugin is <code>X-Schemes=https;http</code>,
calling this function with &#8220;X-Schemes&#8221; as key and &#8220;http&#8221; as value will
return <code>TRUE</code>.</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>key</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Name of the data to&nbsp;lookup.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
<dt class="arg-name"><code>value</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>String to check&nbsp;for.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p>Whether list named with <code>key</code> existed and contained <code>value</code>.</p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,236 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_description</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.EnhancerProxy.get_description"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_description"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_description"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_description"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method current" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_description</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-enhancer-proxy.h#L51">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_description</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L660">[src]</a>
</h4>
<div class="docblock">
<p>Get description from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxy.description.html"><code>Clapper.EnhancerProxy:description</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Description of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,265 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_extra_data</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.EnhancerProxy.get_extra_data"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_extra_data"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_extra_data"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_extra_data"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method current" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_extra_data</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-enhancer-proxy.h#L57">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_extra_data</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">key</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-enhancer-proxy.c#L696">[src]</a>
</h4>
<div class="docblock">
<p>Get extra data from enhancer plugin info file specified by <code>key</code>.</p>
<p>External data in the plugin info file is prefixed with <code>X-</code>.
For example <code>X-Schemes=https</code>.</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>key</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Name of the data to&nbsp;lookup.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Extra data value of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,239 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_friendly_name</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.EnhancerProxy.get_friendly_name"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_friendly_name"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_friendly_name"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_friendly_name"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method current" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_friendly_name</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-enhancer-proxy.h#L42">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_friendly_name</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L598">[src]</a>
</h4>
<div class="docblock">
<p>Get a name from enhancer plugin info file.
Can be used for showing in <span class="caps">UI</span> and&nbsp;such.</p>
<p>Name field in plugin info file is mandatory,
so this function never returns <code>NULL</code>.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxy.friendly-name.html"><code>Clapper.EnhancerProxy:friendly-name</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Name of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,236 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_module_dir</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.EnhancerProxy.get_module_dir"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_module_dir"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_module_dir"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_module_dir"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method current" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_module_dir</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-enhancer-proxy.h#L48">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_module_dir</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L642">[src]</a>
</h4>
<div class="docblock">
<p>Get a path to the directory from which enhancer is&nbsp;loaded.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxy.module-dir.html"><code>Clapper.EnhancerProxy:module-dir</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Installation directory of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,239 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_module_name</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.EnhancerProxy.get_module_name"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_module_name"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_module_name"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_module_name"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method current" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_module_name</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-enhancer-proxy.h#L45">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_module_name</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L620">[src]</a>
</h4>
<div class="docblock">
<p>Get name of the module from enhancer plugin info file.
This value is used to uniquely identify a particular&nbsp;plugin.</p>
<p>Module name in plugin info file is mandatory,
so this function never returns <code>NULL</code>.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxy.module-name.html"><code>Clapper.EnhancerProxy:module-name</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Name of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,235 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_settings</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.EnhancerProxy.get_settings"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_settings"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_settings"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_settings"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method current" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_settings</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-enhancer-proxy.h#L72">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">GSettings</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_settings</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L862">[src]</a>
</h4>
<div class="docblock">
<p>Get <code>GSettings</code> of an&nbsp;enhancer.</p>
<p>Implementations can use this together with <a href="method.EnhancerProxy.get_target_properties.html"><code>clapper_enhancer_proxy_get_target_properties()</code></a>
in order to allow user to configure global enhancer&nbsp;properties.</p>
<p>Settings include only keys from properties with <a href="flags.EnhancerParamFlags.html#global"><code>CLAPPER_ENHANCER_PARAM_GLOBAL</code></a>
flag and are meant <span class="caps">ONLY</span> for user to set. To configure application local enhancer properties,
use <a href="method.EnhancerProxy.set_locally.html"><code>clapper_enhancer_proxy_set_locally()</code></a>&nbsp;instead.</p>
<p>This function returns a new instance of <code>GSettings</code>, so settings can be accessed
from different threads if&nbsp;needed.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="class.Settings.html" data-namespace="Gio" class="external"><code>GSettings</code></a></p>
<p>A new <code>GSettings</code> instance for an&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the returned data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,266 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_target_interfaces</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.EnhancerProxy.get_target_interfaces"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_target_interfaces"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_target_interfaces"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_target_interfaces"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method current" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_target_interfaces</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-enhancer-proxy.h#L63">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">GType</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_target_interfaces</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="n">guint</span><span class="o">*</span><span class="w"> </span><span class="n">n_interfaces</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-enhancer-proxy.c#L775">[src]</a>
</h4>
<div class="docblock">
<p>Get an array of interfaces that target enhancer&nbsp;implements.</p>
<p>The returned array includes only Clapper specific interfaces
for writing enhancers. Applications should not care about any
other interface types that given enhancer is using&nbsp;internally.</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>n_interfaces</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint*</code></p>
<p>Return location for the length of the returned&nbsp;array.</p>
<table>
<tr><td title="direction: out">The argument will be set by the function.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;An array of&nbsp;<code>GType</code></p>
<p>An array of <code>GType</code> interfaces.</p>
</div>
<div>
<table>
<tr><td>The length of the array is in the <code>n_interfaces</code> argument.</td></tr>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,269 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_target_properties</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.EnhancerProxy.get_target_properties"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_target_properties"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_target_properties"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_target_properties"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method current" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_target_properties</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-enhancer-proxy.h#L69">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">GParamSpec</span><span class="o">**</span>
<span class="n">clapper_enhancer_proxy_get_target_properties</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="n">guint</span><span class="o">*</span><span class="w"> </span><span class="n">n_properties</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-enhancer-proxy.c#L831">[src]</a>
</h4>
<div class="docblock">
<p>Get an array of properties in target&nbsp;enhancer.</p>
<p>Implementations can use this in order to find out what properties, type of
their values (including valid ranges) are allowed to set for a given&nbsp;enhancer.</p>
<p>Use <a href="flags.EnhancerParamFlags.html"><code>ClapperEnhancerParamFlags</code></a> against flags of given <a href="javascript:void(0)" data-namespace="GObject" data-link="class.ParamSpec.html" class="external"><code>GParamSpec</code></a>
to find out whether they are local, global or neither of them&nbsp;(internal).</p>
<p>The returned array includes only Clapper enhancer specific properties (global and local).
Applications can not access any other properties that given enhancer is using&nbsp;internally.</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>n_properties</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint*</code></p>
<p>Return location for the length of the returned&nbsp;array.</p>
<table>
<tr><td title="direction: out">The argument will be set by the function.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;An array of&nbsp;<code>GParamSpec*</code></p>
<p>An array of <code>GParamSpec</code> objects.</p>
</div>
<div>
<table>
<tr><td>The length of the array is in the <code>n_properties</code> argument.</td></tr>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,236 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.get_version</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.EnhancerProxy.get_version"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.get_version"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.get_version"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.get_version"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method current" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>get_version</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-enhancer-proxy.h#L54">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_get_version</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</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-enhancer-proxy.c#L678">[src]</a>
</h4>
<div class="docblock">
<p>Get version string from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxy.version.html"><code>Clapper.EnhancerProxy:version</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Version string of the proxied&nbsp;enhancer.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,260 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.set_locally</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.EnhancerProxy.set_locally"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.set_locally"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.set_locally"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.set_locally"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method current" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>set_locally</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-enhancer-proxy.h#L75">[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_enhancer_proxy_set_locally</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">first_property_name</span><span class="p">,</span>
<span class="w"> </span><span class="p">...</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-enhancer-proxy.c#L940">[src]</a>
</h4>
<div class="docblock">
<p>Configure one or more properties which have <a href="flags.EnhancerParamFlags.html#local"><code>CLAPPER_ENHANCER_PARAM_LOCAL</code></a>
flag set on the target enhancer&nbsp;instance.</p>
<p>Implementations can use this together with <a href="method.EnhancerProxy.get_target_properties.html"><code>clapper_enhancer_proxy_get_target_properties()</code></a>
in order to configure local enhancer&nbsp;properties.</p>
<p>Arguments should be <code>NULL</code> terminated list of property name and value to set
(like <a href="javascript:void(0)" data-namespace="GObject" data-link="method.Object.set.html" class="external"><code>g_object_set()</code></a>&nbsp;arguments).</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
<p>This method is not directly available to language bindings.</p>
<p>The implementation of this method is provided by <a href="method.EnhancerProxy.set_locally_with_table.html"><code>clapper_enhancer_proxy_set_locally_with_table()</code></a> in language bindings.</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>first_property_name</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>Name of the first property to&nbsp;configure.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
<dt class="arg-name"><code>...</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code></code></p>
<p><code>NULL</code>-terminated list of&nbsp;arguments.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,238 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.set_locally_with_table</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.EnhancerProxy.set_locally_with_table"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.set_locally_with_table"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.set_locally_with_table"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.set_locally_with_table"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method current" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>set_locally_with_table</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-enhancer-proxy.h#L78">[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_enhancer_proxy_set_locally_with_table</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="n">GHashTable</span><span class="o">*</span><span class="w"> </span><span class="n">table</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-enhancer-proxy.c#L1016">[src]</a>
</h4>
<div class="docblock">
<p>Same as <a href="method.EnhancerProxy.set_locally.html"><code>clapper_enhancer_proxy_set_locally()</code></a>, but to configure uses
<a href="javascript:void(0)" data-namespace="GLib" data-link="struct.HashTable.html" class="external"><code>GHashTable</code></a> with string keys and <a href="javascript:void(0)" data-namespace="GObject" data-link="struct.Value.html" class="external"><code>GValue</code></a> as their&nbsp;values.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
<p>This method is renamed to <a href="method.EnhancerProxy.set_locally.html"><code>clapper_enhancer_proxy_set_locally()</code></a> in language bindings.</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>table</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="struct.HashTable.html" data-namespace="GLib" class="external"><code>GHashTable</code></a></p>
<p>A <code>GHashTable</code> with property names and&nbsp;values.</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,266 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy.target_has_interface</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.EnhancerProxy.target_has_interface"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxy.target_has_interface"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy.target_has_interface"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxy.target_has_interface"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxy.extra_data_lists_value.html">extra_data_lists_value</a>
<a class="method" href="method.EnhancerProxy.get_description.html">get_description</a>
<a class="method" href="method.EnhancerProxy.get_extra_data.html">get_extra_data</a>
<a class="method" href="method.EnhancerProxy.get_friendly_name.html">get_friendly_name</a>
<a class="method" href="method.EnhancerProxy.get_module_dir.html">get_module_dir</a>
<a class="method" href="method.EnhancerProxy.get_module_name.html">get_module_name</a>
<a class="method" href="method.EnhancerProxy.get_settings.html">get_settings</a>
<a class="method" href="method.EnhancerProxy.get_target_interfaces.html">get_target_interfaces</a>
<a class="method" href="method.EnhancerProxy.get_target_properties.html">get_target_properties</a>
<a class="method" href="method.EnhancerProxy.get_version.html">get_version</a>
<a class="method" href="method.EnhancerProxy.set_locally.html">set_locally</a>
<a class="method" href="method.EnhancerProxy.set_locally_with_table.html">set_locally_with_table</a>
<a class="method current" href="method.EnhancerProxy.target_has_interface.html">target_has_interface</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxy.html">EnhancerProxy</a><span class="sep"></span>target_has_interface</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-enhancer-proxy.h#L66">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_enhancer_proxy_target_has_interface</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span><span class="w"> </span><span class="n">proxy</span><span class="p">,</span>
<span class="w"> </span><span class="n">GType</span><span class="w"> </span><span class="n">iface_type</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-enhancer-proxy.c#L801">[src]</a>
</h4>
<div class="docblock">
<p>A convenience function to check if target enhancer implements given&nbsp;interface.</p>
<p>This works only with Clapper specific interfaces as <code>iface_type</code>
for writing enhancers. Applications should not care about any
other interface types that given enhancer is using&nbsp;internally.</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>iface_type</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>GType</code></p>
<p>An interface <code>GType</code>.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p>Whether target implements given&nbsp;interface.</p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,220 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxyList.get_n_proxies</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.EnhancerProxyList.get_n_proxies"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxyList.get_n_proxies"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList.get_n_proxies"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList.get_n_proxies"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxyList.html">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
<a class="method" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
<a class="method" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
<a class="method" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxyList.html">EnhancerProxyList</a><span class="sep"></span>get_n_proxies</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-enhancer-proxy-list.h#L51">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">guint</span>
<span class="n">clapper_enhancer_proxy_list_get_n_proxies</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span><span class="w"> </span><span class="n">list</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-enhancer-proxy-list.c#L244">[src]</a>
</h4>
<div class="docblock">
<p>Get the number of proxies in <code>ClapperEnhancerProxyList</code>.</p>
<p>This behaves the same as <a href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_n_items.html" class="external"><code>g_list_model_get_n_items()</code></a>, and is here
for code uniformity and convenience to avoid type casting by&nbsp;user.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.EnhancerProxyList.n-proxies.html"><code>Clapper.EnhancerProxyList:n-proxies</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint</code></p>
<p>The number of proxies in <code>ClapperEnhancerProxyList</code>.</p>
</div>
<div>
<table>
</table>
</div>
</div>
</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.EnhancerProxyList.get_proxy</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.EnhancerProxyList.get_proxy"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxyList.get_proxy"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList.get_proxy"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList.get_proxy"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxyList.html">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
<a class="method current" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
<a class="method" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
<a class="method" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxyList.html">EnhancerProxyList</a><span class="sep"></span>get_proxy</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-enhancer-proxy-list.h#L42">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_list_get_proxy</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span><span class="w"> </span><span class="n">list</span><span class="p">,</span>
<span class="w"> </span><span class="n">guint</span><span class="w"> </span><span class="n">index</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-enhancer-proxy-list.c#L164">[src]</a>
</h4>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> at&nbsp;index.</p>
<p>This behaves the same as <a href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item.html" class="external"><code>g_list_model_get_item()</code></a>, and is here
for code uniformity and convenience to avoid type casting by&nbsp;user.</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>index</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint</code></p>
<p>An enhancer proxy&nbsp;index.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.EnhancerProxy.html"><code>ClapperEnhancerProxy</code></a></p>
<p>The <code>ClapperEnhancerProxy</code> at <code>index</code>.</p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the returned data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</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.EnhancerProxyList.get_proxy_by_module</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.EnhancerProxyList.get_proxy_by_module"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxyList.get_proxy_by_module"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList.get_proxy_by_module"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList.get_proxy_by_module"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxyList.html">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
<a class="method" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
<a class="method current" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
<a class="method" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxyList.html">EnhancerProxyList</a><span class="sep"></span>get_proxy_by_module</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-enhancer-proxy-list.h#L48">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_list_get_proxy_by_module</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span><span class="w"> </span><span class="n">list</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">module_name</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-enhancer-proxy-list.c#L212">[src]</a>
</h4>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> by module name as defined in its plugin&nbsp;file.</p>
<p>A convenience function to find a <code>ClapperEnhancerProxy</code> by its unique
module name in the&nbsp;list.</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>module_name</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>An enhancer module&nbsp;name.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.EnhancerProxy.html"><code>ClapperEnhancerProxy</code></a></p>
<p>The <code>ClapperEnhancerProxy</code> with requested module&nbsp;name.</p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the returned data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,250 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxyList.peek_proxy</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.EnhancerProxyList.peek_proxy"/>
<meta priority="og:description" content="Reference for Clapper.EnhancerProxyList.peek_proxy"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList.peek_proxy"/>
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList.peek_proxy"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxyList.html">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
<a class="method" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
<a class="method" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
<a class="method current" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.EnhancerProxyList.html">EnhancerProxyList</a><span class="sep"></span>peek_proxy</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-enhancer-proxy-list.h#L45">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperEnhancerProxy</span><span class="o">*</span>
<span class="n">clapper_enhancer_proxy_list_peek_proxy</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span><span class="w"> </span><span class="n">list</span><span class="p">,</span>
<span class="w"> </span><span class="n">guint</span><span class="w"> </span><span class="n">index</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-enhancer-proxy-list.c#L186">[src]</a>
</h4>
<div class="docblock">
<p>Get the <code>ClapperEnhancerProxy</code> at&nbsp;index.</p>
<p>Similar to <a href="method.EnhancerProxyList.get_proxy.html"><code>clapper_enhancer_proxy_list_get_proxy()</code></a>, but does not take
a new reference on&nbsp;proxy.</p>
<p>Proxies in a list are only removed when a <a href="class.Player.html"><code>ClapperPlayer</code></a> instance
they originate from is destroyed, so do not use returned object afterwards
unless you take an additional reference on&nbsp;it.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
<p>This method is not directly available to language bindings.</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>index</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint</code></p>
<p>An enhancer proxy&nbsp;index.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.EnhancerProxy.html"><code>ClapperEnhancerProxy</code></a></p>
<p>The <code>ClapperEnhancerProxy</code> at <code>index</code>.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L205">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L209">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L2162">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2186">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L169">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L173">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1904">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1928">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L166">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L170">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1880">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1904">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L160">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L164">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1837">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1861">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L154">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L158">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1794">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1818">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L130">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L134">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1583">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1607">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L112">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L116">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1471">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1495">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L175">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L179">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1954">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1978">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L100">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L104">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1417">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1441">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L55">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L56">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1100">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1106">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L64">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L68">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1161">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1185">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L118">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L122">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1508">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1532">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L115">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L119">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1485">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1509">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L142">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L146">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1673">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1697">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L148">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L152">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1718">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1742">[src]</a>
</h4>

View File

@@ -0,0 +1,320 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Player.get_enhancer_proxies</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.Player.get_enhancer_proxies"/>
<meta priority="og:description" content="Reference for Clapper.Player.get_enhancer_proxies"/>
<meta name="twitter:title" content="Clapper.Player.get_enhancer_proxies"/>
<meta name="twitter:description" content="Reference for Clapper.Player.get_enhancer_proxies"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.Player.html">Player</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_adaptive_bandwidth.html">get_adaptive_bandwidth</a>
<a class="method" href="method.Player.get_adaptive_max_bitrate.html">get_adaptive_max_bitrate</a>
<a class="method" href="method.Player.get_adaptive_min_bitrate.html">get_adaptive_min_bitrate</a>
<a class="method" href="method.Player.get_adaptive_start_bitrate.html">get_adaptive_start_bitrate</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_offset.html">get_audio_offset</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
<a class="method" href="method.Player.get_download_dir.html">get_download_dir</a>
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method current" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
<a class="method" href="method.Player.get_queue.html">get_queue</a>
<a class="method" href="method.Player.get_speed.html">get_speed</a>
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_font_desc.html">get_subtitle_font_desc</a>
<a class="method" href="method.Player.get_subtitle_offset.html">get_subtitle_offset</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.make_pipeline_graph.html">make_pipeline_graph</a>
<a class="method" href="method.Player.pause.html">pause</a>
<a class="method" href="method.Player.play.html">play</a>
<a class="method" href="method.Player.seek.html">seek</a>
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_adaptive_max_bitrate.html">set_adaptive_max_bitrate</a>
<a class="method" href="method.Player.set_adaptive_min_bitrate.html">set_adaptive_min_bitrate</a>
<a class="method" href="method.Player.set_adaptive_start_bitrate.html">set_adaptive_start_bitrate</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_offset.html">set_audio_offset</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_download_dir.html">set_download_dir</a>
<a class="method" href="method.Player.set_download_enabled.html">set_download_enabled</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitle_font_desc.html">set_subtitle_font_desc</a>
<a class="method" href="method.Player.set_subtitle_offset.html">set_subtitle_offset</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
<a class="method" href="method.Player.set_volume.html">set_volume</a>
<a class="method" href="method.Player.stop.html">stop</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</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.Player.html">Player</a><span class="sep"></span>get_enhancer_proxies</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-player.h#L62">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperEnhancerProxyList</span><span class="o">*</span>
<span class="n">clapper_player_get_enhancer_proxies</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperPlayer</span><span class="o">*</span><span class="w"> </span><span class="n">player</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-player.c#L1138">[src]</a>
</h4>
<div class="docblock">
<p>Get a list of available enhancers in the form of <a href="class.EnhancerProxy.html"><code>ClapperEnhancerProxy</code></a>&nbsp;objects.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.Player.enhancer-proxies.html"><code>Clapper.Player:enhancer-proxies</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.EnhancerProxyList.html"><code>ClapperEnhancerProxyList</code></a></p>
<p>A <code>ClapperEnhancerProxyList</code> of enhancer&nbsp;proxies.</p>
</div>
<div>
<table>
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method current" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L76">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L80">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1249">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1273">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method current" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L67">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L71">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1183">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1207">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L49">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L50">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1065">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1071">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L88">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L92">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1328">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1352">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L70">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L74">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1207">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1231">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L187">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L191">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L2048">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2072">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L181">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L185">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L2003">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2027">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L58">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L59">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1116">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1122">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L136">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L140">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1620">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1644">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L124">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L128">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1546">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1570">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L106">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L110">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1444">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1468">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L94">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L98">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1390">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1414">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L52">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L53">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1084">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1090">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L82">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L86">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L1290">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1314">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L208">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L212">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L2190">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2214">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L193">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L197">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L2085">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2109">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L190">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L194">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L2068">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2092">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L199">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L203">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L2120">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2144">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L202">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L206">[src]</a>
</h4>
@@ -245,7 +247,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-player.c#L2142">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2166">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L163">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L167">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1861">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1885">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L157">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L161">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1818">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1842">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L151">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L155">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1775">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1799">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L127">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L131">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1568">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1592">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L109">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L113">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1458">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1482">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L172">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L176">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1929">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1953">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L97">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L101">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1404">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1428">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L61">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L65">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1132">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1156">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L139">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L143">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1642">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1666">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L145">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L149">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1698">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1722">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L73">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L77">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1229">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1253">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L85">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L89">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1312">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1336">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L184">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L188">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L2027">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2051">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L178">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L182">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1978">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2002">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L133">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L137">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1605">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1629">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L121">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L125">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1531">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1555">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L103">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L107">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1431">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1455">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L91">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L95">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1377">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1401">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L79">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L83">[src]</a>
</h4>
@@ -244,7 +246,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-player.c#L1271">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L1295">[src]</a>
</h4>

View File

@@ -119,6 +119,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_download_enabled.html">get_download_enabled</a>
<a class="method" href="method.Player.get_enhancer_proxies.html">get_enhancer_proxies</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
@@ -224,7 +226,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-player.h#L196">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.h#L200">[src]</a>
</h4>
@@ -243,7 +245,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-player.c#L2103">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2127">[src]</a>
</h4>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy:description</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 property="og:title" content="Clapper.EnhancerProxy:description"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxy:description"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy:description"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxy:description"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.EnhancerProxy.description.html">description</a>
<a class="property"href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property"href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property"href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property"href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxy.html">EnhancerProxy</a>:description</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property description: utf8 [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy.c#L1182">[src]</a>
</h4>
<div class="docblock">
<p>Description from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>
Type:<code>gchar*</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>NULL</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxy.get_description.html"><code>clapper_enhancer_proxy_get_description()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy:friendly-name</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 property="og:title" content="Clapper.EnhancerProxy:friendly-name"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxy:friendly-name"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy:friendly-name"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxy:friendly-name"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.EnhancerProxy.description.html">description</a>
<a class="property current"href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property"href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property"href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property"href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxy.html">EnhancerProxy</a>:friendly-name</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property friendly-name: utf8 [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy.c#L1149">[src]</a>
</h4>
<div class="docblock">
<p>Name from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>
Type:<code>gchar*</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>NULL</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxy.get_friendly_name.html"><code>clapper_enhancer_proxy_get_friendly_name()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy:module-dir</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 property="og:title" content="Clapper.EnhancerProxy:module-dir"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxy:module-dir"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy:module-dir"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxy:module-dir"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.EnhancerProxy.description.html">description</a>
<a class="property"href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property current"href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property"href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property"href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxy.html">EnhancerProxy</a>:module-dir</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property module-dir: utf8 [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy.c#L1171">[src]</a>
</h4>
<div class="docblock">
<p>Module&nbsp;directory.</p>
</div>
<div class="docblock">
<p>
Type:<code>gchar*</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>NULL</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxy.get_module_dir.html"><code>clapper_enhancer_proxy_get_module_dir()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy:module-name</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 property="og:title" content="Clapper.EnhancerProxy:module-name"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxy:module-name"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy:module-name"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxy:module-name"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.EnhancerProxy.description.html">description</a>
<a class="property"href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property"href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property current"href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property"href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxy.html">EnhancerProxy</a>:module-name</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property module-name: utf8 [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy.c#L1160">[src]</a>
</h4>
<div class="docblock">
<p>Module name from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>
Type:<code>gchar*</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>NULL</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxy.get_module_name.html"><code>clapper_enhancer_proxy_get_module_name()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxy:version</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 property="og:title" content="Clapper.EnhancerProxy:version"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxy:version"/>
<meta name="twitter:title" content="Clapper.EnhancerProxy:version"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxy:version"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxy.html">EnhancerProxy</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.EnhancerProxy.description.html">description</a>
<a class="property"href="property.EnhancerProxy.friendly-name.html">friendly-name</a>
<a class="property"href="property.EnhancerProxy.module-dir.html">module-dir</a>
<a class="property"href="property.EnhancerProxy.module-name.html">module-name</a>
<a class="property current"href="property.EnhancerProxy.version.html">version</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxy.html">EnhancerProxy</a>:version</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property version: utf8 [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy.c#L1193">[src]</a>
</h4>
<div class="docblock">
<p>Version from enhancer plugin info&nbsp;file.</p>
</div>
<div class="docblock">
<p>
Type:<code>gchar*</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>NULL</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxy.get_version.html"><code>clapper_enhancer_proxy_get_version()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,189 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.EnhancerProxyList:n-proxies</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 property="og:title" content="Clapper.EnhancerProxyList:n-proxies"/>
<meta property="og:description" content="Reference for property Clapper.EnhancerProxyList:n-proxies"/>
<meta name="twitter:title" content="Clapper.EnhancerProxyList:n-proxies"/>
<meta name="twitter:description" content="Reference for property Clapper.EnhancerProxyList:n-proxies"/>
<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.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.EnhancerProxyList.html">EnhancerProxyList</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.EnhancerProxyList.n-proxies.html">n-proxies</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.EnhancerProxyList.html">EnhancerProxyList</a>:n-proxies</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property 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 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property n-proxies: guint [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
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-enhancer-proxy-list.c#L317">[src]</a>
</h4>
<div class="docblock">
<p>Number of proxies in the&nbsp;list.</p>
</div>
<div class="docblock">
<p>
Type:<code>guint</code></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>0</td></tr>
<tr><td>Getter method</td><td><a href="method.EnhancerProxyList.get_n_proxies.html"><code>clapper_enhancer_proxy_list_get_n_proxies()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2830">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2879">[src]</a>
</h4>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2813">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2862">[src]</a>
</h4>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2796">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2845">[src]</a>
</h4>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2781">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2830">[src]</a>
</h4>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2717">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2766">[src]</a>
</h4>

View File

@@ -117,6 +117,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.Player.download-enabled.html">download-enabled</a>
<a class="property"href="property.Player.enhancer-proxies.html">enhancer-proxies</a>
<a class="property"href="property.Player.mute.html">mute</a>
<a class="property"href="property.Player.position.html">position</a>
@@ -182,7 +184,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-player.c#L2681">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-player.c#L2730">[src]</a>
</h4>

Some files were not shown because too many files have changed in this diff Show More