eo2: changed Eo class names to be consistent.
authorTom Hacohen <tom@stosb.com>
Thu, 7 Nov 2013 13:56:34 +0000 (13:56 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 03:20:18 +0000 (04:20 +0100)
All the class names are now of the format: Lib_Type_Subtype_Extra.

src/lib/eo/eo2_base_class.c
src/lib/eo/eo2_class_class.c

index 35a21b6..631e1f2 100644 (file)
@@ -987,7 +987,7 @@ static const Eo_Event_Description *event_desc[] = {
 
 static const Eo_Class_Description class_desc = {
      EO2_VERSION,
-     "Eo2 Base",
+     "Eo2_Base",
      EO_CLASS_TYPE_REGULAR_NO_INSTANT,
      EO2_CLASS_DESCRIPTION_OPS(op_descs),
      event_desc,
index 97f2fcc..cda4fac 100644 (file)
@@ -8,7 +8,7 @@ static Eo2_Op_Description op_descs [] = {};
 
 static const Eo_Class_Description class_desc = {
      EO2_VERSION,
-     "Eo Abstract Class",
+     "Eo_Abstract_Class",
      EO_CLASS_TYPE_REGULAR_NO_INSTANT,
      EO2_CLASS_DESCRIPTION_OPS(op_descs),
      NULL,