eo2: changed Eo class names to be consistent.

All the class names are now of the format: Lib_Type_Subtype_Extra.
This commit is contained in:
Tom Hacohen 2013-11-07 13:56:34 +00:00
parent eb01d1c3e8
commit bd66dd49f8
2 changed files with 2 additions and 2 deletions

View 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,

View 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,