ghostty_snapshot_decoder_new function
GhosttyResult
ghostty_snapshot_decoder_new(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttySnapshotDecoder> decoder, - GhosttyReader reader
Implementation
GhosttyResult ghostty_snapshot_decoder_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttySnapshotDecoder> decoder,
GhosttyReader reader,
) => GhosttyResult.fromValue(
_ghostty_snapshot_decoder_new(allocator, decoder, reader),
);