efl_input_event: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:43:52 +01:00
parent 50c9ef12df
commit 3c4e0ff76e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ mixin Efl.Input.Event
instance_get @class @protected @virtual_pure {
params {
@in owner: Efl.Object;
@out priv: void*;
@out priv: void_ptr;
}
return: own(Efl.Input.Event);
}