From: Hyoyoung Chang <hyoyoung@gmail.com>
authorHyoyoung Chang <hyoyoung@gmail.com>
Mon, 26 Dec 2011 04:08:45 +0000 (04:08 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 26 Dec 2011 04:08:45 +0000 (04:08 +0000)
commit9170ab4d19f4dbe73c404cbf0482dfbe98c72ecf
treecd148efc6c7fadb49875675fd10ac7761acc10c1
parent95ec36610af26481597075c7e4453e8df85c0e3d
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - make some cnp apis as
public EAPI

As I suggested, I made a patch for some cnp apis.
I think copying and pasting APIs are pretty mature to be public
Those are elm_selection_set, elm_selection_clear, elm_selection_get.
And adding cnp prefix for distinction from word, or char selections.

elm_selection_set    --> elm_cnp_selection_set
elm_selection_clear --> elm_cnp_selection_clear
elm_selection_get    --> elm_cnp_selection_get

And drag and drop APIs should be remained as private.
It has many flaws.

SVN revision: 66505
src/lib/Elementary.h.in
src/lib/elm_cnp_helper.c
src/lib/elm_entry.c
src/lib/elm_widget.h