elm Elementary.h.in: Fixed typo.

SVN revision: 61781
This commit is contained in:
Daniel Juyung Seo 2011-07-27 01:51:27 +00:00
parent 7f82a14061
commit 05cbb97d7c
1 changed files with 1 additions and 1 deletions

View File

@ -10693,7 +10693,7 @@ extern "C" {
*
* @param obj The actionslider object
* @return The indicator label
* @deprecated use elm_object_text_set() instead.
* @deprecated use elm_object_text_get() instead.
*/
EINA_DEPRECATED EAPI const char *elm_actionslider_indicator_label_get(Evas_Object *obj) EINA_ARG_NONNULL(1);
/**