diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-29 08:41:02 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-29 08:51:51 +0200 |
commit | 53004b72a50199e57d6fa8492efcff0ea66cc7f3 (patch) | |
tree | f8e88a882c6f3771f9732279a43a096086f19531 /src/lib/ecore_evas | |
parent | e83746cf04f560fa4694c11b60a7137392faf0cb (diff) |
doxygen docs: Move CnP API out of the Remove Canvas group
The new CnP API had been wrongly added to the Remote Canvases group.
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index b8d2a878dd..e17208aba2 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h | |||
@@ -3586,6 +3586,10 @@ EAPI Evas_Object *ecore_evas_extn_plug_new(Ecore_Evas *ee_target); | |||
3586 | EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys); | 3586 | EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys); |
3587 | 3587 | ||
3588 | /** | 3588 | /** |
3589 | * @} | ||
3590 | */ | ||
3591 | |||
3592 | /** | ||
3589 | * @brief Retrieves the coordinates of the default mouse pointer. | 3593 | * @brief Retrieves the coordinates of the default mouse pointer. |
3590 | * | 3594 | * |
3591 | * @param ee The Ecore_Evas containing the pointer | 3595 | * @param ee The Ecore_Evas containing the pointer |
@@ -3872,11 +3876,6 @@ EAPI void ecore_evas_callback_drop_drop_set(Ecore_Evas *ee, Ecore_Evas_Drop_Cb c | |||
3872 | */ | 3876 | */ |
3873 | EAPI Eina_Accessor* ecore_evas_drop_available_types_get(Ecore_Evas *ee, unsigned int seat); | 3877 | EAPI Eina_Accessor* ecore_evas_drop_available_types_get(Ecore_Evas *ee, unsigned int seat); |
3874 | 3878 | ||
3875 | |||
3876 | /** | ||
3877 | * @} | ||
3878 | */ | ||
3879 | |||
3880 | /** | 3879 | /** |
3881 | * @} | 3880 | * @} |
3882 | */ | 3881 | */ |