コード例 #1
0
 static extern uint g_timeout_add_full(int priority, uint interval, GSourceFuncInternal d, IntPtr data, GLib.DestroyNotify notify);
コード例 #2
0
 protected SourceProxy()
 {
     Handler = new GSourceFuncInternal(HandlerInternal);
 }