elm_entry: update documentation for elm_entnry_textonly_mode_set/get 85/189885/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 21 Sep 2018 09:04:49 +0000 (18:04 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Fri, 21 Sep 2018 09:28:44 +0000 (18:28 +0900)
Summary: update documentation

Reviewers: Jaehyun_Cho, raster

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7089

Change-Id: Ic95b39c5f3186037d4539990a7bd5b2043cbcffb

src/lib/elm_deprecated.h

index 85d1e58..681f670 100644 (file)
@@ -92,7 +92,31 @@ EINA_DEPRECATED EAPI void         elm_scrolled_entry_file_get(const Evas_Object
 EINA_DEPRECATED EAPI void         elm_scrolled_entry_file_save(Evas_Object *obj);
 EINA_DEPRECATED EAPI void         elm_scrolled_entry_autosave_set(Evas_Object *obj, Eina_Bool autosave);
 EINA_DEPRECATED EAPI Eina_Bool    elm_scrolled_entry_autosave_get(const Evas_Object *obj);
+
+/**
+ * This function sets the entry to textonly mode.
+ *
+ * @param obj The entry object
+ * @param textonly the mode of textonly.
+ *
+ * @deprecated
+ *
+ * @ingroup Elm_Entry
+ */
+
 EINA_DEPRECATED EAPI void         elm_scrolled_entry_cnp_textonly_set(Evas_Object *obj, Eina_Bool textonly);
+
+/**
+ * This function gets the current textonly mode of the entry.
+ *
+ * @param obj The entry object
+ * @return @c EINA_TRUE textonly mode, @c EINA_FALSE not textonly mode
+ *
+ * @deprecated
+ *
+ * @ingroup Elm_Entry
+ */
+
 EINA_DEPRECATED EAPI Eina_Bool    elm_scrolled_entry_cnp_textonly_get(Evas_Object *obj);
 
 /**