Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5e3e7ad..3205c23 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);