diff options
author | Tomeu Vizoso <tomeu@sugarlabs.org> | 2009-05-06 15:18:36 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu@sugarlabs.org> | 2009-05-06 15:18:36 +0200 |
commit | bc194c1468b519706904d16ed72a67fe3154fa13 (patch) | |
tree | 083fec62f11616face884af119f17a4a235a1fca | |
parent | ca0b5b6a4693c20e6750e6c055bb833c79a78ba2 (diff) | |
download | gobject-introspection-bc194c1468b519706904d16ed72a67fe3154fa13.tar.gz |
Fix typo in the TestInterface gtype name
-rw-r--r-- | tests/everything/everything.c | 2 |
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); |