// 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];
			}
		}

	}
}