I gote the version wrong, even after asking. lol

SVN revision: 69751
This commit is contained in:
David Walter Seikel 2012-03-29 13:11:44 +00:00
parent 51e5cfe685
commit 84ad1f4f00
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Additions:
* eet_file_get to return filenames of Eet_Files. * eet_file_get to return filenames of Eet_Files.
* added support for GNUTLS 3.x. * added support for GNUTLS 3.x.
* eet_dictionary_count. * eet_dictionary_count.
* EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY API
Improvements: Improvements:
@ -29,7 +30,6 @@ Additions:
* eet_alias_get API * eet_alias_get API
* eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
* EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
* EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY API
Fixes: Fixes:

View File

@ -3173,7 +3173,7 @@ eet_data_descriptor_encode(Eet_Data_Descriptor *edd,
* the array. This array will be allocated separately to the struct it * the array. This array will be allocated separately to the struct it
* is in. * is in.
* *
* @since 1.5.0 * @since 1.6.0
* @ingroup Eet_Data_Group * @ingroup Eet_Data_Group
*/ */
#define EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY(edd, struct_type, name, member, type) \ #define EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY(edd, struct_type, name, member, type) \