Clarify the type of the value returned by DC_getWUTag()

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@669 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
gombasg 2006-06-09 12:05:37 +00:00 committed by Adam Visegradi
parent 905cca8a01
commit cbf83e6616
1 changed files with 2 additions and 1 deletions

View File

@ -332,7 +332,8 @@ Returns the user-specified tag of a work unit.
</para>
@wu: a #DC_Workunit.
@Returns: the tag that was given to DC_createWU().
@Returns: the tag that was given to DC_createWU(). The returned value should be
deallocated using free() when it is no longer needed.
<!-- ##### FUNCTION DC_cancelWU ##### -->