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