diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-08-29 19:55:21 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-08-29 20:02:51 +0200 |
commit | 82808e20802f2fbac4043d2cdca1bf2671a42240 (patch) | |
tree | 9567b7ceefa821717c21d0df9ad008d906d0cfe1 | |
parent | 3f5149a675f71a213fcf1265892f8080d20045ec (diff) |
elementary: update tooltip documentation
-rw-r--r-- | src/lib/elementary/elm_tooltip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_tooltip.h b/src/lib/elementary/elm_tooltip.h index 81eaced0cb..60979e044a 100644 --- a/src/lib/elementary/elm_tooltip.h +++ b/src/lib/elementary/elm_tooltip.h | |||
@@ -57,9 +57,9 @@ EAPI void elm_object_tooltip_move_freeze_push(Evas_Object *obj); | |||
57 | EAPI void elm_object_tooltip_move_freeze_pop(Evas_Object *obj); | 57 | EAPI void elm_object_tooltip_move_freeze_pop(Evas_Object *obj); |
58 | 58 | ||
59 | /** | 59 | /** |
60 | * Get the movement freeze by 1 | 60 | * Get the movement freeze count |
61 | * | 61 | * |
62 | * This gets the movement freeze count by one. | 62 | * This gets the movement freeze count. |
63 | * | 63 | * |
64 | * @param obj The tooltip's anchor object | 64 | * @param obj The tooltip's anchor object |
65 | * @return The movement freeze count | 65 | * @return The movement freeze count |