From a365dd870b0b3a67df38f9111ee402acd1ca36e4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Mar 2012 12:42:18 +0000 Subject: [PATCH] hmm i like the fact that entires take care of their own selection fetching... but otherwise not changes to this func api-wise anyway. so XXX remove :) SVN revision: 68826 --- legacy/elementary/src/lib/elm_cnp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/legacy/elementary/src/lib/elm_cnp.h b/legacy/elementary/src/lib/elm_cnp.h index 56eb3e829c..b61ef5985e 100644 --- a/legacy/elementary/src/lib/elm_cnp.h +++ b/legacy/elementary/src/lib/elm_cnp.h @@ -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);