doc: Update

This commit is contained in:
github-actions[bot]
2025-06-08 15:44:33 +00:00
parent 62208f55aa
commit d963c9d7e4
28 changed files with 836 additions and 45 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -119,12 +119,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -147,6 +151,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property" href="property.MediaItem.suburi.html">suburi</a>
<a class="property" href="property.MediaItem.tags.html">tags</a>
<a class="property" href="property.MediaItem.timeline.html">timeline</a>
<a class="property" href="property.MediaItem.title.html">title</a>
@@ -377,13 +383,13 @@ is supposed to be&nbsp;found.</p>
<div class="docblock">
<div class="">
<div class="deprecated">
<h6><a href="method.MediaItem.get_container_format.html">clapper_media_item_get_container_format</a></h6>
<div class="docblock">
<p>Get media item container&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;</p>
</div>
</div>
@@ -417,10 +423,20 @@ is supposed to be&nbsp;found.</p>
</div>
</div>
<div class="">
<h6><a href="method.MediaItem.get_tags.html">clapper_media_item_get_tags</a></h6>
<div class="docblock">
<p>Get readable list of tags stored in media&nbsp;item.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
<div class="">
<h6><a href="method.MediaItem.get_timeline.html">clapper_media_item_get_timeline</a></h6>
<div class="docblock">
<p>Get the <code>ClapperTimeline</code> assosiated with <code>item</code>.</p>
<p>Get the <code>ClapperTimeline</code> associated with <code>item</code>.</p>
</div>
<div class="docblock">
<p></p>
@@ -447,6 +463,16 @@ is supposed to be&nbsp;found.</p>
</div>
</div>
<div class="">
<h6><a href="method.MediaItem.populate_tags.html">clapper_media_item_populate_tags</a></h6>
<div class="docblock">
<p>Populate non-existing tags in <code>item</code> tag&nbsp;list.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
<div class="">
<h6><a href="method.MediaItem.set_suburi.html">clapper_media_item_set_suburi</a></h6>
<div class="docblock">
@@ -511,13 +537,13 @@ is supposed to be&nbsp;found.</p>
</div>
</div>
<div class="">
<div class="deprecated">
<h6><a href="property.MediaItem.container-format.html">Clapper.MediaItem:container-format</a></h6>
<div class="docblock">
<p>Media container&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;</p>
</div>
</div>
@@ -551,6 +577,16 @@ is supposed to be&nbsp;found.</p>
</div>
</div>
<div class="">
<h6><a href="property.MediaItem.tags.html">Clapper.MediaItem:tags</a></h6>
<div class="docblock">
<p>A readable list of tags stored in media&nbsp;item.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
</div>
<div class="">
<h6><a href="property.MediaItem.timeline.html">Clapper.MediaItem:timeline</a></h6>
<div class="docblock">

View File

@@ -121,7 +121,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L43">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L44">[src]</a>
</h4>
@@ -140,7 +140,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L80">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L89">[src]</a>
</h4>

View File

@@ -121,7 +121,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L49">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L50">[src]</a>
</h4>
@@ -141,7 +141,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L147">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L156">[src]</a>
</h4>

View File

@@ -121,7 +121,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L46">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L47">[src]</a>
</h4>
@@ -140,7 +140,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L120">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L129">[src]</a>
</h4>

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -124,7 +128,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<section>
<div class="docblock">
<p></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;</p>
</div>
<div class="declaration toggle-wrapper">
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L67">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L68">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L329">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L316">[src]</a>
</h4>
@@ -162,7 +166,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="docblock">
<div class="admonition deprecation">
<p class="admonition-title">Deprecated since: 0.10</p><p>Get <code>container-format</code> from <a href="property.MediaItem.tags.html"><code>ClapperMediaItem:tags</code></a>&nbsp;instead.</p></div>

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L70">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L71">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L370">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L359">[src]</a>
</h4>

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L52">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L53">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L176">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L185">[src]</a>
</h4>

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L61">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L62">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L239">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L248">[src]</a>
</h4>

View File

@@ -0,0 +1,230 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.MediaItem.get_tags</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.MediaItem.get_tags"/>
<meta priority="og:description" content="Reference for Clapper.MediaItem.get_tags"/>
<meta name="twitter:title" content="Clapper.MediaItem.get_tags"/>
<meta name="twitter:description" content="Reference for Clapper.MediaItem.get_tags"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.MediaItem.html">MediaItem</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method current" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a><span class="sep"></span>get_tags</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L74">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">GstTagList</span><span class="o">*</span>
<span class="n">clapper_media_item_get_tags</span><span class="w"> </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>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L381">[src]</a>
</h4>
<div class="docblock">
<p>Get readable list of tags stored in media&nbsp;item.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.MediaItem.tags.html"><code>Clapper.MediaItem:tags</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="javascript:void(0)" data-link="struct.TagList.html" data-namespace="Gst" class="external"><code>GstTagList</code></a></p>
<p>A <code>GstTagList</code>.</p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the returned data, and is responsible for freeing it.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method current" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L73">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L80">[src]</a>
</h4>
@@ -151,12 +155,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L392">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L577">[src]</a>
</h4>
<div class="docblock">
<p>Get the <a href="class.Timeline.html"><code>ClapperTimeline</code></a> assosiated with <code>item</code>.</p>
<p>Get the <a href="class.Timeline.html"><code>ClapperTimeline</code></a> associated with <code>item</code>.</p>
</div>
<div class="docblock">

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method current" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L64">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L65">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L282">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L270">[src]</a>
</h4>

View File

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method current" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L55">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L56">[src]</a>
</h4>
@@ -151,7 +155,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L192">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L201">[src]</a>
</h4>

