reference/gearman/gearmanclient/dolowbackground.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.dolowbackground" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::doLowBackground</refname>
...
...
@@ -9,11 +8,11 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="GearmanClient">
13
12
<modifier>public</modifier> <type>string</type><methodname>GearmanClient::doLowBackground</methodname>
14
-
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>function</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>workload</parameter></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>unique</parameter></methodparam>
15
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>unique</parameter><initializer>&null;</initializer></methodparam>
17
16
</methodsynopsis>
18
17
<para>
19
18
Runs a low priority task in the background, returning a job handle which can be used
...
...
@@ -27,7 +26,7 @@
27
26
<para>
28
27
<variablelist>
29
28
<varlistentry>
30
-
<term><parameter>function_name</parameter></term>
29
+
<term><parameter>function</parameter></term>
31
30
<listitem>
32
31
<para>
33
32
&gearman.parameter.functionname;
...
...
@@ -75,7 +74,6 @@
75
74
</refsect1>
76
75

77
76
</refentry>
78
-

79
77
<!-- Keep this comment at the end of the file
80
78
Local variables:
81
79
mode: sgml
82
80