Imported Upstream version 2.4.1
This commit is contained in:
@ -53,45 +53,45 @@
|
||||
|
||||
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>** <a class="link" href="libgimp-gimpbuffer.html#gimp-buffers-get-list">gimp_buffers_get_list</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filter,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *num_buffers);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-rename">gimp_buffer_rename</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *new_name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-delete">gimp_buffer_delete</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-width">gimp_buffer_get_width</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-height">gimp_buffer_get_height</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes">gimp_buffer_get_bytes</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type">gimp_buffer_get_image_type</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);
|
||||
</pre>
|
||||
</div>
|
||||
@ -107,12 +107,12 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
<a name="id2576440"></a><h3>
|
||||
<a name="gimp-buffers-get-list"></a>gimp_buffers_get_list ()</h3>
|
||||
<a class="indexterm" name="id2576453"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>** gimp_buffers_get_list (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *filter,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *num_buffers);</pre>
|
||||
<p>
|
||||
Retrieve a complete listing of the available buffers.
|
||||
@ -152,12 +152,12 @@ buffers.</p>
|
||||
<a name="id2584733"></a><h3>
|
||||
<a name="gimp-buffer-rename"></a>gimp_buffer_rename ()</h3>
|
||||
<a class="indexterm" name="id2584747"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_buffer_rename (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *new_name);</pre>
|
||||
<p>
|
||||
Renames a named buffer.
|
||||
@ -196,9 +196,9 @@ This procedure renames a named buffer.</p>
|
||||
<a name="id2574789"></a><h3>
|
||||
<a name="gimp-buffer-delete"></a>gimp_buffer_delete ()</h3>
|
||||
<a class="indexterm" name="id2574803"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_buffer_delete (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);</pre>
|
||||
<p>
|
||||
Deletes a named buffer.
|
||||
@ -232,9 +232,9 @@ This procedure deletes a named buffer.</p>
|
||||
<a name="id2574874"></a><h3>
|
||||
<a name="gimp-buffer-get-width"></a>gimp_buffer_get_width ()</h3>
|
||||
<a class="indexterm" name="id2574888"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_buffer_get_width (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's width.
|
||||
@ -268,9 +268,9 @@ This procedure retrieves the specified named buffer's width.</p>
|
||||
<a name="id2574959"></a><h3>
|
||||
<a name="gimp-buffer-get-height"></a>gimp_buffer_get_height ()</h3>
|
||||
<a class="indexterm" name="id2574973"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_buffer_get_height (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's height.
|
||||
@ -304,9 +304,9 @@ This procedure retrieves the specified named buffer's height.</p>
|
||||
<a name="id2619526"></a><h3>
|
||||
<a name="gimp-buffer-get-bytes"></a>gimp_buffer_get_bytes ()</h3>
|
||||
<a class="indexterm" name="id2619540"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_buffer_get_bytes (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's bytes.
|
||||
@ -340,9 +340,9 @@ This procedure retrieves the specified named buffer's bytes.</p>
|
||||
<a name="id2619612"></a><h3>
|
||||
<a name="gimp-buffer-get-image-type"></a>gimp_buffer_get_image_type ()</h3>
|
||||
<a class="indexterm" name="id2619626"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> gimp_buffer_get_image_type (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *buffer_name);</pre>
|
||||
<p>
|
||||
Retrieves the specified buffer's image type.
|
||||
|
Reference in New Issue
Block a user