Home > api > name > gb.unref 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
GB.Unref
Syntax
void GB.Unref ( void **object )

Decrements the reference counter of an object. If the reference counter becomes nil, the object is freed.

You must use this function each time you finish keeping an object reference and so must release it.

See also

Object Management