widget: Add tiny doc for Efl.Ui.Widget.Part
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 22 Sep 2017 04:38:59 +0000 (13:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:58:07 +0000 (17:58 +0900)
src/lib/elementary/efl_ui_widget_part.eo

index e848686..2ddceab 100644 (file)
@@ -1,8 +1,12 @@
 class Efl.Ui.Widget.Part (Efl.Object)
 {
+   [[This is the base class for all "Part" handles in Efl.Ui widgets.
+
+     Since objects of this type are returned by @Efl.Part.part, their lifetime
+     is limited to exactly one function call only. Each widget class should
+     expose more specific types for their API-defined parts.
+   ]]
    data: Elm_Part_Data;
-   methods {
-   }
    implements {
       Efl.Object.destructor;
    }