mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Message: Add missing calling convention
This commit is contained in:
parent
388f3846ed
commit
415870bb30
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace Gst {
|
|||
|
||||
partial class Message
|
||||
{
|
||||
[DllImport ("libgstreamer-1.0-0.dll") ]
|
||||
[DllImport ("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
static extern void gst_message_parse_error (IntPtr msg, out IntPtr err, out IntPtr debug);
|
||||
|
||||
public void ParseError (out GLib.GException error, out string debug) {
|
||||
|
|
Loading…
Reference in a new issue