summaryrefslogtreecommitdiff
path: root/tests/scanner/SLetter-1.0-expected.gir
Commit message (Collapse)AuthorAgeFilesLines
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-2/+0
| | | | | | | | | | | The .gir format has a weird legacy where stuff like the includes are outside of the <namespace>. But conceptually they're tied together, so let's start reflecting this in the code. This way we can just pass around and look at a Namespace object instead of a 4-tuple of (namespace, includes, c_includes, pkg_config). https://bugzilla.gnome.org/show_bug.cgi?id=694593
* Add documentation for enumeration membersGiovanni Campagna2012-10-281-6/+12
| | | | | | | | Enum members were Annotated in the AST, and most code already assumed they could have docs. What was missing was reading the docs from the comment blocks and writing them in the XML. https://bugzilla.gnome.org/show_bug.cgi?id=683046
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-021-0/+12
| | | | | | | | | Previous fix was wrong, as it called to_underscores_noprefix on a prefixed type name. The actual fix is to call the transformer to do the prefix / type_name split, and turn the latter to underscores. Test case included. https://bugzilla.gnome.org/show_bug.cgi?id=634202
* Add missing SLetter expected girColin Walters2012-07-021-0/+44