FLAC__IOCallback_Close

Signature for the close callback. The signature and semantics match POSIX fclose() implementations and can generally be used interchangeably.

\param handle The handle to the data source. \retval int \c 0 on success, \c EOF on error.

extern (C) nothrow
alias FLAC__IOCallback_Close = int function(FLAC__IOHandle handle)

Meta