EAPI int ecore_evas_shutdown(void);
/**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
* @brief Sets application compositor synchronization on/off
*
* Turns on client+server synchronized rendering in X11. App comp sync
* is disabled by default, but can be turned on optionally.
*
* @param do_sync True to enable comp syncing, False to disable
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
*/
EINA_DEPRECATED EAPI void ecore_evas_app_comp_sync_set(Eina_Bool do_sync);
/**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
* @brief Get the compositing synchronization state
*
* @return True if app comp sync is enabled.
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
- *
*/
EINA_DEPRECATED EAPI Eina_Bool ecore_evas_app_comp_sync_get(void);
EAPI void ecore_evas_manual_render(Ecore_Evas *ee);
/**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
* @brief Sets comp syncing to enabled/disabled
*
* @param ee An @c Ecore_Evas handle
* disabled by default, but can be turned on optionally. Can also be
* set via the ECORE_EVAS_COMP_NOSYNC / ECORE_EVAS_COMP_SYNC
* environmental variables.
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
*/
EINA_DEPRECATED EAPI void ecore_evas_comp_sync_set(Ecore_Evas *ee, Eina_Bool do_sync);
/**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
* @brief Gets the comp sync state
*
* @param ee An @c Ecore_Evas handle
* @return True if composition synchronization is enabled, False otherwise
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
*/
EINA_DEPRECATED EAPI Eina_Bool ecore_evas_comp_sync_get(const Ecore_Evas *ee);