From: Jérôme Pinot <ngc891@gmail.com>

Subject: [E-devel] [patch] eina doc leftover

Forgot this one



SVN revision: 69792
This commit is contained in:
Jérôme Pinot 2012-03-30 10:13:38 +00:00 committed by Carsten Haitzler
parent 4eac10ecdc
commit c8eac1ee80
1 changed files with 1 additions and 1 deletions

View File

@ -1721,7 +1721,7 @@ static inline Eina_Bool eina_value_array_pappend(Eina_Value *value,
/**
* @brief Retrieves a value from the array as an Eina_Value copy.
* @param value source value object
* @param src source value object
* @param position index of the member
* @param dst where to return the array member
* @return #EINA_TRUE on success, #EINA_FALSE otherwise.