Table of Contents

Delegate FileIOStreamClassData.SeekCallback

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public delegate bool FileIOStreamClassData.SeekCallback(IntPtr stream, long offset, SeekType type, IntPtr cancellable, out ErrorOwnedHandle error)

Parameters

stream IntPtr
offset long
type SeekType
cancellable IntPtr
error ErrorOwnedHandle

Returns

bool