Description:
This function will return information about the specified Collection.
This information will be stored as text in a newly created Tcl object.
CDM does not own the returned object: the caller is responsible to use
Tcl_DecrRefCount or CDM_Free in order to free the object and the memory
associated with it. This function will always create and return a new Tcl string object.
In case of an error, NULL will be returned.
This function will return information about the specified Document.
This information will be stored as text in a newly created Tcl object.
CDM does not own the returned object: the caller is responsible to use
Tcl_DecrRefCount or CDM_Free in order to free the object and the memory
associated with it. This function will always create and return a new Tcl string object.
In case of an error, NULL will be returned.
Return Value:
This function returns a Tcl string object (of type Tcl_Obj *),
containing the information of the specified Collection.
The caller is responsible to free this object through Tcl_DecrRefCount
or CDM_Free. This function returns a Tcl string object (of type Tcl_Obj *),
containing the information of the specified Document.
The caller is responsible to free this object through Tcl_DecrRefCount
or CDM_Free.
See Also:
CDM_Free, Tcl_DecrRefCount CDM_Free, Tcl_DecrRefCount
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.