Elementary entry: Fixed documentation of elm_entry_textnoly.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 09:24:20 +0000 (09:24 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 09:24:20 +0000 (09:24 +0000)
Patch by Hyoyoung Chang.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57297 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.c

index f4bd03f..a7cdb14 100644 (file)
@@ -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
  */