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
- 
            Type: guintA line number starting from zero. 
- qname
- 
            Type: GQuarkA GQuarkto remove fromline.