doxygen docs: Move CnP API out of the Remove Canvas group

The new CnP API had been wrongly added to the Remote Canvases group.
This commit is contained in:
Xavi Artigas 2020-04-29 08:41:02 +02:00
parent e83746cf04
commit 53004b72a5
1 changed files with 4 additions and 5 deletions

View File

@ -3585,6 +3585,10 @@ EAPI Evas_Object *ecore_evas_extn_plug_new(Ecore_Evas *ee_target);
*/
EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys);
/**
* @}
*/
/**
* @brief Retrieves the coordinates of the default mouse pointer.
*
@ -3872,11 +3876,6 @@ EAPI void ecore_evas_callback_drop_drop_set(Ecore_Evas *ee, Ecore_Evas_Drop_Cb c
*/
EAPI Eina_Accessor* ecore_evas_drop_available_types_get(Ecore_Evas *ee, unsigned int seat);
/**
* @}
*/
/**
* @}
*/