Imported Upstream version 2.4.1

This commit is contained in:
Ari Pollak
2010-08-11 01:23:35 -04:00
parent 258b1471f0
commit 69250d2dd6
266 changed files with 77744 additions and 54804 deletions

View File

@ -53,38 +53,38 @@
<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-gimppattern.html#gimp-pattern-get-info">gimp_pattern_get_info</a> (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *width,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *height,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *bpp);
<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-gimppattern.html#gimp-pattern-get-pixels">gimp_pattern_get_pixels</a> (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *width,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *height,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *bpp,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *num_color_bytes,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
href="../glib/glib-Basic-Types.html#guint8"
>guint8</a> **color_bytes);
</pre>
</div>
@ -100,18 +100,18 @@ Functions operating on a single pattern.
<a name="id2710615"></a><h3>
<a name="gimp-pattern-get-info"></a>gimp_pattern_get_info ()</h3>
<a class="indexterm" name="id2710626"></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_pattern_get_info (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *width,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *height,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *bpp);</pre>
<p>
Retrieve information about the specified pattern.
@ -161,24 +161,24 @@ This includes the pattern extents (width and height).</p>
<a name="id2708405"></a><h3>
<a name="gimp-pattern-get-pixels"></a>gimp_pattern_get_pixels ()</h3>
<a class="indexterm" name="id2708418"></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_pattern_get_pixels (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *width,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *height,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *bpp,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *num_color_bytes,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
href="../glib/glib-Basic-Types.html#guint8"
>guint8</a> **color_bytes);</pre>
<p>
Retrieve information about the specified pattern (including pixels).