summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-09-22 13:38:59 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-09-26 17:58:07 +0900
commit2b7f9b6dfd372af81fd691ac0a0a87b53f8cce34 (patch)
treec3700c8ec53e876a0d41ff26ce135e87e3aab859
parentbfa7d2a3b2d6dbd20d6232e950d538611fdb7a9e (diff)
downloadefl-2b7f9b6dfd372af81fd691ac0a0a87b53f8cce34.tar.gz
widget: Add tiny doc for Efl.Ui.Widget.Part
-rw-r--r--src/lib/elementary/efl_ui_widget_part.eo8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_widget_part.eo b/src/lib/elementary/efl_ui_widget_part.eo
index e848686b5b..2ddceab417 100644
--- a/src/lib/elementary/efl_ui_widget_part.eo
+++ b/src/lib/elementary/efl_ui_widget_part.eo
@@ -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;
}