Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gobject: Move headers into a subdirectory | Matthew Booth | 2012-04-26 | 1 | -4/+4 |
| | | | | | | | | | The gobject bindings generate a large number of header files, which pollute /usr/include when installed. This patch moves them all into a guestfs-gobject/ subdirectory. guestfs-gobject.h remains in the same place. This change also moves generated source files into src/, because it makes the gobject directory a bit tidier. | ||||
* | gobject: Ignore generated guestfs-sections.txt | Matthew Booth | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | gobject: Split sources into 1 file per class | Matthew Booth | 2012-03-28 | 3 | -6/+3 |
| | | | | | | | This greatly improves the usability of the generated gtk-doc. Although there is a lot of churn in generator_gobject.ml, this is almost exclusively code motion. | ||||
* | gobject: Add infrastructure to build gtk-doc | Matthew Booth | 2012-03-28 | 4 | -0/+174 |