ghostty_snapshot_decoder_get function

GhosttyResult ghostty_snapshot_decoder_get(
  1. GhosttySnapshotDecoder decoder,
  2. GhosttySnapshotDecoderData data,
  3. 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),
);