summaryrefslogtreecommitdiff
path: root/gtk/gtkcsssectionprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* csssection: Remove file argument from constructorBenjamin Otte2012-05-111-2/+1
| | | | The parser has the file available.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* API: cssprovider: Change parsing-error signalBenjamin Otte2011-08-261-0/+2
| | | | | Instead of path, line and position, emit the section the error happened in. This has a lot more information to consume.
* API: css: Add GtkCssSectionBenjamin Otte2011-08-261-0/+38
This struct keeps track of an area of text in a CSS file and uses it when specifying information. Also, the cssprovider keeps track of sections when parsing a file.