elm hover: Updated document for deprecated apis.

SVN revision: 67334
This commit is contained in:
Daniel Juyung Seo 2012-01-19 12:11:58 +00:00
parent a091b950f3
commit 8994e4038b
2 changed files with 4 additions and 4 deletions

View File

@ -597,7 +597,7 @@ EINA_DEPRECATED EAPI Evas_Object *elm_fileselector_entry_button_i
*
* Once the content object is set for a given direction, a previously
* set one (on the same direction) will be deleted. If you want to
* keep that old content object, use the elm_hover_content_unset()
* keep that old content object, use the elm_object_part_content_unset()
* function.
*
* All directions may have contents at the same time, except for
@ -628,7 +628,7 @@ EINA_DEPRECATED EAPI void elm_hover_content_set(Evas_Object *obj, const
* @return The content that was being used
*
* @deprecated Use elm_object_part_content_get() instead
* @see elm_hover_content_set()
* @see elm_object_part_content_set()
*/
EINA_DEPRECATED EAPI Evas_Object *elm_hover_content_get(const Evas_Object *obj, const char *swallow);
@ -642,7 +642,7 @@ EINA_DEPRECATED EAPI Evas_Object *elm_hover_content_get(const Evas_Object *obj,
* @return The content that was being used.
*
* @deprecated Use elm_object_part_content_unset() instead
* @see elm_hover_content_set()
* @see elm_object_part_content_set()
*/
EINA_DEPRECATED EAPI Evas_Object *elm_hover_content_unset(Evas_Object *obj, const char *swallow);

View File

@ -161,7 +161,7 @@ EAPI Evas_Object *elm_hover_parent_get(const Evas_Object *obj);
* ELM_HOVER_AXIS_BOTH or ELM_HOVER_AXIS_NONE has the same effect and the
* returned position may be in either axis.
*
* @see elm_hover_content_set()
* @see elm_object_part_content_set()
*/
EAPI const char *elm_hover_best_content_location_get(const Evas_Object *obj, Elm_Hover_Axis pref_axis);