~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/tmpl/gimpprotocol.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
gimpprotocol
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
The communication protocol between GIMP and it's plug-ins.
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
The communication protocol between GIMP and it's plug-ins.
10
 
 
11
 
</para>
12
 
 
13
 
<!-- ##### SECTION See_Also ##### -->
14
 
<para>
15
 
#libgimp-gimpwire
16
 
</para>
17
 
 
18
 
<!-- ##### SECTION Stability_Level ##### -->
19
 
 
20
 
 
21
 
<!-- ##### MACRO GIMP_PROTOCOL_VERSION ##### -->
22
 
<para>
23
 
 
24
 
</para>
25
 
 
26
 
 
27
 
 
28
 
<!-- ##### STRUCT GPConfig ##### -->
29
 
<para>
30
 
 
31
 
</para>
32
 
 
33
 
@version: 
34
 
@tile_width: 
35
 
@tile_height: 
36
 
@shm_ID: 
37
 
@check_size: 
38
 
@check_type: 
39
 
@show_help_button: 
40
 
@gimp_reserved_4: 
41
 
@gimp_reserved_5: 
42
 
@gimp_reserved_6: 
43
 
@gimp_reserved_7: 
44
 
@gimp_reserved_8: 
45
 
@install_cmap: 
46
 
@show_tool_tips: 
47
 
@min_colors: 
48
 
@gdisp_ID: 
49
 
@app_name: 
50
 
@wm_class: 
51
 
@display_name: 
52
 
@monitor_number: 
53
 
 
54
 
<!-- ##### STRUCT GPTileReq ##### -->
55
 
<para>
56
 
 
57
 
</para>
58
 
 
59
 
@drawable_ID: 
60
 
@tile_num: 
61
 
@shadow: 
62
 
 
63
 
<!-- ##### STRUCT GPTileAck ##### -->
64
 
<para>
65
 
 
66
 
</para>
67
 
 
68
 
 
69
 
<!-- ##### STRUCT GPTileData ##### -->
70
 
<para>
71
 
 
72
 
</para>
73
 
 
74
 
@drawable_ID: 
75
 
@tile_num: 
76
 
@shadow: 
77
 
@bpp: 
78
 
@width: 
79
 
@height: 
80
 
@use_shm: 
81
 
@data: 
82
 
 
83
 
<!-- ##### STRUCT GPParam ##### -->
84
 
<para>
85
 
 
86
 
</para>
87
 
 
88
 
@type: 
89
 
@d_display: 
90
 
@d_image: 
91
 
@d_layer: 
92
 
@d_channel: 
93
 
@d_drawable: 
94
 
@d_selection: 
95
 
@d_boundary: 
96
 
@d_path: 
97
 
@d_status: 
98
 
 
99
 
<!-- ##### STRUCT GPParamDef ##### -->
100
 
<para>
101
 
 
102
 
</para>
103
 
 
104
 
@type: 
105
 
@name: 
106
 
@description: 
107
 
 
108
 
<!-- ##### STRUCT GPProcRun ##### -->
109
 
<para>
110
 
 
111
 
</para>
112
 
 
113
 
@name: 
114
 
@nparams: 
115
 
@params: 
116
 
 
117
 
<!-- ##### STRUCT GPProcReturn ##### -->
118
 
<para>
119
 
 
120
 
</para>
121
 
 
122
 
@name: 
123
 
@nparams: 
124
 
@params: 
125
 
 
126
 
<!-- ##### STRUCT GPProcInstall ##### -->
127
 
<para>
128
 
 
129
 
</para>
130
 
 
131
 
@name: 
132
 
@blurb: 
133
 
@help: 
134
 
@author: 
135
 
@copyright: 
136
 
@date: 
137
 
@menu_path: 
138
 
@image_types: 
139
 
@type: 
140
 
@nparams: 
141
 
@nreturn_vals: 
142
 
@params: 
143
 
@return_vals: 
144
 
 
145
 
<!-- ##### STRUCT GPProcUninstall ##### -->
146
 
