diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2013-11-11 13:01:52 +0200 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2013-11-11 13:17:03 +0200 |
commit | c101d855419b26196121ac40b8d7cc421613310c (patch) | |
tree | 24ee3fad95f1438dfb9fef6473cb36ca0544472b /src/lib/evas/Evas_Legacy.h | |
parent | d47bc408964937771e15671be752d74fcb17b424 (diff) |
evas/textblock: add const for param in evas_object_textblock_style_set for consistency
Diffstat (limited to 'src/lib/evas/Evas_Legacy.h')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index e2dbf0ea41..2e6f449302 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -5621,7 +5621,7 @@ EAPI char *evas_textblock_text_utf8_to_markup | |||
5621 | * @param ts the style to set. | 5621 | * @param ts the style to set. |
5622 | * @return Returns no value. | 5622 | * @return Returns no value. |
5623 | */ | 5623 | */ |
5624 | EAPI void evas_object_textblock_style_set(Evas_Object *obj, Evas_Textblock_Style *ts) EINA_ARG_NONNULL(1); | 5624 | EAPI void evas_object_textblock_style_set(Evas_Object *obj, const Evas_Textblock_Style *ts) EINA_ARG_NONNULL(1); |
5625 | 5625 | ||
5626 | /** | 5626 | /** |
5627 | * Return the style of an object. | 5627 | * Return the style of an object. |