1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GCancellable</title>
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
<link rel="start" href="index.html" title="GIO Reference Manual">
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
<link rel="home" href="index.html" title="GIO Reference Manual">
8
8
<link rel="up" href="async.html" title="Asynchronous I/O">
9
9
<link rel="prev" href="async.html" title="Asynchronous I/O">
10
10
<link rel="next" href="GAsyncResult.html" title="GAsyncResult">
11
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
<link rel="part" href="pt01.html" title="Part I. GIO Overview">
13
<link rel="part" href="pt01.html" title="Part I. GIO Overview">
14
14
<link rel="chapter" href="ch01.html" title="Introduction">
15
15
<link rel="chapter" href="ch02.html" title="Compiling GIO applications">
16
16
<link rel="chapter" href="ch03.html" title="Running GIO applications">
17
<link rel="chapter" href="gio-extension-points.html" title="Extending GIO">
18
<link rel="part" href="pt02.html" title="Part II. API Reference">
17
<link rel="chapter" href="extending-gio.html" title="Extending GIO">
18
<link rel="part" href="pt02.html" title="Part II. API Reference">
19
19
<link rel="chapter" href="file_ops.html" title="File Operations">
20
20
<link rel="chapter" href="file_mon.html" title="File System Monitoring">
21
21
<link rel="chapter" href="async.html" title="Asynchronous I/O">
25
25
<link rel="chapter" href="icons.html" title="Icons">
26
26
<link rel="chapter" href="utils.html" title="Utilities">
27
27
<link rel="chapter" href="extending.html" title="Extending GIO">
28
<link rel="part" href="migrating.html" title="Part III. Migrating to GIO">
28
<link rel="part" href="migrating.html" title="Part III. Migrating to GIO">
29
29
<link rel="chapter" href="ch14.html" title="Migrating from POSIX to GIO">
30
30
<link rel="chapter" href="ch15.html" title="Migrating from GnomeVFS to GIO">
31
31
<link rel="chapter" href="gio-hierarchy.html" title="Object Hierarchy">
32
32
<link rel="index" href="ix01.html" title="Index">
33
<link rel="index" href="ix02.html" title="Index of new symbols in 2.18">
34
35
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
35
36
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
40
41
<th width="100%" align="center">GIO Reference Manual</th>
41
42
<td><a accesskey="n" href="GAsyncResult.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
43
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2722062" class="shortcut">Top</a>
45
<a href="#id2805547" class="shortcut">Description</a>
47
<a href="#id2808668" class="shortcut">Object Hierarchy</a>
49
<a href="#id2808692" class="shortcut">Signals</a></nobr></td></tr>
44
<tr><td colspan="5" class="shortcuts">
45
<a href="#GCancellable.synopsis" class="shortcut">Top</a>
47
<a href="#GCancellable.description" class="shortcut">Description</a>
49
<a href="#GCancellable.object-hierarchy" class="shortcut">Object Hierarchy</a>
51
<a href="#GCancellable.signals" class="shortcut">Signals</a>
51
54
<div class="refentry" lang="en">
52
55
<a name="GCancellable"></a><div class="titlepage"></div>
53
56
<div class="refnamediv"><table width="100%"><tr>
56
<a name="id2722062"></a><span class="refentrytitle">GCancellable</span>
58
<p>GCancellable — Thread-safe Operation Cancellation Stack</p>
58
<h2><span class="refentrytitle"><a name="GCancellable.top_of_page"></a>GCancellable</span></h2>
59
<p>GCancellable — Thread-safe Operation Cancellation Stack</p>
60
61
<td valign="top" align="right"></td>
61
62
</tr></table></div>
62
63
<div class="refsynopsisdiv">
64
<a name="GCancellable.synopsis"></a><h2>Synopsis</h2>
64
65
<pre class="synopsis">
66
67
#include <gio/gio.h>
69
<a class="link" href="GCancellable.html#GCancellable-struct">GCancellable</a>;
70
<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>* <a class="link" href="GCancellable.html#g-cancellable-new">g_cancellable_new</a> (void);
72
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
73
>gboolean</a> <a class="link" href="GCancellable.html#g-cancellable-is-cancelled">g_cancellable_is_cancelled</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
75
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
76
>gboolean</a> <a class="link" href="GCancellable.html#g-cancellable-set-error-if-cancelled">g_cancellable_set_error_if_cancelled</a>
69
<a class="link" href="GCancellable.html#GCancellable-struct" title="GCancellable">GCancellable</a>;
70
<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> * <a class="link" href="GCancellable.html#g-cancellable-new" title="g_cancellable_new ()">g_cancellable_new</a> (void);
72
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
73
>gboolean</a> <a class="link" href="GCancellable.html#g-cancellable-is-cancelled" title="g_cancellable_is_cancelled ()">g_cancellable_is_cancelled</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
75
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
76
>gboolean</a> <a class="link" href="GCancellable.html#g-cancellable-set-error-if-cancelled" title="g_cancellable_set_error_if_cancelled ()">g_cancellable_set_error_if_cancelled</a>
77
77
(<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable,
79
79
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
80
80
>GError</a> **error);
81
int <a class="link" href="GCancellable.html#g-cancellable-get-fd">g_cancellable_get_fd</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
82
<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>* <a class="link" href="GCancellable.html#g-cancellable-get-current">g_cancellable_get_current</a> (void);
83
void <a class="link" href="GCancellable.html#g-cancellable-pop-current">g_cancellable_pop_current</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
84
void <a class="link" href="GCancellable.html#g-cancellable-push-current">g_cancellable_push_current</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
85
void <a class="link" href="GCancellable.html#g-cancellable-reset">g_cancellable_reset</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
86
void <a class="link" href="GCancellable.html#g-cancellable-cancel">g_cancellable_cancel</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
81
int <a class="link" href="GCancellable.html#g-cancellable-get-fd" title="g_cancellable_get_fd ()">g_cancellable_get_fd</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
82
<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> * <a class="link" href="GCancellable.html#g-cancellable-get-current" title="g_cancellable_get_current ()">g_cancellable_get_current</a> (void);
83
void <a class="link" href="GCancellable.html#g-cancellable-pop-current" title="g_cancellable_pop_current ()">g_cancellable_pop_current</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
84
void <a class="link" href="GCancellable.html#g-cancellable-push-current" title="g_cancellable_push_current ()">g_cancellable_push_current</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
85
void <a class="link" href="GCancellable.html#g-cancellable-reset" title="g_cancellable_reset ()">g_cancellable_reset</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
86
void <a class="link" href="GCancellable.html#g-cancellable-cancel" title="g_cancellable_cancel ()">g_cancellable_cancel</a> (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);
91
89
<div class="refsect1" lang="en">
92
<a name="id2808668"></a><h2>Object Hierarchy</h2>
90
<a name="GCancellable.object-hierarchy"></a><h2>Object Hierarchy</h2>
93
91
<pre class="synopsis">
96
93
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
101
98
<div class="refsect1" lang="en">
102
<a name="id2808692"></a><h2>Signals</h2>
99
<a name="GCancellable.signals"></a><h2>Signals</h2>
103
100
<pre class="synopsis">
105
"<a class="link" href="GCancellable.html#GCancellable-cancelled">cancelled</a>" : Run Last
101
"<a class="link" href="GCancellable.html#GCancellable-cancelled" title='The "cancelled" signal'>cancelled</a>" : Run Last
108
104
<div class="refsect1" lang="en">
109
<a name="id2805547"></a><h2>Description</h2>
105
<a name="GCancellable.description"></a><h2>Description</h2>
111
107
GCancellable is a thread-safe operation cancellation stack used
112
108
throughout GIO to allow for cancellation of synchronous and
113
109
asynchronous operations.</p>
118
113
<div class="refsect1" lang="en">
119
<a name="id2805569"></a><h2>Details</h2>
114
<a name="GCancellable.details"></a><h2>Details</h2>
120
115
<div class="refsect2" lang="en">
121
<a name="id2805580"></a><h3>
122
<a name="GCancellable-struct"></a>GCancellable</h3>
123
<a class="indexterm" name="id2805592"></a><pre class="programlisting">typedef struct _GCancellable GCancellable;</pre>
116
<a name="GCancellable-struct"></a><h3>GCancellable</h3>
117
<pre class="programlisting">typedef struct _GCancellable GCancellable;</pre>
125
119
Allows actions to be cancelled.</p>
131
124
<div class="refsect2" lang="en">
132
<a name="id2805611"></a><h3>
133
<a name="g-cancellable-new"></a>g_cancellable_new ()</h3>
134
<a class="indexterm" name="id2805624"></a><pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>* g_cancellable_new (void);</pre>
125
<a name="g-cancellable-new"></a><h3>g_cancellable_new ()</h3>
126
<pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> * g_cancellable_new (void);</pre>
136
128
Creates a new <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object.
159
150
<div class="refsect2" lang="en">
160
<a name="id2796690"></a><h3>
161
<a name="g-cancellable-is-cancelled"></a>g_cancellable_is_cancelled ()</h3>
162
<a class="indexterm" name="id2796701"></a><pre class="programlisting"><a
151
<a name="g-cancellable-is-cancelled"></a><h3>g_cancellable_is_cancelled ()</h3>
152
<pre class="programlisting"><a
163
153
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
164
154
>gboolean</a> g_cancellable_is_cancelled (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
166
156
Checks if a cancellable job has been cancelled.</p>
170
159
<div class="variablelist"><table border="0">
171
160
<col align="left" valign="top">
174
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
163
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
175
164
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> or NULL.
179
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
168
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
181
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
170
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
182
171
><code class="literal">TRUE</code></a> if <em class="parameter"><code>cancellable</code></em> is cancelled,
183
172
FALSE if called with <a
184
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
173
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
185
174
><code class="literal">NULL</code></a> or if item is not cancelled.
192
181
<div class="refsect2" lang="en">
193
<a name="id2796794"></a><h3>
194
<a name="g-cancellable-set-error-if-cancelled"></a>g_cancellable_set_error_if_cancelled ()</h3>
195
<a class="indexterm" name="id2796805"></a><pre class="programlisting"><a
182
<a name="g-cancellable-set-error-if-cancelled"></a><h3>g_cancellable_set_error_if_cancelled ()</h3>
183
<pre class="programlisting"><a
196
184
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
197
185
>gboolean</a> g_cancellable_set_error_if_cancelled
198
186
(<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable,
203
191
If the <em class="parameter"><code>cancelalble</code></em> is cancelled, sets the error to notify
204
192
that the operation was cancelled.</p>
208
195
<div class="variablelist"><table border="0">
209
196
<col align="left" valign="top">
212
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
199
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
213
200
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object.
217
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
204
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
219
206
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
220
207
><span class="type">GError</span></a> to append error state to.
224
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
211
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
226
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
213
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
227
214
><code class="literal">TRUE</code></a> if <em class="parameter"><code>cancellable</code></em> was cancelled, <a
228
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
215
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
229
216
><code class="literal">FALSE</code></a> if it was not.
236
223
<div class="refsect2" lang="en">
237
<a name="id2796934"></a><h3>
238
<a name="g-cancellable-get-fd"></a>g_cancellable_get_fd ()</h3>
239
<a class="indexterm" name="id2796946"></a><pre class="programlisting">int g_cancellable_get_fd (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
224
<a name="g-cancellable-get-fd"></a><h3>g_cancellable_get_fd ()</h3>
225
<pre class="programlisting">int g_cancellable_get_fd (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
241
227
Gets the file descriptor for a cancellable job. This can be used to
242
228
implement cancellable operations on Unix systems. The returned fd will
243
229
turn readable when <em class="parameter"><code>cancellable</code></em> is cancelled.</p>
247
232
<div class="variablelist"><table border="0">
248
233
<col align="left" valign="top">
251
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
236
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
252
237
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>.
256
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
241
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
257
242
<td> A valid file descriptor. <code class="literal">-1</code> if the file descriptor
258
243
is not supported, or on errors.
265
250
<div class="refsect2" lang="en">
266
<a name="id2797287"></a><h3>
267
<a name="g-cancellable-get-current"></a>g_cancellable_get_current ()</h3>
268
<a class="indexterm" name="id2797298"></a><pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a>* g_cancellable_get_current (void);</pre>
251
<a name="g-cancellable-get-current"></a><h3>g_cancellable_get_current ()</h3>
252
<pre class="programlisting"><a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> * g_cancellable_get_current (void);</pre>
270
254
Gets the top cancellable from the stack.</p>
274
257
<div class="variablelist"><table border="0">
275
258
<col align="left" valign="top">
277
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
260
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
278
261
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> from the top of the stack, or <a
279
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
262
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
280
263
><code class="literal">NULL</code></a>
281
264
if the stack is empty.
287
270
<div class="refsect2" lang="en">
288
<a name="id2797355"></a><h3>
289
<a name="g-cancellable-pop-current"></a>g_cancellable_pop_current ()</h3>
290
<a class="indexterm" name="id2797366"></a><pre class="programlisting">void g_cancellable_pop_current (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
271
<a name="g-cancellable-pop-current"></a><h3>g_cancellable_pop_current ()</h3>
272
<pre class="programlisting">void g_cancellable_pop_current (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
292
274
Pops <em class="parameter"><code>cancellable</code></em> off the cancellable stack (verifying that <em class="parameter"><code>cancellable</code></em>
293
275
is on the top of the stack).</p>
297
278
<div class="variablelist"><table border="0">
298
279
<col align="left" valign="top">
300
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
281
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
301
282
<td> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a
302
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
283
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
303
284
><code class="literal">NULL</code></a> to ignore.
309
290
<div class="refsect2" lang="en">
310
<a name="id2797445"></a><h3>
311
<a name="g-cancellable-push-current"></a>g_cancellable_push_current ()</h3>
312
<a class="indexterm" name="id2797456"></a><pre class="programlisting">void g_cancellable_push_current (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
291
<a name="g-cancellable-push-current"></a><h3>g_cancellable_push_current ()</h3>
292
<pre class="programlisting">void g_cancellable_push_current (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
314
294
Pushes <em class="parameter"><code>cancellable</code></em> onto the cancellable stack. The current
315
cancllable can then be recieved using <a class="link" href="GCancellable.html#g-cancellable-get-current"><code class="function">g_cancellable_get_current()</code></a>.
295
cancllable can then be recieved using <a class="link" href="GCancellable.html#g-cancellable-get-current" title="g_cancellable_get_current ()"><code class="function">g_cancellable_get_current()</code></a>.
318
298
This is useful when implementing cancellable operations in
322
302
This is typically called automatically by e.g. <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> operations,
323
303
so you rarely have to call this yourself.</p>
327
306
<div class="variablelist"><table border="0">
328
307
<col align="left" valign="top">
330
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
309
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
331
310
<td> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a
332
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
311
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
333
312
><code class="literal">NULL</code></a> to ignore.
339
318
<div class="refsect2" lang="en">
340
<a name="id2803122"></a><h3>
341
<a name="g-cancellable-reset"></a>g_cancellable_reset ()</h3>
342
<a class="indexterm" name="id2803135"></a><pre class="programlisting">void g_cancellable_reset (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
319
<a name="g-cancellable-reset"></a><h3>g_cancellable_reset ()</h3>
320
<pre class="programlisting">void g_cancellable_reset (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable);</pre>
344
322
Resets <em class="parameter"><code>cancellable</code></em> to its uncancelled state.</p>
348
325
<div class="variablelist"><table border="0">
349
326
<col align="left" valign="top">
351
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
328
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
352
329
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object.
383
358
<div class="refsect1" lang="en">
384
<a name="id2803286"></a><h2>Signal Details</h2>
359
<a name="GCancellable.signal-details"></a><h2>Signal Details</h2>
385
360
<div class="refsect2" lang="en">
386
<a name="id2803297"></a><h3>
387
<a name="GCancellable-cancelled"></a>The <code class="literal">"cancelled"</code> signal</h3>
388
<a class="indexterm" name="id2803311"></a><pre class="programlisting">void user_function (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable,
361
<a name="GCancellable-cancelled"></a><h3>The <code class="literal">"cancelled"</code> signal</h3>
362
<pre class="programlisting">void user_function (<a class="link" href="GCancellable.html" title="GCancellable">GCancellable</a> *cancellable,
390
364
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
391
365
>gpointer</a> user_data) : Run Last</pre>
397
371
be emitted in the thread that tried to cancel the operation, not the
398
372
thread the is running the operation.</p>
402
375
<div class="variablelist"><table border="0">
403
376
<col align="left" valign="top">
406
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
379
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
407
380
<td> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>.
411
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
384
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
412
385
<td>user data set when the signal handler was connected.</td>
418
<div class="refsect1" lang="en">
419
<a name="id2803399"></a><div class="refsect2" lang="en"><a name="id2803400"></a></div>
421
<div class="refsect2" lang="en"><a name="id2803401"></a></div>
394
Generated by GTK-Doc V1.11</div>