diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-23 12:37:35 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-23 17:33:47 +0200 |
commit | e31b3213ec09bd5309d02172e95a0988ab9861f7 (patch) | |
tree | ee20fc30ac076c53f83a5938cbe0a9fade3111c2 /src/lib/efl/interfaces/efl_text_types.eot | |
parent | 4ab7e3fda0c61c71c4a1c0a03d79b6671778166c (diff) |
efl: rename Efl.Ui.Text.Change_Info -> Efl.Ui.Text_Change_Info
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_types.eot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl/interfaces/efl_text_types.eot b/src/lib/efl/interfaces/efl_text_types.eot index 969ebacf7c..61003586b9 100644 --- a/src/lib/efl/interfaces/efl_text_types.eot +++ b/src/lib/efl/interfaces/efl_text_types.eot | |||
@@ -7,7 +7,7 @@ enum Efl.Text_Bidirectional_Type { | |||
7 | inherit [[Inherit text type]] | 7 | inherit [[Inherit text type]] |
8 | } | 8 | } |
9 | 9 | ||
10 | struct Efl.Ui.Text.Change_Info { | 10 | struct Efl.Ui.Text_Change_Info { |
11 | [[This structure includes all the information about content changes. | 11 | [[This structure includes all the information about content changes. |
12 | 12 | ||
13 | It's meant to be used to implement undo/redo. | 13 | It's meant to be used to implement undo/redo. |