This file is indexed.

/usr/share/gtk-doc/html/cutter/GCutEventLoop.html is in cutter-testing-framework-doc 1.1.7-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Abstracted event loop</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Cutter Reference Manual">
<link rel="up" href="writing-test.html" title="Writing test">
<link rel="prev" href="GCutEgg.html" title="External command (deprecated)">
<link rel="next" href="cutter-GCutGLibEventLoop.html" title="GLib event loop">
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GCutEgg.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="writing-test.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Cutter Reference Manual</th>
<td><a accesskey="n" href="cutter-GCutGLibEventLoop.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GCutEventLoop.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#GCutEventLoop.description" class="shortcut">Description</a>
                   | 
                  <a href="#GCutEventLoop.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="Abstracted event loop">
<a name="GCutEventLoop"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GCutEventLoop.top_of_page"></a>Abstracted event loop</span></h2>
<p>Abstracted event loop — Abstracted event loop API for
customizing event loop in GCutter.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="GCutEventLoop.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">#define             <a class="link" href="GCutEventLoop.html#GCUT-EVENT-LOOP-ERROR:CAPS" title="GCUT_EVENT_LOOP_ERROR">GCUT_EVENT_LOOP_ERROR</a>
                    <a class="link" href="GCutEventLoop.html#GCutEventLoop-struct" title="GCutEventLoop">GCutEventLoop</a>;
                    <a class="link" href="GCutEventLoop.html#GCutEventLoopClass" title="GCutEventLoopClass">GCutEventLoopClass</a>;
