From 888047779ed10853bdcf19b477320741a11077ef Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Tue, 7 Apr 2020 14:04:45 +0900 Subject: [PATCH] elm_win: ingroup new public elm_win_aux_msg... APIs Change-Id: Idd4d9b991a199cd65fbb75ec675563892f3801dc --- src/lib/elementary/elm_win_legacy.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index 2c3e83d..9e3272d 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h @@ -1647,6 +1647,8 @@ typedef struct _Elm_Win_Aux_Message Elm_Win_Aux_Message; * @param obj The window object * @return Constant key string of the aux message. otherwise @c NULL on failure. * Do not use this return value after end of the aux message callback. + * + * @ingroup Elm_Win */ EAPI const char *elm_win_aux_msg_key_get(Evas_Object *obj, Elm_Win_Aux_Message *msg); @@ -1657,6 +1659,8 @@ EAPI const char *elm_win_aux_msg_key_get(Evas_Object *obj, Elm_Win_Aux_Mes * @param obj The window object * @return Constant value string of the aux message. otherwise @c NULL on failure. * Do not use this return value after end of the aux message callback. + * + * @ingroup Elm_Win */ EAPI const char *elm_win_aux_msg_val_get(Evas_Object *obj, Elm_Win_Aux_Message *msg); @@ -1667,6 +1671,8 @@ EAPI const char *elm_win_aux_msg_val_get(Evas_Object *obj, Elm_Win_Aux_Mes * @param obj The window object * @return Constant list of option of the aux message. otherwise @c NULL on failure. * Do not use this return value after end of the aux message callback. + * + * @ingroup Elm_Win */ EAPI const Eina_List *elm_win_aux_msg_options_get(Evas_Object *obj, Elm_Win_Aux_Message *msg); // END of TIZEN_ONLY(20150722) -- 2.7.4