~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/tmpl/gimpplugin.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
gimpplugin
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Functions useful for plugins, e.g. registration and progress indicators.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Functions useful for plugins, e.g. registration and progress indicators.
 
10
 
 
11
</para>
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
<!-- ##### FUNCTION gimp_plugin_domain_register ##### -->
 
19
<para>
 
20
 
 
21
</para>
 
22
 
 
23
@domain_name: 
 
24
@domain_path: 
 
25
@Returns: 
 
26
 
 
27
 
 
28
<!-- ##### FUNCTION gimp_plugin_help_register ##### -->
 
29
<para>
 
30
 
 
31
</para>
 
32
 
 
33
@domain_name: 
 
34
@domain_uri: 
 
35
@Returns: 
 
36
 
 
37
 
 
38
<!-- ##### FUNCTION gimp_plugin_icon_register ##### -->
 
39
<para>
 
40
 
 
41
</para>
 
42
 
 
43
@procedure_name: 
 
44
@icon_type: 
 
45
@icon_data: 
 
46
@Returns: 
 
47
 
 
48
 
 
49
<!-- ##### FUNCTION gimp_plugin_menu_register ##### -->
 
50
<para>
 
51
 
 
52
</para>
 
53
 
 
54
@procedure_name: 
 
55
@menu_path: 
 
56
@Returns: 
 
57
 
 
58