NAME
Eina
SYNOPSIS
use Eina;
[...]
my $list = $calendar->marks_get();
my @array = pEFL::Eina::list2array($list,"ElmCalendarMarkPtr");
DESCRIPTION
Note: It is not planed to support the Eina datatypes, because the perl datatypes are enough.
This module contains only the function list2array($list,$class)
, which converts an Eina_List to a perl array. It should not necessary that you use this function. If a method returns an Eina_List, it is recommended to use the method with the suffix _pv (for perl value).
EXPORT
None by default.
AUTHOR
Maximilian Lika
COPYRIGHT AND LICENSE
Copyright (C) 2022 by Maximilian Lika
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.28.1 or, at your option, any later version of Perl 5 you may have available.