Imported Upstream version 2.3.7
This commit is contained in:
@ -75,18 +75,18 @@ gboolean <a href="libgimp-gimpfileops.html#gimp-register-thumbnail-loader">gi
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2588402"></a><h2>Description</h2>
|
||||
<a name="id2579514"></a><h2>Description</h2>
|
||||
<p>
|
||||
File operations (load, save, etc.)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2588412"></a><h2>Details</h2>
|
||||
<a name="id2579525"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588419"></a><h3>
|
||||
<a name="id2579531"></a><h3>
|
||||
<a name="gimp-temp-name"></a>gimp_temp_name ()</h3>
|
||||
<a class="indexterm" name="id2588429"></a><pre class="programlisting">gchar* gimp_temp_name (const gchar *extension);</pre>
|
||||
<a class="indexterm" name="id2579541"></a><pre class="programlisting">gchar* gimp_temp_name (const gchar *extension);</pre>
|
||||
<p>
|
||||
Generates a unique filename.
|
||||
</p>
|
||||
@ -116,9 +116,9 @@ user's gimprc.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581448"></a><h3>
|
||||
<a name="id2579106"></a><h3>
|
||||
<a name="gimp-file-load"></a>gimp_file_load ()</h3>
|
||||
<a class="indexterm" name="id2581458"></a><pre class="programlisting">gint32 gimp_file_load (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
<a class="indexterm" name="id2579115"></a><pre class="programlisting">gint32 gimp_file_load (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
const gchar *filename,
|
||||
const gchar *raw_filename);</pre>
|
||||
<p>
|
||||
@ -167,9 +167,9 @@ will not look like a URL.\"</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581572"></a><h3>
|
||||
<a name="id2579228"></a><h3>
|
||||
<a name="gimp-file-load-layer"></a>gimp_file_load_layer ()</h3>
|
||||
<a class="indexterm" name="id2581581"></a><pre class="programlisting">gint32 gimp_file_load_layer (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
<a class="indexterm" name="id2579237"></a><pre class="programlisting">gint32 gimp_file_load_layer (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
gint32 image_ID,
|
||||
const gchar *filename);</pre>
|
||||
<p>
|
||||
@ -216,9 +216,9 @@ specified image as a layer into an already opened image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580122"></a><h3>
|
||||
<a name="id2580701"></a><h3>
|
||||
<a name="gimp-file-save"></a>gimp_file_save ()</h3>
|
||||
<a class="indexterm" name="id2580132"></a><pre class="programlisting">gboolean gimp_file_save (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
<a class="indexterm" name="id2580711"></a><pre class="programlisting">gboolean gimp_file_save (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
|
||||
gint32 image_ID,
|
||||
gint32 drawable_ID,
|
||||
const gchar *filename,
|
||||
@ -280,9 +280,9 @@ fetch a URL, and the full pathname will not look like a URL.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2580287"></a><h3>
|
||||
<a name="id2580866"></a><h3>
|
||||
<a name="gimp-register-magic-load-handler"></a>gimp_register_magic_load_handler ()</h3>
|
||||
<a class="indexterm" name="id2580296"></a><pre class="programlisting">gboolean gimp_register_magic_load_handler
|
||||
<a class="indexterm" name="id2580875"></a><pre class="programlisting">gboolean gimp_register_magic_load_handler
|
||||
(const gchar *procedure_name,
|
||||
const gchar *extensions,
|
||||
const gchar *prefixes,
|
||||
@ -334,9 +334,9 @@ of a particular file format using magic file information.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2578979"></a><h3>
|
||||
<a name="id2583046"></a><h3>
|
||||
<a name="gimp-register-load-handler"></a>gimp_register_load_handler ()</h3>
|
||||
<a class="indexterm" name="id2578988"></a><pre class="programlisting">gboolean gimp_register_load_handler (const gchar *procedure_name,
|
||||
<a class="indexterm" name="id2583055"></a><pre class="programlisting">gboolean gimp_register_load_handler (const gchar *procedure_name,
|
||||
const gchar *extensions,
|
||||
const gchar *prefixes);</pre>
|
||||
<p>
|
||||
@ -380,9 +380,9 @@ of a particular file format.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579098"></a><h3>
|
||||
<a name="id2583165"></a><h3>
|
||||
<a name="gimp-register-save-handler"></a>gimp_register_save_handler ()</h3>
|
||||
<a class="indexterm" name="id2579107"></a><pre class="programlisting">gboolean gimp_register_save_handler (const gchar *procedure_name,
|
||||
<a class="indexterm" name="id2583174"></a><pre class="programlisting">gboolean gimp_register_save_handler (const gchar *procedure_name,
|
||||
const gchar *extensions,
|
||||
const gchar *prefixes);</pre>
|
||||
<p>
|
||||
@ -426,9 +426,9 @@ in a particular file format.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579217"></a><h3>
|
||||
<a name="id2583284"></a><h3>
|
||||
<a name="gimp-register-file-handler-mime"></a>gimp_register_file_handler_mime ()</h3>
|
||||
<a class="indexterm" name="id2579226"></a><pre class="programlisting">gboolean gimp_register_file_handler_mime (const gchar *procedure_name,
|
||||
<a class="indexterm" name="id2583294"></a><pre class="programlisting">gboolean gimp_register_file_handler_mime (const gchar *procedure_name,
|
||||
const gchar *mime_type);</pre>
|
||||
<p>
|
||||
Associates a MIME type with a file handler procedure.
|
||||
@ -469,9 +469,9 @@ procedure.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2579320"></a><h3>
|
||||
<a name="id2583389"></a><h3>
|
||||
<a name="gimp-register-thumbnail-loader"></a>gimp_register_thumbnail_loader ()</h3>
|
||||
<a class="indexterm" name="id2579329"></a><pre class="programlisting">gboolean gimp_register_thumbnail_loader (const gchar *load_proc,
|
||||
<a class="indexterm" name="id2583400"></a><pre class="programlisting">gboolean gimp_register_thumbnail_loader (const gchar *load_proc,
|
||||
const gchar *thumb_proc);</pre>
|
||||
<p>
|
||||
Associates a thumbnail loader with a file load procedure.
|
||||
|
||||
Reference in New Issue
Block a user