diff options
Diffstat (limited to 'src/lib/ecore_cocoa/Ecore_Cocoa.h')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index a94785cee7..7f7ca6d9d8 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h | |||
@@ -472,7 +472,7 @@ EAPI Ecore_Cocoa_Object *ecore_cocoa_window_get(const Ecore_Cocoa_Window *window | |||
472 | * @param type | 472 | * @param type |
473 | * @return EINA_TRUE on success, EINA_FALSE on failure | 473 | * @return EINA_TRUE on success, EINA_FALSE on failure |
474 | */ | 474 | */ |
475 | EAPI Eina_Bool ecore_cocoa_selection_clipboard_set(const void *data, | 475 | EAPI Eina_Bool ecore_cocoa_clipboard_set(const void *data, |
476 | int size, | 476 | int size, |
477 | Ecore_Cocoa_Cnp_Type type); | 477 | Ecore_Cocoa_Cnp_Type type); |
478 | 478 | ||
@@ -487,15 +487,15 @@ EAPI Eina_Bool ecore_cocoa_selection_clipboard_set(const void *data, | |||
487 | * @c retrieved_types will contain ECORE_COCOA_CNP_TYPE_STRING and the data | 487 | * @c retrieved_types will contain ECORE_COCOA_CNP_TYPE_STRING and the data |
488 | * will be a C string (char*) that must be freed after use. | 488 | * will be a C string (char*) that must be freed after use. |
489 | */ | 489 | */ |
490 | EAPI void *ecore_cocoa_selection_clipboard_get(int *size, | 490 | EAPI void *ecore_cocoa_clipboard_get(int *size, |
491 | Ecore_Cocoa_Cnp_Type type, | 491 | Ecore_Cocoa_Cnp_Type type, |
492 | Ecore_Cocoa_Cnp_Type *retrieved_types) | 492 | Ecore_Cocoa_Cnp_Type *retrieved_types) |
493 | EINA_WARN_UNUSED_RESULT; | 493 | EINA_WARN_UNUSED_RESULT; |
494 | 494 | ||
495 | /** | 495 | /** |
496 | * Deletes the contents of the Cocoa clipboard | 496 | * Deletes the contents of the Cocoa clipboard |
497 | */ | 497 | */ |
498 | EAPI void ecore_cocoa_selection_clipboard_clear(void); | 498 | EAPI void ecore_cocoa_clipboard_clear(void); |
499 | 499 | ||
500 | /** | 500 | /** |
501 | * Set the Cocoa cursor for a given Cocoa window | 501 | * Set the Cocoa cursor for a given Cocoa window |