reference/enchant/functions/enchant-broker-init.xml
b362867fced4bb497907b6a2fcd2a78e76384f7e
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>resource</type><methodname>enchant_broker_init</methodname>
11
+
<type class="union"><type>EnchantBroker</type><type>false</type></type><methodname>enchant_broker_init</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14

...
...
@@ -25,6 +25,29 @@
25
25
</para>
26
26
</refsect1>
27
27

28
+
<refsect1 role="changelog">
29
+
&reftitle.changelog;
30
+
<informaltable>
31
+
<tgroup cols="2">
32
+
<thead>
33
+
<row>
34
+
<entry>&Version;</entry>
35
+
<entry>&Description;</entry>
36
+
</row>
37
+
</thead>
38
+
<tbody>
39
+
<row>
40
+
<entry>8.0.0</entry>
41
+
<entry>
42
+
On success, this function returns an <classname>EnchantBroker</classname> instance now;
43
+
previously, a &resource; was returned.
44
+
</entry>
45
+
</row>
46
+
</tbody>
47
+
</tgroup>
48
+
</informaltable>
49
+
</refsect1>
50
+

28
51
<refsect1 role="seealso">
29
52
&reftitle.seealso;
30
53
<para>
...
...
@@ -34,7 +57,6 @@
34
57
</para>
35
58
</refsect1>
36
59
</refentry>
37
-

38
60
<!-- Keep this comment at the end of the file
39
61
Local variables:
40
62
mode: sgml
41
63