From 491ca4967ae08da4fcfc4fd54184b2a835f967e3 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 24 Feb 2011 09:04:31 +0900 Subject: [PATCH] modify the description of edje_object_part_text_autoperiod_set Change-Id: I76993bc496fe4ce156915e4af22cac9ec2c9b7a3 --- src/lib/edje_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 0317f24..2eb2b84 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -1967,10 +1967,11 @@ edje_object_part_text_autocapitalization_set(const Evas_Object *obj, const char /** * @brief Enables autoperiod + * Autoperiod is the feature that period (.) will be automatically added when space bar is pressed twice in a short time. * * @param obj A valid Evas_Object handle * @param part The part name - * @param autocap EINA_TRUE to enable, EINA_FALSE otherwise + * @param autoperiod EINA_TRUE to enable, EINA_FALSE otherwise */ EAPI void edje_object_part_text_autoperiod_set(const Evas_Object *obj, const char *part, Eina_Bool autoperiod) -- 2.7.4