pub fn unwatch_line_info(cfd: RawFd, offset: Offset) -> Result<()>
Expand description

Remove any watch on changes to the LineInfo for a line.

  • cfd - The fd of the open chip.
  • offset - The offset of the line to unwatch.