Fixed doc of return values.

Reviewer: Renato Araújo <renato.filho@openbossa.org>
          Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
Hugo Parente Lima 2010-10-05 11:49:13 -03:00
commit bebede17c0
6 changed files with 51 additions and 15 deletions

View file

@ -118,7 +118,7 @@
<remove-argument/>
</modify-argument>
<modify-argument index="return">
<replace-type modified-type="PyTuple*"/>
<replace-type modified-type="(retval, timeOut)"/>
</modify-argument>
<inject-code class="target" position="beginning">
<insert-template name="fix_args,bool*"/>
@ -145,7 +145,7 @@
<remove-argument/>
</modify-argument>
<modify-argument index="return">
<replace-type modified-type="PyTuple*"/>
<replace-type modified-type="(data, address, port)"/>
</modify-argument>
<inject-code class="target" position="beginning" file="glue/qudpsocket_read_datagram_glue.cpp"/>
</modify-function>
@ -170,7 +170,7 @@
<insert-template name="fix_args,bool*"/>
</inject-code>
<modify-argument index="return">
<replace-type modified-type="PyTuple*"/>
<replace-type modified-type="(retval, timeOut)"/>
</modify-argument>
</modify-function>