Contents

la_retain(_:)

Declaration

func la_retain(_ object: la_object_t) -> la_object_t

Parameters

  • object:

    The object to retain.

Return Value

The retained object.

Discussion

Increment the reference count of a la_object_t object.

On a platform with the modern Objective-C runtime this is exactly equivalent to sending the object the -[retain] message.

See Also

Functions