From bc23f932a28ffac96d141986038c0c422e55f998 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 18 Apr 2011 11:23:56 +0000 Subject: [PATCH] better docs git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@58707 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 901a355..485ec25 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -2794,7 +2794,11 @@ eet_data_descriptor_encode(Eet_Data_Descriptor *edd, * types. All the parameters are the same as for * EET_DATA_DESCRIPTOR_ADD_BASIC(), with the @p subtype being the * exception. This must be the data descriptor of the element that - * is in each member of the hash to be stored. + * is in each member of the hash to be stored. This assumes you have + * a struct member (of type EET_T_INT) called member_count (note the + * _count appended to the member) that holds the number of items in + * the array. This array will be allocated separately to the struct it + * is in. * * @since 1.0.2 * @ingroup Eet_Data_Group -- 2.7.4