Table of Contents

Delegate ConverterIfaceData.ConvertCallback

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public delegate ConverterResult ConverterIfaceData.ConvertCallback(IntPtr converter, ref byte inbuf, nuint inbufSize, ref byte outbuf, nuint outbufSize, ConverterFlags flags, out nuint bytesRead, out nuint bytesWritten, out ErrorOwnedHandle error)

Parameters

converter IntPtr
inbuf byte
inbufSize nuint
outbuf byte
outbufSize nuint
flags ConverterFlags
bytesRead nuint
bytesWritten nuint
error ErrorOwnedHandle

Returns

ConverterResult