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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
<a name="libgimp-gimpprogress.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
50
                    <a class="link" href="libgimp-gimpprogress.html#GimpProgressVtable" title="GimpProgressVtable">GimpProgressVtable</a>;
51
 
<a
52
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
53
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-init" title="gimp_progress_init ()">gimp_progress_init</a>                  (const <a
54
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
55
 
>gchar</a> *message);
56
 
<a
57
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
58
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-init-printf" title="gimp_progress_init_printf ()">gimp_progress_init_printf</a>           (const <a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
60
 
>gchar</a> *format,
61
 
                                                         ...);
62
 
<a
63
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
64
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-update" title="gimp_progress_update ()">gimp_progress_update</a>                (<a
65
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
66
 
>gdouble</a> percentage);
67
 
<a
68
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
69
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-pulse" title="gimp_progress_pulse ()">gimp_progress_pulse</a>                 (void);
70
 
<a
71
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
72
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-set-text" title="gimp_progress_set_text ()">gimp_progress_set_text</a>              (const <a
73
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
74
 
>gchar</a> *message);
75
 
<a
76
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
77
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-set-text-printf" title="gimp_progress_set_text_printf ()">gimp_progress_set_text_printf</a>       (const <a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
79
 
>gchar</a> *format,
80
 
                                                         ...);
81
 
<a
82
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
83
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-end" title="gimp_progress_end ()">gimp_progress_end</a>                   (void);
84
 
<a
85
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
86
 
>gint</a>                <a class="link" href="libgimp-gimpprogress.html#gimp-progress-get-window-handle" title="gimp_progress_get_window_handle ()">gimp_progress_get_window_handle</a>     (void);
87
 
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">*GimpProgressStartCallback</a>)        (const <a
88
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
89
 
>gchar</a> *message,
90
 
                                                         <a
91
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
92
 
>gboolean</a> cancelable,
93
 
                                                         <a
94
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
95
 
>gpointer</a> user_data);
96
 
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressEndCallback" title="GimpProgressEndCallback ()">*GimpProgressEndCallback</a>)          (<a
97
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
98
 
>gpointer</a> user_data);
99
 
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressTextCallback" title="GimpProgressTextCallback ()">*GimpProgressTextCallback</a>)         (const <a
100
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
101
 
>gchar</a> *message,
102
 
                                                         <a
103
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
104
 
>gpointer</a> user_data);
105
 
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressValueCallback" title="GimpProgressValueCallback ()">*GimpProgressValueCallback</a>)        (<a
106
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
107
 
>gdouble</a> percentage,
108
 
                                                         <a
109
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
110
 
>gpointer</a> user_data);
111
 
const <a
112
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
113
 
>gchar</a>*        <a class="link" href="libgimp-gimpprogress.html#gimp-progress-install-vtable" title="gimp_progress_install_vtable ()">gimp_progress_install_vtable</a>        (const <a class="link" href="libgimp-gimpprogress.html#GimpProgressVtable" title="GimpProgressVtable">GimpProgressVtable</a> *vtable,
114
 
                                                         <a
115
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
116
 
>gpointer</a> user_data);
117
 
const <a
118
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
119
 
>gchar</a>*        <a class="link" href="libgimp-gimpprogress.html#gimp-progress-install" title="gimp_progress_install ()">gimp_progress_install</a>               (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">GimpProgressStartCallback</a> start_callback,
 
51
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-init" title="gimp_progress_init ()">gimp_progress_init</a>                  (const gchar *message);
 
52
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-init-printf" title="gimp_progress_init_printf ()">gimp_progress_init_printf</a>           (const gchar *format,
 
53
                                                         ...);
 
54
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-update" title="gimp_progress_update ()">gimp_progress_update</a>                (gdouble percentage);
 
55
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-pulse" title="gimp_progress_pulse ()">gimp_progress_pulse</a>                 (void);
 
56
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-set-text" title="gimp_progress_set_text ()">gimp_progress_set_text</a>              (const gchar *message);
 
57
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-set-text-printf" title="gimp_progress_set_text_printf ()">gimp_progress_set_text_printf</a>       (const gchar *format,
 
58
                                                         ...);
 
59
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-end" title="gimp_progress_end ()">gimp_progress_end</a>                   (void);
 
60
gint                <a class="link" href="libgimp-gimpprogress.html#gimp-progress-get-window-handle" title="gimp_progress_get_window_handle ()">gimp_progress_get_window_handle</a>     (void);
 
61
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">*GimpProgressStartCallback</a>)        (const gchar *message,
 
62
                                                         gboolean cancelable,
 
63
                                                         gpointer user_data);
 
