static extern uint g_timeout_add_full(int priority, uint interval, GSourceFuncInternal d, IntPtr data, GLib.DestroyNotify notify);
protected SourceProxy() { Handler = new GSourceFuncInternal(HandlerInternal); }