Grx.screen_get_line_offset

function screen_get_line_offset(width: Number(gint)): Number(gint) {
    // Gjs wrapper for grx_screen_get_line_offset()
}
  

Gets the offset in bytes for a row of width pixels on the screen.

width

the width in pixels

Returns

the number of bytes per row.