64
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressEndCallback" title="GimpProgressEndCallback ()">*GimpProgressEndCallback</a>)          (gpointer user_data);
 
65
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressTextCallback" title="GimpProgressTextCallback ()">*GimpProgressTextCallback</a>)         (const gchar *message,
 
66
                                                         gpointer user_data);
 
67
void                (<a class="link" href="libgimp-gimpprogress.html#GimpProgressValueCallback" title="GimpProgressValueCallback ()">*GimpProgressValueCallback</a>)        (gdouble percentage,
 
68
                                                         gpointer user_data);
 
69
const gchar*        <a class="link" href="libgimp-gimpprogress.html#gimp-progress-install-vtable" title="gimp_progress_install_vtable ()">gimp_progress_install_vtable</a>        (const <a class="link" href="libgimp-gimpprogress.html#GimpProgressVtable" title="GimpProgressVtable">GimpProgressVtable</a> *vtable,
 
70
                                                         gpointer user_data);
 
71
const gchar*        <a class="link" href="libgimp-gimpprogress.html#gimp-progress-install" title="gimp_progress_install ()">gimp_progress_install</a>               (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">GimpProgressStartCallback</a> start_callback,
120
72
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressEndCallback" title="GimpProgressEndCallback ()">GimpProgressEndCallback</a> end_callback,
121
73
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressTextCallback" title="GimpProgressTextCallback ()">GimpProgressTextCallback</a> text_callback,
122
74
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressValueCallback" title="GimpProgressValueCallback ()">GimpProgressValueCallback</a> value_callback,
123
 
                                                         <a
124
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
125
 
>gpointer</a> user_data);
126
 
<a
127
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
128
 
>gpointer</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-uninstall" title="gimp_progress_uninstall ()">gimp_progress_uninstall</a>             (const <a
129
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
130
 
>gchar</a> *progress_callback);
131
 
<a
132
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
133
 
>gboolean</a>            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-cancel" title="gimp_progress_cancel ()">gimp_progress_cancel</a>                (const <a
134
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
135
 
>gchar</a> *progress_callback);
 
75
                                                         gpointer user_data);
 
76
gpointer            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-uninstall" title="gimp_progress_uninstall ()">gimp_progress_uninstall</a>             (const gchar *progress_callback);
 
77
gboolean            <a class="link" href="libgimp-gimpprogress.html#gimp-progress-cancel" title="gimp_progress_cancel ()">gimp_progress_cancel</a>                (const gchar *progress_callback);
136
78
</pre>
137
79
</div>
138
80
<div class="refsect1" lang="en">
176
118
<hr>
177
119
<div class="refsect2" lang="en">
178
120
<a name="gimp-progress-init"></a><h3>gimp_progress_init ()</h3>
179
 
<pre class="programlisting"><a
180
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
181
 
>gboolean</a>            gimp_progress_init                  (const <a
182
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
183
 
>gchar</a> *message);</pre>
 
121
<pre class="programlisting">gboolean            gimp_progress_init                  (const gchar *message);</pre>
184
122
<p>
185
123
Initializes the progress bar for the current plug-in.
186
124
</p>
209
147
<hr>
210
148
<div class="refsect2" lang="en">
211
149
<a name="gimp-progress-init-printf"></a><h3>gimp_progress_init_printf ()</h3>
212
 
<pre class="programlisting"><a
213
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
214
 
