[gobject-introspection] Fix typo in the TestInterface gtype name



commit bc194c1468b519706904d16ed72a67fe3154fa13
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date:   Wed May 6 15:18:36 2009 +0200

    Fix typo in the TestInterface gtype name
---
 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 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]