public static Gst.PadGetCapsFunction GetManagedDelegate (PadGetCapsFunctionNative native)
		{
			if (native == null)
				return null;
			PadGetCapsFunctionWrapper wrapper = (PadGetCapsFunctionWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
		public PadGetCapsFunctionWrapper (Gst.PadGetCapsFunction managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new PadGetCapsFunctionNative (NativeCallback);
		}
		internal PadGetCapsFunctionInvoker (PadGetCapsFunctionNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal PadGetCapsFunctionInvoker (PadGetCapsFunctionNative native_cb, IntPtr data, Gst.GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal PadGetCapsFunctionInvoker (PadGetCapsFunctionNative native_cb) : this (native_cb, IntPtr.Zero, null) {}