diff options
Diffstat (limited to 'src/lib/eo/Eo.h')
-rw-r--r-- | src/lib/eo/Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 2fd2c1b7e8..df5dc338e0 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h | |||
@@ -897,7 +897,7 @@ EAPI const Efl_Class *efl_class_new(const Efl_Class_Description *desc, const Efl | |||
897 | * efl_property_reflection_set() or efl_property_reflection_get() is called. | 897 | * efl_property_reflection_set() or efl_property_reflection_get() is called. |
898 | * @see #EFL_DEFINE_CLASS | 898 | * @see #EFL_DEFINE_CLASS |
899 | */ | 899 | */ |
900 | EAPI Eina_Bool efl_class_functions_set(const Efl_Class *klass_id, const Efl_Object_Ops *object_ops, const Efl_Object_Ops *class_ops, const Efl_Object_Property_Reflection_Ops *reflection_table); | 900 | EAPI Eina_Bool efl_class_functions_set(const Efl_Class *klass_id, const Efl_Object_Ops *object_ops, const Efl_Object_Property_Reflection_Ops *reflection_table); |
901 | 901 | ||
902 | /** | 902 | /** |
903 | * @brief Override Eo functions of this object. | 903 | * @brief Override Eo functions of this object. |