summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Controller/Global.cs
blob: 582050586f2a0200777ebd8c0da907f7b9fe7bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
	}
}