Skip to content
Snippets Groups Projects
Commit 33c41a50 authored by Justin Kim's avatar Justin Kim Committed by Thibault Saunier
Browse files

DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal

Without the convention, Gst.Object.Connect causes AccessViolationException.

https://bugzilla.gnome.org/show_bug.cgi?id=792096
parent d74a9221
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment