/* * FSpot.Extensions.IMenuGenerator * * Author(s) * Stephane Delcroix * * This is free software. See COPYING for details. * */ namespace FSpot.Extensions { public interface IMenuGenerator { Gtk.Menu GetMenu (); void OnActivated (object sender, System.EventArgs e); } }