ghostty_render_state_row_cells_get function
GhosttyResult
ghostty_render_state_row_cells_get(
- GhosttyRenderStateRowCells cells,
- GhosttyRenderStateRowCellsData data,
- Pointer<
Void> out
Implementation
GhosttyResult ghostty_render_state_row_cells_get(
GhosttyRenderStateRowCells cells,
GhosttyRenderStateRowCellsData data,
ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(
_ghostty_render_state_row_cells_get(cells, data.value, out),
);