public PrintJobCompleteFuncWrapper(Gtk.PrintJobCompleteFunc managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new PrintJobCompleteFuncNative(NativeCallback);
     }
 }
		public static Gtk.PrintJobCompleteFunc GetManagedDelegate (PrintJobCompleteFuncNative native)
		{
			if (native == null)
				return null;
			PrintJobCompleteFuncWrapper wrapper = (PrintJobCompleteFuncWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
        public static Gtk.PrintJobCompleteFunc GetManagedDelegate(PrintJobCompleteFuncNative native)
        {
            if (native == null)
            {
                return(null);
            }
            PrintJobCompleteFuncWrapper wrapper = (PrintJobCompleteFuncWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
		public PrintJobCompleteFuncWrapper (Gtk.PrintJobCompleteFunc managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new PrintJobCompleteFuncNative (NativeCallback);
		}
		internal PrintJobCompleteFuncInvoker (PrintJobCompleteFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal PrintJobCompleteFuncInvoker (PrintJobCompleteFuncNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal PrintJobCompleteFuncInvoker (PrintJobCompleteFuncNative native_cb) : this (native_cb, IntPtr.Zero, null) {}
 internal PrintJobCompleteFuncInvoker(PrintJobCompleteFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal PrintJobCompleteFuncInvoker(PrintJobCompleteFuncNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal PrintJobCompleteFuncInvoker(PrintJobCompleteFuncNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }