Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/doc/tutorials/widgets


Modified Files:
        ewl_dnd_snoop.dox 


Log Message:
Use the proper enums.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/doc/tutorials/widgets/ewl_dnd_snoop.dox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_dnd_snoop.dox   26 Feb 2008 04:24:10 -0000      1.1
+++ ewl_dnd_snoop.dox   17 Jun 2008 23:16:54 -0000      1.2
@@ -65,11 +65,11 @@
  *
  * Once the cursor has been positioned, the only event we care about is
  * receiving the data from the drop. This is accomplished by using the
- * EWL_CALLBACK_DND_DATA callback which should also be placed on the entry
- * widget.
+ * EWL_CALLBACK_DND_DATA_RECEIVED callback which should also be placed on the 
+ * entry widget.
  *
  * @code
- * ewl_callback_append(w, EWL_CALLBACK_DND_DATA, ewl_entry_cb_dnd_data, NULL);
+ * ewl_callback_append(w, EWL_CALLBACK_DND_DATA_RECEIVED, 
ewl_entry_cb_dnd_data, NULL);
  * @endcode
  *
  * The function prototype for ewl_entry_cb_dnd_data is identical to



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to