efl: rename Efl.Text.Bidirectional_Type -> Efl.Text_Bidirectional_Type

This commit is contained in:
Xavi Artigas 2018-05-23 11:48:56 +02:00 committed by Daniel Kolesa
parent 0f47f53f57
commit d808147e6f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
enum Efl.Text.Bidirectional_Type {
enum Efl.Text_Bidirectional_Type {
[[Bidirectionaltext type]]
natural = 0, [[Natural text type, same as neutral]]
neutral = 0, [[Neutral text type, same as natural]]

View File

@ -444,7 +444,7 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx.Entity, Efl.Gfx.Color, Efl.Gfx.S
The default paragraph direction is $inherit.
]]
values {
dir: Efl.Text.Bidirectional_Type; [[Paragraph direction for the given object.]]
dir: Efl.Text_Bidirectional_Type; [[Paragraph direction for the given object.]]
}
}
clipees_has @const {

View File

@ -186,7 +186,7 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text,
[[Retrieves the direction of the text currently being displayed in the
text object.]]
return: Efl.Text.Bidirectional_Type; [[Bidirectional type]]
return: Efl.Text_Bidirectional_Type; [[Bidirectional type]]
}
}
@property ascent {