File tree Expand file tree Collapse file tree 1 file changed +26
-30
lines changed
Expand file tree Collapse file tree 1 file changed +26
-30
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 23ea6be076881a34e1d454e9680968ece085f7f6 Maintainer: takagi Status: ready -->
4- <chapter xml : id = " ev.watcher-callbacks " xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
3+ <!-- EN-Revision: 3c63380ab47a48be4f9a54a0e8739b71e7d36d95 Maintainer: takagi Status: ready -->
4+ <chapter xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id = " ev.watcher-callbacks " >
55 <title >ウォッチャーのコールバック</title >
66 <para >
77 すべてのウォッチャーは、アクティブ (イベントを待ち受け中)
2121 <methodsynopsis >
2222 <type >void</type >
2323 <methodname >callback</methodname >
24- <methodparam
25- choice =" opt" >
24+ <methodparam choice =" opt" >
2625 <type >object</type >
2726 <parameter >watcher</parameter >
2827 <initializer >NULL</initializer >
2928 </methodparam >
30- <methodparam
31- choice =" opt" >
29+ <methodparam choice =" opt" >
3230 <type >int</type >
3331 <parameter >revents</parameter >
3432 <initializer >NULL</initializer >
3533 </methodparam >
3634 </methodsynopsis >
37- <para >
38- <variablelist >
39- <varlistentry >
40- <term >
41- <parameter >watcher</parameter >
42- </term >
43- <listitem >
44- <para >
45- <classname >EvWatcher</classname > を継承したクラスのインスタンス。
46- </para >
47- </listitem >
48- </varlistentry >
49- <varlistentry >
50- <term >
51- <parameter >revents</parameter >
52- </term >
53- <listitem >
54- <para >
55- <link linkend =" ev.constants.watcher-revents" >ウォッチャーが受信したイベント</link >
56- </para >
57- </listitem >
58- </varlistentry >
59- </variablelist >
60- </para >
35+ <variablelist >
36+ <varlistentry >
37+ <term >
38+ <parameter >watcher</parameter >
39+ </term >
40+ <listitem >
41+ <para >
42+ <classname >EvWatcher</classname > を継承したクラスのインスタンス。
43+ </para >
44+ </listitem >
45+ </varlistentry >
46+ <varlistentry >
47+ <term >
48+ <parameter >revents</parameter >
49+ </term >
50+ <listitem >
51+ <para >
52+ <link linkend =" ev.constants.watcher-revents" >ウォッチャーが受信したイベント</link >
53+ </para >
54+ </listitem >
55+ </varlistentry >
56+ </variablelist >
6157 <para >
6258 ウォッチャーの型によって、
6359 <parameter >revents</parameter > に関連するビットが割り当てられています。
You can’t perform that action at this time.
0 commit comments