File tree Expand file tree Collapse file tree 5 files changed +69
-12
lines changed Expand file tree Collapse file tree 5 files changed +69
-12
lines changed Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type >bool </type ><methodname >readline_add_history</methodname >
12
+ <type >true </type ><methodname >readline_add_history</methodname >
13
13
<methodparam ><type >string</type ><parameter >prompt</parameter ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
36
36
<refsect1 role =" returnvalues" >
37
37
&reftitle.returnvalues;
38
38
<para >
39
- &return.success ;
39
+ &return.true.always ;
40
40
</para >
41
41
</refsect1 >
42
42
</refentry >
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type >bool </type ><methodname >readline_callback_handler_install</methodname >
12
+ <type >true </type ><methodname >readline_callback_handler_install</methodname >
13
13
<methodparam ><type >string</type ><parameter >prompt</parameter ></methodparam >
14
14
<methodparam ><type >callable</type ><parameter >callback</parameter ></methodparam >
15
15
</methodsynopsis >
55
55
<refsect1 role =" returnvalues" >
56
56
&reftitle.returnvalues;
57
57
<para >
58
- &return.success ;
58
+ &return.true.always ;
59
59
</para >
60
60
</refsect1 >
61
61
@@ -117,7 +117,6 @@ echo "Prompting disabled. All done.\n";
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
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type >bool </type ><methodname >readline_clear_history</methodname >
12
+ <type >true </type ><methodname >readline_clear_history</methodname >
13
13
<void />
14
14
</methodsynopsis >
15
15
<para >
25
25
<refsect1 role =" returnvalues" >
26
26
&reftitle.returnvalues;
27
27
<para >
28
- &return.success ;
28
+ &return.true.always ;
29
29
</para >
30
30
</refsect1 >
31
31
</refentry >
32
-
33
32
<!-- Keep this comment at the end of the file
34
33
Local variables:
35
34
mode: sgml
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis role =" SQLite3Result" >
12
- <modifier >public</modifier > <type >bool </type ><methodname >SQLite3Result::finalize</methodname >
12
+ <modifier >public</modifier > <type >true </type ><methodname >SQLite3Result::finalize</methodname >
13
13
<void />
14
14
</methodsynopsis >
15
15
<para >
25
25
<refsect1 role =" returnvalues" >
26
26
&reftitle.returnvalues;
27
27
<para >
28
- Returns & true; .
28
+ &return. true.always;
29
29
</para >
30
30
</refsect1 >
31
31
32
+ <refsect1 role =" errors" >
33
+ &reftitle.errors;
34
+ <simpara >
35
+ An <exceptionname >Error</exceptionname > is thrown if the method is called on an uninitialized object.
36
+ </simpara >
37
+ </refsect1 >
38
+
39
+ <refsect1 role =" changelog" >
40
+ &reftitle.changelog;
41
+ <informaltable >
42
+ <tgroup cols =" 2" >
43
+ <thead >
44
+ <row >
45
+ <entry >&Version; </entry >
46
+ <entry >&Description; </entry >
47
+ </row >
48
+ </thead >
49
+ <tbody >
50
+ <row >
51
+ <entry >8.1.0</entry >
52
+ <entry >
53
+ This method now throws an <exceptionname >Error</exceptionname > exception if the
54
+ object is not correct initialized. Previously, it returned &false; .
55
+ </entry >
56
+ </row >
57
+ </tbody >
58
+ </tgroup >
59
+ </informaltable >
60
+ </refsect1 >
32
61
</refentry >
33
62
<!-- Keep this comment at the end of the file
34
63
Local variables:
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis role =" SQLite3Stmt" >
12
- <modifier >public</modifier > <type >bool </type ><methodname >SQLite3Stmt::close</methodname >
12
+ <modifier >public</modifier > <type >true </type ><methodname >SQLite3Stmt::close</methodname >
13
13
<void />
14
14
</methodsynopsis >
15
15
<para >
32
32
<refsect1 role =" returnvalues" >
33
33
&reftitle.returnvalues;
34
34
<para >
35
- Returns & true;
35
+ &return. true.always ;
36
36
</para >
37
37
</refsect1 >
38
38
39
+ <refsect1 role =" errors" >
40
+ &reftitle.errors;
41
+ <simpara >
42
+ An <exceptionname >Error</exceptionname > is thrown if the method is called on an uninitialized object.
43
+ </simpara >
44
+ </refsect1 >
45
+
46
+ <refsect1 role =" changelog" >
47
+ &reftitle.changelog;
48
+ <informaltable >
49
+ <tgroup cols =" 2" >
50
+ <thead >
51
+ <row >
52
+ <entry >&Version; </entry >
53
+ <entry >&Description; </entry >
54
+ </row >
55
+ </thead >
56
+ <tbody >
57
+ <row >
58
+ <entry >8.1.0</entry >
59
+ <entry >
60
+ This method now throws an <exceptionname >Error</exceptionname > exception if the
61
+ object is not correct initialized. Previously, it returned
62
+ &false; .
63
+ </entry >
64
+ </row >
65
+ </tbody >
66
+ </tgroup >
67
+ </informaltable >
68
+ </refsect1 >
39
69
</refentry >
40
70
<!-- Keep this comment at the end of the file
41
71
Local variables:
You can’t perform that action at this time.
0 commit comments