summaryrefslogtreecommitdiff
path: root/ges/generated/GES/IExtractable.cs
blob: ad6e0d03bfaac8388e157bfd6b71f1c2e53fe34d (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 GES {

	using System;

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

		GES.Asset Asset { 
			get;
		}
		string Id { 
			get;
		}
		bool SetAsset(GES.Asset asset);
	}

	[GLib.GInterface (typeof (ExtractableAdapter))]
	public partial interface IExtractableImplementor : GLib.IWrapper {

		GES.Asset Asset { set; }
		string Id { get; }
	}
#endregion
}