ICU-3078 add docs about pointer lifetime
X-SVN-Rev: 14551
This commit is contained in:
parent
2f5b44cbe2
commit
0212b0efa5
@ -244,7 +244,8 @@ utrans_close(UTransliterator* trans);
|
||||
* @param trans the transliterator to return the ID of.
|
||||
* @param resultLength pointer to an output variable receiving the length
|
||||
* of the ID string; can be NULL
|
||||
* @return the NUL-terminated ID string
|
||||
* @return the NUL-terminated ID string. This pointer remains
|
||||
* valid until utrans_close() is called on this transliterator.
|
||||
*
|
||||
* @draft ICU 2.8
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user