From 17f38cedb543c23397b89442f257da07570281fe Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Fri, 5 Jun 2020 17:14:13 +0900 Subject: [PATCH] elm_poup_eo.legacy.h: modify Elm_Popup_Group to Elm_Popup Change-Id: I4a49df80c7a92ba388683cb7f96ecbb6666fdf24 --- src/lib/elementary/elm_popup_eo.legacy.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/lib/elementary/elm_popup_eo.legacy.h b/src/lib/elementary/elm_popup_eo.legacy.h index debf944..c1af417 100644 --- a/src/lib/elementary/elm_popup_eo.legacy.h +++ b/src/lib/elementary/elm_popup_eo.legacy.h @@ -55,7 +55,7 @@ typedef enum * * @since 1.9 * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_align_set(Elm_Popup *obj, double horizontal, double vertical); @@ -68,7 +68,7 @@ EAPI void elm_popup_align_set(Elm_Popup *obj, double horizontal, double vertical * * @since 1.9 * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_align_get(const Elm_Popup *obj, double *horizontal, double *vertical); @@ -83,7 +83,7 @@ EAPI void elm_popup_align_get(const Elm_Popup *obj, double *horizontal, double * * @param[in] obj The object. * @param[in] allow If @c true, events are passed to lower objects. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_allow_events_set(Elm_Popup *obj, Eina_Bool allow); @@ -94,7 +94,7 @@ EAPI void elm_popup_allow_events_set(Elm_Popup *obj, Eina_Bool allow); * * @return If @c true, events are passed to lower objects. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI Eina_Bool elm_popup_allow_events_get(const Elm_Popup *obj); @@ -105,7 +105,7 @@ EAPI Eina_Bool elm_popup_allow_events_get(const Elm_Popup *obj); * @param[in] obj The object. * @param[in] wrap Wrapping type of type Elm_Wrap_Type. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_content_text_wrap_type_set(Elm_Popup *obj, Elm_Wrap_Type wrap); @@ -117,7 +117,7 @@ EAPI void elm_popup_content_text_wrap_type_set(Elm_Popup *obj, Elm_Wrap_Type wra * * @return Wrapping type of type Elm_Wrap_Type. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI Elm_Wrap_Type elm_popup_content_text_wrap_type_get(const Elm_Popup *obj); @@ -130,7 +130,7 @@ EAPI Elm_Wrap_Type elm_popup_content_text_wrap_type_get(const Elm_Popup *obj); * @param[in] obj The object. * @param[in] orient The orientation of the popup. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_orient_set(Elm_Popup *obj, Elm_Popup_Orient orient); @@ -141,7 +141,7 @@ EAPI void elm_popup_orient_set(Elm_Popup *obj, Elm_Popup_Orient orient); * * @return The orientation of the popup. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI Elm_Popup_Orient elm_popup_orient_get(const Elm_Popup *obj); @@ -162,7 +162,7 @@ EAPI Elm_Popup_Orient elm_popup_orient_get(const Elm_Popup *obj); * @param[in] obj The object. * @param[in] timeout The timeout in seconds. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_timeout_set(Elm_Popup *obj, double timeout); @@ -173,7 +173,7 @@ EAPI void elm_popup_timeout_set(Elm_Popup *obj, double timeout); * * @return The timeout in seconds. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI double elm_popup_timeout_get(const Elm_Popup *obj); @@ -187,7 +187,7 @@ EAPI double elm_popup_timeout_get(const Elm_Popup *obj); * * @since 1.15.1 * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_scrollable_set(Elm_Popup *obj, Eina_Bool scroll); @@ -202,7 +202,7 @@ EAPI void elm_popup_scrollable_set(Elm_Popup *obj, Eina_Bool scroll); * * @since 1.15.1 * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI Eina_Bool elm_popup_scrollable_get(const Elm_Popup *obj); @@ -224,7 +224,7 @@ EAPI Eina_Bool elm_popup_scrollable_get(const Elm_Popup *obj); * * @return A handle to the item added or @c null on errors. * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI Elm_Widget_Item *elm_popup_item_append(Elm_Popup *obj, const char *label, Efl_Canvas_Object *icon, Evas_Smart_Cb func, const void *data); @@ -232,7 +232,7 @@ EAPI Elm_Widget_Item *elm_popup_item_append(Elm_Popup *obj, const char *label, E * * @since 1.17 * - * @ingroup Elm_Popup_Group + * @ingroup Elm_Popup */ EAPI void elm_popup_dismiss(Elm_Popup *obj); -- 2.7.4