Return value conversions
Tue May 26 12:08:31 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Return value conversions
diff -rN -u old-doc/introduction.xml new-doc/introduction.xml
--- old-doc/introduction.xml 2014-10-30 06:55:16.000000000 +0100
+++ new-doc/introduction.xml 2014-10-30 06:55:16.000000000 +0100
@@ -36,6 +36,7 @@
<listitem><para>Does not recover well from errors
<footnote><para>Thus you often need to restart the Lisp process
during interactive development.</para></footnote>.</para></listitem>
+ <listitem><para>No const-correctness</para></listitem>
</itemizedlist>
</section>
</section>
diff -rN -u old-doc/smoke.xml new-doc/smoke.xml
--- old-doc/smoke.xml 2014-10-30 06:55:16.000000000 +0100
+++ new-doc/smoke.xml 2014-10-30 06:55:16.000000000 +0100
@@ -70,6 +70,9 @@
</informalexample>
In the second case a temporary <classname>qt:color</classname> instance is implicitly created.
</para>
+<para>
+User defined conversions for return values are currently not supported (in <code>defmethods</code>).
+</para>
</section>
<section><title>Setter Methods</title>