diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2017-10-27 11:45:34 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2017-10-27 12:12:25 -0700 |
commit | a191a052b8a80931b65a92a68ee776894f4a4c30 (patch) | |
tree | fb13ab50b56aae8876e9e8877f437fabb79adbe4 /src/lib/evas/common/evas_font_query.c | |
parent | 6ac449716255e55fe6df31da3507bd97e1d5dc40 (diff) |
evas: add a missing description for a newly added parameter
Summary:
A new parameter "width_offset" was added to
evas_common_font_query_last_up_to_pos() internal function.
But, internal documentation was not updated.
So, it adds a simple description for the new parameter.
Test Plan: N/A
Reviewers: jpeg, cedric, herdsman, shilpasingh
Differential Revision: https://phab.enlightenment.org/D5035
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/common/evas_font_query.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/common/evas_font_query.c b/src/lib/evas/common/evas_font_query.c index 8fe82dacbb..0fd5bc1360 100644 --- a/src/lib/evas/common/evas_font_query.c +++ b/src/lib/evas/common/evas_font_query.c | |||
@@ -816,6 +816,7 @@ end: | |||
816 | * @param text_props the string object. | 816 | * @param text_props the string object. |
817 | * @param x the x boundary. | 817 | * @param x the x boundary. |
818 | * @param y the y boundary. | 818 | * @param y the y boundary. |
819 | * @param width_offset the additional width only for allowing glyph's. | ||
819 | * @return the position found, -1 on failure. | 820 | * @return the position found, -1 on failure. |
820 | */ | 821 | */ |
821 | EAPI int | 822 | EAPI int |