ghostty_snapshot_decoder_new function

GhosttyResult ghostty_snapshot_decoder_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttySnapshotDecoder> decoder,
  3. 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),
);