mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal
Without the convention, Gst.Object.Connect causes AccessViolationException. https://bugzilla.gnome.org/show_bug.cgi?id=792096
This commit is contained in:
parent
d74a92212f
commit
33c41a50a5
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ using System.Collections;
|
|||
namespace Gst
|
||||
{
|
||||
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
delegate void GClosureMarshal (IntPtr closure, ref GLib.Value retval, uint argc, IntPtr argsPtr,
|
||||
IntPtr invocation_hint, IntPtr data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue