/src/Manos.IO/Libev/UnmanagedWatcherCallback.cs
http://github.com/jacksonh/manos · C# · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 52a34e3e5ec1c0f3694726c700bb2f05 MD5 · raw file
- using System;
- using System.Runtime.InteropServices;
- namespace Libev
- {
- [UnmanagedFunctionPointer (System.Runtime.InteropServices.CallingConvention.Cdecl)]
- internal delegate void UnmanagedWatcherCallback (IntPtr watcher, EventTypes revents);
- }