This file is indexed.

/usr/share/gtk-doc/html/cutter/ja/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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>抽象化されたイベントループ</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Cutterリファレンスマニュアル">
<link rel="up" href="writing-test.html" title="テスト作成">
<link rel="prev" href="GCutEgg.html" title="外部コマンド(非推奨)">
<link rel="next" href="cutter-GCutGLibEventLoop.html" title="GLib用イベントループ">
<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リファレンスマニュアル</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">説明</a>
                   | 
                  <a href="#GCutEventLoop.object-hierarchy" class="shortcut">オブジェクト階層</a>
</td></tr>
</table>
<div class="refentry" title="抽象化されたイベントループ">
<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>抽象化されたイベントループ</span></h2>
<p>抽象化されたイベントループ — GCutterで使うイベントループをカスタマイズするための抽象化されたイベントループAPI。</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="概要">
<a name="GCutEventLoop.synopsis"></a><h2>概要</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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="抽象化されたイベントループ"><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="オブジェクト階層">
<a name="GCutEventLoop.object-hierarchy"></a><h2>オブジェクト階層</h2>
<pre class="synopsis">
  GObject
   +----GCutEventLoop
</pre>
</div>
<div class="refsect1" title="説明">
<a name="GCutEventLoop.description"></a><h2>説明</h2>
<p><a class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a>はイベントループをカプセル化します。イベントループは<a class="link" href="GCutProcess.html" title="外部コマンド"><span class="type">GCutProcess</span></a>で使われています。GCutProcessはデフォルトではGLibのデフォルトGMainContextを使います。</p>
<p>ふつうはカスタム<a class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a>は必要ありません。必要になるのは特別な場合だけです。例えば、イベントループのバックエンドにGLibのGMainLoopではなく、libevのイベントループに使っている場合です。</p>
<p>GCutterはGLibのGMainContextとGMainLoop用の<a class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a>である<a class="link" href="cutter-GCutGLibEventLoop.html#GCutGLibEventLoop" title="GCutGLibEventLoop"><span class="type">GCutGLibEventLoop</span></a>を提供します。</p>
</div>
<div class="refsect1" title="詳細">
<a name="GCutEventLoop.details"></a><h2>詳細</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>戻り値</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="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a> *loop</code></em>);</pre>
<p><a class="link" href="GCutEventLoop.html#gcut-event-loop-quit" title="gcut_event_loop_quit ()"><code class="function">gcut_event_loop_quit()</code></a>が呼ばれるまでイベントループを回します。</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a></td>
</tr></tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> may_block</code></em>);</pre>
<p>イベントループを1回だけ回します。もし、イベントがなく<em class="parameter"><code>may_block</code></em><code class="literal">TRUE</code>なら、イベントがくるまで待ちつづけます。<em class="parameter"><code>may_block</code></em><code class="literal">FALSE</code>なら、イベントがくるのを待ちません。</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>呼び出しがブロックするかどうか。</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントを処理したら<code class="literal">TRUE</code></td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a> *loop</code></em>);</pre>
<p>実行中の<em class="parameter"><code>loop</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a></td>
</tr></tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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><em class="parameter"><code>channel</code></em>をデフォルトの優先度で<em class="parameter"><code>loop</code></em>に追加します。<em class="parameter"><code>channel</code></em><em class="parameter"><code>condition</code></em>イベントが発生したら<em class="parameter"><code>function</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>
<span class="type">GIOChannel</span></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
<td>監視する状態。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<em class="parameter"><code>function</code></em>に渡されるデータ</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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><em class="parameter"><code>pid</code></em>の子プロセスが終了した時に呼ばれる<em class="parameter"><code>function</code></em>をデフォルトの優先度で<em class="parameter"><code>loop</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>監視するプロセスのID</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<em class="parameter"><code>function</code></em>に渡されるデータ</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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><em class="parameter"><code>pid</code></em>の子プロセスが終了した時に呼ばれる<em class="parameter"><code>function</code></em>をデフォルトの優先度で<em class="parameter"><code>loop</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>このイベントの優先度。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pid</code></em> :</span></p></td>
<td>監視するプロセスのID</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<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>このイベントが削除された時に呼ばれる関数または<code class="literal">NULL</code></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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>一定間隔で呼び出される<em class="parameter"><code>function</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>
<em class="parameter"><code>function</code></em>を呼び出す感覚。単位は秒。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<em class="parameter"><code>function</code></em>に渡されるデータ</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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>定期的に呼び出される関数を優先度<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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>このイベントの優先度。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>interval_in_seconds</code></em> :</span></p></td>
<td>
<em class="parameter"><code>function</code></em>を呼び出す感覚。単位は秒。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<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>このイベントが削除された時に呼ばれる関数または<code class="literal">NULL</code></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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>デフォルト優先度より高い優先度がない場合に呼び出される関数<em class="parameter"><code>function</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<em class="parameter"><code>function</code></em>に渡されるデータ</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><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>優先度<em class="parameter"><code>priority</code></em>より高い優先度のイベントがない場合に呼び出される関数<em class="parameter"><code>function</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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>このイベントの優先度。</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>呼び出される関数</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
<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>このイベントが削除された時に呼ばれる関数または<code class="literal">NULL</code></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>イベントID。</td>
</tr>
</tbody>
</table></div>
<p class="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="抽象化されたイベントループ"><span class="type">GCutEventLoop</span></a> *loop</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> tag</code></em>);</pre>
<p>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 class="link" href="GCutEventLoop.html" title="抽象化されたイベントループ"><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>削除するソースのID。</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>戻り値</em></span> :</span></p></td>
<td>ソースが見つかって削除されたら<code class="literal">TRUE</code></td>
</tr>
</tbody>
</table></div>
<p class="since">1.1.6から</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.15</div>
</body>
</html>