Imported Upstream version 2.3.18
This commit is contained in:
@ -25,16 +25,16 @@
|
||||
<th width="100%" align="center">GIMP Thumbnail Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimpthumb-gimpthumb-enums.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593898" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584426" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2581316" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2566697" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimpthumb-gimpthumb-utils"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2593898"></a><span class="refentrytitle">gimpthumb-utils</span>
|
||||
<a name="id2584426"></a><span class="refentrytitle">gimpthumb-utils</span>
|
||||
</h2>
|
||||
<p>gimpthumb-utils — Utility functions provided and used by libgimpthumb</p>
|
||||
</td>
|
||||
@ -71,17 +71,17 @@ void <a href="libgimpthumb-gimpthumb-utils.html#gimp-thumbs-delet
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2581316"></a><h2>Description</h2>
|
||||
<a name="id2566697"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2581332"></a><h2>Details</h2>
|
||||
<a name="id2566713"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581342"></a><h3>
|
||||
<a name="id2566723"></a><h3>
|
||||
<a name="gimp-thumb-init"></a>gimp_thumb_init ()</h3>
|
||||
<a class="indexterm" name="id2581355"></a><pre class="programlisting">gboolean gimp_thumb_init (const gchar *creator,
|
||||
<a class="indexterm" name="id2566736"></a><pre class="programlisting">gboolean gimp_thumb_init (const gchar *creator,
|
||||
const gchar *thumb_basedir);</pre>
|
||||
<p>
|
||||
This function initializes the thumbnail system. It must be called
|
||||
@ -128,9 +128,9 @@ directory here.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577360"></a><h3>
|
||||
<a name="id2594079"></a><h3>
|
||||
<a name="gimp-thumb-find-thumb"></a>gimp_thumb_find_thumb ()</h3>
|
||||
<a class="indexterm" name="id2577371"></a><pre class="programlisting">gchar* gimp_thumb_find_thumb (const gchar *uri,
|
||||
<a class="indexterm" name="id2594090"></a><pre class="programlisting">gchar* gimp_thumb_find_thumb (const gchar *uri,
|
||||
<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> *size);</pre>
|
||||
<p>
|
||||
This function attempts to locate a thumbnail for the given
|
||||
@ -174,9 +174,9 @@ pointer to by <em class="parameter"><code>size</code></em> and the file location
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2566923"></a><h3>
|
||||
<a name="id2588132"></a><h3>
|
||||
<a name="gimp-thumb-file-test"></a>gimp_thumb_file_test ()</h3>
|
||||
<a class="indexterm" name="id2566934"></a><pre class="programlisting"><a href="libgimpthumb-gimpthumb-enums.html#GimpThumbFileType">GimpThumbFileType</a> gimp_thumb_file_test (const gchar *filename,
|
||||
<a class="indexterm" name="id2588143"></a><pre class="programlisting"><a href="libgimpthumb-gimpthumb-enums.html#GimpThumbFileType">GimpThumbFileType</a> gimp_thumb_file_test (const gchar *filename,
|
||||
gint64 *mtime,
|
||||
gint64 *size,
|
||||
gint *err_no);</pre>
|
||||
@ -221,9 +221,9 @@ and file size in 64bit integer values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2567082"></a><h3>
|
||||
<a name="id2588290"></a><h3>
|
||||
<a name="gimp-thumb-name-from-uri"></a>gimp_thumb_name_from_uri ()</h3>
|
||||
<a class="indexterm" name="id2567093"></a><pre class="programlisting">gchar* gimp_thumb_name_from_uri (const gchar *uri,
|
||||
<a class="indexterm" name="id2588301"></a><pre class="programlisting">gchar* gimp_thumb_name_from_uri (const gchar *uri,
|
||||
<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size);</pre>
|
||||
<p>
|
||||
Creates the name of the thumbnail file of the specified <em class="parameter"><code>size</code></em> that
|
||||
@ -256,9 +256,9 @@ belongs to an image file located at the given <em class="parameter"><code>uri</c
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2561093"></a><h3>
|
||||
<a name="id2562108"></a><h3>
|
||||
<a name="gimp-thumb-ensure-thumb-dir"></a>gimp_thumb_ensure_thumb_dir ()</h3>
|
||||
<a class="indexterm" name="id2561105"></a><pre class="programlisting">gboolean gimp_thumb_ensure_thumb_dir (<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size,
|
||||
<a class="indexterm" name="id2562120"></a><pre class="programlisting">gboolean gimp_thumb_ensure_thumb_dir (<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
This function checks if the directory that is required to store
|
||||
@ -296,9 +296,9 @@ do this for you.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2561236"></a><h3>
|
||||
<a name="id2562250"></a><h3>
|
||||
<a name="gimp-thumb-get-thumb-dir"></a>gimp_thumb_get_thumb_dir ()</h3>
|
||||
<a class="indexterm" name="id2561248"></a><pre class="programlisting">const gchar* gimp_thumb_get_thumb_dir (<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size);</pre>
|
||||
<a class="indexterm" name="id2562261"></a><pre class="programlisting">const gchar* gimp_thumb_get_thumb_dir (<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size);</pre>
|
||||
<p>
|
||||
Retrieve the name of the thumbnail folder for a specific size. The
|
||||
returned pointer will become invalid if <a href="libgimpthumb-gimpthumb-utils.html#gimp-thumb-init"><code class="function">gimp_thumb_init()</code></a> is used
|
||||
@ -324,9 +324,9 @@ again. It must not be changed or freed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2561322"></a><h3>
|
||||
<a name="id2562336"></a><h3>
|
||||
<a name="gimp-thumbs-delete-for-uri"></a>gimp_thumbs_delete_for_uri ()</h3>
|
||||
<a class="indexterm" name="id2561336"></a><pre class="programlisting">void gimp_thumbs_delete_for_uri (const gchar *uri);</pre>
|
||||
<a class="indexterm" name="id2562350"></a><pre class="programlisting">void gimp_thumbs_delete_for_uri (const gchar *uri);</pre>
|
||||
<p>
|
||||
Deletes all thumbnails for the image file specified by <em class="parameter"><code>uri</code></em> from the
|
||||
user's thumbnail repository.</p>
|
||||
@ -346,9 +346,9 @@ user's thumbnail repository.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601719"></a><h3>
|
||||
<a name="id2601722"></a><h3>
|
||||
<a name="gimp-thumb-name-from-uri-local"></a>gimp_thumb_name_from_uri_local ()</h3>
|
||||
<a class="indexterm" name="id2601733"></a><pre class="programlisting">gchar* gimp_thumb_name_from_uri_local (const gchar *uri,
|
||||
<a class="indexterm" name="id2601736"></a><pre class="programlisting">gchar* gimp_thumb_name_from_uri_local (const gchar *uri,
|
||||
<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size);</pre>
|
||||
<p>
|
||||
Creates the name of a local thumbnail file of the specified <em class="parameter"><code>size</code></em>
|
||||
@ -385,9 +385,9 @@ thumbnails have been introduced with version 0.7 of the spec.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2601850"></a><h3>
|
||||
<a name="id2601853"></a><h3>
|
||||
<a name="gimp-thumb-ensure-thumb-dir-local"></a>gimp_thumb_ensure_thumb_dir_local ()</h3>
|
||||
<a class="indexterm" name="id2601866"></a><pre class="programlisting">gboolean gimp_thumb_ensure_thumb_dir_local (const gchar *dirname,
|
||||
<a class="indexterm" name="id2601870"></a><pre class="programlisting">gboolean gimp_thumb_ensure_thumb_dir_local (const gchar *dirname,
|
||||
<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size,
|
||||
GError **error);</pre>
|
||||
<p>
|
||||
@ -433,9 +433,9 @@ You shouldn't have to call this function directly since
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602018"></a><h3>
|
||||
<a name="id2602022"></a><h3>
|
||||
<a name="gimp-thumb-get-thumb-dir-local"></a>gimp_thumb_get_thumb_dir_local ()</h3>
|
||||
<a class="indexterm" name="id2602034"></a><pre class="programlisting">gchar* gimp_thumb_get_thumb_dir_local (const gchar *dirname,
|
||||
<a class="indexterm" name="id2602037"></a><pre class="programlisting">gchar* gimp_thumb_get_thumb_dir_local (const gchar *dirname,
|
||||
<a href="libgimpthumb-gimpthumb-enums.html#GimpThumbSize">GimpThumbSize</a> size);</pre>
|
||||
<p>
|
||||
Retrieve the name of the local thumbnail folder for a specific
|
||||
@ -470,9 +470,9 @@ constant and should be free'd when it is not any longer needed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602136"></a><h3>
|
||||
<a name="id2602139"></a><h3>
|
||||
<a name="gimp-thumbs-delete-for-uri-local"></a>gimp_thumbs_delete_for_uri_local ()</h3>
|
||||
<a class="indexterm" name="id2602151"></a><pre class="programlisting">void gimp_thumbs_delete_for_uri_local (const gchar *uri);</pre>
|
||||
<a class="indexterm" name="id2602155"></a><pre class="programlisting">void gimp_thumbs_delete_for_uri_local (const gchar *uri);</pre>
|
||||
<p>
|
||||
Deletes all thumbnails for the image file specified by <em class="parameter"><code>uri</code></em> from
|
||||
the local thumbnail repository.</p>
|
||||
|
Reference in New Issue
Block a user