Method

GtkSourceGutterLinesget_iter_at_line

Declaration [src]

void
gtk_source_gutter_lines_get_iter_at_line (
  GtkSourceGutterLines* lines,
  GtkTextIter* iter,
  guint line
)

Description [src]

Gets a GtkTextIter for the current buffer at line.

Parameters

iter GtkTextIter
 

A location for a GtkTextIter.

 The argument will be set by the function.
 The data is owned by the caller of the function.
line guint
 

The line number.