reference/enchant/functions/enchant-broker-request-pwl-dict.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>resource</type><methodname>enchant_broker_request_pwl_dict</methodname>
12
-
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
11
+
<type class="union"><type>EnchantDictionary</type><type>false</type></type><methodname>enchant_broker_request_pwl_dict</methodname>
12
+
<methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -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
<varlistentry>
33
26
<term><parameter>filename</parameter></term>
34
27
<listitem>
...
...
@@ -49,6 +42,30 @@
49
42
</para>
50
43
</refsect1>
51
44

45
+
<refsect1 role="changelog">
46
+
&reftitle.changelog;
47
+
<informaltable>
48
+
<tgroup cols="2">
49
+
<thead>
50
+
<row>
51
+
<entry>&Version;</entry>
52
+
<entry>&Description;</entry>
53
+
</row>
54
+
</thead>
55
+
<tbody>
56
+
&enchant.changelog.broker-param;
57
+
<row>
58
+
<entry>8.0.0</entry>
59
+
<entry>
60
+
On success, this function returns an <classname>EnchantDictionary</classname> instance now;
61
+
previoulsy, a &resource; was retured.
62
+
</entry>
63
+
</row>
64
+
</tbody>
65
+
</tgroup>
66
+
</informaltable>
67
+
</refsect1>
68
+

52
69
<refsect1 role="seealso">
53
70
&reftitle.seealso;
54
71
<para>
...
...
@@ -60,7 +77,6 @@
60
77
</para>
61
78
</refsect1>
62
79
</refentry>
63
-

64
80
<!-- Keep this comment at the end of the file
65
81
Local variables:
66
82
mode: sgml
67
83