Efl_Future: class name (string) using "." for namespace.

Following recent eolian change, the string must have "." to split
namespace, not "_".
This commit is contained in:
Gustavo Sverzut Barbieri 2016-12-11 21:28:45 -02:00
parent 21759f713a
commit 47ddca0f42
2 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ _efl_loop_future_class_initializer(Efl_Class *klass)
static const Efl_Class_Description _efl_loop_future_class_desc = {
EO_VERSION,
"Efl_Future",
"Efl.Future",
EFL_CLASS_TYPE_REGULAR,
sizeof (Efl_Loop_Future_Data),
_efl_loop_future_class_initializer,

View File

@ -28,7 +28,7 @@ _efl_future_class_initializer(Efl_Class *klass)
static const Efl_Class_Description _efl_future_class_desc = {
EO_VERSION,
"Efl_Future",
"Efl.Future",
EFL_CLASS_TYPE_REGULAR_NO_INSTANT,
0,
_efl_future_class_initializer,