stefan pushed a commit to branch master.

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

commit fee28a5b1655c02244cb63e6ccc9c5eef8991f8c
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Oct 24 20:51:04 2016 +0200

    docs: elm_icon: fully document elm_icon eo file
---
 src/lib/elementary/elm_icon.eo | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/lib/elementary/elm_icon.eo b/src/lib/elementary/elm_icon.eo
index da79c23..6d56165 100644
--- a/src/lib/elementary/elm_icon.eo
+++ b/src/lib/elementary/elm_icon.eo
@@ -1,13 +1,15 @@
 enum Elm.Icon.Type
 {
+   [[Elementary icon types]]
    legacy: elm_icon;
-   none,
-   file,
-   standard
+   none, [[Icon has no type set]]
+   file, [[Icon is of type file]]
+   standard [[Icon is of type standard]]
 }
 
 class Elm.Icon (Efl.Ui.Image)
 {
+   [[Elementary Icon Class]]
    legacy_prefix: elm_icon;
    eo_prefix: elm_obj_icon;
    event_prefix: elm_icon;
@@ -22,8 +24,8 @@ class Elm.Icon (Efl.Ui.Image)
       Efl.File.file.set;
    }
    events {
-      thumb,done;
-      thumb,error;
+      thumb,done; [[Called when thumb nailing is successfully done]]
+      thumb,error; [[Called when thumb nailing failed]]
    }
 
 }

-- 


Reply via email to