~ubuntu-branches/ubuntu/edgy/gimp/edgy-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpplugin.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1" lang="en">
56
 
<a name="id2561300"></a><h2>Description</h2>
 
56
<a name="id2525422"></a><h2>Description</h2>
57
57
<p>
58
58
Functions useful for plugins, e.g. registration and progress indicators.
59
59
 
60
60
</p>
61
61
</div>
62
62
<div class="refsect1" lang="en">
63
 
<a name="id2561312"></a><h2>Details</h2>
 
63
<a name="id2525434"></a><h2>Details</h2>
64
64
<div class="refsect2" lang="en">
65
 
<a name="id2561318"></a><h3>
 
65
<a name="id2525440"></a><h3>
66
66
<a name="gimp-plugin-domain-register"></a>gimp_plugin_domain_register ()</h3>
67
 
<a class="indexterm" name="id2561327"></a><pre class="programlisting">gboolean    gimp_plugin_domain_register     (const gchar *domain_name,
 
67
<a class="indexterm" name="id2525449"></a><pre class="programlisting">gboolean    gimp_plugin_domain_register     (const gchar *domain_name,
68
68
                                             const gchar *domain_path);</pre>
69
69
<p>
70
70
Registers a textdomain for localisation.
107
107
</div>
108
108
<hr>
109
109
<div class="refsect2" lang="en">
110
 
<a name="id2554095"></a><h3>
 
110
<a name="id2560414"></a><h3>
111
111
<a name="gimp-plugin-help-register"></a>gimp_plugin_help_register ()</h3>
112
 
<a class="indexterm" name="id2554104"></a><pre class="programlisting">gboolean    gimp_plugin_help_register       (const gchar *domain_name,
 
112
<a class="indexterm" name="id2560423"></a><pre class="programlisting">gboolean    gimp_plugin_help_register       (const gchar *domain_name,
113
113
                                             const gchar *domain_uri);</pre>
114
114
<p>
115
115
Register a help path for a plug-in.
147
147
</div>
148
148
<hr>
149
149
<div class="refsect2" lang="en">
150
 
<a name="id2554191"></a><h3>
 
150
<a name="id2560510"></a><h3>
151
151
<a name="gimp-plugin-icon-register"></a>gimp_plugin_icon_register ()</h3>
152
 
<a class="indexterm" name="id2554200"></a><pre class="programlisting">gboolean    gimp_plugin_icon_register       (const gchar *procedure_name,
 
152
<a class="indexterm" name="id2560519"></a><pre class="programlisting">gboolean    gimp_plugin_icon_register       (const gchar *procedure_name,
153
153
                                             <a href="libgimp-gimpenums.html#GimpIconType">GimpIconType</a> icon_type,
154
154
                                             const guint8 *icon_data);</pre>
155
155
<p>
189
189
</div>
190
190
<hr>
191
191
<div class="refsect2" lang="en">
192
 
<a name="id2553612"></a><h3>
 
192
<a name="id2560618"></a><h3>
193
193
<a name="gimp-plugin-menu-register"></a>gimp_plugin_menu_register ()</h3>
194
 
<a class="indexterm" name="id2553621"></a><pre class="programlisting">gboolean    gimp_plugin_menu_register       (const gchar *procedure_name,
 
194
<a class="indexterm" name="id2560627"></a><pre class="programlisting">gboolean    gimp_plugin_menu_register       (const gchar *procedure_name,
195
195
                                             const gchar *menu_path);</pre>
196
196
<p>
197
197
Register an additional menu path for a plug-in procedure.