in_retain

Retains a reference to a Inochi2D Object.

version(IN_DYNLIB)
export extern (C) @nogc
void*
in_retain
(
void* obj
)

Parameters

obj void*

The object to retain.

Return Value

Type: void*

The object.

Meta