ghostty_snapshot_decoder_decode function
GhosttyResult
ghostty_snapshot_decoder_decode(
- GhosttySnapshotDecoder decoder,
- Pointer<
GhosttyTerminal> terminal
Implementation
GhosttyResult ghostty_snapshot_decoder_decode(
GhosttySnapshotDecoder decoder,
ffi.Pointer<GhosttyTerminal> terminal,
) => GhosttyResult.fromValue(
_ghostty_snapshot_decoder_decode(decoder, terminal),
);