summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Controller/DirectControlBinding.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Controller/DirectControlBinding.cs')
-rw-r--r--sources/generated/Gst.Controller/DirectControlBinding.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/generated/Gst.Controller/DirectControlBinding.cs b/sources/generated/Gst.Controller/DirectControlBinding.cs
index 2c9fde9..5b5e50a 100644
--- a/sources/generated/Gst.Controller/DirectControlBinding.cs
+++ b/sources/generated/Gst.Controller/DirectControlBinding.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public DirectControlBinding (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_new(IntPtr _object, IntPtr property_name, IntPtr cs);
public DirectControlBinding (Gst.Object _object, string property_name, Gst.ControlSource cs) : base (IntPtr.Zero)
@@ -33,7 +33,7 @@ namespace Gst.Controller {
GLib.Marshaller.Free (native_property_name);
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_new_absolute(IntPtr _object, IntPtr property_name, IntPtr cs);
public static DirectControlBinding NewAbsolute(Gst.Object _object, string property_name, Gst.ControlSource cs)
@@ -93,7 +93,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_get_type();
public static new GLib.GType GType {