I can't mark the enum itself as deprecated as it's used in too
many legacy APIs.
Fixes T3910 (@jypark)
* theme, FDO paths, or both?
*
* @ingroup Elm_Icon
+ *
+ * @deprecated Prefer using elm_config "icon_theme" instead.
*/
typedef enum
{
* @ingroup Elm_Icon
*/
-EAPI void elm_icon_order_lookup_set(Evas_Object *obj EINA_UNUSED, Elm_Icon_Lookup_Order order EINA_UNUSED);
+EAPI void elm_icon_order_lookup_set(Evas_Object *obj EINA_UNUSED, Elm_Icon_Lookup_Order order EINA_UNUSED) EINA_DEPRECATED;
/**
* @brief Get the icon lookup order.
*
* @ingroup Elm_Icon
*/
-EAPI Elm_Icon_Lookup_Order elm_icon_order_lookup_get(const Evas_Object *obj EINA_UNUSED);
+EAPI Elm_Icon_Lookup_Order elm_icon_order_lookup_get(const Evas_Object *obj EINA_UNUSED) EINA_DEPRECATED;
/**
* @brief Set the icon by icon standards names.