diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-03 11:12:08 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-03-08 11:01:18 +0100 |
commit | 645c3d41ebd4b446c45e17a60fddf60302481bcc (patch) | |
tree | 88f2e79aa9fa24844a1f9cc7ea90876fdfcc1e03 /src/lib/ecore_evas | |
parent | 7dd92a2d98b983557fc4ce21f8d5740e81fa2a74 (diff) |
docs: Strengthen docs for Copy&Paste and Drag&Drop
Including Eina.Content
And a typo/bugfix in ecore_evas_x.
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11204
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index ddc3622741..713ad9748f 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h | |||
@@ -3695,8 +3695,6 @@ typedef void (*Ecore_Evas_Selection_Changed_Cb)(Ecore_Evas *ee, unsigned int sea | |||
3695 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple | 3695 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple |
3696 | * times overwrites previous functions. Use a NULL @p func to stop being notified. | 3696 | * times overwrites previous functions. Use a NULL @p func to stop being notified. |
3697 | * | 3697 | * |
3698 | * You will not be notified about selection changes caused by yourself. (TODO: bu5hm4n?) | ||
3699 | * | ||
3700 | * @warning If and when this function is called depends on the underlying | 3698 | * @warning If and when this function is called depends on the underlying |
3701 | * windowing system. | 3699 | * windowing system. |
3702 | */ | 3700 | */ |