ghostty_snapshot_decoder_get_multi function
GhosttyResult
ghostty_snapshot_decoder_get_multi(
- GhosttySnapshotDecoder decoder,
- int count,
- Pointer<
UnsignedInt> keys, - Pointer<
Pointer< values,Void> > - Pointer<
Size> out_written,
Implementation
GhosttyResult ghostty_snapshot_decoder_get_multi(
GhosttySnapshotDecoder decoder,
int count,
ffi.Pointer<ffi.UnsignedInt> keys,
ffi.Pointer<ffi.Pointer<ffi.Void>> values,
ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
_ghostty_snapshot_decoder_get_multi(
decoder,
count,
keys,
values,
out_written,
),
);