public FormatterSaveToURIMethodWrapper(GES.FormatterSaveToURIMethod managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new FormatterSaveToURIMethodNative(NativeCallback);
     }
 }
        public static GES.FormatterSaveToURIMethod GetManagedDelegate(FormatterSaveToURIMethodNative native)
        {
            if (native == null)
            {
                return(null);
            }
            FormatterSaveToURIMethodWrapper wrapper = (FormatterSaveToURIMethodWrapper)native.Target;

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