Method
GtkSourceGutterLineshas_qclass
Declaration [src]
gboolean
gtk_source_gutter_lines_has_qclass (
  GtkSourceGutterLines* lines,
  guint line,
  GQuark qname
)
Description [src]
Checks to see if gtk_source_gutter_lines_add_qclass() was called with
the quark denoted by qname for line.
Parameters
- line
- 
            Type: guintA line number starting from zero. 
- qname
- 
            Type: GQuarkA GQuarkcontaining the class name.