mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-13 02:55:38 +00:00
7f3171c814
is now tracking Gnome 2.6. svn path=/trunk/gtk-sharp/; revision=35479
13 lines
332 B
C#
13 lines
332 B
C#
//
|
|
// VfsAsyncWriteCallback.cs: GnomeVFSAsyncWriteCallback delegate.
|
|
//
|
|
// Author:
|
|
// Jeroen Zwartepoorte <jeroen@xs4all.nl>
|
|
//
|
|
// (C) Copyright Jeroen Zwartepoorte 2004
|
|
//
|
|
|
|
namespace Gnome.Vfs {
|
|
public delegate void AsyncWriteCallback (Handle handle, Result result, byte[] buffer, ulong bytes_requested, ulong bytes_written);
|
|
}
|