<span class="returnvalue">GQuark</span>              <a class="link" href="GCutEventLoop.html#gcut-event-loop-error-quark" title="gcut_event_loop_error_quark ()">gcut_event_loop_error_quark</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GCutEventLoop.html#gcut-event-loop-run" title="gcut_event_loop_run ()">gcut_event_loop_run</a>                 (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="GCutEventLoop.html#gcut-event-loop-iterate" title="gcut_event_loop_iterate ()">gcut_event_loop_iterate</a>             (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> may_block</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GCutEventLoop.html#gcut-event-loop-quit" title="gcut_event_loop_quit ()">gcut_event_loop_quit</a>                (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-watch-io" title="gcut_event_loop_watch_io ()">gcut_event_loop_watch_io</a>            (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOChannel</span> *channel</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOCondition</span> condition</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-watch-child" title="gcut_event_loop_watch_child ()">gcut_event_loop_watch_child</a>         (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GPid</span> pid</code></em>,
                                                         <em class="parameter"><code><span class="type">GChildWatchFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-watch-child-full" title="gcut_event_loop_watch_child_full ()">gcut_event_loop_watch_child_full</a>    (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">GPid</span> pid</code></em>,
                                                         <em class="parameter"><code><span class="type">GChildWatchFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-add-timeout" title="gcut_event_loop_add_timeout ()">gcut_event_loop_add_timeout</a>         (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gdouble</span> interval_in_seconds</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-add-timeout-full" title="gcut_event_loop_add_timeout_full ()">gcut_event_loop_add_timeout_full</a>    (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">gdouble</span> interval_in_seconds</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-add-idle" title="gcut_event_loop_add_idle ()">gcut_event_loop_add_idle</a>            (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="GCutEventLoop.html#gcut-event-loop-add-idle-full" title="gcut_event_loop_add_idle_full ()">gcut_event_loop_add_idle_full</a>       (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="GCutEventLoop.html#gcut-event-loop-remove" title="gcut_event_loop_remove ()">gcut_event_loop_remove</a>              (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> tag</code></em>);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="GCutEventLoop.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GObject
   +----GCutEventLoop
</pre>
</div>
<div class="refsect1" title="Description">
<a name="GCutEventLoop.description"></a><h2>Description</h2>
<p>
<a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> encapsulates event loop. For example,
event loop is used in <a class="link" href="GCutProcess.html" title="External command"><span class="type">GCutProcess</span></a>. It uses the GLib's
default main context for it.
</p>
<p>
Normally, a custom <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> isn't required. It is
needed some special case. For example, using libev as
event loop backend instead of GLib's main loop.
</p>
<p>
GCutter provides <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> for GLib's main context
and main loop, <a class="link" href="cutter-GCutGLibEventLoop.html#GCutGLibEventLoop" title="GCutGLibEventLoop"><span class="type">GCutGLibEventLoop</span></a>.
</p>
</div>
<div class="refsect1" title="Details">
<a name="GCutEventLoop.details"></a><h2>Details</h2>
<div class="refsect2" title="GCUT_EVENT_LOOP_ERROR">
<a name="GCUT-EVENT-LOOP-ERROR:CAPS"></a><h3>GCUT_EVENT_LOOP_ERROR</h3>
<pre class="programlisting">#define GCUT_EVENT_LOOP_ERROR           (gcut_event_loop_error_quark())
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GCutEventLoop">
<a name="GCutEventLoop-struct"></a><h3>GCutEventLoop</h3>
<pre class="programlisting">typedef struct _GCutEventLoop GCutEventLoop;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GCutEventLoopClass">
<a name="GCutEventLoopClass"></a><h3>GCutEventLoopClass</h3>
<pre class="programlisting">typedef struct {
    GObjectClass parent_class;

    void     (*run)              (GCutEventLoop   *loop);
    gboolean (*iterate)          (GCutEventLoop   *loop,
                                  gboolean         may_block);
    void     (*quit)             (GCutEventLoop   *loop);

    guint    (*watch_io)         (GCutEventLoop   *loop,
                                  GIOChannel      *channel,
                                  GIOCondition     condition,
                                  GIOFunc          function,
                                  gpointer         data);
    guint    (*watch_child_full) (GCutEventLoop   *loop,
                                  gint             priority,
                                  GPid             pid,
                                  GChildWatchFunc  function,
                                  gpointer         data,
                                  GDestroyNotify   notify);
    guint    (*add_timeout_full) (GCutEventLoop   *loop,
                                  gint             priority,
                                  gdouble          interval_in_seconds,
                                  GSourceFunc      function,
                                  gpointer         data,
                                  GDestroyNotify   notify);
    guint    (*add_idle_full)    (GCutEventLoop   *loop,
                                  gint             priority,
                                  GSourceFunc      function,
                                  gpointer         data,
                                  GDestroyNotify   notify);
    gboolean (*remove)           (GCutEventLoop   *loop,
                                  guint            tag);
} GCutEventLoopClass;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_error_quark ()">
<a name="gcut-event-loop-error-quark"></a><h3>gcut_event_loop_error_quark ()</h3>
<pre class="programlisting"><span class="returnvalue">GQuark</span>              gcut_event_loop_error_quark         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_run ()">
<a name="gcut-event-loop-run"></a><h3>gcut_event_loop_run ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gcut_event_loop_run                 (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>);</pre>
<p>
Runs the given event loop until <a class="link" href="GCutEventLoop.html#gcut-event-loop-quit" title="gcut_event_loop_quit ()"><code class="function">gcut_event_loop_quit()</code></a> is
called on the loop.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr></tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_iterate ()">
<a name="gcut-event-loop-iterate"></a><h3>gcut_event_loop_iterate ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gcut_event_loop_iterate             (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> may_block</code></em>);</pre>
<p>
Runs a single iteration for the given event loop. If no
events are ready and <em class="parameter"><code>may_block</code></em> is <code class="literal">TRUE</code>, waiting
for a event become ready. Otherwise, if <em class="parameter"><code>may_block</code></em> is
<code class="literal">FALSE</code>, events are not waited to become ready.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>may_block</code></em> :</span></p></td>
<td>whether the call may block.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if a event was dispatched.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_quit ()">
<a name="gcut-event-loop-quit"></a><h3>gcut_event_loop_quit ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gcut_event_loop_quit                (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>);</pre>
<p>
Stops the <em class="parameter"><code>loop</code></em> from running.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr></tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_watch_io ()">
<a name="gcut-event-loop-watch-io"></a><h3>gcut_event_loop_watch_io ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_watch_io            (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOChannel</span> *channel</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOCondition</span> condition</code></em>,
                                                         <em class="parameter"><code><span class="type">GIOFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>channel</code></em> into <em class="parameter"><code>loop</code></em> with the default
priority. <em class="parameter"><code>function</code></em> is called when <em class="parameter"><code>condition</code></em> is met for
the given <em class="parameter"><code>channel</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>channel</code></em> :</span></p></td>
<td>a <span class="type">GIOChannel</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
<td>conditions to watch for
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_watch_child ()">
<a name="gcut-event-loop-watch-child"></a><h3>gcut_event_loop_watch_child ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_watch_child         (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GPid</span> pid</code></em>,
                                                         <em class="parameter"><code><span class="type">GChildWatchFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called when the child indicated
by <em class="parameter"><code>pid</code></em> exits into <em class="parameter"><code>loop</code></em> with the default priority.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pid</code></em> :</span></p></td>
<td>process ID to watch
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_watch_child_full ()">
<a name="gcut-event-loop-watch-child-full"></a><h3>gcut_event_loop_watch_child_full ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_watch_child_full    (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">GPid</span> pid</code></em>,
                                                         <em class="parameter"><code><span class="type">GChildWatchFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called when the child indicated
by <em class="parameter"><code>pid</code></em> exits into <em class="parameter"><code>loop</code></em> with the <em class="parameter"><code>priority</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
<td>the priority of the event.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pid</code></em> :</span></p></td>
<td>process ID to watch
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
<td>function to call when the event is removed, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_add_timeout ()">
<a name="gcut-event-loop-add-timeout"></a><h3>gcut_event_loop_add_timeout ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_add_timeout         (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gdouble</span> interval_in_seconds</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called at regular intervals,
with the default priority.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>interval_in_seconds</code></em> :</span></p></td>
<td>the time between calls to the <em class="parameter"><code>function</code></em>, in seconds.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_add_timeout_full ()">
<a name="gcut-event-loop-add-timeout-full"></a><h3>gcut_event_loop_add_timeout_full ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_add_timeout_full    (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">gdouble</span> interval_in_seconds</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called at regular intervals,
with the <em class="parameter"><code>priority</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
<td>the priority of the event.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>interval_in_seconds</code></em> :</span></p></td>
<td>the time between calls to the <em class="parameter"><code>function</code></em>, in seconds.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
<td>function to call when the event is removed, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_add_idle ()">
<a name="gcut-event-loop-add-idle"></a><h3>gcut_event_loop_add_idle ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_add_idle            (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called whenever there are no
higher priority events pending with the default priority.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_add_idle_full ()">
<a name="gcut-event-loop-add-idle-full"></a><h3>gcut_event_loop_add_idle_full ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               gcut_event_loop_add_idle_full       (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>,
                                                         <em class="parameter"><code><span class="type">GSourceFunc</span> function</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
<p>
Adds the <em class="parameter"><code>function</code></em> to be called whenever there are no
higher priority events pending with the <em class="parameter"><code>priority</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
<td>the priority of the event.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>function to call
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>data to pass to <em class="parameter"><code>function</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
<td>function to call when the event is removed, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the event ID.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
<hr>
<div class="refsect2" title="gcut_event_loop_remove ()">
<a name="gcut-event-loop-remove"></a><h3>gcut_event_loop_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gcut_event_loop_remove              (<em class="parameter"><code><a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> tag</code></em>);</pre>
<p>
Removes the event with the given ID, <em class="parameter"><code>tag</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
<td>a <a class="link" href="GCutEventLoop.html" title="Abstracted event loop"><span class="type">GCutEventLoop</span></a>.
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
<td>the ID of the source to remove
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if the source was found and removed.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.1.6</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.15</div>
</body>
</html>