コード例 #1
0
ファイル: SignalClosure.cs プロジェクト: jwzl/ossbuild
		static extern void g_closure_add_finalize_notifier (IntPtr closure, IntPtr dummy, ClosureNotify notify);
コード例 #2
0
ファイル: SignalClosure.cs プロジェクト: jwzl/ossbuild
		static extern IntPtr g_cclosure_new (Delegate cb, IntPtr user_data, ClosureNotify notify);
コード例 #3
0
ファイル: SignalClosure.cs プロジェクト: xclaesse/gtk-sharp
 static extern void g_closure_add_finalize_notifier(IntPtr closure, IntPtr dummy, ClosureNotify notify);
コード例 #4
0
ファイル: SignalClosure.cs プロジェクト: xclaesse/gtk-sharp
 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);
コード例 #6
0
 static extern IntPtr glibsharp_closure_new(ClosureMarshal marshaler, ClosureNotify notify, IntPtr gch);