diff options
author | Amitesh Singh <singh.amitesh@gmail.com> | 2015-09-28 21:54:26 +0530 |
---|---|---|
committer | Amitesh Singh <singh.amitesh@gmail.com> | 2015-09-28 21:54:26 +0530 |
commit | 4884e4164fcf24b93c21b9380fe7e9c0aa8275f6 (patch) | |
tree | 696d2b0ddc8002b37ce3a870350cad2662b1de4e /src/lib/emotion | |
parent | 26eecda458de93f2a0bd5cea471861406c43225d (diff) |
emotion: fix typo in documentation
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/Emotion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index 5853b7530b..e2d7a7a704 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h | |||
@@ -1266,7 +1266,7 @@ EAPI void emotion_object_last_position_save(Evas_Object *obj); | |||
1266 | * | 1266 | * |
1267 | * @param file A stringshared filename that we want to know if Emotion can play. | 1267 | * @param file A stringshared filename that we want to know if Emotion can play. |
1268 | * | 1268 | * |
1269 | * This just actually look at the extention of the file, it doesn't check the mime-type | 1269 | * This just actually look at the extension of the file, it doesn't check the mime-type |
1270 | * nor if the file is actually sane. So this is just an hint for your application. | 1270 | * nor if the file is actually sane. So this is just an hint for your application. |
1271 | * | 1271 | * |
1272 | * @see emotion_object_extension_may_play_get() | 1272 | * @see emotion_object_extension_may_play_get() |
@@ -1278,7 +1278,7 @@ EAPI Eina_Bool emotion_object_extension_may_play_fast_get(const char *file); | |||
1278 | * | 1278 | * |
1279 | * @param file A filename that we want to know if Emotion can play. | 1279 | * @param file A filename that we want to know if Emotion can play. |
1280 | * | 1280 | * |
1281 | * This just actually look at the extention of the file, it doesn't check the mime-type | 1281 | * This just actually look at the extension of the file, it doesn't check the mime-type |
1282 | * nor if the file is actually sane. So this is just an hint for your application. | 1282 | * nor if the file is actually sane. So this is just an hint for your application. |
1283 | * | 1283 | * |
1284 | * @see emotion_object_extension_may_play_fast_get() | 1284 | * @see emotion_object_extension_may_play_fast_get() |
@@ -1290,7 +1290,7 @@ EAPI Eina_Bool emotion_object_extension_may_play_get(const char *file); | |||
1290 | * | 1290 | * |
1291 | * @param obj The object which the query is being ran on. | 1291 | * @param obj The object which the query is being ran on. |
1292 | * | 1292 | * |
1293 | * This function is usefull when you want to get a direct access to the pixels. | 1293 | * This function is useful when you want to get a direct access to the pixels. |
1294 | * | 1294 | * |
1295 | * @see emotion_object_image_get() | 1295 | * @see emotion_object_image_get() |
1296 | */ | 1296 | */ |