ghostty_grid_ref_row function

GhosttyResult ghostty_grid_ref_row(
  1. Pointer<GhosttyGridRef> ref,
  2. Pointer<GhosttyRow> out_row
)

Implementation

GhosttyResult ghostty_grid_ref_row(
  ffi.Pointer<GhosttyGridRef> ref,
  ffi.Pointer<GhosttyRow> out_row,
) => GhosttyResult.fromValue(_ghostty_grid_ref_row(ref, out_row));