Method
GtkSourceBufferget_source_marks_at_line
Declaration
GSList*
gtk_source_buffer_get_source_marks_at_line (
GtkSourceBuffer* buffer,
gint line,
const gchar* category
)
Description
Returns the list of marks of the given category at line.
If category is NULL, all marks at line are returned.