diff --git a/src/lib/elementary/efl_ui_layout_base.eo b/src/lib/elementary/efl_ui_layout_base.eo index 6efea7b274..a3401c865e 100644 --- a/src/lib/elementary/efl_ui_layout_base.eo +++ b/src/lib/elementary/efl_ui_layout_base.eo @@ -32,8 +32,8 @@ abstract Efl.Ui.Layout_Base extends Efl.Ui.Widget implements Efl.Container, ]] set { return: Eina.Error; - [[Whether the style was successfully applied or not, see - the values of Efl.Ui.Theme.Apply_Error for more information.]] + [[Whether the theme was successfully applied or not, see + the Efl.Ui.Theme.Apply_Error subset of @Eina.Error for more information.]] } get { } diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index 981ef4ca29..e765ddea8c 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo @@ -151,7 +151,7 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, [[Can only be called during construction, before finalize.]] return: Eina.Error; [[Whether the style was successfully applied or not, see - the values of Efl.Ui.Theme.Apply_Error for more information.]] + the Efl.Ui.Theme.Apply_Error subset of @Eina.Error for more information.]] } get { [[Returns the current style of a widget.]]