public PixbufDestroyNotifyWrapper(Gdk.PixbufDestroyNotify managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new PixbufDestroyNotifyNative(NativeCallback);
     }
 }
		public static Gdk.PixbufDestroyNotify GetManagedDelegate (PixbufDestroyNotifyNative native)
		{
			if (native == null)
				return null;
			PixbufDestroyNotifyWrapper wrapper = (PixbufDestroyNotifyWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
        public static Gdk.PixbufDestroyNotify GetManagedDelegate(PixbufDestroyNotifyNative native)
        {
            if (native == null)
            {
                return(null);
            }
            PixbufDestroyNotifyWrapper wrapper = (PixbufDestroyNotifyWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
		public PixbufDestroyNotifyWrapper (Gdk.PixbufDestroyNotify managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new PixbufDestroyNotifyNative (NativeCallback);
		}
		internal PixbufDestroyNotifyInvoker (PixbufDestroyNotifyNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal PixbufDestroyNotifyInvoker (PixbufDestroyNotifyNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal PixbufDestroyNotifyInvoker (PixbufDestroyNotifyNative native_cb) : this (native_cb, IntPtr.Zero, null) {}
 internal PixbufDestroyNotifyInvoker(PixbufDestroyNotifyNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal PixbufDestroyNotifyInvoker(PixbufDestroyNotifyNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal PixbufDestroyNotifyInvoker(PixbufDestroyNotifyNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }