summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2010-09-22 09:50:26 +0000
committerCedric BAIL <cedric.bail@free.fr>2010-09-22 09:50:26 +0000
commit9f1bfbf4a959976a3fcdb23c99a8267fb19a6bd4 (patch)
tree20090e3e23fc0cea0b1804c97e89c9ee6c676809
parent6b23d7d8b8f0d730314af250d5773460fa3bea1c (diff)
downloadeet-9f1bfbf4a959976a3fcdb23c99a8267fb19a6bd4.tar.gz
* eet: fix doc about eddc_size.
SVN revision: 52574
-rw-r--r--src/lib/Eet.h2
1 files changed, 2 insertions, 0 deletions
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