summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-05-06 15:18:36 +0200
committerTomeu Vizoso <tomeu@sugarlabs.org>2009-05-06 15:18:36 +0200
commitbc194c1468b519706904d16ed72a67fe3154fa13 (patch)
tree083fec62f11616face884af119f17a4a235a1fca /tests
parentca0b5b6a4693c20e6750e6c055bb833c79a78ba2 (diff)
downloadgobject-introspection-bc194c1468b519706904d16ed72a67fe3154fa13.tar.gz
Fix typo in the TestInterface gtype name
Diffstat (limited to 'tests')
-rw-r--r--tests/everything/everything.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/everything/everything.c b/tests/everything/everything.c
index 5e3e7ad0..3205c236 100644
--- a/tests/everything/everything.c
+++ b/tests/everything/everything.c
@@ -1017,7 +1017,7 @@ test_interface_get_type(void)
static GType type = 0;
if (type == 0) {
type = g_type_register_static_simple (G_TYPE_INTERFACE,
- "TestInterface",
+ "EverythingTestInterface",
sizeof (TestInterfaceIface),
(GClassInitFunc) test_interface_class_init,
0, NULL, 0);