예제 #1
0
파일: Context.cs 프로젝트: iainlane/f-spot
 public ErrorFuncWrapper(ErrorFunc managed)
 {
     this.managed = managed;
     if (managed != null)
         NativeDelegate = NativeCallback;
 }
예제 #2
0
파일: Context.cs 프로젝트: iainlane/f-spot
 internal static extern void gp_glue_context_set_error_func(HandleRef context, ErrorFuncNative func, IntPtr data);