summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow gtk-doc comments with trailing whitespace after :annotationJohan Dahlin2009-01-121-2/+5
| | | | svn path=/branches/annotation/; revision=1016
* Do not override the previously set allow_none optionJohan Dahlin2009-01-111-1/+2
| | | | svn path=/branches/annotation/; revision=1014
* Add compatibility transfer for gpointer returnsColin Walters2009-01-111-1/+2
| | | | | | This matches the transfer defaults in the old system. svn path=/branches/annotation/; revision=1013
* Transfer default fixupsColin Walters2009-01-111-5/+7
| | | | | | | | | | | | Default to "NONE" for all IN parameters; this more closely matches how we did transfer in the old system. However - we need to make an exception for strings (utf8). For some reason those were FULL, even though that has no meaning. Also default to NONE for void to match the old system. svn path=/branches/annotation/; revision=1011
* Apply callback scope transfer before attempting to guess it, to a scenario ↵Johan Dahlin2009-01-111-1/+1
| | | | | | where we guess/annotation something and then forcefully overrides it svn path=/branches/annotation/; revision=1010
* Force transfer of scoped callback parameters to noneJohan Dahlin2009-01-111-0/+1
| | | | svn path=/branches/annotation/; revision=1009
* commit annotation parse patchJohan Dahlin2009-01-111-0/+497
svn path=/branches/annotation/; revision=1008