summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Controller/Global.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Controller/Global.cs')
-rw-r--r--sources/generated/Gst.Controller/Global.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/sources/generated/Gst.Controller/Global.cs b/sources/generated/Gst.Controller/Global.cs
new file mode 100644
index 0000000..5820505
--- /dev/null
+++ b/sources/generated/Gst.Controller/Global.cs
@@ -0,0 +1,23 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Controller {
+
+ using System;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Runtime.InteropServices;
+
+#region Autogenerated code
+ public partial class Global {
+
+ [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ static extern void gst_timed_value_control_invalidate_cache(IntPtr self);
+
+ public static void TimedValueControlInvalidateCache(Gst.Controller.TimedValueControlSource self) {
+ gst_timed_value_control_invalidate_cache(self == null ? IntPtr.Zero : self.Handle);
+ }
+
+#endregion
+ }
+}