summaryrefslogtreecommitdiff
path: root/ges/generated/GES_AssetLoadingHandler.cs
blob: 61f8ad7645f10baa2e786aff505dfb2e29e47ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace GES {

	using System;

	public delegate void AssetLoadingHandler(object o, AssetLoadingArgs args);

	public class AssetLoadingArgs : GLib.SignalArgs {
		public GES.Asset Asset{
			get {
				return (GES.Asset) Args [0];
			}
		}

	}
}