eo: fix reference to constants
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 19 Sep 2016 10:58:52 +0000 (12:58 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 19 Sep 2016 11:25:23 +0000 (13:25 +0200)
they are renamed from the prefix EO_ to EFL_

src/lib/eo/efl_object.eo

index 6b9c56c..537a179 100644 (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 ()