public IOSchedulerJobFuncWrapper(GLib.IOSchedulerJobFunc managed) { this.managed = managed; if (managed != null) { NativeDelegate = new IOSchedulerJobFuncNative(NativeCallback); } }
public static GLib.IOSchedulerJobFunc GetManagedDelegate (IOSchedulerJobFuncNative native) { if (native == null) return null; IOSchedulerJobFuncWrapper wrapper = (IOSchedulerJobFuncWrapper) native.Target; if (wrapper == null) return null; return wrapper.managed; }
public static GLib.IOSchedulerJobFunc GetManagedDelegate(IOSchedulerJobFuncNative native) { if (native == null) { return(null); } IOSchedulerJobFuncWrapper wrapper = (IOSchedulerJobFuncWrapper)native.Target; if (wrapper == null) { return(null); } return(wrapper.managed); }
internal IOSchedulerJobFuncInvoker(IOSchedulerJobFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal IOSchedulerJobFuncInvoker(IOSchedulerJobFuncNative native_cb, IntPtr data) : this(native_cb, data, null) { }
internal IOSchedulerJobFuncInvoker(IOSchedulerJobFuncNative native_cb) : this(native_cb, IntPtr.Zero, null) { }
public IOSchedulerJobFuncWrapper (GLib.IOSchedulerJobFunc managed) { this.managed = managed; if (managed != null) NativeDelegate = new IOSchedulerJobFuncNative (NativeCallback); }
internal IOSchedulerJobFuncInvoker (IOSchedulerJobFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal IOSchedulerJobFuncInvoker (IOSchedulerJobFuncNative native_cb, IntPtr data) : this (native_cb, data, null) {}
internal IOSchedulerJobFuncInvoker (IOSchedulerJobFuncNative native_cb) : this (native_cb, IntPtr.Zero, null) {}