ecore-wl2: Add missing @since for ecore_wl2_offer_mimes_get function

ref T8014
This commit is contained in:
Christopher Michael 2019-06-26 09:53:13 -04:00
parent 03077e238e
commit 9247b5aac3
1 changed files with 1 additions and 0 deletions

View File

@ -1765,6 +1765,7 @@ EAPI Ecore_Wl2_Drag_Action ecore_wl2_offer_action_get(Ecore_Wl2_Offer *offer);
* @return a eina array of strdup´ed strings, this array must NOT be changed or freed
*
* @ingroup Ecore_Wl2_Dnd_Group
* @since 1.19
*/
EAPI Eina_Array* ecore_wl2_offer_mimes_get(Ecore_Wl2_Offer *offer);