- Class _Elm_Layout_Part_Alias_Description  
- Should not be used outside of EFL internal code.  
- Global _Evas_GL_API::evasglCreateImage  )(int target, void *buffer, const int *attrib_list) EINA_DEPRECATED
-   
- Global ecore_drm_fb_set  (Ecore_Drm_Device *dev, Ecore_Drm_Fb *fb)
- just call ecore_drm_fb_send() instead. 
- Global ecore_imf_context_commit_event_add  (Ecore_IMF_Context *ctx, const char *str)
- use ecore_imf_context_event_callback_call() instead.  
- Global ecore_imf_context_delete_surrounding_event_add  (Ecore_IMF_Context *ctx, int offset, int n_chars)
- use ecore_imf_context_event_callback_call() instead.  
- Global ecore_imf_context_hide  (Ecore_IMF_Context *ctx)
- use ecore_imf_context_input_panel_hide() instead.  
- Global ecore_imf_context_preedit_changed_event_add  (Ecore_IMF_Context *ctx)
- use ecore_imf_context_event_callback_call() instead.  
- Global ecore_imf_context_preedit_end_event_add  (Ecore_IMF_Context *ctx)
- use ecore_imf_context_event_callback_call() instead.  
- Global ecore_imf_context_preedit_start_event_add  (Ecore_IMF_Context *ctx)
- use ecore_imf_context_event_callback_call() instead.  
- Global ecore_imf_context_show  (Ecore_IMF_Context *ctx)
- use ecore_imf_context_input_panel_show() instead.  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_DAY  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_MONTH  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_YEAR  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_NUMBER  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_EMAIL_ADDRESS  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_ID  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_NAME  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_PHONE  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_ADDRESS  
- since 1.24  
- Global ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_CODE  
- since 1.24  
- Global Ecore_Wl_Dnd  
- Do Not Use  
- Global ecore_wl_dnd_get  (void)
- Do Not Use  - Do Not Use   
- Global ecore_wl_dnd_get_selection  (Ecore_Wl_Dnd *dnd, const char *type)
- use ecore_wl_dnd_selection_get  - use ecore_wl_dnd_selection_get   
- Global ecore_wl_dnd_selection_has_owner  (Ecore_Wl_Dnd *dnd)
- use ecore_wl_dnd_selection_owner_has  - use ecore_wl_dnd_selection_owner_has   
- Global ecore_wl_dnd_set_selection  (Ecore_Wl_Dnd *dnd, const char **types_offered)
- use ecore_wl_dnd_selection_set  - use ecore_wl_dnd_selection_set   
- Global ecore_wl_dnd_start_drag  (Ecore_Wl_Dnd *dnd)
- use ecore_wl_dnd_drag_start  - use ecore_wl_dnd_drag_start   
- Global ecore_x_e_window_profile_list_get  (Ecore_X_Window win, const char ***profiles, int *ret_num)
- use ecore_x_e_window_available_profiles_get  
- Global ecore_x_e_window_profile_list_set  (Ecore_X_Window win, const char **profiles, unsigned int num_profiles)
- use ecore_x_e_window_available_profiles_set  
- Global edje_edit_part_item_position_get  (Evas_Object *obj, const char *part, const char *item_name, unsigned short *col, unsigned short *row)
- Use edje_edit_part_item_position_col_get() and edje_edit_part_item_position_row_get() instead. 
- Global edje_edit_part_item_position_set  (Evas_Object *obj, const char *part, const char *item_name, unsigned short col, unsigned short row)
- Use edje_edit_part_item_position_col_set() and edje_edit_part_item_position_row_set() instead. 
- Global edje_edit_part_item_span_get  (Evas_Object *obj, const char *part, const char *item, unsigned char *col, unsigned char *row)
- Use edje_edit_part_item_span_row_get() and edje_edit_part_item_span_col_get() instead. 
- Global edje_edit_state_container_align_get  (Evas_Object *obj, const char *part, const char *state, double value, double *x, double *y)
- Use edje_edit_state_container_align_x_set() and edje_edit_state_container_align_y_set() instead. 
- Global edje_edit_state_container_align_set  (Evas_Object *obj, const char *part, const char *state, double value, double x, double y)
- Use edje_edit_state_container_align_x_set() and edje_edit_state_container_align_y_set() instead. 
- Global edje_edit_state_container_min_get  (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool *h, Eina_Bool *v)
- Use edje_edit_state_container_min_h_get() and edje_edit_state_container_min_v_get() instead. 
- Global edje_edit_state_container_min_set  (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool h, Eina_Bool v)
- Use edje_edit_state_container_min_h_set() and edje_edit_state_container_min_v_set() instead. 
- Global edje_edit_state_container_padding_get  (Evas_Object *obj, const char *part, const char *state, double value, int *x, int *y)
- Use edje_edit_state_container_padding_x_get() and edje_edit_state_container_padding_y_get() instead. 
- Global edje_edit_state_container_padding_set  (Evas_Object *obj, const char *part, const char *state, double value, int x, int y)
- Use edje_edit_state_container_padding_x_set() and edje_edit_state_container_padding_y_set() instead. 
- Global edje_extern_object_aspect_set  (Evas_Object *obj, Edje_Aspect_Control aspect, Evas_Coord aw, Evas_Coord ah)
- use evas_object_size_hint_aspect_set() instead. 
- Global edje_extern_object_max_size_set  (Evas_Object *obj, Evas_Coord maxw, Evas_Coord maxh)
- use evas_object_size_hint_max_set() instead. 
- Global edje_extern_object_min_size_set  (Evas_Object *obj, Evas_Coord minw, Evas_Coord minh)
- use evas_object_size_hint_min_set() instead. 
- Global edje_mmap_3d_has  (Eina_File *f, const char *group)
-   
- Global eet_data_descriptor_new  (const char *name, int size, Eet_Descriptor_List_Next_Callback func_list_next, Eet_Descriptor_List_Append_Callback func_list_append, Eet_Descriptor_List_Data_Callback func_list_data, Eet_Descriptor_List_Free_Callback func_list_free, Eet_Descriptor_Hash_Foreach_Callback func_hash_foreach, Eet_Descriptor_Hash_Add_Callback func_hash_add, Eet_Descriptor_Hash_Free_Callback func_hash_free)
- use eet_data_descriptor_stream_new() or eet_data_descriptor_file_new()  
- Global efreet_menu_async_get  (Efreet_Menu_Cb func, const void *data)
-   
- Global efreet_menu_async_parse  (const char *path, Efreet_Menu_Cb func, const void *data)
-   
- Global eina_array_count_get  (const Eina_Array *array)
- use eina_array_count()  
- Global eina_tmpstr_strlen  (Eina_Tmpstr *tmpstr)
-   
- Global eina_unicode_utf8_get_next  (const char *buf, int *iindex) EINA_DEPRECATED
- use eina_unicode_utf8_next_get Reads UTF8 bytes from buf, starting atiindexand returns the decoded code point atiindexoffset, and advancesiindexto the next code point after this.
- Global eina_value_util_bool_new  
-   
- Global eina_value_util_double_new  
-   
- Global eina_value_util_dup  
-   
- Global eina_value_util_int_new  
-   
- Global eina_value_util_string_copy  
-   
- Global eina_value_util_string_new  
-   
- Global eina_value_util_stringshare_copy  
-   
- Global eina_value_util_stringshare_new  
-   
- Global eina_value_util_time_new  
-   
- Global eina_value_util_type_offset  
-   
- Global eina_value_util_type_size  
-   
- Global elm_bg_overlay_get  (const Evas_Object *obj)
- use elm_object_part_content_get() instead 
- Global elm_bg_overlay_set  (Evas_Object *obj, Evas_Object *overlay)
- use elm_object_part_content_set() instead 
- Global elm_bg_overlay_unset  (Evas_Object *obj)
- use elm_object_part_content_unset() instead 
- Global elm_cache_flush_enabled_all_set  (Eina_Bool enabled)
- Use elm_cache_flush_enabled_set and elm_config_all_flush() 
- Global elm_cache_flush_interval_all_set  (int size)
- Use elm_cache_flush_interval_set() and elm_config_all_flush() 
- Global elm_calendar_text_saturday_color_set  (Evas_Object *obj, int pos)
- use elm_calendar_mark_add() instead like: 
- Global elm_calendar_text_sunday_color_set  (Evas_Object *obj, int pos)
- use elm_calendar_mark_add() instead like: 
- Global elm_calendar_text_weekday_color_set  (Evas_Object *obj, int pos)
- use elm_calendar_mark_add() instead like: 
- Global elm_config_engine_get  (void)
- use elm_config_accel_preference_get() + elm_config_accel_preference_set()  
- Global elm_config_engine_set  (const char *engine)
- use elm_config_accel_preference_get() + elm_config_accel_preference_set()  
- Global elm_config_scroll_thumbscroll_flick_distance_tolerance_get  (void)
-  
- Global elm_config_scroll_thumbscroll_flick_distance_tolerance_set  (unsigned int distance)
-  
- Global elm_config_scroll_thumbscroll_friction_get  (void)
-  
- Global elm_config_scroll_thumbscroll_friction_set  (double friction)
-  
- Global elm_config_scroll_thumbscroll_friction_standard_get  (void)
-  
- Global elm_config_scroll_thumbscroll_friction_standard_set  (double standard)
-  
- Global elm_config_scroll_thumbscroll_min_friction_get  (void)
-  
- Global elm_config_scroll_thumbscroll_min_friction_set  (double friction)
-  
- Global elm_conformant_content_get  (const Evas_Object *obj)
- use elm_object_content_get() instead 
- Global elm_conformant_content_set  (Evas_Object *obj, Evas_Object *content)
- use elm_object_content_set() instead 
- Global elm_conformant_content_unset  (Evas_Object *obj)
- use elm_object_content_unset() instead 
- Global elm_diskselector_bounce_get  (const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce)
- Use elm_scroller_bounce_get() instead. 
- Global elm_diskselector_bounce_set  (Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce)
- Use elm_scroller_bounce_set() instead. 
- Global elm_diskselector_item_cursor_engine_only_get  (const Elm_Object_Item *it)
- Use elm_object_item_cursor_engine_only_get() instead 
- Global elm_diskselector_item_cursor_engine_only_set  (Elm_Object_Item *it, Eina_Bool engine_only)
- Use elm_object_item_cursor_engine_only_set() instead 
- Global elm_diskselector_item_cursor_get  (const Elm_Object_Item *it)
- Use elm_object_item_cursor_get() instead 
- Global elm_diskselector_item_cursor_set  (Elm_Object_Item *it, const char *cursor)
- Use elm_object_item_cursor_set() instead 
- Global elm_diskselector_item_cursor_style_get  (const Elm_Object_Item *it)
- Use elm_object_item_cursor_style_get() instead 
- Global elm_diskselector_item_cursor_style_set  (Elm_Object_Item *it, const char *style)
- Use elm_object_item_cursor_style_set() instead 
- Global elm_diskselector_item_cursor_unset  (Elm_Object_Item *it)
- use elm_object_item_cursor_unset() instead 
- Global elm_diskselector_item_data_get  (const Elm_Object_Item *it)
- Use elm_object_item_data_get() 
- Global elm_diskselector_item_del  (Elm_Object_Item *it)
- Use elm_object_item_del() instead  
- Global elm_diskselector_item_del_cb_set  (Elm_Object_Item *it, Evas_Smart_Cb func)
- Use elm_object_item_del_cb_set() instead 
- Global elm_diskselector_item_icon_get  (const Elm_Object_Item *it)
- Use elm_object_item_part_content_set() instead 
- Global elm_diskselector_item_icon_set  (Elm_Object_Item *it, Evas_Object *icon)
- Use elm_object_item_part_content_set() instead 
- Global elm_diskselector_item_label_get  (const Elm_Object_Item *it)
- Use elm_object_item_text_get() instead 
- Global elm_diskselector_item_label_set  (Elm_Object_Item *it, const char *label)
- Use elm_object_item_text_set() instead 
- Global elm_diskselector_item_tooltip_content_cb_set  (Elm_Object_Item *it, Elm_Tooltip_Item_Content_Cb func, const void *data, Evas_Smart_Cb del_cb)
- Use elm_object_item_tooltip_content_cb_set() instead  
- Global elm_diskselector_item_tooltip_style_get  (const Elm_Object_Item *it)
- Use elm_object_item_tooltip_style_get() instead  
- Global elm_diskselector_item_tooltip_style_set  (Elm_Object_Item *it, const char *style)
- Use elm_object_item_tooltip_style_set() instead  
- Global elm_diskselector_item_tooltip_text_set  (Elm_Object_Item *it, const char *text)
- Use elm_object_item_tooltip_text_set() instead  
- Global elm_diskselector_item_tooltip_unset  (Elm_Object_Item *it)
- Use elm_object_item_tooltip_unset() instead  
- Global elm_diskselector_scroller_policy_get  (const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v)
- Use elm_scroller_policy_get() instead. 
- Global elm_diskselector_scroller_policy_set  (Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v)
- Use elm_scroller_policy_set() instead. 
- Global elm_diskselector_side_label_lenght_get  (const Evas_Object *obj)
- use elm_diskselector_side_label_length_get() instead: 
- Global elm_diskselector_side_label_lenght_set  (Evas_Object *obj, int len)
- use elm_diskselector_side_label_length_set() instead: 
- Global elm_edje_collection_cache_all_set  (int size)
- Use elm_edje_collection_cache_set() and elm_config_all_flush() 
- Global elm_edje_file_cache_all_set  (int size)
- Use elm_edje_file_cache_set() and elm_config_all_flush() 
- Module Elm_Engine  
- Please use elm_config_accel_preference_override_set() instead 
- Global elm_entry_bounce_get  (const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce)
- Use elm_scroller_bounce_get() instead. 
- Global elm_entry_bounce_set  (Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce)
- Use elm_scroller_bounce_set() instead. 
- Global elm_entry_scrollbar_policy_set  (Evas_Object *obj, Elm_Scroller_Policy h, Elm_Scroller_Policy v)
- Use elm_scroller_policy_set() instead. 
- Global elm_fileselector_button_expandable_get  (const Evas_Object *obj)
- Use elm_fileselector_expandable_get() instead. 
- Global elm_fileselector_button_expandable_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_expandable_set() instead. 
- Global elm_fileselector_button_folder_only_get  (const Evas_Object *obj)
- Use elm_fileselector_folder_only_get() instead. 
- Global elm_fileselector_button_folder_only_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_folder_only_set() instead. 
- Global elm_fileselector_button_is_save_get  (const Evas_Object *obj)
- Use elm_fileselector_is_save_get() instead. 
- Global elm_fileselector_button_is_save_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_is_save_set() instead. 
- Global elm_fileselector_button_path_get  (const Evas_Object *obj)
- Use elm_fileselector_path_get() instead. 
- Global elm_fileselector_button_path_set  (Evas_Object *obj, const char *path)
- Use elm_fileselector_path_set() instead. 
- Global elm_fileselector_entry_expandable_get  (const Evas_Object *obj)
- Use elm_fileselector_expandable_get() instead. 
- Global elm_fileselector_entry_expandable_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_expandable_set() instead. 
- Global elm_fileselector_entry_folder_only_get  (const Evas_Object *obj)
- Use elm_fileselector_folder_only_get() instead. 
- Global elm_fileselector_entry_folder_only_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_folder_only_set() instead. 
- Global elm_fileselector_entry_is_save_get  (const Evas_Object *obj)
- Use elm_fileselector_is_save_get() instead. 
- Global elm_fileselector_entry_is_save_set  (Evas_Object *obj, Eina_Bool value)
- Use elm_fileselector_is_save_set() instead. 
- Global elm_fileselector_entry_path_get  (const Evas_Object *obj)
- Use elm_fileselector_path_get() instead. 
- Global elm_fileselector_entry_path_set  (Evas_Object *obj, const char *path)
- Use elm_fileselector_path_set() instead. 
- Global elm_fileselector_entry_selected_get  (const Evas_Object *obj)
- Use elm_fileselector_selected_get() instead. 
- Global elm_fileselector_entry_selected_set  (Evas_Object *obj, const char *path)
- Use elm_fileselector_selected_set() instead. 
- Global elm_finger_size_all_set  (Evas_Coord size)
- Use elm_config_finger_size_set() and elm_config_all_flush()  
- Global elm_flipselector_interval_get  (const Evas_Object *obj)
- Use elm_flipselector_first_interval_get() 
- Global elm_flipselector_interval_set  (Evas_Object *obj, double interval)
- Use elm_flipselector_first_interval_set() 
- Global elm_flipselector_item_del  (Elm_Object_Item *it)
- Use elm_object_item_del() instead 
- Global elm_flipselector_item_label_get  (const Elm_Object_Item *it)
- see elm_object_item_text_get() instead 
- Global elm_flipselector_item_label_set  (Elm_Object_Item *it, const char *label)
- see elm_object_item_text_set() instead 
- Global elm_font_cache_all_set  (int size)
- Use elm_font_cache_set() and elm_config_all_flush() 
- Global elm_font_overlay_all_apply  (void)
- Use elm_font_overlay_apply and elm_config_all_flush()  
- Global elm_gengrid_bounce_get  (const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce)
- Use elm_scroller_bounce_get() instead. 
- Global elm_gengrid_bounce_set  (Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce)
- Use elm_scroller_bounce_set() instead. 
- Global elm_gengrid_scroller_policy_get  (const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v)
- Use elm_scroller_policy_get() instead. 
- Global elm_gengrid_scroller_policy_set  (Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v)
- Use elm_scroller_policy_set() instead. 
- Global elm_icon_animated_available_get  (const Evas_Object *obj)
- Use elm_image_animated_available_get() instead. 
- Global elm_icon_animated_get  (const Evas_Object *obj)
- Use elm_image_animated_get() instead. 
- Global elm_icon_animated_play_get  (const Evas_Object *obj)
- Use elm_image_animated_play_get() instead. 
- Global elm_icon_animated_play_set  (Evas_Object *obj, Eina_Bool play)
- Use elm_image_animated_play_set() instead. 
- Global elm_icon_animated_set  (Evas_Object *obj, Eina_Bool animated)
- Use elm_image_animated_set() instead. 
- Global elm_icon_aspect_fixed_get  (const Evas_Object *obj)
- Use elm_image_aspect_fixed_get() instead. 
- Global elm_icon_aspect_fixed_set  (Evas_Object *obj, Eina_Bool fixed)
- Use elm_image_aspect_fixed_set() instead. 
- Global elm_icon_file_get  (const Evas_Object *obj, const char **file, const char **group)
- Use elm_image_file_get() instead. 
- Global elm_icon_file_set  (Evas_Object *obj, const char *file, const char *group)
- Use elm_image_file_set() instead. 
- Global elm_icon_fill_outside_get  (const Evas_Object *obj)
- Use elm_image_fill_outside_get() instead. 
- Global elm_icon_fill_outside_set  (Evas_Object *obj, Eina_Bool fill_outside)
- Use elm_image_fill_outside_set() instead. 
- Global Elm_Icon_Lookup_Order  
- Prefer using elm_config "icon_theme" instead.  
- Global elm_icon_memfile_set  (Evas_Object *obj, const void *img, size_t size, const char *format, const char *key)
- Use elm_image_memfile_set() instead. 
- Global elm_icon_no_scale_get  (const Evas_Object *obj)
- Use elm_image_no_scale_get() instead. 
- Global elm_icon_no_scale_set  (Evas_Object *obj, Eina_Bool no_scale)
- Use elm_image_no_scale_set() instead. 
- Global elm_icon_object_get  (Evas_Object *obj)
- Use elm_image_object_get() instead. 
- Global elm_icon_preload_disabled_set  (Evas_Object *obj, Eina_Bool disabled)
- Use elm_image_preload_disabled_set() instead. 
- Global elm_icon_prescale_get  (const Evas_Object *obj)
- Use elm_image_prescale_get() instead. 
- Global elm_icon_prescale_set  (Evas_Object *obj, int size)
- Use elm_image_prescale_set() instead. 
- Global elm_icon_resizable_get  (const Evas_Object *obj, Eina_Bool *size_up, Eina_Bool *size_down)
- Use elm_image_resizable_get() instead. 
- Global elm_icon_resizable_set  (Evas_Object *obj, Eina_Bool size_up, Eina_Bool size_down)
- Use elm_image_resizable_set() instead. 
- Global elm_icon_size_get  (const Evas_Object *obj, int *w, int *h)
- Use elm_image_object_size_get() instead. 
- Global elm_icon_smooth_get  (const Evas_Object *obj)
- Use elm_image_smooth_get() instead. 
- Global elm_icon_smooth_set  (Evas_Object *obj, Eina_Bool smooth)
- Use elm_image_smooth_set() instead. 
- Global elm_image_cache_all_set  (int size)
- Use elm_image_cache_set() and elm_config_all_flush() 
- Global elm_object_domain_translatable_text_part_set  (Evas_Object *obj, const char *part, const char *domain, const char *text)
- Use elm_object_domain_translatable_part_text_set() instead. 
- Global elm_object_focus  (Evas_Object *obj)
- use elm_object_focus_set() instead. 
- Global elm_object_focus_cycle  (Evas_Object *obj, Elm_Focus_Direction dir)
- Use elm_object_focus_next() instead 
- Global elm_object_focus_direction_go  (Evas_Object *obj, int x, int y)
- Support it later. 
- Global elm_object_translatable_text_part_get  (const Evas_Object *obj, const char *part)
- Use elm_object_translatable_part_text_get() instead. 
- Global elm_object_unfocus  (Evas_Object *obj)
- use elm_object_focus_set() instead. 
- Global elm_profile_all_set  (const char *profile)
- Use elm_profile_set() and elm_config_all_flush()  
- Global elm_scale_all_set  (double scale)
- use elm_scale_set() and elm_config_all_flush()  
- Global elm_scroll_bounce_enabled_all_set  (Eina_Bool enabled)
- Use elm_scroll_bounce_enabled_set() and elm_config_all_flush() 
- Global elm_scroll_bounce_friction_all_set  (double friction)
- Use elm_scroll_bounce_friction_set() and elm_config_all_flush() 
- Global elm_scroll_bring_in_scroll_friction_all_set  (double friction)
- Use elm_scroll_bring_in_scroll_friction_set() and elm_config_all_flush() 
- Global elm_scroll_page_scroll_friction_all_set  (double friction)
- Use elm_scroll_page_scroll_friction_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_border_friction_all_set  (double friction)
- Use elm_scroll_thumbscroll_border_friction_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_enabled_all_set  (Eina_Bool enabled)
- Use elm_scroll_thumbscroll_enabled_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_friction_all_set  (double friction)
- Use elm_scroll_thumbscroll_friction_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_momentum_threshold_all_set  (double threshold)
- Use elm_scroll_thumbscroll_momentum_threshold_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_sensitivity_friction_all_set  (double friction)
- Use elm_scroll_thumbscroll_sensitivity_friction_set() and elm_config_all_flush() 
- Global elm_scroll_thumbscroll_threshold_all_set  (unsigned int threshold)
- Use elm_scroll_thumbscroll_threshold_set() and elm_config_all_flush() 
- Global elm_scroll_zoom_friction_all_set  (double friction)
- Use elm_scroll_zoom_friction_set() and elm_config_all_flush() 
- Global elm_scrolled_entry_cnp_textonly_get  (Evas_Object *obj)
-  
- Global elm_scrolled_entry_cnp_textonly_set  (Evas_Object *obj, Eina_Bool textonly)
-  
- Global elm_scroller_custom_widget_base_theme_set  (Elm_Scroller *obj, const char *klass, const char *group)
- Use elm_layout_theme_set() instead. 
- Global elm_textpath_circle_set  (Efl_Ui_Textpath *obj, double x, double y, double radius, double start_angle, Efl_Ui_Textpath_Direction direction)
- Use elm_textpath_circular_set() instead. 
- Global elm_web_uri_get  (const Evas_Object *obj)
- Use elm_web_url_get() instead 
- Global elm_web_uri_set  (Evas_Object *obj, const char *uri)
- Use elm_web_url_set() instead 
- Global elm_win_fake_canvas_set  (Evas_Object *obj, Ecore_Evas *oee) EINA_DEPRECATED
-   
- Global Evas_Coord_Rectangle  
- Use Eina_Rectangle instead  
- Global evas_cserve_path_get  (void)
- This function now returns NULL as cserve2 support has been removed 
- Global evas_device_class_set  (Evas_Device *dev, Evas_Device_Class clas) EINA_DEPRECATED
- The class of a device can not be changed after creation. 
- Global evas_object_image_alpha_mask_set  (Evas_Object *obj, Eina_Bool ismask) EINA_DEPRECATED
- This function has never been implemented. 
- Global evas_object_image_data_convert  (Evas_Object *obj, Evas_Colorspace to_cspace) EINA_DEPRECATED
- evas_object_image_data_convert  
- Global evas_object_image_pixels_import  (Evas_Object *obj, Evas_Pixel_Import_Source *pixels) EINA_DEPRECATED
- evas_object_image_pixels_import  
- Global evas_object_image_reload  (Evas_Object *obj) EINA_DEPRECATED
- evas_object_image_reload  
- Global evas_object_image_source_visible_get  (const Evas_Object *obj)
- Please use evas_object_norender_get() on the source instead. 
- Global evas_object_image_source_visible_set  (Evas_Object *obj, Eina_Bool visible)
- Please use evas_object_norender_get() on the source instead. 
- Global evas_textblock_cursor_set_at_format  (Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n)
- duplicate of evas_textblock_cursor_at_format_set  
- Global evas_vg_node_geometry_set  (Evas_Vg_Node *obj, int x, int y, int w, int h) EINA_DEPRECATED
-