Elementary - fixed typo.

who caused it?! :p



SVN revision: 63656
This commit is contained in:
ChunEon Park 2011-09-29 07:54:24 +00:00
parent 6f4ac98b6e
commit 56cf58b02e
1 changed files with 2 additions and 2 deletions

View File

@ -1035,7 +1035,7 @@ extern "C" {
* *
* @ingroup General * @ingroup General
*/ */
EAPI Evas_Object *elm_object_item_content_part_get(const Elm_Object_Item *it, const char *item); EAPI Evas_Object *elm_object_item_content_part_get(const Elm_Object_Item *it, const char *part);
#define elm_object_item_content_get(it) elm_object_item_content_part_get((it), NULL) #define elm_object_item_content_get(it) elm_object_item_content_part_get((it), NULL)
@ -1051,7 +1051,7 @@ extern "C" {
*/ */
EAPI Evas_Object *elm_object_item_content_part_unset(Elm_Object_Item *it, const char *part); EAPI Evas_Object *elm_object_item_content_part_unset(Elm_Object_Item *it, const char *part);
#define elm_object_item_content_unset(it, content) elm_object_item_content_part_unset((it), (content)) #define elm_object_item_content_unset(it) elm_object_item_content_part_unset((it), NULL)
/** /**
* Set a label of an objec itemt * Set a label of an objec itemt