Reviewed elm_map.h.
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Feb 2012 08:15:09 +0000 (08:15 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Feb 2012 08:15:09 +0000 (08:15 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68058 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in
src/lib/elm_menu.h

index 0d73eb9..e14e3e4 100644 (file)
@@ -212,11 +212,11 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_image.h> // OK
 #include <elm_index.h> // OK
 #include <elm_label.h> // OK
-#include <elm_layout.h>
-#include <elm_macros.h>
-#include <elm_mapbuf.h>
+#include <elm_layout.h> // OK
+#include <elm_macros.h> // OK
+#include <elm_mapbuf.h> //  OK
 #include <elm_map.h>
-#include <elm_menu.h>
+#include <elm_menu.h> // OK
 #include <elm_mirroring.h>
 #include <elm_need.h>
 #include <elm_notify.h>
index 7ab8fb8..b4e3e4c 100644 (file)
@@ -124,6 +124,7 @@ EAPI Elm_Object_Item             *elm_menu_item_add(Evas_Object *obj, Elm_Object
  *
  * Add an evas object as an item to the menu.
  */
+//XXX: Any better API name? "_item_add_object" looks not good enough.
 EAPI Elm_Object_Item             *elm_menu_item_add_object(Evas_Object *obj, Elm_Object_Item *parent, Evas_Object *subobj, Evas_Smart_Cb func, const void *data);
 
 /**