ecore_cocoa: fix wrong word in documentation

modified the wrong word for mime_type parameters

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D11446
This commit is contained in:
Taehyub Kim 2020-03-05 02:54:21 +00:00 committed by Marcel Hollerbach
parent e38ea9b958
commit efd09a21d9
1 changed files with 2 additions and 2 deletions

View File

@ -545,7 +545,7 @@ EAPI void ecore_cocoa_terminate_cb_set(Ecore_Cocoa_Terminate_Cb cb)
* Sets the clipboard of Cocoa (NSPasteboard)
* @param data The contents to be set in the clipboard
* @param size The size in bytes of @c data
* @param mine_type
* @param mime_type The type of object to set the data
* @return EINA_TRUE on success, EINA_FALSE on failure
*/
EAPI Eina_Bool ecore_cocoa_clipboard_set(const void *data,
@ -555,7 +555,7 @@ EAPI Eina_Bool ecore_cocoa_clipboard_set(const void *data,
/*
* Gets the contents of the Cocoa clipboard
* @param size Pointer used to retrieve the size of the received contents
* @param mine_type The type of object to retrieve from the clipboard
* @param mime_type The type of object to retrieve from the clipboard
* @return The data retrieved from the clipboard. NULL on failure
*
*/