Get the NativeEventBase associated to self

Property definitions

libevent $ ConnectionListener :: base
	# Get the `NativeEventBase` associated to `self`
	fun base: NativeEventBase `{ return evconnlistener_get_base(self); `}
lib/libevent/libevent.nit:470,2--471,70