GtkSharp/gnomevfs/AsyncCallback.cs

13 lines
255 B
C#
Raw Normal View History

//
// AsyncCallback.cs: GnomeVFSAsyncCallback delegate.
//
// Author:
// Jeroen Zwartepoorte <jeroen@xs4all.nl>
//
// (C) Copyright Jeroen Zwartepoorte 2004
//
namespace Gnome.Vfs {
public delegate void AsyncCallback (Handle handle, Result result);
}