summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_widget_part.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_widget_part.eo')
-rw-r--r--src/lib/elementary/efl_ui_widget_part.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_widget_part.eo b/src/lib/elementary/efl_ui_widget_part.eo
index 2ddceab417..ac3a2d9626 100644
--- a/src/lib/elementary/efl_ui_widget_part.eo
+++ b/src/lib/elementary/efl_ui_widget_part.eo
@@ -1,8 +1,8 @@
-class Efl.Ui.Widget.Part (Efl.Object)
+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
+ Since objects of this type are returned by @Efl.Part.part_get, their lifetime
is limited to exactly one function call only. Each widget class should
expose more specific types for their API-defined parts.
]]