docs: Update refs to Efl.Ui.Theme.Apply_Error

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
This commit is contained in:
Xavi Artigas 2019-04-02 08:57:35 -04:00 committed by Mike Blumenkrantz
parent 6c01d7177c
commit 413c987837
2 changed files with 3 additions and 3 deletions

View 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 {
}

View File

@ -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.]]