Fix wrong return value in some virtual method bindings

This commit is contained in:
Rémi Verschelde
2017-12-10 15:10:54 +01:00
parent 6b6f94fb0c
commit 2b41afb30e
8 changed files with 43 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
</description>
</method>
<method name="_converts_to" qualifiers="virtual">
<return type="bool">
<return type="String">
</return>
<description>
</description>