config: Added more description about elm_config_indicator_service_get().

This commit is contained in:
Daniel Juyung Seo 2014-01-22 12:07:55 +09:00
parent 89c3d430a3
commit 3c07d8d9a6
1 changed files with 7 additions and 2 deletions

View File

@ -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);