Hi,
A middleware software need to save the value of 'unsigned long' type to
vconf/vconf-buxton, however, this project does not support the 'unsigned long'
type.
vconf-buxton.c: * union for storing values */union keyvalue{ int i;
/* storage of integers */ int b; /* storage of
booleans */ double d; /* storage of doubles */ char *s;
/* storage of strings */};
Please add support for the 'unsigned long' type.
Thanks,
Chengyi _______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev