Ejemplo n.º 1
0
		static extern void g_closure_add_finalize_notifier (IntPtr closure, IntPtr dummy, ClosureNotify notify);
Ejemplo n.º 2
0
		static extern IntPtr g_cclosure_new (Delegate cb, IntPtr user_data, ClosureNotify notify);
Ejemplo n.º 3
0
 static extern void g_closure_add_finalize_notifier(IntPtr closure, IntPtr dummy, ClosureNotify notify);
Ejemplo n.º 4
0
 static extern IntPtr g_cclosure_new(Delegate cb, IntPtr user_data, ClosureNotify notify);
Ejemplo n.º 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);