ghostty_snapshot_decoder_ready function

GhosttyResult ghostty_snapshot_decoder_ready(
  1. GhosttySnapshotDecoder decoder,
  2. Pointer<GhosttyTerminal> terminal
)

Implementation

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