kuuko pushed a commit to branch master.

commit bb65087010118ee55cfd8bf6b545ef08bdaa4812
Author: Kai Huuhko <[email protected]>
Date:   Sun Apr 7 22:22:23 2013 +0300

    TODO++
---
 TODO | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 6015de4..1619741 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,14 @@ BUGS
 * Docs: GenlistWidget is documented instead of Genlist
         (all the scrollable are affected)
 
+   - One solution to this is to use inherited-members option in autodoc.
+     Is there a way to have only the immediate parents this way?
+
+   - Another is having an abstraction layer with all functions defined and
+     documented in Genlist and then calling the parent class functions.
+     This defeats the purpose of having it in many classes.
+     Perhaps there is some clever way to use getattr and __doc__ = ...?
+
 
 TODO
 ====
@@ -65,7 +73,8 @@ CHANGES FROM 1.7 to 1.8
 * elm.Scroller.custom_widget_base_theme_set =>  elm.Layout.theme_set           
  TODO is this right?
 * elm.notify.orient_set/get/prop removed  =>  align_set (TODO)
 * Many _set functions that would previously return status now instead raise
-  an exception when the C function returns failure
+  an exception when the underlying C function returns failure:
+
    - efl.elementary.entry.Entry.file_set
    - efl.elementary.fileselector.Fileselector.selected_set
    - efl.elementary.genlist.GenlistItem.tooltip_window_mode_set
@@ -87,3 +96,5 @@ CHANGES FROM 1.7 to 1.8
    - efl.elementary.photo.Photo.file_set
    - efl.elementary.photocam.Photocam.file_set
    - efl.elementary.video.Video.file_set
+
+  This also applies when assigning the relevant properties.

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to