reference/com/functions/com-message-pump.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -9,10 +9,10 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>com_message_pump</methodname>
12
-
<methodparam choice="opt"><type>int</type><parameter>timeoutms</parameter><initializer>0</initializer></methodparam>
12
+
<methodparam choice="opt"><type>int</type><parameter>timeout_milliseconds</parameter><initializer>0</initializer></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
-
This function will sleep for up to <parameter>timeoutms</parameter>
15
+
This function will sleep for up to <parameter>timeout_milliseconds</parameter>
16
16
milliseconds, or until a message arrives in the queue.
17
17
</para>
18
18
<para>
...
...
@@ -29,13 +29,13 @@
29
29
<para>
30
30
<variablelist>
31
31
<varlistentry>
32
-
<term><parameter>timeoutms</parameter></term>
32
+
<term><parameter>timeout_milliseconds</parameter></term>
33
33
<listitem>
34
34
<para>
35
35
The timeout, in milliseconds.
36
36
</para>
37
37
<para>
38
-
If you do not specify a value for <parameter>timeoutms</parameter>,
38
+
If you do not specify a value for <parameter>timeout_milliseconds</parameter>,
39
39
then 0 will be assumed. A 0 value means that no waiting will be
40
40
performed; if there are messages pending they will be dispatched as
41
41
before; if there are no messages pending, the function will return
...
...
@@ -55,7 +55,6 @@
55
55
</para>
56
56
</refsect1>
57
57
</refentry>
58
-

59
58
<!-- Keep this comment at the end of the file
60
59
Local variables:
61
60
mode: sgml
62
61