From: cedric Date: Wed, 22 Sep 2010 09:50:26 +0000 (+0000) Subject: * eet: fix doc about eddc_size. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff270e82aeefd7439ba968e626ed056c2eb7b12c;p=profile%2Fivi%2Feet.git * eet: fix doc about eddc_size. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@52574 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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