Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | csssection: Remove file argument from constructor | Benjamin Otte | 2012-05-11 | 1 | -2/+1 |
| | | | | The parser has the file available. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | API: cssprovider: Change parsing-error signal | Benjamin Otte | 2011-08-26 | 1 | -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 GtkCssSection | Benjamin Otte | 2011-08-26 | 1 | -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. |