add missing @since 1.2

SVN revision: 67638
This commit is contained in:
Gustavo Sverzut Barbieri 2012-01-31 16:47:36 +00:00
parent 948ce4b9ec
commit 0d72a87ff6
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ EAPI extern const Eina_Value_Type *EINA_VALUE_TYPE_STRUCT;
* eina_value_get() takes a pointer to pointer to #Eina_Model, it's an
* exact copy of the current model, no copies are done, no references
* are increased.
*
* @since 1.2
*/
EAPI extern const Eina_Value_Type *EINA_VALUE_TYPE_MODEL;