From cbf83e66168d34ce82211f5c191a7071e000f57c Mon Sep 17 00:00:00 2001 From: gombasg Date: Fri, 9 Jun 2006 12:05:37 +0000 Subject: [PATCH] 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 --- dcapi/doc/tmpl/dc.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dcapi/doc/tmpl/dc.sgml b/dcapi/doc/tmpl/dc.sgml index fe1e717ef6..46af59dc79 100644 --- a/dcapi/doc/tmpl/dc.sgml +++ b/dcapi/doc/tmpl/dc.sgml @@ -332,7 +332,8 @@ Returns the user-specified tag of a work unit. @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.