summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_helper.c
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-08-30 13:34:10 +0100
committerTom Hacohen <tom@stosb.com>2016-08-30 13:34:10 +0100
commitd5e321466e550620e8a1c6df5d5e598787a6a7d9 (patch)
treef749e5112fa486af1668785a63dfd9afbc331183 /src/lib/elementary/elm_helper.c
parentba80f7e5b027eebcfcbcb2b9758c2047383ec9ca (diff)
downloadefl-d5e321466e550620e8a1c6df5d5e598787a6a7d9.tar.gz
Efl object: Rename Eo_Event -> Efl_Event.
This is the last step of the Eo renaming efforts.
Diffstat (limited to 'src/lib/elementary/elm_helper.c')
-rw-r--r--src/lib/elementary/elm_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_helper.c b/src/lib/elementary/elm_helper.c
index ebeea80121..7b4c327d71 100644
--- a/src/lib/elementary/elm_helper.c
+++ b/src/lib/elementary/elm_helper.c
@@ -39,7 +39,7 @@ elm_validator_regexp_status_get(Elm_Validator_Regexp *validator)
}
EAPI void
-elm_validator_regexp_helper(void *data, const Eo_Event *event)
+elm_validator_regexp_helper(void *data, const Efl_Event *event)
{
Elm_Validate_Content *vc = event->info;
Elm_Validator_Regexp *validator = (Elm_Validator_Regexp *)data;