View File

@@ -0,0 +1,266 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.MediaItem.populate_tags</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.MediaItem.populate_tags"/>
<meta priority="og:description" content="Reference for Clapper.MediaItem.populate_tags"/>
<meta name="twitter:title" content="Clapper.MediaItem.populate_tags"/>
<meta name="twitter:description" content="Reference for Clapper.MediaItem.populate_tags"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.MediaItem.html">MediaItem</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method current" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a><span class="sep"></span>populate_tags</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L77">[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_media_item_populate_tags</span><span class="w"> </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="k">const</span><span class="w"> </span><span class="n">GstTagList</span><span class="o">*</span><span class="w"> </span><span class="n">tags</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L522">[src]</a>
</h4>
<div class="docblock">
<p>Populate non-existing tags in <code>item</code> tag&nbsp;list.</p>
<p>Passed <code>tags</code> must use <a href="javascript:void(0)" data-namespace="Gst" data-link="enum.TagScope.html#global" class="external"><code>GST_TAG_SCOPE_GLOBAL</code></a>&nbsp;scope.</p>
<p>Note that tags are automatically determined during media playback
and those take precedence. This function can be useful if an app can
determine some tags that are not in media metadata or for filling
item with some initial/cached tags to display in <span class="caps">UI</span> before&nbsp;playback.</p>
<p>When a tag already exists in the tag list (was populated) this
function will not overwrite it. If you really need to permanently
override some tags in media, you can use <code>taginject</code> element as
player video/audio filter&nbsp;instead.</p>
</div>
<div class="docblock">
<p>Available since: 0.10</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>tags</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="struct.TagList.html" data-namespace="Gst" class="external"><code>GstTagList</code></a></p>
<p>A <code>GstTagList</code> of <span class="caps">GLOBAL</span>&nbsp;scope.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p>Whether at least one tag got&nbsp;updated.</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

@@ -97,12 +97,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_tags.html">get_tags</a>
<a class="method" href="method.MediaItem.get_timeline.html">get_timeline</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.populate_tags.html">populate_tags</a>
<a class="method current" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
@@ -132,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L58">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L59">[src]</a>
</h4>
@@ -152,7 +156,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L208">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L217">[src]</a>
</h4>

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L678">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L856">[src]</a>
</h4>

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -124,7 +126,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<section>
<div class="docblock">
<p></p>
<p><span class="emblem deprecated">deprecated: 0.10</span>&nbsp;</p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L698">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L893">[src]</a>
</h4>
@@ -155,7 +157,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Type:<code>gchar*</code></p>
<div class="admonition deprecation">
<p class="admonition-title">Deprecated since: 0.10</p><p>Get <code>container-format</code> from <a href="property.MediaItem.tags.html"><code>ClapperMediaItem:tags</code></a>&nbsp;instead.</p></div>
</div>

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,12 +144,15 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L707">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L904">[src]</a>
</h4>
<div class="docblock">
<p>Media duration as a decimal number in&nbsp;seconds.</p>
<p>This might be a different value compared to <code>duration</code> from
<a href="property.MediaItem.tags.html"><code>ClapperMediaItem:tags</code></a>, as this value is updated
during decoding instead of being a fixed value from&nbsp;metadata.</p>
</div>
<div class="docblock">

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L651">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L829">[src]</a>
</h4>

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property current"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L669">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L847">[src]</a>
</h4>

View File

@@ -0,0 +1,203 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.MediaItem:tags</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.MediaItem:tags"/>
<meta property="og:description" content="Reference for property Clapper.MediaItem:tags"/>
<meta name="twitter:title" content="Clapper.MediaItem:tags"/>
<meta name="twitter:description" content="Reference for property Clapper.MediaItem:tags"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.9.0</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.MediaItem.html">MediaItem</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.MediaItem.cache-location.html">cache-location</a>
<a class="property"href="property.MediaItem.container-format.html">container-format</a>
<a class="property"href="property.MediaItem.duration.html">duration</a>
<a class="property"href="property.MediaItem.id.html">id</a>
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property current"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
<a class="property"href="property.MediaItem.uri.html">uri</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a>:tags</h1>
</header>
<section>
<div class="docblock">
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10</span></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property tags: Gst.TagList [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L867">[src]</a>
</h4>
<div class="docblock">
<p>A readable list of tags stored in media&nbsp;item.</p>
</div>
<div class="docblock">
<p>
Type:<a href="javascript:void(0)" data-link="struct.TagList.html" data-namespace="Gst" class="external"><code>GstTagList</code></a></p>
<p>Available since: 0.10</p>
</div>
<div class="docblock">
<table>
<tr><td>Getter method</td><td><a href="method.MediaItem.get_tags.html"><code>clapper_media_item_get_tags()</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

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property current"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L716">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L917">[src]</a>
</h4>

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property current"href="property.MediaItem.title.html">title</a>
@@ -142,12 +144,15 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L689">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L880">[src]</a>
</h4>
<div class="docblock">
<p>Media&nbsp;title.</p>
<p>This might be a different string compared to <code>title</code> from
<a href="property.MediaItem.tags.html"><code>ClapperMediaItem:tags</code></a>, as this gives parsed
title from file name/<span class="caps">URI</span> as fallback when no <code>title</code> tag.</p>
</div>
<div class="docblock">

View File

@@ -99,6 +99,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property"href="property.MediaItem.suburi.html">suburi</a>
<a class="property"href="property.MediaItem.tags.html">tags</a>
<a class="property"href="property.MediaItem.timeline.html">timeline</a>
<a class="property"href="property.MediaItem.title.html">title</a>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L660">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L838">[src]</a>
</h4>