bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5a3cf323efbf141e1d2e18561801c85904604bbc

commit 5a3cf323efbf141e1d2e18561801c85904604bbc
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Mon Sep 19 12:58:52 2016 +0200

    eo: fix reference to constants
    
    they are renamed from the prefix EO_ to EFL_
---
 src/lib/eo/efl_object.eo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 6b9c56c..537a179 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -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 ()

-- 


Reply via email to