xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a5837cb4ed0d9dabde8d92dbb69dfbdcaa891a71

commit a5837cb4ed0d9dabde8d92dbb69dfbdcaa891a71
Author: Ali Alzyod <ali198...@gmail.com>
Date:   Thu Dec 5 10:37:57 2019 +0100

    efl_text_attribute_factory: update documention
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10806
---
 src/lib/evas/canvas/efl_text_attribute_factory.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/efl_text_attribute_factory.eo 
b/src/lib/evas/canvas/efl_text_attribute_factory.eo
index 52bc871880..6ff08c3b71 100644
--- a/src/lib/evas/canvas/efl_text_attribute_factory.eo
+++ b/src/lib/evas/canvas/efl_text_attribute_factory.eo
@@ -6,7 +6,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object {
 
      Attributes can be assigned to character ranges, selected using two 
@Efl.Text.Cursor instances.
      Cursor instances are already bound to a text object so there's no need to 
provide it to this class.
-     Style is specified using format strings as described in 
Efl.Canvas.Text.style_set.
+     Style is specified using format strings as described in 
@Efl.Canvas.Text.style_apply.
 
      There is no need to instantiate this class. Use directly the 
@.attribute_insert and @.attribute_clear static methods.]]
    methods {
@@ -15,7 +15,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object {
 
            The $format will be applied to the given range.
            The passed cursors must belong to same textObject, else insertion 
will be ignored.
-           Passed format parameter uses same format as style in 
Efl.Canvas.Text.style_set.
+           Passed format parameter uses same format as style in 
@Efl.Canvas.Text.style_apply.
          ]]
          params {
               start: const(Efl.Text.Cursor); [[Start of range.]]

-- 


Reply via email to