summaryrefslogtreecommitdiff
path: root/ges/generated/GES/Asset.cs
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-10-24 10:00:17 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-18 14:19:39 -0500
commit38a0731461f470d38560f9766188f4f700987f3c (patch)
treec3244512508cd24c6e14177fbe1b25632d0d4801 /ges/generated/GES/Asset.cs
parentde2554e637bda4dfe7466f6d3e8be6a0d2ed0538 (diff)
build: on Windows, use MSVC format for gst*, glib and gobject dlls
Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work.
Diffstat (limited to 'ges/generated/GES/Asset.cs')
-rw-r--r--ges/generated/GES/Asset.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ges/generated/GES/Asset.cs b/ges/generated/GES/Asset.cs
index cf53fdb..b260831 100644
--- a/ges/generated/GES/Asset.cs
+++ b/ges/generated/GES/Asset.cs
@@ -931,7 +931,7 @@ namespace GES {
v.Dispose ();
}
- [DllImport("libgio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void g_async_initable_init_async(IntPtr raw, int io_priority, IntPtr cancellable, GLibSharp.AsyncReadyCallbackNative cb, IntPtr user_data);
public void InitAsync(int io_priority, GLib.Cancellable cancellable, GLib.AsyncReadyCallback cb) {
@@ -940,7 +940,7 @@ namespace GES {
g_async_initable_init_async(Handle, io_priority, cancellable == null ? IntPtr.Zero : cancellable.Handle, cb_wrapper.NativeDelegate, IntPtr.Zero);
}
- [DllImport("libgio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool g_async_initable_init_finish(IntPtr raw, IntPtr res, out IntPtr error);
public bool InitFinish(GLib.IAsyncResult res) {
@@ -951,7 +951,7 @@ namespace GES {
return ret;
}
- [DllImport("libgio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gio-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool g_initable_init(IntPtr raw, IntPtr cancellable, out IntPtr error);
public bool Init(GLib.Cancellable cancellable) {