jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=17d5a20a3b0ba5b70ef27949bf308b908099576f

commit 17d5a20a3b0ba5b70ef27949bf308b908099576f
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Fri Sep 21 18:04:49 2018 +0900

    elm_entry: update documentation for elm_entnry_textonly_mode_set/get
    
    Summary: update documentation
    
    Reviewers: Jaehyun_Cho, raster
    
    Reviewed By: Jaehyun_Cho
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D7089
---
 src/lib/elementary/elm_deprecated.h | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/lib/elementary/elm_deprecated.h 
b/src/lib/elementary/elm_deprecated.h
index db62228e63..04bab53fa0 100644
--- a/src/lib/elementary/elm_deprecated.h
+++ b/src/lib/elementary/elm_deprecated.h
@@ -59,7 +59,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);
 
 /**

-- 


Reply via email to