txdv / LibuvSharp

.NET bindings for libuv
176 stars 41 forks source link

wrong uv_timer_start signature #13

Closed txdv closed 8 years ago

txdv commented 8 years ago

uv_timer_start has a uv_timer_cb and the signature of uv_timer_cb is (IntPtr) not (IntPtr, int)