Function tcl::obj::incr_ref

source ·
pub unsafe fn incr_ref(tcl_obj: *mut Tcl_Obj)
Expand description

Increase the reference count of the Tcl obj which the tcl_obj points to.

§Safety

The tcl_obj pointer should be valid Tcl obj.