aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/ClientHamr/README.GuiLua
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ClientHamr/README.GuiLua')
-rw-r--r--docs/ClientHamr/README.GuiLua4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClientHamr/README.GuiLua b/docs/ClientHamr/README.GuiLua
index ba0bf7d..8b62860 100644
--- a/docs/ClientHamr/README.GuiLua
+++ b/docs/ClientHamr/README.GuiLua
@@ -443,9 +443,9 @@ object = eo_add(EVAS_OBJ_LINE_CLASS, canvas);
443 Eo.h -> EO_DEFINE_CLASS is a macro that basically wraps eo_class_new(), and returns it's result. 443 Eo.h -> EO_DEFINE_CLASS is a macro that basically wraps eo_class_new(), and returns it's result.
444 444
445So Eo_Class is the type of a class, but it's A) opaque, B) deprecated! 445So Eo_Class is the type of a class, but it's A) opaque, B) deprecated!
446It includes a pointor to the Eo_Class_Description, which includes the 446It includes a pointer to the Eo_Class_Description, which includes the
447actual name. I'm not seeing anywhere the names of the get/set 447actual name. I'm not seeing anywhere the names of the get/set
448paramaters being passed into the system, or any way to look up a class 448parameters being passed into the system, or any way to look up a class
449based on name. Not even a way to get to the public Eo_Class_Description 449based on name. Not even a way to get to the public Eo_Class_Description
450from the opaque Eo_Class. 450from the opaque Eo_Class.
451 451