ghostty_snapshot_decoder_set function

GhosttyResult ghostty_snapshot_decoder_set(
  1. GhosttySnapshotDecoder decoder,
  2. GhosttySnapshotDecoderOption option,
  3. Pointer<Void> value
)

Implementation

GhosttyResult ghostty_snapshot_decoder_set(
  GhosttySnapshotDecoder decoder,
  GhosttySnapshotDecoderOption option,
  ffi.Pointer<ffi.Void> value,
) => GhosttyResult.fromValue(
  _ghostty_snapshot_decoder_set(decoder, option.value, value),
);