From 6b107c7f018e24013f4ac420a2a6ea8376a0ac21 Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 22 Sep 2010 09:50:26 +0000 Subject: [PATCH] * eet: fix doc about eddc_size. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@52574 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 437e153..7a97368 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -1955,6 +1955,7 @@ eet_data_descriptor_file_new(const Eet_Data_Descriptor_Class *eddc); * with a stream. * @param eddc The Eet_Data_Descriptor_Class you want to set. * @param name The name of the structure described by this class. + * @param eddc_size The size of the Eet_Data_Descriptor_Class at the compilation time. * @param size The size of the structure described by this class. * @return EINA_TRUE if the structure was correctly set (The only * reason that could make it fail is if you did give wrong @@ -1990,6 +1991,7 @@ eet_eina_stream_data_descriptor_class_set(Eet_Data_Descriptor_Class *eddc, * Eet_Data_Descriptor_Class correctly when you use Eina data type * with a file. * @param eddc The Eet_Data_Descriptor_Class you want to set. + * @param eddc_size The size of the Eet_Data_Descriptor_Class at the compilation time. * @param name The name of the structure described by this class. * @param size The size of the structure described by this class. * @return EINA_TRUE if the structure was correctly set (The only -- 2.7.4