#ifndef _WIN32
#ifndef __APPLE__
//
- //TIZEN_ONLY(20170307) Deprecate ecore_input_joystick_init/shutdown API
- /**
- * Initializes the Ecore Input Joystick system.
- *
- * @return How many times the lib has been initialized.
- *
- * @since 1.15
- *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
- *
- * @deprecated Deprecated since Tizen 4.0
- * ecore_event_init calls this by default
- */
- EINA_DEPRECATED EAPI int ecore_input_joystick_init(void);
- /**
- * Shutdowns the Ecore Input Joystick system.
- *
- * @return How many times the lib has been initialized.
- *
- * @since 1.15
- *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
- *
- * @deprecated Deprecated since Tizen 4.0
- * ecore_event_shutdown calls this by default
- */
- EINA_DEPRECATED EAPI int ecore_input_joystick_shutdown(void);
- //
-
/**
* Set deadzone of joystick event for an axis.
*
ECORE_EVENT_DEVICE_SUBCLASS_UPDATE = ecore_event_type_new();
//
- //TIZEN_ONLY(20170307) Remove warning message
- #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
if (getenv("ECORE_INPUT_ENABLE_JOYSTICK_INIT"))
ecore_input_joystick_init();
- #pragma GCC diagnostic pop
- //
return _ecore_event_init_count;
}
ECORE_EVENT_DEVICE_SUBCLASS_UPDATE
//
);
- //TIZEN_ONLY(20170307) Remove warning message
- #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
ecore_input_joystick_shutdown();
- #pragma GCC diagnostic pop
- //
eina_log_domain_unregister(_ecore_input_log_dom);
_ecore_input_log_dom = -1;
ecore_shutdown();
return angle;
}
//
-// TIZEN_ONLY(20160126) : add elm_win_profiles_set
-EINA_DEPRECATED EAPI void
-elm_win_profiles_set(Evas_Object *obj, const char **profiles, unsigned int num_profiles)
-{
- ELM_WIN_DATA_GET_OR_RETURN(obj, sd);
-
- // TODO: may need to merge below eolian api
- //_elm_win_available_profiles_set(obj, sd, profiles, num_profiles);
- (void)profiles;
- (void)num_profiles;
-}
-//
//////////////////////////////////////////////////////////////////
// TIZEN_ONLY(20150722): added signal for aux_hint(auxiliary hint)
return sd->dir;
}
-// TIZEN_ONLY(20160126): add direction available get function, it will be deprecated soon
-EINA_DEPRECATED EAPI Eina_Bool
-elm_ctxpopup_direction_available_get(Evas_Object *obj, Elm_Ctxpopup_Direction direction)
-{
- ELM_CTXPOPUP_CHECK(obj) EINA_FALSE;
- ELM_CTXPOPUP_DATA_GET(obj, sd);
-
- elm_layout_sizing_eval(obj);
-
- if (sd->dir == direction) return EINA_TRUE;
- return EINA_FALSE;
-}
-//
-
EOLIAN static void
_elm_ctxpopup_dismiss(Eo *obj, Elm_Ctxpopup_Data *sd)
{
EINA_DEPRECATED EAPI void elm_access_external_info_set(Evas_Object *obj, const char *text);
EINA_DEPRECATED EAPI char *elm_access_external_info_get(const Evas_Object *obj);
-/**
- * @deprecated Deprecated since 2.4.
- * @ingroup Elm_Ctxpopup
- *
- * @param[in] obj The object.
- * @param[in] direction The direction to check available to show ctxpopup.
- *
- * @return EINA_TRUE if object is available to show with @p direction.
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- */
-EINA_DEPRECATED EAPI Eina_Bool elm_ctxpopup_direction_available_get(Evas_Object *obj, Elm_Ctxpopup_Direction direction);
-
// elm_win
/*TIZEN_ONLY(20171214): tizen need to change win type after win creating
EINA_DEPRECATED EAPI void elm_win_type_set(Evas_Object *obj, Elm_Win_Type type);
*/
EINA_DEPRECATED EAPI void elm_win_name_set(Evas_Object *obj, const char *name);
-// TIZEN_ONLY(20160126) : add elm_win_profiles_set
-/**
- * @brief Sets the profile list of a window.
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- *
- * @param[in] obj The window object
- * @param[in] profiles The list of profile names
- * @param[in] num_profiles The number of profile names
- *
- * @ingroup Elm_Win
- *
- * @deprecated Deprecated since Tizen 2.4
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- */
-EINA_DEPRECATED EAPI void elm_win_profiles_set(Evas_Object *obj, const char **profiles, unsigned int num_profiles);
-//
// TIZEN_ONLY(20180824) : elm: keep deprecated API before it removed.
/**
* Unset the left content used for the panes.
* @endif
*
*/
-/** @deprecated evas_out_add */
+/** @deprecated evas_out_add since 5.0 */
EAPI Evas_Out *evas_out_add(Evas *e) EINA_DEPRECATED;
/**
* @endif
*
*/
-/** @deprecated evas_output_del */
+/** @deprecated evas_output_del since 5.0 */
EAPI void evas_output_del(Evas_Out *evo) EINA_DEPRECATED;
/**
*
* @ingroup Evas_Canvas
*/
-/** @deprecated evas_output_view_set */
+/** @deprecated evas_output_view_set since 5.0 */
EAPI void evas_output_view_set(Evas_Out *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h) EINA_DEPRECATED;
/**
*
* @ingroup Evas_Canvas
*/
-/** @deprecated evas_output_view_get */
+/** @deprecated evas_output_view_get since 5.0 */
EAPI void evas_output_view_get(const Evas_Out *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) EINA_DEPRECATED;
/**