public IconViewForeachFuncWrapper(Gtk.IconViewForeachFunc managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new IconViewForeachFuncNative(NativeCallback);
     }
 }
		public static Gtk.IconViewForeachFunc GetManagedDelegate (IconViewForeachFuncNative native)
		{
			if (native == null)
				return null;
			IconViewForeachFuncWrapper wrapper = (IconViewForeachFuncWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
        public static Gtk.IconViewForeachFunc GetManagedDelegate(IconViewForeachFuncNative native)
        {
            if (native == null)
            {
                return(null);
            }
            IconViewForeachFuncWrapper wrapper = (IconViewForeachFuncWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
 internal IconViewForeachFuncInvoker(IconViewForeachFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal IconViewForeachFuncInvoker(IconViewForeachFuncNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal IconViewForeachFuncInvoker(IconViewForeachFuncNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }
		public IconViewForeachFuncWrapper (Gtk.IconViewForeachFunc managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new IconViewForeachFuncNative (NativeCallback);
		}
		internal IconViewForeachFuncInvoker (IconViewForeachFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal IconViewForeachFuncInvoker (IconViewForeachFuncNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal IconViewForeachFuncInvoker (IconViewForeachFuncNative native_cb) : this (native_cb, IntPtr.Zero, null) {}