Method

GtkSourceGutterLinesremove_qclass

Declaration

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

Description

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.