diff options
Diffstat (limited to 'src/lib/efl_mono/efl_custom_exports_mono.c')
-rw-r--r-- | src/lib/efl_mono/efl_custom_exports_mono.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/efl_mono/efl_custom_exports_mono.c b/src/lib/efl_mono/efl_custom_exports_mono.c index aa2572f49d..590bb4e784 100644 --- a/src/lib/efl_mono/efl_custom_exports_mono.c +++ b/src/lib/efl_mono/efl_custom_exports_mono.c | |||
@@ -421,6 +421,9 @@ EAPI const Eina_Value_Type *type_array() { | |||
421 | EAPI const Eina_Value_Type *type_list() { | 421 | EAPI const Eina_Value_Type *type_list() { |
422 | return EINA_VALUE_TYPE_LIST; | 422 | return EINA_VALUE_TYPE_LIST; |
423 | } | 423 | } |
424 | EAPI const Eina_Value_Type *type_hash() { | ||
425 | return EINA_VALUE_TYPE_HASH; | ||
426 | } | ||
424 | EAPI const Eina_Value_Type *type_error() { | 427 | EAPI const Eina_Value_Type *type_error() { |
425 | return EINA_VALUE_TYPE_ERROR; | 428 | return EINA_VALUE_TYPE_ERROR; |
426 | } | 429 | } |