summaryrefslogtreecommitdiffstats
path: root/gobject/docs
Commit message (Collapse)AuthorAgeFilesLines
* gobject: Move headers into a subdirectoryMatthew Booth2012-04-261-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.txtMatthew Booth2012-03-291-0/+1
|
* gobject: Split sources into 1 file per classMatthew Booth2012-03-283-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-docMatthew Booth2012-03-284-0/+174