elementary - trivial changes

SVN revision: 62048
This commit is contained in:
ChunEon Park 2011-08-03 11:14:30 +00:00
parent 1acea3d138
commit 21d060dd09
1 changed files with 2 additions and 4 deletions

View File

@ -705,8 +705,7 @@ extern "C" {
*
* @param obj The Elementary object
* @param item The label id to get (NULL for the default label)
* @return text of the label or
* NULL for any error
* @return text of the label or NULL for any error
*
* @note Elementary objects may have many labels (e.g. Action Slider)
*
@ -736,8 +735,7 @@ extern "C" {
*
* @param obj The Elementary object
* @param item The content id to get (NULL for the default content)
* @return content of the object or
* NULL for any error
* @return content of the object or NULL for any error
*
* @note Elementary objects may have many contents
*