aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-19 15:28:37 +1000
committerDavid Walter Seikel2016-02-19 15:28:37 +1000
commitf7a7dfb934a2637795e69079066a5e8c0e9a7d4c (patch)
tree17abf40418558d06ed4b07e8a10a7a3e65db79b2 /docs/ClientHamr
parentStreaming source code idea. (diff)
downloadSledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.zip
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.gz
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.bz2
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.xz
Run the docs through a spell checker.
Diffstat (limited to 'docs/ClientHamr')
-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