reference/intl/intlcalendar/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="intlcalendar.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getErrorCode</refname>
...
...
@@ -11,13 +10,13 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>int</type><methodname>IntlCalendar::getErrorCode</methodname>
16
-
<void />
17
-
</methodsynopsis>
13
+
<methodsynopsis role="IntlCalendar">
14
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlCalendar::getErrorCode</methodname>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
-
<methodsynopsis role="procedural">
20
-
<type>int</type><methodname>intlcal_get_error_code</methodname>
18
+
<methodsynopsis>
19
+
<type class="union"><type>int</type><type>false</type></type><methodname>intlcal_get_error_code</methodname>
21
20
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
...
...
@@ -58,6 +57,7 @@
58
57
&reftitle.returnvalues;
59
58
<para>
60
59
An ICU error code indicating either success, failure or a warning.
60
+
Returns &false; on failure.
61
61
</para>
62
62
</refsect1>
63
63

...
...
@@ -117,7 +117,6 @@ string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_A
117
117
</refsect1>
118
118

119
119
</refentry>
120
-

121
120
<!-- Keep this comment at the end of the file
122
121
Local variables:
123
122
mode: sgml
124
123