* Turns on client+server synchronized rendering in X11. App comp sync
* is disabled by default, but can be turned on optionally.
*
- * @warning This is a deprecated API. DO NOT USE.
- *
* @param do_sync True to enable comp syncing, False to disable
+ *
+ * @deprecated Deprecated since 6.0 DO NOT USE.
*/
-EAPI void ecore_evas_app_comp_sync_set(Eina_Bool do_sync);
+EINA_DEPRECATED EAPI void ecore_evas_app_comp_sync_set(Eina_Bool do_sync);
/**
* @brief Get the compositing synchronization state
*
* @return True if app comp sync is enabled.
*
- * @warning This is a deprecated API. DO NOT USE.
+ * @deprecated Deprecated since 6.0 DO NOT USE.
*
*/
-EAPI Eina_Bool ecore_evas_app_comp_sync_get(void);
+EINA_DEPRECATED EAPI Eina_Bool ecore_evas_app_comp_sync_get(void);
/**
* @brief Returns a list of supported engine names.
* set via the ECORE_EVAS_COMP_NOSYNC / ECORE_EVAS_COMP_SYNC
* environmental variables.
*
- * @warning This is a deprecated API. DO NOT USE.
+ * @deprecated Deprecated since 6.0 DO NOT USE.
*/
-EAPI void ecore_evas_comp_sync_set(Ecore_Evas *ee, Eina_Bool do_sync);
+EINA_DEPRECATED EAPI void ecore_evas_comp_sync_set(Ecore_Evas *ee, Eina_Bool do_sync);
/**
* @brief Gets the comp sync state
* @param ee An @c Ecore_Evas handle
* @return True if composition synchronization is enabled, False otherwise
*
- * @warning This is a deprecated API. DO NOT USE.
+ * @deprecated Deprecated since 6.0 DO NOT USE.
*/
-EAPI Eina_Bool ecore_evas_comp_sync_get(const Ecore_Evas *ee);
+EINA_DEPRECATED EAPI Eina_Bool ecore_evas_comp_sync_get(const Ecore_Evas *ee);
/**
* @brief Gets geometry of screen associated with this Ecore_Evas.