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