reference/enchant/functions/enchant-dict-get-error.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>enchant_dict_get_error</methodname>
12
-
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>enchant_dict_get_error</methodname>
12
+
<methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the last error of the current spelling-session
...
...
@@ -20,14 +20,7 @@
20
20
&reftitle.parameters;
21
21
<para>
22
22
<variablelist>
23
-
<varlistentry>
24
-
<term><parameter>dict</parameter></term>
25
-
<listitem>
26
-
<para>
27
-
Dictinaray resource
28
-
</para>
29
-
</listitem>
30
-
</varlistentry>
23
+
&enchant.param.dictionary;
31
24
</variablelist>
32
25
</para>
33
26
</refsect1>
...
...
@@ -38,8 +31,24 @@
38
31
</para>
39
32
</refsect1>
40
33

41
-
</refentry>
34
+
<refsect1 role="changelog">
35
+
&reftitle.changelog;
36
+
<informaltable>
37
+
<tgroup cols="2">
38
+
<thead>
39
+
<row>
40
+
<entry>&Version;</entry>
41
+
<entry>&Description;</entry>
42
+
</row>
43
+
</thead>
44
+
<tbody>
45
+
&enchant.changelog.dictionary-param;
46
+
</tbody>
47
+
</tgroup>
48
+
</informaltable>
49
+
</refsect1>
42
50

51
+
</refentry>
43
52
<!-- Keep this comment at the end of the file
44
53
Local variables:
45
54
mode: sgml
46
55