diff options
| author | Aaron Boxer <aaron.boxer@collabora.com> | 2019-10-24 10:00:17 -0400 |
|---|---|---|
| committer | Aaron Boxer <aaron.boxer@collabora.com> | 2019-11-18 14:19:39 -0500 |
| commit | 38a0731461f470d38560f9766188f4f700987f3c (patch) | |
| tree | c3244512508cd24c6e14177fbe1b25632d0d4801 /sources/generated/Gst.PbUtils/InstallPluginsContext.cs | |
| parent | de2554e637bda4dfe7466f6d3e8be6a0d2ed0538 (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 'sources/generated/Gst.PbUtils/InstallPluginsContext.cs')
| -rw-r--r-- | sources/generated/Gst.PbUtils/InstallPluginsContext.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/generated/Gst.PbUtils/InstallPluginsContext.cs b/sources/generated/Gst.PbUtils/InstallPluginsContext.cs index 99b98ab..5e767b0 100644 --- a/sources/generated/Gst.PbUtils/InstallPluginsContext.cs +++ b/sources/generated/Gst.PbUtils/InstallPluginsContext.cs @@ -21,7 +21,7 @@ namespace Gst.PbUtils { return (Gst.PbUtils.InstallPluginsContext) Marshal.PtrToStructure (raw, typeof (Gst.PbUtils.InstallPluginsContext)); } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_install_plugins_context_new(); public static InstallPluginsContext New() @@ -30,7 +30,7 @@ namespace Gst.PbUtils { return result; } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_install_plugins_context_get_type(); public static GLib.GType GType { @@ -41,7 +41,7 @@ namespace Gst.PbUtils { } } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern void gst_install_plugins_context_set_confirm_search(IntPtr raw, bool confirm_search); public bool ConfirmSearch { @@ -54,7 +54,7 @@ namespace Gst.PbUtils { } } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern void gst_install_plugins_context_set_desktop_id(IntPtr raw, IntPtr desktop_id); public string DesktopId { @@ -69,7 +69,7 @@ namespace Gst.PbUtils { } } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern void gst_install_plugins_context_set_startup_notification_id(IntPtr raw, IntPtr startup_id); public string StartupNotificationId { @@ -84,7 +84,7 @@ namespace Gst.PbUtils { } } - [DllImport("libgstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern void gst_install_plugins_context_set_xid(IntPtr raw, uint xid); public uint Xid { |
