summaryrefslogtreecommitdiff
path: root/misc/update-glib-annotations.py
Commit message (Collapse)AuthorAgeFilesLines
* gir: Add gmodule-2.0.cRico Tzschichholz2013-09-131-0/+5
| | | | | Grab annotions from gmodule like we do for glib and gio. This result in a properly generated and documented GModule-2.0.gir.
* update-glib-annotations: Set required environment variablesColin Walters2012-04-171-0/+5
| | | | Assume srcdir=builddir, so users don't have to set this.
* Don't extract annotations from headersJohan Dahlin2012-04-051-16/+0
| | | | | | The headers are already parsed as they are passed in to g-ir-scanner. This avoids quite a few warnings triggered with the new annotation parser.
* update-glib-annotations.py: reduce code duplicationDieter Verfaillie2012-04-051-63/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672254
* update-glib-annotations.py: Attempt to make work for srcdir!=builddirColin Walters2011-07-221-15/+24
| | | | | | | This doesn't quite work yet because we need to know from glib which files are in srcdir and which are in builddir. Also add some debugging prints.
* update-glib-annotations.py: Merge annotation extraction scriptsColin Walters2011-06-231-10/+94
|
* update-glib-annotations.py: new scriptColin Walters2011-06-071-0/+28