doc: Update

This commit is contained in:
Rafał Dzięgiel
2024-02-14 20:35:46 +01:00
parent a386b26623
commit 36d62a3a1c
212 changed files with 21140 additions and 312 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@ dependencies = ["Clapper-0.0", "Gtk-4.0"]
description = "The GTK toolkit"
docs_url = "https://docs.gtk.org/gtk4/"
related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
related = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"]
[related."GLib-2.0"]
name = "GLib"
@@ -35,6 +35,11 @@ related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
[related."Gio-2.0"]
name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"
[related."Gst-1.0"]
name = "Gst"
description = "GStreamer core library"

File diff suppressed because it is too large Load Diff

View File

@@ -105,6 +105,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -123,6 +125,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property" href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property" href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -420,6 +424,16 @@ widget consists of to build your own controls implementation&nbsp;instead.</p>
<div class="docblock">
<div class="">
<h6><a href="method.SimpleControls.get_extra_menu_button.html">clapper_gtk_simple_controls_get_extra_menu_button</a></h6>
<div class="docblock">
<p>Get <code>ClapperGtkExtraMenuButton</code> that resides within <code>controls</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.SimpleControls.get_fullscreenable.html">clapper_gtk_simple_controls_get_fullscreenable</a></h6>
<div class="docblock">
@@ -744,6 +758,16 @@ documentation for the value types of accessible&nbsp;states.</p>
<div class="docblock">
<div class="">
<h6><a href="property.SimpleControls.extra-menu-button.html">ClapperGtk.SimpleControls:extra-menu-button</a></h6>
<div class="docblock">
<p>Access to extra menu button within&nbsp;controls.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.SimpleControls.fullscreenable.html">ClapperGtk.SimpleControls:fullscreenable</a></h6>
<div class="docblock">

View File

