Imported Upstream version 2.3.7
This commit is contained in:
@ -60,17 +60,17 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2547234"></a><h2>Description</h2>
|
||||
<a name="id2516449"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2531520"></a><h2>Details</h2>
|
||||
<a name="id2516460"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557632"></a><h3>
|
||||
<a name="id2516466"></a><h3>
|
||||
<a name="gimp-buffers-get-list"></a>gimp_buffers_get_list ()</h3>
|
||||
<a class="indexterm" name="id2557640"></a><pre class="programlisting">gchar** gimp_buffers_get_list (const gchar *filter,
|
||||
<a class="indexterm" name="id2516475"></a><pre class="programlisting">gchar** gimp_buffers_get_list (const gchar *filter,
|
||||
gint *num_buffers);</pre>
|
||||
<p>
|
||||
Retrieve a complete listing of the available buffers.
|
||||
@ -110,9 +110,9 @@ buffers.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2557732"></a><h3>
|
||||
<a name="id2558689"></a><h3>
|
||||
<a name="gimp-buffer-rename"></a>gimp_buffer_rename ()</h3>
|
||||
<a class="indexterm" name="id2557742"></a><pre class="programlisting">gchar* gimp_buffer_rename (const gchar *buffer_name,
|
||||
<a class="indexterm" name="id2558699"></a><pre class="programlisting">gchar* gimp_buffer_rename (const gchar *buffer_name,
|
||||
const gchar *new_name);</pre>
|
||||
<p>
|
||||
Renames a named buffer.
|
||||
@ -151,9 +151,9 @@ This procedure renames a named buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2552800"></a><h3>
|
||||
<a name="id2558788"></a><h3>
|
||||
<a name="gimp-buffer-delete"></a>gimp_buffer_delete ()</h3>
|
||||
<a class="indexterm" name="id2552810"></a><pre class="programlisting">gboolean gimp_buffer_delete (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2558798"></a><pre class="programlisting">gboolean gimp_buffer_delete (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Deletes a named buffer.
|
||||
</p>
|
||||
@ -185,9 +185,9 @@ This procedure deletes a named buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2552878"></a><h3>
|
||||
<a name="id2556612"></a><h3>
|
||||
<a name="gimp-buffer-get-width"></a>gimp_buffer_get_width ()</h3>
|
||||
<a class="indexterm" name="id2552886"></a><pre class="programlisting">gint gimp_buffer_get_width (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2556621"></a><pre class="programlisting">gint gimp_buffer_get_width (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's width.
|
||||
</p>
|
||||
@ -219,9 +219,9 @@ This procedure retrieves the specified named buffer's width.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2558914"></a><h3>
|
||||
<a name="id2556691"></a><h3>
|
||||
<a name="gimp-buffer-get-height"></a>gimp_buffer_get_height ()</h3>
|
||||
<a class="indexterm" name="id2558923"></a><pre class="programlisting">gint gimp_buffer_get_height (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2556700"></a><pre class="programlisting">gint gimp_buffer_get_height (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's height.
|
||||
</p>
|
||||
@ -253,9 +253,9 @@ This procedure retrieves the specified named buffer's height.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2558992"></a><h3>
|
||||
<a name="id2528122"></a><h3>
|
||||
<a name="gimp-buffer-get-bytes"></a>gimp_buffer_get_bytes ()</h3>
|
||||
<a class="indexterm" name="id2559001"></a><pre class="programlisting">gint gimp_buffer_get_bytes (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2528131"></a><pre class="programlisting">gint gimp_buffer_get_bytes (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's bytes.
|
||||
</p>
|
||||
@ -287,9 +287,9 @@ This procedure retrieves the specified named buffer's bytes.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2559071"></a><h3>
|
||||
<a name="id2528200"></a><h3>
|
||||
<a name="gimp-buffer-get-image-type"></a>gimp_buffer_get_image_type ()</h3>
|
||||
<a class="indexterm" name="id2559080"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2528209"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> gimp_buffer_get_image_type
|
||||
(const gchar *buffer_name);</pre>
|
||||
|
Reference in New Issue
Block a user