diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-01-22 12:07:55 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-01-22 12:07:55 +0900 |
commit | e6ae0898501cac239a648725e896b50c6cac693b (patch) | |
tree | 1d4628763fbea35f1fbf9ff7e2b9849f49e67f64 | |
parent | a6f2538609f312a27aadb25c294c489fdba27448 (diff) |
config: Added more description about elm_config_indicator_service_get().
-rw-r--r-- | src/lib/elm_config.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index 5ddb0c229..d878fc462 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h | |||
@@ -1206,9 +1206,14 @@ EAPI void elm_config_clouseau_enabled_set(Eina_Bool enabled); | |||
1206 | /** | 1206 | /** |
1207 | * Get the indicator service name according to the rotation degree. | 1207 | * Get the indicator service name according to the rotation degree. |
1208 | * | 1208 | * |
1209 | * @param rotation The rotation which related with the indicator service name, in degrees (0-360), | 1209 | * @param rotation The rotation which related with the indicator service name, |
1210 | * in degrees (0-360), | ||
1210 | * | 1211 | * |
1211 | * @return The indicator service name according to the rotation degree. | 1212 | * @return The indicator service name according to the rotation degree. The |
1213 | * indicator service name can be either @c "elm_indicator_portrait" or | ||
1214 | * @c "elm_indicator_landscape". | ||
1215 | * | ||
1216 | * @note Do not free the return string. | ||
1212 | */ | 1217 | */ |
1213 | EAPI const char *elm_config_indicator_service_get(int rotation); | 1218 | EAPI const char *elm_config_indicator_service_get(int rotation); |
1214 | 1219 | ||