From: Tom Hacohen Date: Thu, 24 Feb 2011 09:24:20 +0000 (+0000) Subject: Elementary entry: Fixed documentation of elm_entry_textnoly. X-Git-Tag: v1.0.0~3370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=163ded257d5902c18649c39575dc4711fb0eb106;p=platform%2Fupstream%2Felementary.git Elementary entry: Fixed documentation of elm_entry_textnoly. Patch by Hyoyoung Chang. SVN revision: 57297 --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index f4bd03fa8..a7cdb1445 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -2839,7 +2839,7 @@ elm_entry_autosave_get(const Evas_Object *obj) * Note this only changes the behaviour of text. * * @param obj The entry object - * @param pmode paste mode - 0 is text only, 1 is text+image+other. + * @param textonly paste mode - EINA_TRUE is text only, EINA_FALSE is text+image+other. * * @ingroup Entry */