elementary : reviewed some *.h files.

SVN revision: 68220
This commit is contained in:
WooHyun Jung 2012-02-21 13:05:51 +00:00
parent ed5c8799f5
commit 027d53b9d5
2 changed files with 10 additions and 10 deletions

View File

@ -208,19 +208,19 @@ EAPI extern Elm_Version *elm_version;
#include <elm_grid.h> //Done #include <elm_grid.h> //Done
// Woohyun Jung // Woohyun Jung
#include <elm_hover.h> // OK #include <elm_hover.h> // XXX: needs to change one API
#include <elm_image.h> // OK #include <elm_image.h> // XXX: some API names are ambiguous
#include <elm_index.h> // OK #include <elm_index.h> // XXX: all elm_index_item_xxx functions should be modifield
#include <elm_label.h> // OK #include <elm_label.h> // XXX: some APIs should be checked again for deprecating
#include <elm_layout.h> // OK #include <elm_layout.h> // OK
#include <elm_macros.h> // OK #include <elm_macros.h> // OK
#include <elm_mapbuf.h> // OK #include <elm_mapbuf.h> // OK
#include <elm_map.h> #include <elm_map.h>
#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_need.h> // OK
#include <elm_notify.h> #include <elm_notify.h> // OK
#include <elm_object.h> #include <elm_object.h> // OK
// SanjeevBA // SanjeevBA
#include <elm_panel.h> #include <elm_panel.h>