From 3c07d8d9a67a95fc43a34e98b8e44a5a2a8b376a Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 22 Jan 2014 12:07:55 +0900 Subject: [PATCH] config: Added more description about elm_config_indicator_service_get(). --- legacy/elementary/src/lib/elm_config.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 5ddb0c2294..d878fc4621 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/src/lib/elm_config.h @@ -1206,9 +1206,14 @@ EAPI void elm_config_clouseau_enabled_set(Eina_Bool enabled); /** * Get the indicator service name according to the rotation degree. * - * @param rotation The rotation which related with the indicator service name, in degrees (0-360), + * @param rotation The rotation which related with the indicator service name, + * in degrees (0-360), * - * @return The indicator service name according to the rotation degree. + * @return The indicator service name according to the rotation degree. The + * indicator service name can be either @c "elm_indicator_portrait" or + * @c "elm_indicator_landscape". + * + * @note Do not free the return string. */ EAPI const char *elm_config_indicator_service_get(int rotation);