예제 #1
0
		static extern void g_closure_add_finalize_notifier (IntPtr closure, IntPtr dummy, ClosureNotify notify);
예제 #2
0
		static extern IntPtr g_cclosure_new (Delegate cb, IntPtr user_data, ClosureNotify notify);
예제 #3
0
 static extern void g_closure_add_finalize_notifier(IntPtr closure, IntPtr dummy, ClosureNotify notify);
예제 #4
0
 static extern IntPtr g_cclosure_new(Delegate cb, IntPtr user_data, ClosureNotify notify);
예제 #5
0
		static extern IntPtr glibsharp_closure_new (ClosureMarshal marshaler, ClosureNotify notify, IntPtr gch);
 static extern IntPtr glibsharp_closure_new(ClosureMarshal marshaler, ClosureNotify notify, IntPtr gch);