reference/enchant/functions/enchant-broker-list-dicts.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>mixed</type><methodname>enchant_broker_list_dicts</methodname>
12
-
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
11
+
<type>array</type><methodname>enchant_broker_list_dicts</methodname>
12
+
<methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns a list of available dictionaries with their details.
...
...
@@ -20,14 +20,7 @@
20
20
&reftitle.parameters;
21
21
<para>
22
22
<variablelist>
23
-
<varlistentry>
24
-
<term><parameter>broker</parameter></term>
25
-
<listitem>
26
-
<para>
27
-
Broker resource
28
-
</para>
29
-
</listitem>
30
-
</varlistentry>
23
+
&enchant.param.broker;
31
24
</variablelist>
32
25
</para>
33
26
</refsect1>
...
...
@@ -35,10 +28,33 @@
35
28
<refsect1 role="returnvalues">
36
29
&reftitle.returnvalues;
37
30
<para>
38
-
Returns an &array; of available dictionaries with their details, &return.falseforfailure;.
31
+
Returns an &array; of available dictionaries with their details.
39
32
</para>
40
33
</refsect1>
41
34

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

42
58
<refsect1 role="examples">
43
59
&reftitle.examples;
44
60
<para>
...
...
@@ -123,7 +139,6 @@ Array
123
139
</refsect1>
124
140

125
141
</refentry>
126
-

127
142
<!-- Keep this comment at the end of the file
128
143
Local variables:
129
144
mode: sgml
130
145