Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpbuffer</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
<link rel="prev" href="libgimp-gimpenums.html" title="gimpenums">
|
||||
<link rel="next" href="libgimp-gimpcontext.html" title="gimpcontext">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpcontext.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="#id2577654" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571405" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2550473" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2559491" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpbuffer"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2577654"></a><span class="refentrytitle">gimpbuffer</span>
|
||||
<a name="id2571405"></a><span class="refentrytitle">gimpbuffer</span>
|
||||
</h2>
|
||||
<p>gimpbuffer</p>
|
||||
</td>
|
||||
@ -52,33 +52,32 @@
|
||||
|
||||
|
||||
|
||||
gchar** <a href="libgimp-gimpbuffer.html#gimp-buffers-get-list">gimp_buffers_get_list</a> (const gchar *filter,
|
||||
gint *num_buffers);
|
||||
gchar* <a href="libgimp-gimpbuffer.html#gimp-buffer-rename">gimp_buffer_rename</a> (const gchar *buffer_name,
|
||||
const gchar *new_name);
|
||||
gboolean <a href="libgimp-gimpbuffer.html#gimp-buffer-delete">gimp_buffer_delete</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-width">gimp_buffer_get_width</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-height">gimp_buffer_get_height</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes">gimp_buffer_get_bytes</a> (const gchar *buffer_name);
|
||||
gchar** <a href="libgimp-gimpbuffer.html#gimp-buffers-get-list">gimp_buffers_get_list</a> (const gchar *filter,
|
||||
gint *num_buffers);
|
||||
gchar* <a href="libgimp-gimpbuffer.html#gimp-buffer-rename">gimp_buffer_rename</a> (const gchar *buffer_name,
|
||||
const gchar *new_name);
|
||||
gboolean <a href="libgimp-gimpbuffer.html#gimp-buffer-delete">gimp_buffer_delete</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-width">gimp_buffer_get_width</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-height">gimp_buffer_get_height</a> (const gchar *buffer_name);
|
||||
gint <a href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes">gimp_buffer_get_bytes</a> (const gchar *buffer_name);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> <a href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type">gimp_buffer_get_image_type</a>
|
||||
(const gchar *buffer_name);
|
||||
>GimpImageBaseType</a> <a href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type">gimp_buffer_get_image_type</a> (const gchar *buffer_name);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2550473"></a><h2>Description</h2>
|
||||
<a name="id2559491"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2550489"></a><h2>Details</h2>
|
||||
<a name="id2559507"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550499"></a><h3>
|
||||
<a name="id2559517"></a><h3>
|
||||
<a name="gimp-buffers-get-list"></a>gimp_buffers_get_list ()</h3>
|
||||
<a class="indexterm" name="id2550513"></a><pre class="programlisting">gchar** gimp_buffers_get_list (const gchar *filter,
|
||||
gint *num_buffers);</pre>
|
||||
<a class="indexterm" name="id2559531"></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.
|
||||
</p>
|
||||
@ -109,15 +108,15 @@ buffers.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593177"></a><h3>
|
||||
<a name="id2567110"></a><h3>
|
||||
<a name="gimp-buffer-rename"></a>gimp_buffer_rename ()</h3>
|
||||
<a class="indexterm" name="id2593191"></a><pre class="programlisting">gchar* gimp_buffer_rename (const gchar *buffer_name,
|
||||
const gchar *new_name);</pre>
|
||||
<a class="indexterm" name="id2567124"></a><pre class="programlisting">gchar* gimp_buffer_rename (const gchar *buffer_name,
|
||||
const gchar *new_name);</pre>
|
||||
<p>
|
||||
Renames a named buffer.
|
||||
</p>
|
||||
@ -147,14 +146,14 @@ This procedure renames a named buffer.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550154"></a><h3>
|
||||
<a name="id2564874"></a><h3>
|
||||
<a name="gimp-buffer-delete"></a>gimp_buffer_delete ()</h3>
|
||||
<a class="indexterm" name="id2550168"></a><pre class="programlisting">gboolean gimp_buffer_delete (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2564889"></a><pre class="programlisting">gboolean gimp_buffer_delete (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Deletes a named buffer.
|
||||
</p>
|
||||
@ -179,14 +178,14 @@ This procedure deletes a named buffer.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2550236"></a><h3>
|
||||
<a name="id2564960"></a><h3>
|
||||
<a name="gimp-buffer-get-width"></a>gimp_buffer_get_width ()</h3>
|
||||
<a class="indexterm" name="id2550250"></a><pre class="programlisting">gint gimp_buffer_get_width (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2564973"></a><pre class="programlisting">gint gimp_buffer_get_width (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's width.
|
||||
</p>
|
||||
@ -211,14 +210,14 @@ This procedure retrieves the specified named buffer's width.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589911"></a><h3>
|
||||
<a name="id2565045"></a><h3>
|
||||
<a name="gimp-buffer-get-height"></a>gimp_buffer_get_height ()</h3>
|
||||
<a class="indexterm" name="id2589924"></a><pre class="programlisting">gint gimp_buffer_get_height (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2565059"></a><pre class="programlisting">gint gimp_buffer_get_height (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's height.
|
||||
</p>
|
||||
@ -243,14 +242,14 @@ This procedure retrieves the specified named buffer's height.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589994"></a><h3>
|
||||
<a name="id2598731"></a><h3>
|
||||
<a name="gimp-buffer-get-bytes"></a>gimp_buffer_get_bytes ()</h3>
|
||||
<a class="indexterm" name="id2590007"></a><pre class="programlisting">gint gimp_buffer_get_bytes (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2598744"></a><pre class="programlisting">gint gimp_buffer_get_bytes (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's bytes.
|
||||
</p>
|
||||
@ -275,17 +274,16 @@ This procedure retrieves the specified named buffer's bytes.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590077"></a><h3>
|
||||
<a name="id2598816"></a><h3>
|
||||
<a name="gimp-buffer-get-image-type"></a>gimp_buffer_get_image_type ()</h3>
|
||||
<a class="indexterm" name="id2590090"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2598830"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> gimp_buffer_get_image_type
|
||||
(const gchar *buffer_name);</pre>
|
||||
>GimpImageBaseType</a> gimp_buffer_get_image_type (const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's image type.
|
||||
</p>
|
||||
@ -310,7 +308,7 @@ This procedure retrieves the specified named buffer's image type.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
<p class="since">Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user