summaryrefslogtreecommitdiff
path: root/tests/scanner/Utility-1.0-expected.gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-02-24 03:55:18 -0500
committerColin Walters <walters@verbum.org>2013-02-26 16:25:11 -0500
commitdfeaf33c8a4ae7e25b4a83d0b31c4d435b4ef7de (patch)
tree86776c3fbf1ddb2db7d29125c48d6830d8b5ffc5 /tests/scanner/Utility-1.0-expected.gir
parent971d1f98053eec324756429a7966aab2279abd87 (diff)
downloadgobject-introspection-dfeaf33c8a4ae7e25b4a83d0b31c4d435b4ef7de.tar.gz
scanner: internals cleanup: Key more things off Namespace
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
Diffstat (limited to 'tests/scanner/Utility-1.0-expected.gir')
-rw-r--r--tests/scanner/Utility-1.0-expected.gir1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scanner/Utility-1.0-expected.gir b/tests/scanner/Utility-1.0-expected.gir
index 1f9f6a7a..1936fd2b 100644
--- a/tests/scanner/Utility-1.0-expected.gir
+++ b/tests/scanner/Utility-1.0-expected.gir
@@ -6,7 +6,6 @@ and/or use gtk-doc annotations. -->
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
- <include name="GLib" version="2.0"/>
<include name="GObject" version="2.0"/>
<package name="gobject-2.0"/>
<c:include name="utility.h"/>