@@ -208,7 +208,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<p><code>ClapperGtkVideo</code> is the main widget exposed by <code>ClapperGtk</code> <span class="caps">API</span>. All other widgets
exposed by this library are meant to be overlaid on top of this&nbsp;widget.</p>
<p>For example a button type of widget once placed anywhere on video (can also be
nested within another widget like <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Box.html" class="external"><code>GtkBox</code></a>) automatically works and controls
nested within another widget like <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Box.html" class="external"><code>GtkBox</code></a>) automatically controls
<code>ClapperGtkVideo</code> widget it was overlaid on top of. This allows freely creating custom
playback control panels best suited for specific application. Additionally, pre-made
widgets such as <a href="class.SimpleControls.html"><code>ClapperGtkSimpleControls</code></a> are also&nbsp;available.</p>
@@ -221,11 +221,25 @@ For more information please refer to the Clapper playback library&nbsp;documenta
content when interacting with the video. To do this, simply add your widgets with
<a href="method.Video.add_fading_overlay.html"><code>clapper_gtk_video_add_fading_overlay()</code></a>. If you want to display some static content
on top of video (or take care of visibility within overlaid widget itself) you can add
it to the video as a normal (static) overlay with <a href="method.Video.add_overlay.html"><code>clapper_gtk_video_add_overlay()</code></a>.</p>
it to the video as a normal overlay with <a href="method.Video.add_overlay.html"><code>clapper_gtk_video_add_overlay()</code></a>.</p>
<h1 id="clappergtkvideo-as-gtkbuildable">ClapperGtkVideo as GtkBuildable<a class="md-anchor" href="#clappergtkvideo-as-gtkbuildable" title="Permanent link"></a></h1>
<p><code>ClapperGtkVideo</code> implementation of the <a href="javascript:void(0)" data-namespace="Gtk" data-link="iface.Buildable.html" class="external"><code>GtkBuildable</code></a> interface supports
placing children as either normal overlay by specifying <code>overlay</code> or a fading
one by specifying <code>fading-overlay</code> as the <code>type</code> attribute of a <code>&lt;child&gt;</code> element.</p>
one by specifying <code>fading-overlay</code> as the <code>type</code> attribute of a <code>&lt;child&gt;</code> element.
Position of overlaid content is determined by <code>valign/halign</code> properties.</p>
<div class="codehilite"><pre><span></span><code><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkVideo&quot;</span><span class="w"> </span><span class="na">id=</span><span class="s">&quot;video&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;child</span><span class="w"> </span><span class="na">type=</span><span class="s">&quot;fading-overlay&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkTitleHeader&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;property</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;valign&quot;</span><span class="nt">&gt;</span>start<span class="nt">&lt;/property&gt;</span>
<span class="w"> </span><span class="nt">&lt;/object&gt;</span>
<span class="w"> </span><span class="nt">&lt;/child&gt;</span>
<span class="w"> </span><span class="nt">&lt;child</span><span class="w"> </span><span class="na">type=</span><span class="s">&quot;fading-overlay&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkSimpleControls&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;property</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;valign&quot;</span><span class="nt">&gt;</span>end<span class="nt">&lt;/property&gt;</span>
<span class="w"> </span><span class="nt">&lt;/object&gt;</span>
<span class="w"> </span><span class="nt">&lt;/child&gt;</span>
<span class="nt">&lt;/object&gt;</span>
</code></pre></div>
</div>
<div class="docblock">

View File

@@ -120,6 +120,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</li>
</ul>
</li>
<li class="type"><a href="class.ExtraMenuButton.html"><code>ExtraMenuButton</code></a>
</li>
<li class="type"><a data-namespace="Gtk" data-link="class.Button.html" href="javascript:void(0)" class="external"><code>Gtk.Button</code></a>
<ul class="type">
<li class="type"><a href="class.SkipItemButton.html"><code>SkipItemButton</code></a>

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>ClapperGtk.ExtraMenuButton.new</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton.new"/>
<meta property="og:description" content="Reference for ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Constructors</h5>
<div class="links">
<a class="method current" href="ctor.ExtraMenuButton.new.html">new</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Constructor</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>new</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L37">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
<span class="n">clapper_gtk_extra_menu_button_new</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L306">[src]</a>
</h4>
<div class="docblock">
<p>Creates a new extra menu button <code>GtkWidget</code>.</p>
</div>
<div class="docblock">
</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.Widget.html" data-namespace="Gtk" class="external"><code>GtkWidget</code></a></p>
<p><p>A new <code>GtkWidget</code> instance.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -115,7 +115,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L37">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L38">[src]</a>
</h4>
@@ -134,7 +134,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/lib/clapper-gtk/clapper-gtk-simple-controls.c#L124">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L126">[src]</a>
</h4>

View File

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

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.EXTRA_MENU_BUTTON_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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta property="og:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:title" content="ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</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> 2023.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">ClapperGtk</a><span class="sep"></span>EXTRA_MENU_BUTTON_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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L33">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_EXTRA_MENU_BUTTON_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">
No description available.
</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

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L33">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L34">[src]</a>
</h4>

View File

@@ -133,7 +133,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</h4>
<div class="docblock">
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideoPlayer</code> ancestor of <code>widget</code>.</p>
<p>Get <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> used by <a href="class.Video.html"><code>ClapperGtkVideo</code></a> ancestor of <code>widget</code>.</p>
<p>This utility is a convenience wrapper for calling <a href="javascript:void(0)" data-namespace="Gtk" data-link="method.Widget.get_ancestor.html" class="external"><code>gtk_widget_get_ancestor()</code></a>
of type <code>CLAPPER_GTK_TYPE_VIDEO</code> and <a href="method.Video.get_player.html"><code>clapper_gtk_video_get_player()</code></a> with
additional <code>NULL</code> checking and type&nbsp;casting.</p>

View File

@@ -312,6 +312,15 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<td><a href="https://docs.gtk.org/gobject/" class="external">Browse documentation</a></td>
</tr>
<tr>
<td><strong>Gio</strong></td>
<td>GObject Interfaces and Objects, Networking, IPC, and I/O</td>
</tr>
<tr>
<td></td>
<td><a href="https://docs.gtk.org/gio/" class="external">Browse documentation</a></td>
</tr>
<tr>
<td><strong>Gst</strong></td>
<td>GStreamer core library</td>
@@ -390,6 +399,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="ExtraMenuButton" class="symbol" href="class.ExtraMenuButton.html">ExtraMenuButton</a></td>
<td class="docblock-summary">
<p>A menu button with extra&nbsp;options.</p>
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="LeadContainer" class="symbol" href="class.LeadContainer.html">LeadContainer</a></td>
@@ -557,7 +576,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<td><a title="get_player_from_ancestor" class="symbol" href="func.get_player_from_ancestor.html">get_player_from_ancestor</a></td>
<td class="docblock-summary">
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideoPlayer</code> ancestor of <code>widget</code>.</p>
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideo</code> ancestor of <code>widget</code>.</p>
<p></p>
</td>
@@ -641,6 +660,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="EXTRA_MENU_BUTTON_CAST" class="symbol" href="func.EXTRA_MENU_BUTTON_CAST.html">EXTRA_MENU_BUTTON_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="LEAD_CONTAINER_CAST" class="symbol" href="func.LEAD_CONTAINER_CAST.html">LEAD_CONTAINER_CAST</a></td>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_can_open_subtitles</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_can_open_subtitles</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L49">[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_gtk_extra_menu_button_get_can_open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L419">[src]</a>
</h4>
<div class="docblock">
<p>Get whether an option to open external subtitle stream inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.can-open-subtitles.html"><code>ClapperGtk.ExtraMenuButton:can-open-subtitles</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>gboolean</code></p>
<p><p><code>TRUE</code> if open subtitles is visible, <code>FALSE</code> otherwise.</p></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,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_speed_visible</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method current" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_speed_visible</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L45">[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_gtk_extra_menu_button_get_speed_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L375">[src]</a>
</h4>
<div class="docblock">
<p>Get whether speed control inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.speed-visible.html"><code>ClapperGtk.ExtraMenuButton:speed-visible</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>gboolean</code></p>
<p><p><code>TRUE</code> if speed control is visible, <code>FALSE</code> otherwise.</p></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,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_volume_visible</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method current" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_volume_visible</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L41">[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_gtk_extra_menu_button_get_volume_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L339">[src]</a>
</h4>
<div class="docblock">
<p>Get whether volume control inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.volume-visible.html"><code>ClapperGtk.ExtraMenuButton:volume-visible</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>gboolean</code></p>
<p><p><span class="caps">TRUE</span> if volume control is visible, <code>FALSE</code> otherwise.</p></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,229 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_can_open_subtitles</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method current" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_can_open_subtitles</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L47">[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_gtk_extra_menu_button_set_can_open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">allowed</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L391">[src]</a>
</h4>
<div class="docblock">
<p>Set whether an option to open external subtitle stream should be&nbsp;allowed.</p>
<p>Note that this <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Widget.html" class="external"><code>GtkWidget</code></a> can only add subtitles to currently playing
<a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a>. When no media is selected, option to open subtitles
will not be shown regardless how this option is&nbsp;set.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.can-open-subtitles.html"><code>ClapperGtk.ExtraMenuButton:can-open-subtitles</code></a></td></tr>
</table>
</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>allowed</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether opening subtitles should be&nbsp;allowed.</p></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,226 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_speed_visible</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method current" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_speed_visible</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L43">[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_gtk_extra_menu_button_set_speed_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">visible</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L355">[src]</a>
</h4>
<div class="docblock">
<p>Set whether speed control inside popover should be&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.speed-visible.html"><code>ClapperGtk.ExtraMenuButton:speed-visible</code></a></td></tr>
</table>
</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>visible</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether&nbsp;visible.</p></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,226 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_volume_visible</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method current" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_volume_visible</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L39">[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_gtk_extra_menu_button_set_volume_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">visible</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L319">[src]</a>
</h4>
<div class="docblock">
<p>Set whether volume control inside popover should be&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.volume-visible.html"><code>ClapperGtk.ExtraMenuButton:volume-visible</code></a></td></tr>
</table>
</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>visible</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether&nbsp;visible.</p></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,217 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.SimpleControls.get_extra_menu_button</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="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta priority="og:description" content="Reference for ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:title" content="ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:description" content="Reference for ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.SimpleControls.html">SimpleControls</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
<a class="method" href="method.SimpleControls.set_fullscreenable.html">set_fullscreenable</a>
<a class="method" href="method.SimpleControls.set_seek_method.html">set_seek_method</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.SimpleControls.html">SimpleControls</a><span class="sep"></span>get_extra_menu_button</h1>
</header>
<section>
<div class="docblock">
<p></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/lib/clapper-gtk/clapper-gtk-simple-controls.h#L48">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span>
<span class="n">clapper_gtk_simple_controls_get_extra_menu_button</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkSimpleControls</span><span class="o">*</span><span class="w"> </span><span class="n">controls</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/lib/clapper-gtk/clapper-gtk-simple-controls.c#L208">[src]</a>
</h4>
<div class="docblock">
<p>Get <a href="class.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a> that resides within <code>controls</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.SimpleControls.extra-menu-button.html"><code>ClapperGtk.SimpleControls:extra-menu-button</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.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a></p>
<p><p><code>ClapperGtkExtraMenuButton</code> within simple controls&nbsp;panel.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: none">The 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

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method current" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,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/lib/clapper-gtk/clapper-gtk-simple-controls.h#L41">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L42">[src]</a>
</h4>
@@ -141,7 +143,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L159">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L161">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method current" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,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/lib/clapper-gtk/clapper-gtk-simple-controls.h#L45">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L46">[src]</a>
</h4>
@@ -141,7 +143,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L190">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L192">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,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/lib/clapper-gtk/clapper-gtk-simple-controls.h#L39">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L40">[src]</a>
</h4>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L137">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L139">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,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/lib/clapper-gtk/clapper-gtk-simple-controls.h#L43">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L44">[src]</a>
</h4>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L174">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L176">[src]</a>
</h4>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:can-open-subtitles</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:can-open-subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property can-open-subtitles: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L692">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of open subtitles option inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>FALSE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_get_can_open_subtitles()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_set_can_open_subtitles()</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>yes</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,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:speed-visible</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property current"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:speed-visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property speed-visible: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L683">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of speed control inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>TRUE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_speed_visible.html"><code>clapper_gtk_extra_menu_button_get_speed_visible()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_speed_visible.html"><code>clapper_gtk_extra_menu_button_set_speed_visible()</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>yes</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,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:volume-visible</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property current"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:volume-visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property volume-visible: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L674">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of volume control inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>TRUE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_volume_visible.html"><code>clapper_gtk_extra_menu_button_get_volume_visible()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_volume_visible.html"><code>clapper_gtk_extra_menu_button_set_volume_visible()</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>yes</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,192 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.SimpleControls:extra-menu-button</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.SimpleControls:extra-menu-button"/>
<meta property="og:description" content="Reference for property ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:title" content="ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.SimpleControls.html">SimpleControls</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property"href="property.SimpleControls.seek-method.html">seek-method</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.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">ClapperGtk</a><span class="sep"></span><a href="class.SimpleControls.html">SimpleControls</a>:extra-menu-button</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property extra-menu-button: ClapperGtk.ExtraMenuButton [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 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/lib/clapper-gtk/clapper-gtk-simple-controls.c#L317">[src]</a>
</h4>
<div class="docblock">
<p>Access to extra menu button within&nbsp;controls.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><a href="class.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Getter method</td><td><a href="method.SimpleControls.get_extra_menu_button.html"><code>clapper_gtk_simple_controls_get_extra_menu_button()</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

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property current"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property"href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -128,7 +130,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/lib/clapper-gtk/clapper-gtk-simple-controls.c#L278">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L299">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property current"href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -128,7 +130,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/lib/clapper-gtk/clapper-gtk-simple-controls.c#L287">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L308">[src]</a>
</h4>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,225 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton::open-subtitles</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="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta property="og:description" content="Reference for signal ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:description" content="Reference for signal ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" 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">
<img src="clapper-logo.svg" class="logo"/>
</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">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Signals</h5>
<div class="links">
<a class="signal current" href="signal.ExtraMenuButton.open-subtitles.html">open-subtitles</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Signal</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>::open-subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">self</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">item</span><span class="p">,</span>
<span class="w"> </span><span class="n">gpointer</span><span class="w"> </span><span class="n">user_data</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/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L701">[src]</a>
</h4>
<div class="docblock">
<p>A signal that user wants to open subtitles&nbsp;file.</p>
<p>Implementation should add a way for user to select subtitles to open
such as by e.g. using <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.FileDialog.html" class="external"><code>GtkFileDialog</code></a> and then add them to the
<code>item</code> using <a href="javascript:void(0)" data-namespace="Clapper" data-link="method.MediaItem.set_suburi.html" class="external"><code>clapper_media_item_set_suburi()</code></a>&nbsp;method.</p>
<p>This signal will pass the <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a> that was current when
user clicked the open button and subtitles should be added to this <code>item</code>.
This avoids situations where another item starts playing before user selects
subtitles file to be opened. When using asynchronous operations to open file,
implementation should <a href="javascript:void(0)" data-namespace="GObject" data-link="method.Object.ref.html" class="external"><code>g_object_ref()</code></a> the item to ensure that it
stays valid until&nbsp;finish.</p>
<p>Note that this signal will not be emitted if open button is not visible by
setting <a href="method.ExtraMenuButton.set_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_set_can_open_subtitles()</code></a> to <code>TRUE</code>,
so you do not have to implement handler for it&nbsp;otherwise.</p>
</div>
<div class="docblock">
<table>
<tr><td>Default handler: <p>The default handler is called after the handlers added via <code>g_signal_connect()</code>.</p></td></tr>
<tr><td>Signal emission will restart instead of <a href="https://docs.gtk.org/gobject/flags.SignalFlags.html#no_recurse" class="external">recursing</a></td></tr>
<tr><td><a href="https://docs.gtk.org/gobject/flags.SignalFlags.html#no_hooks" class="external">Hooks</a> are disabled for this signal</td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>item</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="class.MediaItem.html" data-namespace="Clapper" class="external"><code>ClapperMediaItem</code></a></p>
<p><p>A <code>ClapperMediaItem</code>.</p></p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the function.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

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

View File

@@ -1,6 +1,7 @@
baseURLs = [
['GLib', 'https://docs.gtk.org/glib/'],
['GObject', 'https://docs.gtk.org/gobject/'],
['Gio', 'https://docs.gtk.org/gio/'],
['Gtk', 'https://docs.gtk.org/gtk4/'],
['Gst', 'https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html?'],
['Clapper', 'https://rafostar.github.io/clapper/doc/clapper/'],