reference/enchant/functions/enchant-broker-describe.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>array</type><methodname>enchant_broker_describe</methodname>
12
-
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
12
+
<methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Enumerates the Enchant providers and tells you some rudimentary
...
...
@@ -21,14 +21,7 @@
21
21
&reftitle.parameters;
22
22
<para>
23
23
<variablelist>
24
-
<varlistentry>
25
-
<term><parameter>broker</parameter></term>
26
-
<listitem>
27
-
<para>
28
-
Broker resource
29
-
</para>
30
-
</listitem>
31
-
</varlistentry>
24
+
&enchant.param.broker;
32
25
</variablelist>
33
26
</para>
34
27
</refsect1>
...
...
@@ -36,10 +29,33 @@
36
29
<refsect1 role="returnvalues">
37
30
&reftitle.returnvalues;
38
31
<para>
39
-
Returns an &array; of available Enchant providers with their details, &return.falseforfailure;.
32
+
Returns an &array; of available Enchant providers with their details.
40
33
</para>
41
34
</refsect1>
42
35

36
+
<refsect1 role="changelog">
37
+
&reftitle.changelog;
38
+
<informaltable>
39
+
<tgroup cols="2">
40
+
<thead>
41
+
<row>
42
+
<entry>&Version;</entry>
43
+
<entry>&Description;</entry>
44
+
</row>
45
+
</thead>
46
+
<tbody>
47
+
&enchant.changelog.broker-param;
48
+
<row>
49
+
<entry>8.0.0</entry>
50
+
<entry>
51
+
Prior to this version, the function returned &false; on failure.
52
+
</entry>
53
+
</row>
54
+
</tbody>
55
+
</tgroup>
56
+
</informaltable>
57
+
</refsect1>
58
+

43
59
<refsect1 role="examples">
44
60
&reftitle.examples;
45
61
<para>
...
...
@@ -113,7 +129,6 @@ Array
113
129

114
130

115
131
</refentry>
116
-

117
132
<!-- Keep this comment at the end of the file
118
133
Local variables:
119
134
mode: sgml
120
135