efl: rename Efl.Ui.Text.Change_Info -> Efl.Ui.Text_Change_Info

This commit is contained in:
Xavi Artigas 2018-05-23 12:37:35 +02:00 committed by Daniel Kolesa
parent 4ab7e3fda0
commit e31b3213ec
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ enum Efl.Text_Bidirectional_Type {
inherit [[Inherit text type]]
}
struct Efl.Ui.Text.Change_Info {
struct Efl.Ui.Text_Change_Info {
[[This structure includes all the information about content changes.
It's meant to be used to implement undo/redo.

View File

@ -368,7 +368,7 @@ class Efl.Ui.Text (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
activated: void; [[Called when entry is activated]]
changed: void; [[Called when entry changes]]
/* FIXME: Sometimes it can be NULL but @nullable does not work on events */
changed,user: Efl.Ui.Text.Change_Info;
changed,user: Efl.Ui.Text_Change_Info;
[[The text object has changed due to user interaction]]
validate: Elm.Validate_Content; [[Called when validating]]
context,open: void; [[Called when context menu was opened]]