Function CDM_GetOwner


Definition:#include <CDM.h>
Prototype:char * CDM_GetOwner(CDM_Collection Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will return the Owner of the specified Collection. Its value is not of great importance, and usually defaults to the value "CDM". The returned value will be encoded using the UTF-8 encoding (thus enabling the existance of non Latin characters in the value).

The return value will be of type char* and will be owned by CDM.

Return Value:

This function returns a UTF-8 string that represents the Owner of the specified Collection.

If an error occurs, then NULL will be return and an error message will be left at the current active Tcl interpreter (CDM_Interp).

Note that the returned object is property of the CDM and should never be freed or modified in any way by the caller.

Notes:

This function is equivelant to tip_GetOwner (Tcl API).

See Also:

CDM_SetOwner, tip_GetOwner


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.