make the internal options key much shorter - faster matches.

SVN revision: 62131
This commit is contained in:
Carsten Haitzler 2011-08-05 11:54:13 +00:00
parent c81a932b68
commit c7bb701ca5
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ struct _Evas_Object_Grid_Accessor
return val; \
}
static const char EVAS_OBJECT_GRID_OPTION_KEY[] = "Evas_Object_Grid_Option";
static const char EVAS_OBJECT_GRID_OPTION_KEY[] = "|EvGd";
static Eina_Bool
_evas_object_grid_iterator_next(Evas_Object_Grid_Iterator *it, void **data)

View File

@ -111,7 +111,7 @@ struct _Evas_Object_Table_Accessor
return val; \
}
static const char EVAS_OBJECT_TABLE_OPTION_KEY[] = "Evas_Object_Table_Option";
static const char EVAS_OBJECT_TABLE_OPTION_KEY[] = "|EvTb";
static Eina_Bool
_evas_object_table_iterator_next(Evas_Object_Table_Iterator *it, void **data)