user_data property

Pointer<Void> user_data
getter/setter pair

User data to be associated with this entry. Applications normally will put the instance of object that owns the timer entry in this field.

Implementation

external ffi.Pointer<ffi.Void> user_data;