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