summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/IURIHandler.cs
blob: d1270ee4a9ebad5fdfb461e0904acad1240dc879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst {

	using System;

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

		string Uri { 
			get;
		}
		Gst.URIType UriType { 
			get;
		}
		bool SetUri(string uri);
	}

	[GLib.GInterface (typeof (URIHandlerAdapter))]
	public partial interface IURIHandlerImplementor : GLib.IWrapper {

		string Uri { get; }
		bool SetUri (string uri);
	}
#endregion
}