From 685f388d6860ac3e6dcca5b0a38a834457fe67f1 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 6 Aug 2011 08:38:50 +0000 Subject: [PATCH] Elm bubble: Updated docs. Thanks to JaMa. SVN revision: 62169 --- 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