docs: Update refs to Efl.Ui.Theme.Apply_Error
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 2 Apr 2019 12:57:35 +0000 (08:57 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 8 Apr 2019 01:45:23 +0000 (10:45 +0900)
Summary:
Proper refs to particular errors cannot be added until T7736 is resolved.

Ref T7717

Test Plan: Only docs updated

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7717

Differential Revision: https://phab.enlightenment.org/D8495

src/lib/elementary/efl_ui_layout_base.eo
src/lib/elementary/efl_ui_widget.eo

index 7c211cd..c381076 100644 (file)
@@ -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 {
          }
index 79e3268..b44ee20 100644 (file)
@@ -160,7 +160,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.]]