ghostty_snapshot_decoder_set function
GhosttyResult
ghostty_snapshot_decoder_set(
- GhosttySnapshotDecoder decoder,
- GhosttySnapshotDecoderOption option,
- 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),
);