discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=d014a7646b9cbc14a56182d21d6778a2b154e634

commit d014a7646b9cbc14a56182d21d6778a2b154e634
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Aug 10 16:07:41 2015 -0400

    cnp: add docs for Elm_Selection_Data members
---
 src/lib/elm_cnp.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elm_cnp.h b/src/lib/elm_cnp.h
index 61c9fc1..ae03ced 100644
--- a/src/lib/elm_cnp.h
+++ b/src/lib/elm_cnp.h
@@ -98,10 +98,10 @@ typedef enum
  */
 struct _Elm_Selection_Data
 {
-   Evas_Coord       x, y;
-   Elm_Sel_Format   format;
-   void            *data;
-   size_t           len;
+   Evas_Coord       x, y; /**< The coordinates of the drop (DND operations 
only) */
+   Elm_Sel_Format   format; /**< The format of the selection */
+   void            *data; /**< The selection data, type determined by format 
member */
+   size_t           len; /**< The length of the selection data */
    Elm_Xdnd_Action  action; /**< The action to perform with the data @since 
1.8 */
 };
 typedef struct _Elm_Selection_Data Elm_Selection_Data;

-- 


Reply via email to