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