ghostty_snapshot_decoder_get function
GhosttyResult
ghostty_snapshot_decoder_get(
- GhosttySnapshotDecoder decoder,
- GhosttySnapshotDecoderData data,
- Pointer<
Void> out
Implementation
GhosttyResult ghostty_snapshot_decoder_get(
GhosttySnapshotDecoder decoder,
GhosttySnapshotDecoderData data,
ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(
_ghostty_snapshot_decoder_get(decoder, data.value, out),
);