public PadStickyEventsForeachFunctionWrapper(Gst.PadStickyEventsForeachFunction managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new PadStickyEventsForeachFunctionNative(NativeCallback);
     }
 }
        public static Gst.PadStickyEventsForeachFunction GetManagedDelegate(PadStickyEventsForeachFunctionNative native)
        {
            if (native == null)
            {
                return(null);
            }
            PadStickyEventsForeachFunctionWrapper wrapper = (PadStickyEventsForeachFunctionWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
 internal PadStickyEventsForeachFunctionInvoker(PadStickyEventsForeachFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal PadStickyEventsForeachFunctionInvoker(PadStickyEventsForeachFunctionNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }