Imported Upstream version 2.4.0~rc1

This commit is contained in:
Ari Pollak
2010-08-11 01:22:21 -04:00
parent 5516c26b4b
commit d884b2912c
672 changed files with 122964 additions and 82169 deletions

View File

@ -31,16 +31,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-index.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="#id2704100" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2710922" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2722575" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2715207" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpprocview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2704100"></a><span class="refentrytitle">gimpprocview</span>
<a name="id2710922"></a><span class="refentrytitle">gimpprocview</span>
</h2>
<p>gimpprocview</p>
</td>
@ -52,45 +52,85 @@
GtkWidget* <a href="libgimp-gimpprocview.html#gimp-proc-view-new">gimp_proc_view_new</a> (const gchar *name,
const gchar *menu_path,
const gchar *blurb,
const gchar *help,
const gchar *author,
const gchar *copyright,
const gchar *date,
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpprocview.html#gimp-proc-view-new">gimp_proc_view_new</a> (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *menu_path,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *blurb,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *author,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *copyright,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *date,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
>GimpPDBProcType</a> type,
gint n_params,
gint n_return_vals,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> n_params,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> n_return_vals,
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *params,
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *return_vals);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2722575"></a><h2>Description</h2>
<a name="id2715207"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2722591"></a><h2>Details</h2>
<a name="id2715223"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2722601"></a><h3>
<a name="id2715233"></a><h3>
<a name="gimp-proc-view-new"></a>gimp_proc_view_new ()</h3>
<a class="indexterm" name="id2722612"></a><pre class="programlisting">GtkWidget* gimp_proc_view_new (const gchar *name,
const gchar *menu_path,
const gchar *blurb,
const gchar *help,
const gchar *author,
const gchar *copyright,
const gchar *date,
<a class="indexterm" name="id2715244"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_proc_view_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *menu_path,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *blurb,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *author,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *copyright,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *date,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
>GimpPDBProcType</a> type,
gint n_params,
gint n_return_vals,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> n_params,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> n_return_vals,
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *params,
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *return_vals);</pre>
<p>