<para>
147
 
 
148
 
</para>
149
 
 
150
 
@name: 
151
 
 
152
 
<!-- ##### FUNCTION gp_init ##### -->
153
 
<para>
154
 
 
155
 
</para>
156
 
 
157
 
 
158
 
 
159
 
<!-- ##### FUNCTION gp_has_init_write ##### -->
160
 
<para>
161
 
 
162
 
</para>
163
 
 
164
 
@channel: 
165
 
@user_data: 
166
 
@Returns: 
167
 
 
168
 
 
169
 
<!-- ##### FUNCTION gp_quit_write ##### -->
170
 
<para>
171
 
 
172
 
</para>
173
 
 
174
 
@channel: 
175
 
@user_data: 
176
 
@Returns: 
177
 
 
178
 
 
179
 
<!-- ##### FUNCTION gp_config_write ##### -->
180
 
<para>
181
 
 
182
 
</para>
183
 
 
184
 
@channel: 
185
 
@config: 
186
 
@user_data: 
187
 
@Returns: 
188
 
 
189
 
 
190
 
<!-- ##### FUNCTION gp_tile_req_write ##### -->
191
 
<para>
192
 
 
193
 
</para>
194
 
 
195
 
@channel: 
196
 
@tile_req: 
197
 
@user_data: 
198
 
@Returns: 
199
 
 
200
 
 
201
 
<!-- ##### FUNCTION gp_tile_ack_write ##### -->
202
 
<para>
203
 
 
204
 
</para>
205
 
 
206
 
@channel: 
207
 
@user_data: 
208
 
@Returns: 
209
 
 
210
 
 
211
 
<!-- ##### FUNCTION gp_tile_data_write ##### -->
212
 
<para>
213
 
 
214
 
</para>
215
 
 
216
 
@channel: 
217
 
@tile_data: 
218
 
@user_data: 
219
 
@Returns: 
220
 
 
221
 
 
222
 
<!-- ##### FUNCTION gp_proc_run_write ##### -->
223
 
<para>
224
 
 
225
 
</para>
226
 
 
227
 
@channel: 
228
 
@proc_run: 
229
 
@user_data: 
230
 
@Returns: 
231
 
 
232
 
 
233
 
<!-- ##### FUNCTION gp_proc_return_write ##### -->
234
 
<para>
235
 
 
236
 
</para>
237
 
 
238
 
@channel: 
239
 
@proc_return: 
240
 
@user_data: 
241
 
@Returns: 
242
 
 
243
 
 
244
 
<!-- ##### FUNCTION gp_temp_proc_run_write ##### -->
245
 
<para>
246
 
 
247
 
</para>
248
 
 
249
 
@channel: 
250
 
@proc_run: 
251
 
@user_data: 
252
 
@Returns: 
253
 
 
254
 
 
255
 
<!-- ##### FUNCTION gp_temp_proc_return_write ##### -->
256
 
<para>
257
 
 
258
 
</para>
259
 
 
260
 
@channel: 
261
 
@proc_return: 
262
 
@user_data: 
263
 
@Returns: 
264
 
 
265
 
 
266
 
<!-- ##### FUNCTION gp_proc_install_write ##### -->
267
 
<para>
268
 
 
269
 
</para>
270
 
 
271
 
@channel: 
272
 
@proc_install: 
273
 
@user_data: 
274
 
@Returns: 
275
 
 
276
 
 
277
 
<!-- ##### FUNCTION gp_proc_uninstall_write ##### -->
278
 
<para>
279
 
 
280
 
</para>
281
 
 
282
 
@channel: 
283
 
@proc_uninstall: 
284
 
@user_data: 
285
 
@Returns: 
286
 
 
287
 
 
288
 
<!-- ##### FUNCTION gp_extension_ack_write ##### -->
289
 
<para>
290
 
 
291
 
</para>
292
 
 
293
 
@channel: 
294
 
@user_data: 
295
 
@Returns: 
296
 
 
297