elm atspi interfaces: remove some pointers

This commit is contained in:
Daniel Kolesa 2016-11-09 15:52:44 +01:00
parent d5cbe8b9be
commit eb9c451984
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ mixin Elm.Interface.Atspi_Action ()
params {
@in id: int; [[ID for widget]]
}
return: own(char *) @warn_unused; [[Should be freed by the user.]]
return: own(ptr(char)) @warn_unused; [[Should be freed by the user.]]
}
}
}

View File

@ -10,7 +10,7 @@ mixin Elm.Interface.Atspi_Widget_Action (Elm.Interface.Atspi_Action)
get @virtual_pure {
}
values {
actions: const(Elm_Atspi_Action)*; [[NULL-terminated array of Elm_Atspi_Action]]
actions: ptr(const(Elm_Atspi_Action)); [[NULL-terminated array of Elm_Atspi_Action]]
}
}
}