ecore_audio, eio eo: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-04 17:14:30 +01:00
parent 57792897a2
commit a8f240e10d
2 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ class Ecore.Audio (Efl.Object)
@since 1.8
]]
params {
vio: Ecore.Audio.Vio *; [[the @Ecore.Audio.Vio struct with
vio: ptr(Ecore.Audio.Vio); [[the @Ecore.Audio.Vio struct with
the function callbacks
]]
data: void_ptr; [[user data to pass to the VIO functions]]

View File

@ -60,7 +60,7 @@ class Efl.Io.Manager (Efl.Loop_User)
[[Retrieves or sets information of a given extended attribute.]]
set {
values {
data: Eina.Binbuf *;
data: ptr(Eina.Binbuf);
flags: Eina.Xattr.Flags;
}
return: future<uint64>;
@ -88,7 +88,7 @@ class Efl.Io.Manager (Efl.Loop_User)
close {
[[Closes an open Eina.File.]]
params {
@in file: Eina.File*;
@in file: ptr(Eina.File);
// Here we're just interested whether the promise was fullfilled or not. No value needed.
}
return: future<int>;