class

Tryst::Notifier::FileHandlerEntry

Inherits Reference < Object

Constructors

new(mask : Int32, proc : Pointer(Void), client_data : Pointer(Void), fd : Int32)
Source

Instance methods

client_data
client_data=(client_data : Pointer(Void))
fd
fd=(fd : Int32)
mask
mask=(mask : Int32)
proc

A raw Tcl_FileProc* (Void*), not a Crystal Proc - see LibTcl::FileProc's own comment for why. Reconstructed into a callable Proc only where it's actually called.

proc=(proc : Pointer(Void))

A raw Tcl_FileProc* (Void*), not a Crystal Proc - see LibTcl::FileProc's own comment for why. Reconstructed into a callable Proc only where it's actually called.