elementary - added missed @since

This commit is contained in:
ChunEon Park 2014-03-27 15:43:02 +09:00
parent 8024f3bd5a
commit f062cf54db
1 changed files with 4 additions and 0 deletions

View File

@ -731,6 +731,8 @@ EAPI int elm_object_item_track_get(const Elm_Object_Ite
* @param it The Elementary object item
* @param part The style
*
* @since 1.9
*
* @ingroup General
*/
EAPI void elm_object_item_style_set(Elm_Object_Item *it, const char *part);
@ -741,6 +743,8 @@ EAPI void elm_object_item_style_set(Elm_Object_Item *it,
* @param it The Elementary object item
* @return The style of object item
*
* @since 1.9
*
* @ingroup General
*/
EAPI const char *elm_object_item_style_get(Elm_Object_Item *it);