From 51c1be8ba380984e97e328bb40c5fc9b15a6abdc Mon Sep 17 00:00:00 2001 From: tasn Date: Sat, 6 Aug 2011 08:38:50 +0000 Subject: [PATCH] Elm bubble: Updated docs. Thanks to JaMa. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index b0e663c..6de886a 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -9756,7 +9756,7 @@ extern "C" { * @return The string of set in the label * * This function gets the title of the bubble. - * @deprecated use elm_object_text_set() instead. + * @deprecated use elm_object_text_get() instead. */ EINA_DEPRECATED EAPI const char *elm_bubble_label_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); /** @@ -9767,7 +9767,7 @@ extern "C" { * * This function sets the info of the bubble. Where this appears depends on * the selected corner. - * @deprecated use elm_object_text_set() instead. + * @deprecated use elm_object_text_part_set() instead. (with "info" as the parameter). */ EINA_DEPRECATED EAPI void elm_bubble_info_set(Evas_Object *obj, const char *info) EINA_ARG_NONNULL(1); /** @@ -9778,7 +9778,7 @@ extern "C" { * @return The "info" string of the bubble * * This function gets the info text. - * @deprecated use elm_object_text_set() instead. + * @deprecated use elm_object_text_part_get() instead. (with "info" as the parameter). */ EINA_DEPRECATED EAPI const char *elm_bubble_info_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); /** -- 2.7.4