>gboolean</a>            gimp_progress_init_printf           (const <a
215
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
216
 
>gchar</a> *format,
 
150
<pre class="programlisting">gboolean            gimp_progress_init_printf           (const gchar *format,
217
151
                                                         ...);</pre>
218
152
<p>
219
153
Initializes the progress bar for the current plug-in.
239
173
</tr>
240
174
<tr>
241
175
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
242
 
<td> <a
243
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
244
 
><code class="literal">TRUE</code></a> on success.
 
176
<td> <code class="literal">TRUE</code> on success.
245
177
 
246
178
</td>
247
179
</tr>
253
185
<hr>
254
186
<div class="refsect2" lang="en">
255
187
<a name="gimp-progress-update"></a><h3>gimp_progress_update ()</h3>
256
 
<pre class="programlisting"><a
257
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
258
 
>gboolean</a>            gimp_progress_update                (<a
259
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
260
 
>gdouble</a> percentage);</pre>
 
188
<pre class="programlisting">gboolean            gimp_progress_update                (gdouble percentage);</pre>
261
189
<p>
262
190
Updates the progress bar for the current plug-in.</p>
263
191
<p>
282
210
<hr>
283
211
<div class="refsect2" lang="en">
284
212
<a name="gimp-progress-pulse"></a><h3>gimp_progress_pulse ()</h3>
285
 
<pre class="programlisting"><a
286
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
287
 
>gboolean</a>            gimp_progress_pulse                 (void);</pre>
 
213
<pre class="programlisting">gboolean            gimp_progress_pulse                 (void);</pre>
288
214
<p>
289
215
Pulses the progress bar for the current plug-in.
290
216
</p>
312
238
<hr>
313
239
<div class="refsect2" lang="en">
314
240
<a name="gimp-progress-set-text"></a><h3>gimp_progress_set_text ()</h3>
315
 
<pre class="programlisting"><a
316
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
317
 
>gboolean</a>            gimp_progress_set_text              (const <a
318
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
319
 
>gchar</a> *message);</pre>
 
241
<pre class="programlisting">gboolean            gimp_progress_set_text              (const gchar *message);</pre>
320
242
<p>
321
243
Changes the text in the progress bar for the current plug-in.
322
244
</p>
349
271
<hr>
350
272
<div class="refsect2" lang="en">
351
273
<a name="gimp-progress-set-text-printf"></a><h3>gimp_progress_set_text_printf ()</h3>
352
 
<pre class="programlisting"><a
353
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
354
 
>gboolean</a>            gimp_progress_set_text_printf       (const <a
355
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
356
 
>gchar</a> *format,
 
274
<pre class="programlisting">gboolean            gimp_progress_set_text_printf       (const gchar *format,
357
275
                                                         ...);</pre>
358
276
<p>
359
277
Changes the text in the progress bar for the current plug-in.
380
298
</tr>
381
299
<tr>
382
300
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
383
 
<td> <a
384
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
385
 
><code class="literal">TRUE</code></a> on success.
 
301
<td> <code class="literal">TRUE</code> on success.
386
302
 
387
303
</td>
388
304
</tr>
394
310
<hr>
395
311
<div class="refsect2" lang="en">
396
312
<a name="gimp-progress-end"></a><h3>gimp_progress_end ()</h3>
397
 
<pre class="programlisting"><a
398
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
399
 
>gboolean</a>            gimp_progress_end                   (void);</pre>
 
313
<pre class="programlisting">gboolean            gimp_progress_end                   (void);</pre>
400
314
<p>
401
315
Ends the progress bar for the current plug-in.
402
316
</p>
422
336
<hr>
423
337
<div class="refsect2" lang="en">
424
338
<a name="gimp-progress-get-window-handle"></a><h3>gimp_progress_get_window_handle ()</h3>
425
 
<pre class="programlisting"><a
426
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
427
 
>gint</a>                gimp_progress_get_window_handle     (void);</pre>
 
339
<pre class="programlisting">gint                gimp_progress_get_window_handle     (void);</pre>
428
340
<p>
429
341
Returns the native window ID of the toplevel window this plug-in's
430
342
progress is displayed in.
450
362
<hr>
451
363
<div class="refsect2" lang="en">
452
364
<a name="GimpProgressStartCallback"></a><h3>GimpProgressStartCallback ()</h3>
453
 
<pre class="programlisting">void                (*GimpProgressStartCallback)        (const <a
454
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
455
 
>gchar</a> *message,
456
 
                                                         <a
457
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
458
 
>gboolean</a> cancelable,
459
 
                                                         <a
460
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
461
 
>gpointer</a> user_data);</pre>
 
365
<pre class="programlisting">void                (*GimpProgressStartCallback)        (const gchar *message,
 
366
                                                         gboolean cancelable,
 
367
                                                         gpointer user_data);</pre>
462
368
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
463
369
<h3 class="title">Warning</h3>
464
370
<p><code class="literal">GimpProgressStartCallback</code> is deprecated and should not be used in newly-written code.</p>
492
398
<hr>
493
399
<div class="refsect2" lang="en">
494
400
<a name="GimpProgressEndCallback"></a><h3>GimpProgressEndCallback ()</h3>
495
 
<pre class="programlisting">void                (*GimpProgressEndCallback)          (<a
496
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
497
 
>gpointer</a> user_data);</pre>
 
401
<pre class="programlisting">void                (*GimpProgressEndCallback)          (gpointer user_data);</pre>
498
402
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
499
403
<h3 class="title">Warning</h3>
500
404
<p><code class="literal">GimpProgressEndCallback</code> is deprecated and should not be used in newly-written code.</p>
516
420
<hr>
517
421
<div class="refsect2" lang="en">
518
422
<a name="GimpProgressTextCallback"></a><h3>GimpProgressTextCallback ()</h3>
519
 
<pre class="programlisting">void                (*GimpProgressTextCallback)         (const <a
520
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
521
 
>gchar</a> *message,
522
 
                                                         <a
523
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
524
 
>gpointer</a> user_data);</pre>
 
423
<pre class="programlisting">void                (*GimpProgressTextCallback)         (const gchar *message,
 
424
                                                         gpointer user_data);</pre>
525
425
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
526
426
<h3 class="title">Warning</h3>
527
427
<p><code class="literal">GimpProgressTextCallback</code> is deprecated and should not be used in newly-written code.</p>
550
450
<hr>
551
451
<div class="refsect2" lang="en">
552
452
<a name="GimpProgressValueCallback"></a><h3>GimpProgressValueCallback ()</h3>
553
 
<pre class="programlisting">void                (*GimpProgressValueCallback)        (<a
554
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
555
 
>gdouble</a> percentage,
556
 
                                                         <a
557
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
558
 
>gpointer</a> user_data);</pre>
 
453
<pre class="programlisting">void                (*GimpProgressValueCallback)        (gdouble percentage,
 
454
                                                         gpointer user_data);</pre>
559
455
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
560
456
<h3 class="title">Warning</h3>
561
457
<p><code class="literal">GimpProgressValueCallback</code> is deprecated and should not be used in newly-written code.</p>
584
480
<hr>
585
481
<div class="refsect2" lang="en">
586
482
<a name="gimp-progress-install-vtable"></a><h3>gimp_progress_install_vtable ()</h3>
587
 
<pre class="programlisting">const <a
588
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
589
 
>gchar</a>*        gimp_progress_install_vtable        (const <a class="link" href="libgimp-gimpprogress.html#GimpProgressVtable" title="GimpProgressVtable">GimpProgressVtable</a> *vtable,
590
 
                                                         <a
591
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
592
 
>gpointer</a> user_data);</pre>
 
483
<pre class="programlisting">const gchar*        gimp_progress_install_vtable        (const <a class="link" href="libgimp-gimpprogress.html#GimpProgressVtable" title="GimpProgressVtable">GimpProgressVtable</a> *vtable,
 
484
                                                         gpointer user_data);</pre>
593
485
<p>
594
486
</p>
595
487
<p>
622
514
<hr>
623
515
<div class="refsect2" lang="en">
624
516
<a name="gimp-progress-install"></a><h3>gimp_progress_install ()</h3>
625
 
<pre class="programlisting">const <a
626
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
627
 
>gchar</a>*        gimp_progress_install               (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">GimpProgressStartCallback</a> start_callback,
 
517
<pre class="programlisting">const gchar*        gimp_progress_install               (<a class="link" href="libgimp-gimpprogress.html#GimpProgressStartCallback" title="GimpProgressStartCallback ()">GimpProgressStartCallback</a> start_callback,
628
518
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressEndCallback" title="GimpProgressEndCallback ()">GimpProgressEndCallback</a> end_callback,
629
519
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressTextCallback" title="GimpProgressTextCallback ()">GimpProgressTextCallback</a> text_callback,
630
520
                                                         <a class="link" href="libgimp-gimpprogress.html#GimpProgressValueCallback" title="GimpProgressValueCallback ()">GimpProgressValueCallback</a> value_callback,
631
 
                                                         <a
632
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
633
 
>gpointer</a> user_data);</pre>
 
521
                                                         gpointer user_data);</pre>
634
522
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
635
523
<h3 class="title">Warning</h3>
636
524
<p><code class="literal">gimp_progress_install</code> is deprecated and should not be used in newly-written code.</p>
687
575
<hr>
688
576
<div class="refsect2" lang="en">
689
577
<a name="gimp-progress-uninstall"></a><h3>gimp_progress_uninstall ()</h3>
690
 
<pre class="programlisting"><a
691
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
692
 
>gpointer</a>            gimp_progress_uninstall             (const <a
693
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
694
 
>gchar</a> *progress_callback);</pre>
 
578
<pre class="programlisting">gpointer            gimp_progress_uninstall             (const gchar *progress_callback);</pre>
695
579
<p>
696
580
Uninstalls a temporary progress procedure that was installed using
697
581
<a class="link" href="libgimp-gimpprogress.html#gimp-progress-install" title="gimp_progress_install ()"><code class="function">gimp_progress_install()</code></a>.</p>
720
604
<hr>
721
605
<div class="refsect2" lang="en">
722
606
<a name="gimp-progress-cancel"></a><h3>gimp_progress_cancel ()</h3>
723
 
<pre class="programlisting"><a
724
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
725
 
>gboolean</a>            gimp_progress_cancel                (const <a
726
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
727
 
>gchar</a> *progress_callback);</pre>
 
607
<pre class="programlisting">gboolean            gimp_progress_cancel                (const gchar *progress_callback);</pre>
728
608
<p>
729
609
Cancels a running progress.
730
610
</p>