diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-02-28 16:55:11 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-02-28 16:55:11 +0900 |
commit | 626f250677969d55622221926515e462cf1646f7 (patch) | |
tree | 130ee4c7858a46491fc90c7cbc3b8d3f16cfe0c6 /src/lib/evas/Evas.h | |
parent | 99f4ba54de7a60efc57a173c00eb9ff21359a1ad (diff) |
evas - updated doc.
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 70f2ce233b..0c4699ec76 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -6548,6 +6548,7 @@ EAPI void evas_map_smooth_set(Evas_Map *m, Eina_Bool enabled); | |||
6548 | * This gets smoothing for map rendering. | 6548 | * This gets smoothing for map rendering. |
6549 | * | 6549 | * |
6550 | * @param m map to get the smooth from. Must not be NULL. | 6550 | * @param m map to get the smooth from. Must not be NULL. |
6551 | * @return @c EINA_TRUE if the smooth is enabled, @c EINA_FALSE otherwise. | ||
6551 | */ | 6552 | */ |
6552 | EAPI Eina_Bool evas_map_smooth_get(const Evas_Map *m); | 6553 | EAPI Eina_Bool evas_map_smooth_get(const Evas_Map *m); |
6553 | 6554 | ||