Method

GtkSourceGutterLinesremove_qclass

Declaration [src]

void
gtk_source_gutter_lines_remove_qclass (
  GtkSourceGutterLines* lines,
  guint line,
  GQuark qname
)

Description [src]

Reverses a call to gtk_source_gutter_lines_add_qclass() by removing the GQuark matching qname.

Parameters

line guint
 

A line number starting from zero.

qname GQuark
 

A GQuark to remove from line.