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
// 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_mapbuf.h> // OK
#include <elm_mapbuf.h> // OK
#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_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>

View File

@ -282,7 +282,7 @@ EAPI void elm_object_signal_callback_add(Evas_Object *obj, const char *e
* 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.