public XdgMimeDestroyWrapper(Gnome.Vfs.XdgMimeDestroy managed) { this.managed = managed; if (managed != null) { NativeDelegate = new XdgMimeDestroyNative(NativeCallback); } }
public static Gnome.Vfs.XdgMimeDestroy GetManagedDelegate(XdgMimeDestroyNative native) { if (native == null) { return(null); } XdgMimeDestroyWrapper wrapper = (XdgMimeDestroyWrapper)native.Target; if (wrapper == null) { return(null); } return(wrapper.managed); }
internal XdgMimeDestroyInvoker(XdgMimeDestroyNative native_cb, IntPtr data) : this(native_cb, data, null) { }
internal XdgMimeDestroyInvoker(XdgMimeDestroyNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal XdgMimeDestroyInvoker(XdgMimeDestroyNative native_cb) : this(native_cb, IntPtr.Zero, null) { }