On Tue, Oct 21, 2008 at 9:44 PM, Viktor Kojouharov
<[EMAIL PROTECTED]> wrote:
> This is a bit of a continuation from the previous mail.
>
> I'm trying to use Eina_List with eet. So according to eet_suite.c, I do
> the following:
>
> EET_DATA_DESCRIPTOR_ADD_LIST(_ev_config_edd, Edje_Viewer_Config,
> "recent", recent, _ev_config_edd)

> I didn't know what to put as a subtype, so I put the edd, just how
> eet_suite does it.

In eet_suite, we recursively put the same type inside the list. So the
subtype is the same as the type. I doubt it would be your case. You
should create another Eet_Data_Descriptor to define the type of the
data you put in your list.

-- 
Cedric BAIL

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to