summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/INavigation.cs
blob: 94fc1b646fe4ec9b32c6e28b27a272c396d1bb6c (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.Video {

	using System;

#region Autogenerated code
	public partial interface INavigation : GLib.IWrapper {

		void SendCommand(Gst.Video.NavigationCommand command);
		void SendEvent(Gst.Structure structure);
		void SendKeyEvent(string evnt, string key);
		void SendMouseEvent(string evnt, int button, double x, double y);
	}

	[GLib.GInterface (typeof (NavigationAdapter))]
	public partial interface INavigationImplementor : GLib.IWrapper {

		void SendEvent (Gst.Structure structure);
	}
#endregion
}