Imported Upstream version 2.3.7

This commit is contained in:
Ari Pollak
2010-08-11 01:18:40 -04:00
parent de5dc4f4c2
commit 5bef548947
772 changed files with 75842 additions and 66943 deletions

View File

@ -62,18 +62,18 @@ gboolean <a href="libgimp-gimpplugin.html#gimp-plugin-menu-branch-register">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2535448"></a><h2>Description</h2>
<a name="id2538150"></a><h2>Description</h2>
<p>
Functions useful for plugins, e.g. registration and progress indicators.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2535460"></a><h2>Details</h2>
<a name="id2538162"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2535466"></a><h3>
<a name="id2538168"></a><h3>
<a name="gimp-plugin-domain-register"></a>gimp_plugin_domain_register ()</h3>
<a class="indexterm" name="id2535475"></a><pre class="programlisting">gboolean gimp_plugin_domain_register (const gchar *domain_name,
<a class="indexterm" name="id2538177"></a><pre class="programlisting">gboolean gimp_plugin_domain_register (const gchar *domain_name,
const gchar *domain_path);</pre>
<p>
Registers a textdomain for localisation.
@ -116,9 +116,9 @@ called before any procedure is installed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2541579"></a><h3>
<a name="id2546782"></a><h3>
<a name="gimp-plugin-help-register"></a>gimp_plugin_help_register ()</h3>
<a class="indexterm" name="id2541588"></a><pre class="programlisting">gboolean gimp_plugin_help_register (const gchar *domain_name,
<a class="indexterm" name="id2546791"></a><pre class="programlisting">gboolean gimp_plugin_help_register (const gchar *domain_name,
const gchar *domain_uri);</pre>
<p>
Register a help path for a plug-in.
@ -156,9 +156,9 @@ interpreted relative to this rootdir.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2541675"></a><h3>
<a name="id2546878"></a><h3>
<a name="gimp-plugin-icon-register"></a>gimp_plugin_icon_register ()</h3>
<a class="indexterm" name="id2541684"></a><pre class="programlisting">gboolean gimp_plugin_icon_register (const gchar *procedure_name,
<a class="indexterm" name="id2546887"></a><pre class="programlisting">gboolean gimp_plugin_icon_register (const gchar *procedure_name,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpIconType"
>GimpIconType</a> icon_type,
@ -200,9 +200,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpIconType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566458"></a><h3>
<a name="id2562662"></a><h3>
<a name="gimp-plugin-menu-register"></a>gimp_plugin_menu_register ()</h3>
<a class="indexterm" name="id2566467"></a><pre class="programlisting">gboolean gimp_plugin_menu_register (const gchar *procedure_name,
<a class="indexterm" name="id2562671"></a><pre class="programlisting">gboolean gimp_plugin_menu_register (const gchar *procedure_name,
const gchar *menu_path);</pre>
<p>
Register an additional menu path for a plug-in procedure.
@ -242,9 +242,9 @@ procedure.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566558"></a><h3>
<a name="id2538272"></a><h3>
<a name="gimp-plugin-menu-branch-register"></a>gimp_plugin_menu_branch_register ()</h3>
<a class="indexterm" name="id2566567"></a><pre class="programlisting">gboolean gimp_plugin_menu_branch_register
<a class="indexterm" name="id2538281"></a><pre class="programlisting">gboolean gimp_plugin_menu_branch_register
(const gchar *menu_path,
const gchar *menu_name);</pre>
<p>