elm: @since. Reviewers, please, review...

SVN revision: 72189
This commit is contained in:
Vincent Torri 2012-06-15 11:43:02 +00:00
parent ee7efee8b8
commit bc0efce43a
1 changed files with 6 additions and 0 deletions

View File

@ -477,6 +477,8 @@ EAPI Evas_Object *elm_entry_add(Evas_Object *parent);
*
* @param obj The entry object
* @param style The style user to push
*
* @since 1.1
*/
EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *style);
@ -486,6 +488,8 @@ EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *styl
* @param obj The entry object
*
* @see elm_entry_text_style_user_push()
*
* @since 1.1
*/
EAPI void elm_entry_text_style_user_pop(Evas_Object *obj);
@ -496,6 +500,8 @@ EAPI void elm_entry_text_style_user_pop(Evas_Object *obj);
* @return style on the top of user style stack if exist, otherwise NULL.
*
* @see elm_entry_text_style_user_push()
*
* @since 1.1
*/
EAPI const char* elm_entry_text_style_user_peek(const Evas_Object *obj);