Function emojicode_sys::Emojicode_Thread_variableObjectPointerAsRetained [] [src]

pub unsafe extern "C" fn Emojicode_Thread_variableObjectPointerAsRetained(
    this: *const Emojicode_Thread,
    index: c_int
) -> Emojicode_RetainedObjectPointer

Returns the object pointer in the given variable slot as retained object pointer. This method is only provided /// to allow convenient passing of the object pointer as retained object pointer as variables are naturally always /// retained. /// @attention Unlike after a call to @c retain() you must not call @c release() for a call to this method.