elm hover: Updated document for deprecated apis.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Jan 2012 12:11:58 +0000 (12:11 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Jan 2012 12:11:58 +0000 (12:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67334 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_deprecated.h
src/lib/elm_hover.h

index d882b04..cb62f9e 100644 (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);
 
index 42443e0..81b5a11 100644 (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);