elementary/elm_deprecated: add elm_photocam_gesture_set/get

SVN revision: 68919
This commit is contained in:
Mikael SANS 2012-03-07 10:04:54 +00:00
parent cb96df9ed7
commit f88c978d2f
1 changed files with 24 additions and 0 deletions

View File

@ -5398,6 +5398,30 @@ EINA_DEPRECATED EAPI void elm_video_uri_set(Evas_Object *video,
*/
EINA_DEPRECATED EAPI void elm_photocam_region_get(const Evas_Object *obj, int *x, int *y, int *w, int *h);
/**
* @brief Set the gesture state for photocam.
*
* @param obj The photocam object
* @param gesture The gesture state to set
*
* This sets the gesture state to on(EINA_TRUE) or off (EINA_FALSE) for
* photocam. The default is off. This will start multi touch zooming.
*
* @deprecated Use elm_photocam_gesture_enabled_set() instead.
*/
EINA_DEPRECATED EAPI void elm_photocam_gesture_set(Evas_Object *obj, Eina_Bool gesture);
/**
* @brief Get the gesture state for photocam.
*
* @param obj The photocam object
* @return The current gesture state
*
* This gets the current gesture state for the photocam object.
*
* @deprecated Use elm_photocam_gesture_enabled_get() instead.
*/
EINA_DEPRECATED EAPI Eina_Bool elm_photocam_gesture_get(const Evas_Object *obj);
/* No documentation for these API before.
*
* @deprecated Use elm_route_latitude_min_max_get()