mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
doc: Update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -94,6 +94,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
|
|
||||||
<a class="ctor" href="ctor.MediaItem.new.html">new</a>
|
<a class="ctor" href="ctor.MediaItem.new.html">new</a>
|
||||||
|
|
||||||
|
<a class="ctor" href="ctor.MediaItem.new_cached.html">new_cached</a>
|
||||||
|
|
||||||
<a class="ctor" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
<a class="ctor" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -135,6 +137,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property" href="property.MediaItem.duration.html">duration</a>
|
<a class="property" href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -339,6 +343,18 @@ first in order to be played.</p>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="">
|
||||||
|
<h6><a href="ctor.MediaItem.new_cached.html">clapper_media_item_new_cached</a></h6>
|
||||||
|
<div class="docblock">
|
||||||
|
<p>Same as <code>clapper_media_item_new()</code>, but allows to provide
|
||||||
|
a location of a cache file where particular media at <code>uri</code>
|
||||||
|
is supposed to be found.</p>
|
||||||
|
</div>
|
||||||
|
<div class="docblock">
|
||||||
|
<p><span class="emblem available-next" title="This constructor will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.8</span></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="">
|
<div class="">
|
||||||
<h6><a href="ctor.MediaItem.new_from_file.html">clapper_media_item_new_from_file</a></h6>
|
<h6><a href="ctor.MediaItem.new_from_file.html">clapper_media_item_new_from_file</a></h6>
|
||||||
<div class="docblock">
|
<div class="docblock">
|
||||||
@@ -488,6 +504,16 @@ first in order to be played.</p>
|
|||||||
|
|
||||||
<div class="docblock">
|
<div class="docblock">
|
||||||
|
|
||||||
|
<div class="">
|
||||||
|
<h6><a href="property.MediaItem.cache-location.html">Clapper.MediaItem:cache-location</a></h6>
|
||||||
|
<div class="docblock">
|
||||||
|
<p>Media downloaded cache file location.</p>
|
||||||
|
</div>
|
||||||
|
<div class="docblock">
|
||||||
|
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.8</span></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="">
|
<div class="">
|
||||||
<h6><a href="property.MediaItem.container-format.html">Clapper.MediaItem:container-format</a></h6>
|
<h6><a href="property.MediaItem.container-format.html">Clapper.MediaItem:container-format</a></h6>
|
||||||
<div class="docblock">
|
<div class="docblock">
|
||||||
|
@@ -91,6 +91,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
|
|
||||||
<a class="method current" href="ctor.MediaItem.new.html">new</a>
|
<a class="method current" href="ctor.MediaItem.new.html">new</a>
|
||||||
|
|
||||||
|
<a class="method" href="ctor.MediaItem.new_cached.html">new_cached</a>
|
||||||
|
|
||||||
<a class="method" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
<a class="method" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -138,7 +140,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L79">[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#L80">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
262
doc/clapper/ctor.MediaItem.new_cached.html
Normal file
262
doc/clapper/ctor.MediaItem.new_cached.html
Normal file
@@ -0,0 +1,262 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Clapper.MediaItem.new_cached</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.new_cached"/>
|
||||||
|
<meta property="og:description" content="Reference for Clapper.MediaItem.new_cached"/>
|
||||||
|
<meta name="twitter:title" content="Clapper.MediaItem.new_cached"/>
|
||||||
|
<meta name="twitter:description" content="Reference for Clapper.MediaItem.new_cached"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<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.7.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>Constructors</h5>
|
||||||
|
<div class="links">
|
||||||
|
|
||||||
|
<a class="method" href="ctor.MediaItem.new.html">new</a>
|
||||||
|
|
||||||
|
<a class="method current" href="ctor.MediaItem.new_cached.html">new_cached</a>
|
||||||
|
|
||||||
|
<a class="method" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section generator">
|
||||||
|
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2024.1</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">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a><span class="sep"></span>new_cached</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="docblock">
|
||||||
|
<p><span class="emblem available-next" title="This constructor will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.8</span></p>
|
||||||
|
</div>
|
||||||
|
<div class="declaration toggle-wrapper">
|
||||||
|
<h4 id="declaration" style="display:flex;">
|
||||||
|
Declaration
|
||||||
|
<a href="#declaration" class="anchor"></a>
|
||||||
|
|
||||||
|
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.h#L49">[src]</a>
|
||||||
|
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperMediaItem</span><span class="o">*</span>
|
||||||
|
<span class="n">clapper_media_item_new_cached</span><span class="w"> </span><span class="p">(</span>
|
||||||
|
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">uri</span><span class="p">,</span>
|
||||||
|
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">location</span>
|
||||||
|
<span class="p">)</span>
|
||||||
|
</pre></div>
|
||||||
|
</code></pre>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="description toggle-wrapper">
|
||||||
|
<h4 id="description" style="display:flex;">
|
||||||
|
Description
|
||||||
|
<a href="#description" class="anchor"></a>
|
||||||
|
|
||||||
|
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-media-item.c#L147">[src]</a>
|
||||||
|
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
<p>Same as <a href="ctor.MediaItem.new.html"><code>clapper_media_item_new()</code></a>, but allows to provide
|
||||||
|
a location of a cache file where particular media at <code>uri</code>
|
||||||
|
is supposed to be found.</p>
|
||||||
|
<p>File at <code>location</code> existence will be checked upon starting playback
|
||||||
|
of created item. If cache file is not found, media item <code>uri</code> will be
|
||||||
|
used as fallback. In this case when <a href="property.Player.download-enabled.html"><code>ClapperPlayer:download-enabled</code></a>
|
||||||
|
is set to <code>TRUE</code>, item will be downloaded and cached again if possible.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
|
||||||
|
<p>Available since: 0.8</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>uri</code></dt>
|
||||||
|
<dd class="arg-description">
|
||||||
|
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||||
|
<p>A media <span class="caps">URI</span>.</p>
|
||||||
|
<table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<tr><td title="transfer: none">The data is owned by the caller of the function.</td></tr>
|
||||||
|
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
|
||||||
|
<dt class="arg-name"><code>location</code></dt>
|
||||||
|
<dd class="arg-description">
|
||||||
|
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||||
|
<p>A path to downloaded file.</p>
|
||||||
|
<table>
|
||||||
|
|
||||||
|
<tr><td>The argument can be <code>NULL</code>.</td></tr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<tr><td title="transfer: none">The data is owned by the caller of the function.</td></tr>
|
||||||
|
<tr><td>The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.</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> <a href="class.MediaItem.html"><code>ClapperMediaItem</code></a></p>
|
||||||
|
<p>A new <code>ClapperMediaItem</code>.</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>
|
@@ -91,6 +91,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
|
|
||||||
<a class="method" href="ctor.MediaItem.new.html">new</a>
|
<a class="method" href="ctor.MediaItem.new.html">new</a>
|
||||||
|
|
||||||
|
<a class="method" href="ctor.MediaItem.new_cached.html">new_cached</a>
|
||||||
|
|
||||||
<a class="method current" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
<a class="method current" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -138,7 +140,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L119">[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#L120">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L67">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L299">[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#L329">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L70">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L340">[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#L370">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#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#L52">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L146">[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#L176">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L61">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L209">[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#L239">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L73">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L362">[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#L392">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L64">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L252">[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#L282">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L55">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L162">[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#L192">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Declaration
|
Declaration
|
||||||
<a class="anchor" href="#declaration"></a>
|
<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#L58">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a class="anchor" href="#description"></a>
|
<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#L178">[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#L208">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
201
doc/clapper/property.MediaItem.cache-location.html
Normal file
201
doc/clapper/property.MediaItem.cache-location.html
Normal file
@@ -0,0 +1,201 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Clapper.MediaItem:cache-location</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:cache-location"/>
|
||||||
|
<meta property="og:description" content="Reference for property Clapper.MediaItem:cache-location"/>
|
||||||
|
<meta name="twitter:title" content="Clapper.MediaItem:cache-location"/>
|
||||||
|
<meta name="twitter:description" content="Reference for property Clapper.MediaItem:cache-location"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<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.7.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 current"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"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> 2024.1</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>:cache-location</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> <span class="emblem available">since: 0.8</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 cache-location: utf8 [ write, construct-only ]</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#L676">[src]</a>
|
||||||
|
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
<p>Media downloaded cache file location.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
<p>
|
||||||
|
Type:<code>gchar*</code></p>
|
||||||
|
|
||||||
|
<p>Available since: 0.8</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="docblock">
|
||||||
|
<table>
|
||||||
|
|
||||||
|
<tr><td>Default value</td><td>NULL</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>no</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>yes</b></td></tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section id="search" class="content hidden"></section>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
|
|
||||||
|
<a class="property"href="property.MediaItem.cache-location.html">cache-location</a>
|
||||||
|
|
||||||
<a class="property current"href="property.MediaItem.container-format.html">container-format</a>
|
<a class="property current"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.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L652">[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#L696">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property current"href="property.MediaItem.duration.html">duration</a>
|
<a class="property current"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L661">[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#L705">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L616">[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#L649">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L634">[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#L667">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L670">[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#L714">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L643">[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#L687">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@@ -89,6 +89,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
<div class="links">
|
<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.container-format.html">container-format</a>
|
||||||
|
|
||||||
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
<a class="property"href="property.MediaItem.duration.html">duration</a>
|
||||||
@@ -140,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
|||||||
Description
|
Description
|
||||||
<a href="#description" class="anchor"></a>
|
<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#L625">[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#L658">[src]</a>
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user