hmm i like the fact that entires take care of their own selection
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 12:42:18 +0000 (12:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 12:42:18 +0000 (12:42 +0000)
fetching... but otherwise not changes to this func api-wise anyway. so
XXX remove :)

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

src/lib/elm_cnp.h

index 56eb3e8..b61ef59 100644 (file)
@@ -135,12 +135,7 @@ EAPI Eina_Bool elm_cnp_selection_set(Evas_Object *obj, Elm_Sel_Type selection,
  * @return If EINA_TRUE, getting selection data was successful.
  *
  * @ingroup CopyPaste
- *
  */
-// XXX: This api needs to be refined by cnp experts.
-//      I suggest:
-//         1. call cnp callback regardless of widget type.
-//         2. apps insert text data into entry manually.
 EAPI Eina_Bool elm_cnp_selection_get(Evas_Object *obj, Elm_Sel_Type selection,
                                      Elm_Sel_Format format,
                                      Elm_Drop_Cb datacb, void *udata);