ghostty_row_get function

GhosttyResult ghostty_row_get(
  1. DartGhosttyRow row,
  2. GhosttyRowData data,
  3. Pointer<Void> out
)

Implementation

GhosttyResult ghostty_row_get(
  DartGhosttyRow row,
  GhosttyRowData data,
  ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(_ghostty_row_get(row, data.value, out));