git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68220
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
#include <elm_grid.h> //Done
// Woohyun Jung
#include <elm_grid.h> //Done
// Woohyun Jung
-#include <elm_hover.h> // OK
-#include <elm_image.h> // OK
-#include <elm_index.h> // OK
-#include <elm_label.h> // OK
+#include <elm_hover.h> // XXX: needs to change one API
+#include <elm_image.h> // XXX: some API names are ambiguous
+#include <elm_index.h> // XXX: all elm_index_item_xxx functions should be modifield
+#include <elm_label.h> // XXX: some APIs should be checked again for deprecating
#include <elm_layout.h> // OK
#include <elm_macros.h> // OK
#include <elm_layout.h> // OK
#include <elm_macros.h> // OK
-#include <elm_mapbuf.h> // OK
+#include <elm_mapbuf.h> // OK
-#include <elm_menu.h> // OK
+#include <elm_menu.h> // XXX: one API's name is ambiguous
#include <elm_mirroring.h> // OK
#include <elm_mirroring.h> // OK
-#include <elm_need.h>
-#include <elm_notify.h>
-#include <elm_object.h>
+#include <elm_need.h> // OK
+#include <elm_notify.h> // OK
+#include <elm_object.h> // OK
// SanjeevBA
#include <elm_panel.h>
// SanjeevBA
#include <elm_panel.h>
* Remove a signal-triggered callback from a widget edje object.
*
* This function removes a callback, previously attached to a
* Remove a signal-triggered callback from a widget edje object.
*
* This function removes a callback, previously attached to a
- * signal emitted by the edje object of the obj. The parameters
+ * signal emitted by the edje object of the obj. The parameters
* emission, source and func must match exactly those passed to a
* previous call to elm_object_signal_callback_add(). The data
* pointer that was passed to this call will be returned.
* emission, source and func must match exactly those passed to a
* previous call to elm_object_signal_callback_add(). The data
* pointer that was passed to this call will be returned.