reference/intl/transliterator/geterrorcode.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="transliterator.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Transliterator::getErrorCode</refname>
...
...
@@ -11,14 +10,14 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop;</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>int</type><methodname>Transliterator::getErrorCode</methodname>
16
-
<void />
17
-
</methodsynopsis>
13
+
<methodsynopsis role="Transliterator">
14
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>Transliterator::getErrorCode</methodname>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;</para>
19
18
<methodsynopsis>
20
-
<type>int</type><methodname>transliterator_get_error_code</methodname>
21
-
<void />
19
+
<type class="union"><type>int</type><type>false</type></type><methodname>transliterator_get_error_code</methodname>
20
+
<methodparam><type>Transliterator</type><parameter>transliterator</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
24
23
Gets the last error code for this transliterator.
...
...
@@ -30,7 +29,15 @@
30
29

31
30
<refsect1 role="parameters">
32
31
&reftitle.parameters;
33
-
&no.function.parameters;
32
+
<variablelist>
33
+
<varlistentry>
34
+
<term><parameter>transliterator</parameter></term>
35
+
<listitem>
36
+
<para>
37
+
</para>
38
+
</listitem>
39
+
</varlistentry>
40
+
</variablelist>
34
41
</refsect1>
35
42

36
43
<refsect1 role="returnvalues">
...
...
@@ -52,7 +59,6 @@
52
59
</refsect1>
53
60

54
61
</refentry>
55
-

56
62
<!-- Keep this comment at the end of the file
57
63
Local variables:
58
64
mode: sgml
59
65