eo: fix reference to constants

they are renamed from the prefix EO_ to EFL_
This commit is contained in:
Marcel Hollerbach 2016-09-19 12:58:52 +02:00
parent 907bbbf965
commit 5a3cf323ef
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ struct Efl.Dbg_Info {
type Efl.Callback_Priority: short; [[Callback priority value. Range is -32k - 32k.
The lower the number, the higher the priority.
See \@ref EO_CALLBACK_PRIORITY_AFTER,
\@ref EO_CALLBACK_PRIORITY_BEFORE
\@ref EO_CALLBACK_PRIORITY_DEFAULT
See \@ref EFL_CALLBACK_PRIORITY_AFTER,
\@ref EFL_CALLBACK_PRIORITY_BEFORE
\@ref EFL_CALLBACK_PRIORITY_DEFAULT
]]
abstract Efl.Object ()