From cd8658efa9d37073e4409fbe6a2b0263950dfd2d Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Thu, 9 Jul 2020 10:24:09 +0100 Subject: [PATCH] docs: Correct the wrong API group name in Elementary and Change an invalid URL in Evas Summary: I had found broken URL address for SGI free software license B v2.0 and changed valid URL address In addition, I found wrong group name in glview, grid, index, label, list, map, mapbuf, naviframe, notify, panel, photocam, plug, popup, radio, scroller, spinner, table, win, atspi, frame, access, textpath, elm_object, color_class and fixed them. Test Plan: API reference documentation modification only Reviewers: segfaultxavi, stefan_schmidt, raster Reviewed By: raster Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12049 --- src/lib/elementary/Elementary.h | 5 + src/lib/elementary/efl_ui_frame_legacy.h | 2 +- src/lib/elementary/elc_naviframe.h | 4 +- src/lib/elementary/elc_naviframe_common.h | 2 +- src/lib/elementary/elc_naviframe_legacy.h | 4 +- src/lib/elementary/elc_popup.h | 2 +- src/lib/elementary/elc_popup_legacy.h | 4 +- src/lib/elementary/elm_frame.h | 2 +- src/lib/elementary/elm_glview.h | 5 +- src/lib/elementary/elm_glview_common.h | 2 +- src/lib/elementary/elm_glview_eo.legacy.h | 2 +- src/lib/elementary/elm_glview_legacy.h | 14 +- src/lib/elementary/elm_grid.h | 2 +- src/lib/elementary/elm_grid_legacy.h | 8 +- src/lib/elementary/elm_index.h | 4 +- src/lib/elementary/elm_index_item_eo.legacy.h | 5 + src/lib/elementary/elm_index_legacy.h | 6 +- src/lib/elementary/elm_inwin.h | 2 +- src/lib/elementary/elm_inwin_legacy.h | 8 +- src/lib/elementary/elm_label.h | 2 +- src/lib/elementary/elm_label_eo.legacy.h | 2 +- src/lib/elementary/elm_label_legacy.h | 2 +- src/lib/elementary/elm_list.h | 4 +- src/lib/elementary/elm_list_legacy.h | 2 +- src/lib/elementary/elm_map.h | 2 +- src/lib/elementary/elm_map_common.h | 2 +- src/lib/elementary/elm_map_eo.legacy.h | 6 +- src/lib/elementary/elm_map_legacy.h | 16 +-- src/lib/elementary/elm_mapbuf.h | 4 +- src/lib/elementary/elm_mapbuf_legacy.h | 4 +- src/lib/elementary/elm_notify.h | 2 +- src/lib/elementary/elm_notify_legacy.h | 8 +- src/lib/elementary/elm_panel.h | 2 +- src/lib/elementary/elm_panel_common.h | 2 +- src/lib/elementary/elm_panel_eo.legacy.h | 2 +- src/lib/elementary/elm_panel_legacy.h | 4 +- src/lib/elementary/elm_photocam.h | 2 +- src/lib/elementary/elm_photocam_legacy.h | 30 ++--- src/lib/elementary/elm_plug.h | 4 +- src/lib/elementary/elm_plug_legacy.h | 4 +- src/lib/elementary/elm_popup_eo.legacy.h | 2 +- src/lib/elementary/elm_radio.h | 2 +- src/lib/elementary/elm_radio_legacy.h | 6 +- src/lib/elementary/elm_scroller.h | 2 +- src/lib/elementary/elm_scroller_legacy.h | 74 +++++------ src/lib/elementary/elm_spinner.h | 4 +- src/lib/elementary/elm_spinner_legacy.h | 18 +-- src/lib/elementary/elm_table.h | 2 +- src/lib/elementary/elm_table_legacy.h | 8 +- src/lib/elementary/elm_textpath_legacy.h | 4 +- src/lib/elementary/elm_win.h | 2 +- src/lib/elementary/elm_win_common.h | 2 +- src/lib/elementary/elm_win_eo.h | 2 +- src/lib/elementary/elm_win_legacy.h | 184 +++++++++++++------------- src/lib/evas/Evas_GL.h | 2 +- 55 files changed, 257 insertions(+), 246 deletions(-) diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index 18af10a..cbad309 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -140,6 +140,11 @@ typedef struct _Elm_Version int revision; } Elm_Version; +/** + * Elementary Version Information + * + * @ingroup Elm_General + */ EAPI extern Elm_Version *elm_version; diff --git a/src/lib/elementary/efl_ui_frame_legacy.h b/src/lib/elementary/efl_ui_frame_legacy.h index 8d22588..c6328ce 100644 --- a/src/lib/elementary/efl_ui_frame_legacy.h +++ b/src/lib/elementary/efl_ui_frame_legacy.h @@ -6,7 +6,7 @@ typedef Eo Elm_Frame; * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Frame + * @ingroup Elm_Frame_Group */ EAPI Evas_Object *elm_frame_add(Evas_Object *parent); diff --git a/src/lib/elementary/elc_naviframe.h b/src/lib/elementary/elc_naviframe.h index a07688f..02b1bce 100644 --- a/src/lib/elementary/elc_naviframe.h +++ b/src/lib/elementary/elc_naviframe.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Naviframe Naviframe + * @defgroup Elm_Naviframe_Group Naviframe * @ingroup Elementary * * @image html naviframe_inheritance_tree.png @@ -85,7 +85,7 @@ */ /** - * @addtogroup Elm_Naviframe + * @addtogroup Elm_Naviframe_Group * @{ */ diff --git a/src/lib/elementary/elc_naviframe_common.h b/src/lib/elementary/elc_naviframe_common.h index 8f3f841..a92a47d 100755 --- a/src/lib/elementary/elc_naviframe_common.h +++ b/src/lib/elementary/elc_naviframe_common.h @@ -17,7 +17,7 @@ typedef Eina_Bool (*Elm_Naviframe_Item_Pop_Cb)(void *data, Elm_Object_Item *it); * @param parent Parent object * @return New object or @c NULL, if it cannot be created * - * @ingroup Elm_Naviframe + * @ingroup Elm_Naviframe_Group */ EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent); diff --git a/src/lib/elementary/elc_naviframe_legacy.h b/src/lib/elementary/elc_naviframe_legacy.h index 38f06ca..31c9f21 100644 --- a/src/lib/elementary/elc_naviframe_legacy.h +++ b/src/lib/elementary/elc_naviframe_legacy.h @@ -4,7 +4,7 @@ * @param[in] obj The object. * @param[in] style The current item style name. @c null would be default * - * @ingroup Elm_Naviframe_Item + * @ingroup Elm_Naviframe_Item_Group */ EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style); @@ -15,7 +15,7 @@ EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style); * * @return The current item style name. @c null would be default * - * @ingroup Elm_Naviframe_Item + * @ingroup Elm_Naviframe_Item_Group */ EAPI const char *elm_naviframe_item_style_get(const Elm_Object_Item *obj); diff --git a/src/lib/elementary/elc_popup.h b/src/lib/elementary/elc_popup.h index aee3bf6..38c0328 100644 --- a/src/lib/elementary/elc_popup.h +++ b/src/lib/elementary/elc_popup.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Popup Popup + * @defgroup Elm_Popup_Group Popup * @ingroup Elementary * * @image html popup_inheritance_tree.png diff --git a/src/lib/elementary/elc_popup_legacy.h b/src/lib/elementary/elc_popup_legacy.h index 3312928..dded76e 100644 --- a/src/lib/elementary/elc_popup_legacy.h +++ b/src/lib/elementary/elc_popup_legacy.h @@ -4,8 +4,8 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Popup + * @ingroup Elm_Popup_Group */ EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1); -#include "elm_popup_eo.legacy.h" \ No newline at end of file +#include "elm_popup_eo.legacy.h" diff --git a/src/lib/elementary/elm_frame.h b/src/lib/elementary/elm_frame.h index f83598c..a84f375 100644 --- a/src/lib/elementary/elm_frame.h +++ b/src/lib/elementary/elm_frame.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Frame Frame + * @defgroup Elm_Frame_Group Frame * @ingroup Elementary * * @image html frame_inheritance_tree.png diff --git a/src/lib/elementary/elm_glview.h b/src/lib/elementary/elm_glview.h index 5829354..227d3aa 100644 --- a/src/lib/elementary/elm_glview.h +++ b/src/lib/elementary/elm_glview.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_GLView GLView + * @defgroup Elm_Glview_Group GLView * @ingroup Elementary * * @image html glview_inheritance_tree.png @@ -23,7 +23,8 @@ */ /** - * @ingroup Elm_GLView + * @addtogroup Elm_Glview_Group + * @{ */ #include "elm_glview_common.h" diff --git a/src/lib/elementary/elm_glview_common.h b/src/lib/elementary/elm_glview_common.h index c84d49b..6ebea90 100644 --- a/src/lib/elementary/elm_glview_common.h +++ b/src/lib/elementary/elm_glview_common.h @@ -1,5 +1,5 @@ /** - * @addtogroup Elm_GLView + * @addtogroup Elm_Glview_Group * * @{ */ diff --git a/src/lib/elementary/elm_glview_eo.legacy.h b/src/lib/elementary/elm_glview_eo.legacy.h index 562b312..e3ac066 100644 --- a/src/lib/elementary/elm_glview_eo.legacy.h +++ b/src/lib/elementary/elm_glview_eo.legacy.h @@ -26,7 +26,7 @@ typedef Eo Elm_Glview; * * See @ref elm_glview_mode_set See elm_opengl_page * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ typedef enum { diff --git a/src/lib/elementary/elm_glview_legacy.h b/src/lib/elementary/elm_glview_legacy.h index 84e148c..a5f66aa 100644 --- a/src/lib/elementary/elm_glview_legacy.h +++ b/src/lib/elementary/elm_glview_legacy.h @@ -4,7 +4,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI Evas_Object *elm_glview_add(Evas_Object *parent); @@ -25,7 +25,7 @@ EAPI Evas_Object *elm_glview_version_add(Evas_Object *parent, Evas_GL_Context_Ve * * @param obj The GLView object * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_changed_set(Evas_Object *obj); @@ -36,7 +36,7 @@ EAPI void elm_glview_changed_set(Evas_Object *obj); * @param w pointer of int width * @param h pointer of int height * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h); @@ -47,7 +47,7 @@ EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h); * @param w width of GLView * @param h height of GLView * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_size_set(Evas_Object *obj, int w, int h); @@ -66,7 +66,7 @@ EAPI void elm_glview_init_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); * @param obj The GLView object * @param func The callback function * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); @@ -76,7 +76,7 @@ EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); * @param obj The GLView object * @param func The callback function * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); @@ -86,7 +86,7 @@ EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); * @param obj The GLView object * @param func The callback function * - * @ingroup Elm_GLView + * @ingroup Elm_Glview_Group */ EAPI void elm_glview_render_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); #include "elm_glview_eo.legacy.h" diff --git a/src/lib/elementary/elm_grid.h b/src/lib/elementary/elm_grid.h index 0888ac4..f928c58 100644 --- a/src/lib/elementary/elm_grid.h +++ b/src/lib/elementary/elm_grid.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Grid Grid + * @defgroup Elm_Grid_Group Grid * @ingroup Elementary * * @image html grid_inheritance_tree.png diff --git a/src/lib/elementary/elm_grid_legacy.h b/src/lib/elementary/elm_grid_legacy.h index 6884fb1..f3ded0d 100644 --- a/src/lib/elementary/elm_grid_legacy.h +++ b/src/lib/elementary/elm_grid_legacy.h @@ -4,7 +4,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Grid + * @ingroup Elm_Grid_Group */ EAPI Evas_Object *elm_grid_add(Evas_Object *parent); @@ -17,7 +17,7 @@ EAPI Evas_Object *elm_grid_add(Evas_Object *parent); * @param w The virtual width at which to pack it * @param h The virtual height at which to pack it * - * @ingroup Elm_Grid + * @ingroup Elm_Grid_Group */ EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); @@ -30,8 +30,8 @@ EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coor * @param w Pointer to integer to store the virtual width * @param h Pointer to integer to store the virtual height * - * @ingroup Elm_Grid + * @ingroup Elm_Grid_Group */ EAPI void elm_grid_pack_get(Evas_Object *subobj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); -#include "elm_grid_eo.legacy.h" \ No newline at end of file +#include "elm_grid_eo.legacy.h" diff --git a/src/lib/elementary/elm_index.h b/src/lib/elementary/elm_index.h index 8bbba22..7ba081c 100644 --- a/src/lib/elementary/elm_index.h +++ b/src/lib/elementary/elm_index.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Index Index + * @defgroup Elm_Index_Group Index * @ingroup Elementary * * @image html index_inheritance_tree.png @@ -55,7 +55,7 @@ */ /** - * @addtogroup Elm_Index + * @addtogroup Elm_Index_Group * @{ */ diff --git a/src/lib/elementary/elm_index_item_eo.legacy.h b/src/lib/elementary/elm_index_item_eo.legacy.h index d4286f7..4b9c42d 100644 --- a/src/lib/elementary/elm_index_item_eo.legacy.h +++ b/src/lib/elementary/elm_index_item_eo.legacy.h @@ -15,6 +15,11 @@ typedef Eo Elm_Index_Item; #endif /** + * @defgroup Elm_Index_Item_Group + * @ingroup Elm_Index_Group + */ + +/** * @brief Set the selected state of an item. * * This sets the selected state of the given item @c it. @c true for selected, diff --git a/src/lib/elementary/elm_index_legacy.h b/src/lib/elementary/elm_index_legacy.h index 7f8e7df..d570262 100644 --- a/src/lib/elementary/elm_index_legacy.h +++ b/src/lib/elementary/elm_index_legacy.h @@ -7,7 +7,7 @@ * * This function inserts a new index widget on the canvas. * - * @ingroup Elm_Index + * @ingroup Elm_Index_Group */ EAPI Evas_Object *elm_index_add(Evas_Object *parent); @@ -23,7 +23,7 @@ EAPI Evas_Object *elm_index_add(Evas_Object *parent); * it, i.e., to enable vertical mode. it's an area one Fingers "finger" wide on * the bottom side of the index widget's container. * - * @ingroup Elm_Index + * @ingroup Elm_Index_Group */ EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); @@ -39,7 +39,7 @@ EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); * @return Current status of horizontal mode on index object. * @c true if horizontal mode is enabled or @c false if disabled. * - * @ingroup Elm_Index + * @ingroup Elm_Index_Group */ EAPI Eina_Bool elm_index_horizontal_get(const Evas_Object *obj); diff --git a/src/lib/elementary/elm_inwin.h b/src/lib/elementary/elm_inwin.h index c1074bb..652ea44 100644 --- a/src/lib/elementary/elm_inwin.h +++ b/src/lib/elementary/elm_inwin.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Inwin Inwin + * @defgroup Elm_Inwin_Group Inwin * @ingroup Elm_Win * * @image html inwin_inheritance_tree.png diff --git a/src/lib/elementary/elm_inwin_legacy.h b/src/lib/elementary/elm_inwin_legacy.h index 0f672e9..50a7653 100644 --- a/src/lib/elementary/elm_inwin_legacy.h +++ b/src/lib/elementary/elm_inwin_legacy.h @@ -14,7 +14,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Inwin + * @ingroup Elm_Inwin_Group */ EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); @@ -28,7 +28,7 @@ EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); * @param obj The inwin object * @param content The object to set as content * - * @ingroup Elm_Inwin + * @ingroup Elm_Inwin_Group */ EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content); @@ -47,7 +47,7 @@ EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *conte * @param obj The inwin object * @return The content that is being used * - * @ingroup Elm_Inwin + * @ingroup Elm_Inwin_Group */ EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); @@ -59,7 +59,7 @@ EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); * @param obj The inwin object * @return The content that was being used * - * @ingroup Elm_Inwin + * @ingroup Elm_Inwin_Group */ EAPI Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj); diff --git a/src/lib/elementary/elm_label.h b/src/lib/elementary/elm_label.h index 8bef1ae..a77f20f 100644 --- a/src/lib/elementary/elm_label.h +++ b/src/lib/elementary/elm_label.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Label Label + * @defgroup Elm_Label_Group Label * @ingroup Elementary * * @image html label_inheritance_tree.png diff --git a/src/lib/elementary/elm_label_eo.legacy.h b/src/lib/elementary/elm_label_eo.legacy.h index d74efad..b89aacf 100644 --- a/src/lib/elementary/elm_label_eo.legacy.h +++ b/src/lib/elementary/elm_label_eo.legacy.h @@ -13,7 +13,7 @@ typedef Eo Elm_Label; /** Slide mode of a label widget * - * @ingroup Elm_Label + * @ingroup Elm_Label_Group */ typedef enum { diff --git a/src/lib/elementary/elm_label_legacy.h b/src/lib/elementary/elm_label_legacy.h index afd0927..abc7248 100644 --- a/src/lib/elementary/elm_label_legacy.h +++ b/src/lib/elementary/elm_label_legacy.h @@ -4,7 +4,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Label + * @ingroup Elm_Label_Group */ EAPI Evas_Object *elm_label_add(Evas_Object *parent); diff --git a/src/lib/elementary/elm_list.h b/src/lib/elementary/elm_list.h index 4374d83..7e9a572 100644 --- a/src/lib/elementary/elm_list.h +++ b/src/lib/elementary/elm_list.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_List List + * @defgroup Elm_List_Group List * @ingroup Elementary * * @image html list_inheritance_tree.png @@ -89,7 +89,7 @@ */ /** - * @addtogroup Elm_List + * @addtogroup Elm_List_Group * @{ */ diff --git a/src/lib/elementary/elm_list_legacy.h b/src/lib/elementary/elm_list_legacy.h index 0cdb591..1bb6015 100644 --- a/src/lib/elementary/elm_list_legacy.h +++ b/src/lib/elementary/elm_list_legacy.h @@ -7,7 +7,7 @@ * * This function inserts a new list widget on the canvas. * - * @ingroup Elm_List + * @ingroup Elm_List_Group */ EAPI Evas_Object *elm_list_add(Evas_Object *parent); diff --git a/src/lib/elementary/elm_map.h b/src/lib/elementary/elm_map.h index 865a982..a2b5ef1 100644 --- a/src/lib/elementary/elm_map.h +++ b/src/lib/elementary/elm_map.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Map Map + * @defgroup Elm_Map_Group Map * @ingroup Elementary * * @image html map_inheritance_tree.png diff --git a/src/lib/elementary/elm_map_common.h b/src/lib/elementary/elm_map_common.h index 72443e7..3fa3dcc 100644 --- a/src/lib/elementary/elm_map_common.h +++ b/src/lib/elementary/elm_map_common.h @@ -1,5 +1,5 @@ /** - * @addtogroup Elm_Map + * @addtogroup Elm_Map_Group * * @{ */ diff --git a/src/lib/elementary/elm_map_eo.legacy.h b/src/lib/elementary/elm_map_eo.legacy.h index e94405c..4e8968a 100644 --- a/src/lib/elementary/elm_map_eo.legacy.h +++ b/src/lib/elementary/elm_map_eo.legacy.h @@ -17,7 +17,7 @@ typedef Eo Elm_Map; * See @ref elm_map_sources_get() See @ref elm_map_source_get() See * @ref elm_map_source_set() * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ typedef enum { @@ -33,7 +33,7 @@ typedef enum * * See @ref elm_map_route_add() * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ typedef enum { @@ -51,7 +51,7 @@ typedef enum * * See @ref elm_map_route_add() * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ typedef enum { diff --git a/src/lib/elementary/elm_map_legacy.h b/src/lib/elementary/elm_map_legacy.h index 37fffcb..309b560 100644 --- a/src/lib/elementary/elm_map_legacy.h +++ b/src/lib/elementary/elm_map_legacy.h @@ -11,7 +11,7 @@ * * See @ref elm_map_zoom_mode_set() See @ref elm_map_zoom_mode_get() * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ typedef enum { @@ -33,7 +33,7 @@ typedef enum * * This function inserts a new map widget on the canvas. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI Evas_Object *elm_map_add(Evas_Object *parent); @@ -55,7 +55,7 @@ EAPI Evas_Object *elm_map_add(Evas_Object *parent); * @param[in] obj The object. * @param[in] zoom The zoom level. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom); @@ -72,7 +72,7 @@ EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom); * * @return The zoom level. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI int elm_map_zoom_get(const Evas_Object *obj); @@ -97,7 +97,7 @@ EAPI int elm_map_zoom_get(const Evas_Object *obj); * #ELM_MAP_ZOOM_MODE_MANUAL (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or * #ELM_MAP_ZOOM_MODE_AUTO_FILL. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode); @@ -111,7 +111,7 @@ EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode); * @return The zoom mode of the map, being it one of #ELM_MAP_ZOOM_MODE_MANUAL * (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or #ELM_MAP_ZOOM_MODE_AUTO_FILL. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj); @@ -124,7 +124,7 @@ EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj); * @param[in] disabled Use @c true to disable mouse wheel or @c false to enable * it. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); @@ -137,7 +137,7 @@ EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); * * @return Use @c true to disable mouse wheel or @c false to enable it. * - * @ingroup Elm_Map + * @ingroup Elm_Map_Group */ EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj); diff --git a/src/lib/elementary/elm_mapbuf.h b/src/lib/elementary/elm_mapbuf.h index f7b140e..2ba4c2c 100644 --- a/src/lib/elementary/elm_mapbuf.h +++ b/src/lib/elementary/elm_mapbuf.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Mapbuf Mapbuf + * @defgroup Elm_Mapbuf_Group Mapbu * @ingroup Elementary * * @image html mapbuf_inheritance_tree.png @@ -29,7 +29,7 @@ */ /** - * @addtogroup Elm_Mapbuf + * @addtogroup Elm_Mapbuf_Group * @{ */ diff --git a/src/lib/elementary/elm_mapbuf_legacy.h b/src/lib/elementary/elm_mapbuf_legacy.h index 5c659a8..69ce7aa 100644 --- a/src/lib/elementary/elm_mapbuf_legacy.h +++ b/src/lib/elementary/elm_mapbuf_legacy.h @@ -7,8 +7,8 @@ * * This function inserts a new mapbuf widget on the canvas. * - * @ingroup Elm_Mapbuf + * @ingroup Elm_Mapbuf_Group */ EAPI Evas_Object *elm_mapbuf_add(Evas_Object *parent); -#include "elm_mapbuf_eo.legacy.h" \ No newline at end of file +#include "elm_mapbuf_eo.legacy.h" diff --git a/src/lib/elementary/elm_notify.h b/src/lib/elementary/elm_notify.h index 834e919..dd8cd77 100644 --- a/src/lib/elementary/elm_notify.h +++ b/src/lib/elementary/elm_notify.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Notify Notify + * @defgroup Elm_Notify_Group Notify * @ingroup Elementary * * @image html notify_inheritance_tree.png diff --git a/src/lib/elementary/elm_notify_legacy.h b/src/lib/elementary/elm_notify_legacy.h index ceb39a9..b1d67ad 100644 --- a/src/lib/elementary/elm_notify_legacy.h +++ b/src/lib/elementary/elm_notify_legacy.h @@ -4,7 +4,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Notify + * @ingroup Elm_Notify_Group */ EAPI Evas_Object *elm_notify_add(Evas_Object *parent); @@ -17,7 +17,7 @@ EAPI Evas_Object *elm_notify_add(Evas_Object *parent); * Once the parent object is set, a previously set one will be disconnected * and replaced. * - * @ingroup Elm_Notify + * @ingroup Elm_Notify_Group */ EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_Object *parent); @@ -29,8 +29,8 @@ EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_O * * @see elm_notify_parent_set() * - * @ingroup Elm_Notify + * @ingroup Elm_Notify_Group */ EAPI Evas_Object *elm_notify_parent_get(const Evas_Object *obj); -#include "elm_notify_eo.legacy.h" \ No newline at end of file +#include "elm_notify_eo.legacy.h" diff --git a/src/lib/elementary/elm_panel.h b/src/lib/elementary/elm_panel.h index df594a2..a8cfdab 100644 --- a/src/lib/elementary/elm_panel.h +++ b/src/lib/elementary/elm_panel.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Panel Panel + * @defgroup Elm_Panel_Group Panel * @ingroup Elementary * * @image html panel_inheritance_tree.png diff --git a/src/lib/elementary/elm_panel_common.h b/src/lib/elementary/elm_panel_common.h index 236c83d..82ec280 100644 --- a/src/lib/elementary/elm_panel_common.h +++ b/src/lib/elementary/elm_panel_common.h @@ -1,5 +1,5 @@ /** - * @addtogroup Elm_Panel + * @addtogroup Elm_Panel_Group * * @{ */ diff --git a/src/lib/elementary/elm_panel_eo.legacy.h b/src/lib/elementary/elm_panel_eo.legacy.h index d6b8b49..ae99939 100644 --- a/src/lib/elementary/elm_panel_eo.legacy.h +++ b/src/lib/elementary/elm_panel_eo.legacy.h @@ -13,7 +13,7 @@ typedef Eo Elm_Panel; /** Panel orientation mode * - * @ingroup Elm_Panel + * @ingroup Elm_Panel_Group */ typedef enum { diff --git a/src/lib/elementary/elm_panel_legacy.h b/src/lib/elementary/elm_panel_legacy.h index a95c310..6d23e33 100644 --- a/src/lib/elementary/elm_panel_legacy.h +++ b/src/lib/elementary/elm_panel_legacy.h @@ -5,8 +5,8 @@ * * @return The panel object, or NULL on failure * - * @ingroup Elm_Panel + * @ingroup Elm_Panel_Group */ EAPI Evas_Object *elm_panel_add(Evas_Object *parent); -#include "elm_panel_eo.legacy.h" \ No newline at end of file +#include "elm_panel_eo.legacy.h" diff --git a/src/lib/elementary/elm_photocam.h b/src/lib/elementary/elm_photocam.h index f050713..48ad62c 100644 --- a/src/lib/elementary/elm_photocam.h +++ b/src/lib/elementary/elm_photocam.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Photocam Photocam + * @defgroup Elm_Photocam_Group Photocam * @ingroup Elementary * * @image html photocam_inheritance_tree.png diff --git a/src/lib/elementary/elm_photocam_legacy.h b/src/lib/elementary/elm_photocam_legacy.h index f80d8ac..9719c30 100644 --- a/src/lib/elementary/elm_photocam_legacy.h +++ b/src/lib/elementary/elm_photocam_legacy.h @@ -6,7 +6,7 @@ typedef Eo Elm_Photocam; * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); @@ -21,7 +21,7 @@ EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); * * This shows the region of the image using animation. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, int x, int y, int w, int h); @@ -38,7 +38,7 @@ EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, * photo that at some time in the future will be displayed at the full * quality needed. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group * * @param[in] file The photo file */ @@ -52,7 +52,7 @@ EAPI Evas_Load_Error elm_photocam_file_set(Evas_Object *obj, const char *file); * * @see elm_photocam_file_set() * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group * */ EAPI const char *elm_photocam_file_get(const Evas_Object *obj); @@ -67,7 +67,7 @@ EAPI const char *elm_photocam_file_get(const Evas_Object *obj); * * @since 1.14 * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orient); @@ -79,7 +79,7 @@ EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orie * * @since 1.14 * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj); @@ -92,7 +92,7 @@ EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj); * * @return The internal image object handle or @c null * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj); @@ -106,7 +106,7 @@ EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj); * @param[in] w Width of region in image original pixels * @param[in] h Height of region in image original pixels * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, int y, int w, int h); @@ -119,7 +119,7 @@ EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, i * @param[out] w A pointer to the width return * @param[out] h A pointer to the height return * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h); @@ -130,7 +130,7 @@ EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int * * * @return The pause state. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj); @@ -143,7 +143,7 @@ EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj); * * @param[in] paused The pause state. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused); @@ -160,7 +160,7 @@ EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused * * @param[in] zoom The zoom level to set * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom); @@ -174,7 +174,7 @@ EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom); * * @return The zoom level to set * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI double elm_photocam_zoom_get(const Evas_Object *obj); @@ -207,7 +207,7 @@ typedef enum * * @param[in] mode The zoom mode. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photocam_Zoom_Mode mode); @@ -218,7 +218,7 @@ EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photoca * * @return The zoom mode. * - * @ingroup Elm_Photocam + * @ingroup Elm_Photocam_Group */ EAPI Elm_Photocam_Zoom_Mode elm_photocam_zoom_mode_get(const Evas_Object *obj); diff --git a/src/lib/elementary/elm_plug.h b/src/lib/elementary/elm_plug.h index ce609e5..b17c6e3 100644 --- a/src/lib/elementary/elm_plug.h +++ b/src/lib/elementary/elm_plug.h @@ -1,5 +1,5 @@ /** - * @defgroup Plug Plug + * @defgroup Elm_Plug_Group Plug * @ingroup Elementary * * @image html plug_inheritance_tree.png @@ -45,7 +45,7 @@ typedef struct _Elm_Plug_Message Elm_Plug_Message; /** - * @addtogroup Plug + * @addtogroup Elm_Plug_Group * @{ */ diff --git a/src/lib/elementary/elm_plug_legacy.h b/src/lib/elementary/elm_plug_legacy.h index 58bc854..fae24d3 100644 --- a/src/lib/elementary/elm_plug_legacy.h +++ b/src/lib/elementary/elm_plug_legacy.h @@ -4,8 +4,8 @@ * @param parent The parent object * @return The new plug image object or NULL if it cannot be created * - * @ingroup Plug + * @ingroup Elm_Plug_Group */ EAPI Evas_Object *elm_plug_add(Evas_Object *parent); -#include "elm_plug_eo.legacy.h" \ No newline at end of file +#include "elm_plug_eo.legacy.h" diff --git a/src/lib/elementary/elm_popup_eo.legacy.h b/src/lib/elementary/elm_popup_eo.legacy.h index c1af417..103c668 100644 --- a/src/lib/elementary/elm_popup_eo.legacy.h +++ b/src/lib/elementary/elm_popup_eo.legacy.h @@ -19,7 +19,7 @@ typedef Eo Elm_Popup; * conjunction with elm_popup_orient_get() to know where the popup is * appearing. * - * @ingroup Elm_Popup + * @ingroup Elm_Popup_Group */ typedef enum { diff --git a/src/lib/elementary/elm_radio.h b/src/lib/elementary/elm_radio.h index bb7dd82..0b2d201 100644 --- a/src/lib/elementary/elm_radio.h +++ b/src/lib/elementary/elm_radio.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Radio Radio + * @defgroup Elm_Radio_Group Radio * @ingroup Elementary * * @image html radio_inheritance_tree.png diff --git a/src/lib/elementary/elm_radio_legacy.h b/src/lib/elementary/elm_radio_legacy.h index 35a4741..39e1613 100644 --- a/src/lib/elementary/elm_radio_legacy.h +++ b/src/lib/elementary/elm_radio_legacy.h @@ -6,7 +6,7 @@ typedef Eo Elm_Radio; * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Radio + * @ingroup Elm_Radio_Group */ EAPI Evas_Object *elm_radio_add(Evas_Object *parent); @@ -18,7 +18,7 @@ EAPI Evas_Object *elm_radio_add(Evas_Object *parent); * * @param[in] value The value to use for the group * - * @ingroup Elm_Radio + * @ingroup Elm_Radio_Group */ EAPI void elm_radio_value_set(Evas_Object *obj, int value); @@ -27,7 +27,7 @@ EAPI void elm_radio_value_set(Evas_Object *obj, int value) * * @return The value to use for the group * - * @ingroup Elm_Radio + * @ingroup Elm_Radio_Group */ EAPI int elm_radio_value_get(const Evas_Object *obj); diff --git a/src/lib/elementary/elm_scroller.h b/src/lib/elementary/elm_scroller.h index fe44c22..1dc4407 100644 --- a/src/lib/elementary/elm_scroller.h +++ b/src/lib/elementary/elm_scroller.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Scroller Scroller + * @defgroup Elm_Scroller_Group Scroller * @ingroup Elementary * * @image html scroller_inheritance_tree.png diff --git a/src/lib/elementary/elm_scroller_legacy.h b/src/lib/elementary/elm_scroller_legacy.h index 8d50f4a..2ecfd05 100644 --- a/src/lib/elementary/elm_scroller_legacy.h +++ b/src/lib/elementary/elm_scroller_legacy.h @@ -8,7 +8,7 @@ * * See also @ref elm_interface_scrollable_policy_set. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ typedef enum { @@ -24,7 +24,7 @@ typedef enum * * See also @ref elm_interface_scrollable_single_direction_set. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ typedef enum { @@ -46,7 +46,7 @@ typedef enum * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ typedef enum { @@ -61,7 +61,7 @@ typedef enum * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI Evas_Object *elm_scroller_add(Evas_Object *parent); @@ -77,7 +77,7 @@ EAPI Evas_Object *elm_scroller_add(Evas_Object *parent); * right size horizontally and/or vertically to perfectly fit its content in * that direction. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_content_min_limit(Evas_Object *obj, Eina_Bool w, Eina_Bool h); @@ -94,7 +94,7 @@ EAPI void elm_scroller_content_min_limit(Evas_Object *o * region in the virtual content object (0, 0 starting at the top-left of the * virtual content object) is shown within the scroller. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_region_show(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); @@ -111,7 +111,7 @@ EAPI void elm_scroller_region_show(Evas_Object *obj, Ev * the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies * respectively for the horizontal and vertical scrollbars. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v); @@ -124,7 +124,7 @@ EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm * * @see elm_scroller_policy_set() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v); @@ -138,7 +138,7 @@ EAPI void elm_scroller_policy_get(const Evas_Object *ob * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_single_direction_set(Evas_Object *obj, Elm_Scroller_Single_Direction single_dir); @@ -152,7 +152,7 @@ EAPI void elm_scroller_single_direction_set(Evas_Object * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_Object *obj); @@ -173,7 +173,7 @@ EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_ * * @see elm_scroller_region_show() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); @@ -186,7 +186,7 @@ EAPI void elm_scroller_region_get(const Evas_Object *ob * * This gets the size of the content object of the scroller. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_child_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h); @@ -209,7 +209,7 @@ EAPI void elm_scroller_child_size_get(const Evas_Object * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_snap_set(Evas_Object *obj, Eina_Bool page_h_snap, Eina_Bool page_v_snap); @@ -224,7 +224,7 @@ EAPI void elm_scroller_page_snap_set(Evas_Object *obj, * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_snap_get(const Evas_Object *obj, Eina_Bool *page_h_snap, Eina_Bool *page_v_snap); @@ -240,7 +240,7 @@ EAPI void elm_scroller_page_snap_get(const Evas_Object * This is enabled by default for both axis. This API will set if it is enabled * for the given axis with the boolean parameters for each axis. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); @@ -253,7 +253,7 @@ EAPI void elm_scroller_bounce_set(Evas_Object *obj, Ein * * @see elm_scroller_bounce_set() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); @@ -275,7 +275,7 @@ EAPI void elm_scroller_bounce_get(const Evas_Object *ob * including 1.0. If you only want 1 axis to be page "limited", use 0.0 for * the other axis. * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_relative_set(Evas_Object *obj, double h_pagerel, double v_pagerel); @@ -293,7 +293,7 @@ EAPI void elm_scroller_page_relative_set(Evas_Object *o * * @since 1.7 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_relative_get(const Evas_Object *obj, double *h_pagerel, double *v_pagerel); @@ -310,7 +310,7 @@ EAPI void elm_scroller_page_relative_get(const Evas_Obj * @see elm_scroller_page_relative_set() * @see elm_scroller_page_size_get() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_size_set(Evas_Object *obj, Evas_Coord h_pagesize, Evas_Coord v_pagesize); @@ -326,7 +326,7 @@ EAPI void elm_scroller_page_size_set(Evas_Object *obj, * * @since 1.7 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_size_get(const Evas_Object *obj, Evas_Coord *h_pagesize, Evas_Coord *v_pagesize); @@ -346,7 +346,7 @@ EAPI void elm_scroller_page_size_get(const Evas_Object * @see elm_scroller_page_show() * @see elm_scroller_page_bring_in() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_current_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); @@ -364,7 +364,7 @@ EAPI void elm_scroller_current_page_get(const Evas_Obje * @see elm_scroller_page_show() * @see elm_scroller_page_bring_in() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_last_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); @@ -390,7 +390,7 @@ EAPI void elm_scroller_last_page_get(const Evas_Object * * @see elm_scroller_page_bring_in() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_show(Evas_Object *obj, int h_pagenumber, int v_pagenumber); @@ -416,7 +416,7 @@ EAPI void elm_scroller_page_show(Evas_Object *obj, int * * @see elm_scroller_page_show() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int h_pagenumber, int v_pagenumber); @@ -439,7 +439,7 @@ EAPI void elm_scroller_page_bring_in(Evas_Object *obj, * * @see elm_scroller_region_show() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_region_bring_in(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); @@ -462,7 +462,7 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj * * Default values for x and y are 0.0 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_gravity_set(Evas_Object *obj, double x, double y); @@ -477,7 +477,7 @@ EAPI void elm_scroller_gravity_set(Evas_Object *obj, do * * @see elm_scroller_gravity_set() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_gravity_get(const Evas_Object *obj, double *x, double *y); @@ -501,7 +501,7 @@ EAPI void elm_scroller_gravity_get(const Evas_Object *o * * @since 1.8 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_movement_block_set(Evas_Object *obj, Elm_Scroller_Movement_Block block); @@ -515,7 +515,7 @@ EAPI void elm_scroller_movement_block_set(Evas_Object *o * * @see elm_scroller_movement_block_set() for more details * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Object *obj); @@ -532,7 +532,7 @@ EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Obj * * @since 1.13 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_step_size_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y); @@ -547,7 +547,7 @@ EAPI void elm_scroller_step_size_set(Evas_Object *obj, * * @since 1.13 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_step_size_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y); @@ -563,7 +563,7 @@ EAPI void elm_scroller_step_size_get(const Evas_Object * * @since 1.14 * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_Bool loop_h, Eina_Bool loop_v); @@ -578,7 +578,7 @@ EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_ * * @see elm_scroller_loop_set() for more details * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_loop_get(const Evas_Object *obj, Eina_Bool *loop_h, Eina_Bool *loop_v); @@ -595,7 +595,7 @@ EAPI void elm_scroller_loop_get(const Evas_Object *obj, * * @see elm_scroller_wheel_disabled_get() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); @@ -611,7 +611,7 @@ EAPI void elm_scroller_wheel_disabled_set(Evas_Object * * * @see elm_scroller_wheel_disabled_set() * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Object *obj); @@ -624,7 +624,7 @@ EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Ob * @param[in] obj The scroller object * @param[in] propagation The propagation state * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagation); @@ -636,7 +636,7 @@ EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagat * @param[in] obj The scroller object * @return The propagation state * - * @ingroup Elm_Scroller + * @ingroup Elm_Scroller_Group */ EAPI Eina_Bool elm_scroller_propagate_events_get(const Evas_Object *obj); #endif diff --git a/src/lib/elementary/elm_spinner.h b/src/lib/elementary/elm_spinner.h index 95243a3..aff8eee 100644 --- a/src/lib/elementary/elm_spinner.h +++ b/src/lib/elementary/elm_spinner.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Spinner Spinner + * @defgroup Elm_Spinner_Group Spinner * @ingroup Elementary * * @image html spinner_inheritance_tree.png @@ -50,7 +50,7 @@ */ /** - * @addtogroup Elm_Spinner + * @addtogroup Elm_Spinner_Group * @{ */ diff --git a/src/lib/elementary/elm_spinner_legacy.h b/src/lib/elementary/elm_spinner_legacy.h index 1b4e241..0774983 100644 --- a/src/lib/elementary/elm_spinner_legacy.h +++ b/src/lib/elementary/elm_spinner_legacy.h @@ -7,7 +7,7 @@ * * This function inserts a new spinner widget on the canvas. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group * */ EAPI Evas_Object *elm_spinner_add(Evas_Object *parent); @@ -23,7 +23,7 @@ EAPI Evas_Object *elm_spinner_add(Evas_Object *parent); * * @see elm_spinner_special_value_add() for more details. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group * @since 1.8 */ EAPI void elm_spinner_special_value_del(Evas_Object *obj, double value); @@ -37,7 +37,7 @@ EAPI void elm_spinner_special_value_del(Evas_Object *obj, double value); * * @see elm_spinner_special_value_add() for more details. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group * @since 1.8 */ EAPI const char *elm_spinner_special_value_get(Evas_Object *obj, double value); @@ -58,7 +58,7 @@ EAPI const char *elm_spinner_special_value_get(Evas_Object *obj, double value); * @param[in] min The minimum value. * @param[in] max The maximum value. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max); @@ -78,7 +78,7 @@ EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max); * @param[out] min The minimum value. * @param[out] max The maximum value. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *max); @@ -96,7 +96,7 @@ EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *m * * @param[in] step The step value. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI void elm_spinner_step_set(Evas_Object *obj, double step); @@ -114,7 +114,7 @@ EAPI void elm_spinner_step_set(Evas_Object *obj, double step); * * @return The step value. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI double elm_spinner_step_get(const Evas_Object *obj); @@ -129,7 +129,7 @@ EAPI double elm_spinner_step_get(const Evas_Object *obj); * * @param[in] val The value to be displayed. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI void elm_spinner_value_set(Evas_Object *obj, double val); @@ -144,7 +144,7 @@ EAPI void elm_spinner_value_set(Evas_Object *obj, double val); * * @return The value to be displayed. * - * @ingroup Elm_Spinner + * @ingroup Elm_Spinner_Group */ EAPI double elm_spinner_value_get(const Evas_Object *obj); diff --git a/src/lib/elementary/elm_table.h b/src/lib/elementary/elm_table.h index ec9266e..7cabd06 100644 --- a/src/lib/elementary/elm_table.h +++ b/src/lib/elementary/elm_table.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Table Table + * @defgroup Elm_Table_Group Table * @ingroup Elementary * * @image html table_inheritance_tree.png diff --git a/src/lib/elementary/elm_table_legacy.h b/src/lib/elementary/elm_table_legacy.h index 314cf0e..b9b955a 100644 --- a/src/lib/elementary/elm_table_legacy.h +++ b/src/lib/elementary/elm_table_legacy.h @@ -4,7 +4,7 @@ * @param parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Table + * @ingroup Elm_Table_Group */ EAPI Evas_Object *elm_table_add(Evas_Object *parent); @@ -23,7 +23,7 @@ EAPI Evas_Object *elm_table_add(Evas_Object *parent); * a value of 0 for col and row, means the top left cell of the table, and a * value of 1 for colspan and rowspan means @p subobj only takes that 1 cell. * - * @ingroup Elm_Table + * @ingroup Elm_Table_Group */ EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int colspan, int rowspan); @@ -38,8 +38,8 @@ EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int col * * @see elm_table_pack_set() * - * @ingroup Elm_Table + * @ingroup Elm_Table_Group */ EAPI void elm_table_pack_get(Evas_Object *subobj, int *col, int *row, int *colspan, int *rowspan); -#include "elm_table_eo.legacy.h" \ No newline at end of file +#include "elm_table_eo.legacy.h" diff --git a/src/lib/elementary/elm_textpath_legacy.h b/src/lib/elementary/elm_textpath_legacy.h index e569328..cac73b4 100644 --- a/src/lib/elementary/elm_textpath_legacy.h +++ b/src/lib/elementary/elm_textpath_legacy.h @@ -6,7 +6,7 @@ typedef Eo Elm_Textpath; * @param[in] parent The parent object * @return The new object or NULL if it cannot be created * - * @ingroup Elm_Textpath + * @ingroup Elm_Textpath_Group * * @since 1.22 * @since_tizen 5.5 @@ -22,7 +22,7 @@ EAPI Evas_Object *elm_textpath_add(Evas_Object *parent); * @note ellipsis in the style will be ignored since textpath supports ellipsis API. * @see elm_textpath_ellipsis_set() * - * @ingroup Elm_Textpath + * @ingroup Elm_Textpath_Group * * @since 1.25 */ diff --git a/src/lib/elementary/elm_win.h b/src/lib/elementary/elm_win.h index 3384bf6..39a4657 100644 --- a/src/lib/elementary/elm_win.h +++ b/src/lib/elementary/elm_win.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Win Win + * @defgroup Elm_Win_Group Win * @ingroup Elementary * * @image html win_inheritance_tree.png diff --git a/src/lib/elementary/elm_win_common.h b/src/lib/elementary/elm_win_common.h index 550b16a..a186bc6 100644 --- a/src/lib/elementary/elm_win_common.h +++ b/src/lib/elementary/elm_win_common.h @@ -1,5 +1,5 @@ /** - * @addtogroup Elm_Win + * @addtogroup Elm_Win_Group * * @{ */ diff --git a/src/lib/elementary/elm_win_eo.h b/src/lib/elementary/elm_win_eo.h index 6643fc5..d6d4ed5 100644 --- a/src/lib/elementary/elm_win_eo.h +++ b/src/lib/elementary/elm_win_eo.h @@ -2,7 +2,7 @@ # define ELM_WIN_EO_H /** - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * * @{ */ diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index df8de2a..5d242de 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h @@ -8,7 +8,7 @@ * phones, default is to have the indicator shown. But like TV, default is to * have the indicator hidden. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -19,7 +19,7 @@ typedef enum /** Defines the opacity modes of indicator that can be shown * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -59,7 +59,7 @@ typedef enum * * Currently, only the X11 backed engines use them. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -120,7 +120,7 @@ typedef enum * When the application window is being managed by Illume it may request any of * the following layouts for the virtual keyboard. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -145,7 +145,7 @@ typedef enum /** Define the keygrab modes of window. A window may send commands to the * Keyrouter according this mode, and perform different actions. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -179,7 +179,7 @@ typedef enum * * @since 1.19 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ typedef enum { @@ -209,7 +209,7 @@ typedef enum * * @return The created object, or @c NULL on failure * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type); @@ -228,7 +228,7 @@ typedef Evas_Object Elm_Win; * * @return The created object, or @c NULL on failure * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * * @since 1.13 */ @@ -249,7 +249,7 @@ EAPI Evas_Object *elm_win_fake_add(Ecore_Evas *ee); * * @see elm_win_add() * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Evas_Object *elm_win_util_standard_add(const char *name, const char *title); @@ -270,7 +270,7 @@ EAPI Evas_Object *elm_win_util_standard_add(const char *name, const cha * * @see elm_win_add() * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.13 */ EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const char *name, const char *title); @@ -293,7 +293,7 @@ EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const ch * @param[in] autodel If @c true, the window will automatically delete itself * when closed. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel); @@ -304,7 +304,7 @@ EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel); * * @return If @c true, the window will automatically delete itself when closed. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj); @@ -320,7 +320,7 @@ EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj); * a multi window concept in a mobile phone. The way of handling floating mode * window is decided by enlightenment window manager. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @see elm_win_floating_mode_get() * @since 1.8 */ @@ -332,7 +332,7 @@ EAPI void elm_win_floating_mode_set(Evas_Object *obj, Eina_Bool * @param obj The window object * @return If true, the window is floating mode * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @see elm_win_floating_mode_set() * @since 1.8 */ @@ -359,7 +359,7 @@ EAPI Eina_Bool elm_win_floating_mode_get(const Evas_Object *obj); * @see elm_win_norender_pop() * @see elm_win_norender_get() * @see elm_win_render() - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.7 */ EAPI void elm_win_norender_push(Evas_Object *obj); @@ -375,7 +375,7 @@ EAPI void elm_win_norender_push(Evas_Object *obj); * @see elm_win_norender_push() * @see elm_win_norender_get() * @see elm_win_render() - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.7 */ EAPI void elm_win_norender_pop(Evas_Object *obj); @@ -388,7 +388,7 @@ EAPI void elm_win_norender_pop(Evas_Object *obj); * @see elm_win_norender_push() * @see elm_win_norender_pop() * @see elm_win_render() - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.7 */ EAPI int elm_win_norender_get(const Evas_Object *obj); @@ -407,7 +407,7 @@ EAPI int elm_win_norender_get(const Evas_Object *obj); * @see elm_win_norender_push() * @see elm_win_norender_pop() * @see elm_win_norender_get() - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.7 */ EAPI void elm_win_render(Evas_Object *obj); @@ -423,7 +423,7 @@ EAPI void elm_win_render(Evas_Object *obj); * * @return The Ecore_Wl_Window of @p obj * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ //TIZEN_ONLY(20171208) : fix build break by opensource temporarily until migration finish @@ -441,7 +441,7 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj); * * @return The Ecore_Win32_Window of @p obj * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * * @since 1.16 */ @@ -487,7 +487,7 @@ EAPI void elm_win_wm_rotation_preferred_rotation_set(Evas_Objec * * @param[in] subobj The resize object to add. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj); @@ -501,7 +501,7 @@ EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj); * * @param[in] subobj The resize object to add. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj); @@ -510,7 +510,7 @@ EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj); * * @brief Gets the Ecore_X_Window of an Evas_Object. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj); @@ -521,7 +521,7 @@ EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj); * * @since 1.17 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); @@ -532,7 +532,7 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); * * @since 1.17 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj); @@ -543,7 +543,7 @@ EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj); * * @since 1.12 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void *elm_win_trap_data_get(const Evas_Object *obj); @@ -562,7 +562,7 @@ EAPI void *elm_win_trap_data_get(const Evas_Object *obj); * * @param[in] override If true, the window is overridden. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override); @@ -571,7 +571,7 @@ EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override); * * @return If true, the window is overridden. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj); @@ -584,7 +584,7 @@ EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj); * If @ref elm_win_override_set is not set, the Window Manager may ignore this * request. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_lower(Evas_Object *obj); @@ -595,7 +595,7 @@ EAPI void elm_win_lower(Evas_Object *obj); * * @param[in] quickpanel The quickpanel flag. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel); @@ -604,7 +604,7 @@ EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel); * * @return The quickpanel flag. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj); /** @@ -612,7 +612,7 @@ EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj); * * @param[in] zone The requested zone for this quickpanel. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone); @@ -621,7 +621,7 @@ EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone); * * @return The requested zone for this quickpanel. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj); /** @@ -629,7 +629,7 @@ EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj); * * @param[in] priority The major priority for this quickpanel or -1. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority); @@ -638,7 +638,7 @@ EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority); * * @return The major priority for this quickpanel or -1. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj); @@ -647,7 +647,7 @@ EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj); * * @param[in] priority The minor priority for this quickpanel. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority); @@ -656,7 +656,7 @@ EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority); * * @return The minor priority for this quickpanel. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj); @@ -665,7 +665,7 @@ EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj); * * @param[in] mode The mode, one of #Elm_Win_Indicator_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode); @@ -674,7 +674,7 @@ EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mo * * @return The mode, one of #Elm_Win_Indicator_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj); @@ -683,7 +683,7 @@ EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj); * * @param[in] mode The mode, one of #Elm_Win_Indicator_Opacity_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opacity_Mode mode); @@ -692,7 +692,7 @@ EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opac * * @return The mode, one of #Elm_Win_Indicator_Opacity_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Object *obj); @@ -701,7 +701,7 @@ EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Obj * * @param[in] is_keyboard If true, the window is a virtual keyboard.. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard); @@ -710,7 +710,7 @@ EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard); * * @return The mode, If true, the window is a virtual keyboard.. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj); @@ -719,7 +719,7 @@ EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj); * * @param[in] conformant The conformant flag. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant); @@ -728,7 +728,7 @@ EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant); * * @return The conformant flag. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj); @@ -744,7 +744,7 @@ EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj); * * @since 1.9 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bool set); @@ -757,7 +757,7 @@ EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bo * * @since 1.9 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *obj); @@ -768,7 +768,7 @@ EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *o * * @since 1.9 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj); @@ -785,7 +785,7 @@ EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj); * @param[in] rotation The rotation of the window, in degrees (0-360), * counter-clockwise. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation); @@ -794,7 +794,7 @@ EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation); * * @return The rotation of the window, in degrees (0-360), counter-clockwise. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_rotation_get(const Evas_Object *obj); @@ -807,7 +807,7 @@ EAPI int elm_win_rotation_get(const Evas_Object *obj); * @param[in] rotation The rotation of the window in degrees (0-360), * counter-clockwise. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation); @@ -823,7 +823,7 @@ EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation); * * @since 1.9 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj); @@ -837,7 +837,7 @@ EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj); * * @since 1.9 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj); @@ -848,7 +848,7 @@ EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj); * @param[out] x The int to store the x coordinate to. * @param[out] y The int to store the y coordinate to. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y); @@ -860,7 +860,7 @@ EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y); * @param[out] w Where to return the width value. May be @c null. * @param[out] h Where to return the height value. May be @c null. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w, int *h); @@ -874,7 +874,7 @@ EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w * * @since 1.7 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); @@ -883,7 +883,7 @@ EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); * * @param[in] icon_name The icon name to set. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name); @@ -896,7 +896,7 @@ EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name); * * @return The icon name to set. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI const char *elm_win_icon_name_get(const Evas_Object *obj); @@ -905,7 +905,7 @@ EAPI const char *elm_win_icon_name_get(const Evas_Object *obj); * * @param[in] withdrawn If true, the window is withdrawn. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn); @@ -914,7 +914,7 @@ EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn); * * @return If true, the window is withdrawn. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj); @@ -923,7 +923,7 @@ EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj); * * @param[in] urgent If true, the window is urgent. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent); @@ -932,7 +932,7 @@ EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent); * * @return If true, the window is urgent. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj); @@ -941,7 +941,7 @@ EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj); * * @param[in] demand_attention If true, the window is demand_attention. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attention); @@ -950,7 +950,7 @@ EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attent * * @return If true, the window is demand_attention. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj); @@ -959,7 +959,7 @@ EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj); * * @param[in] modal If true, the window is modal. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal); @@ -968,7 +968,7 @@ EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal); * * @return If true, the window is modal. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj); @@ -984,7 +984,7 @@ EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj); * * @param[in] shaped If @c true, the window is shaped. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped); @@ -993,7 +993,7 @@ EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped); * * @return If @c true, the window is shaped. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); @@ -1002,7 +1002,7 @@ EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); * * @param[in] title The title. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_title_set(Evas_Object *obj, const char *title); @@ -1014,7 +1014,7 @@ EAPI void elm_win_title_set(Evas_Object *obj, const char *title); * * @return The title. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI const char *elm_win_title_get(const Evas_Object *obj); @@ -1028,7 +1028,7 @@ EAPI const char *elm_win_title_get(const Evas_Object *obj); * * @since 1.7 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); @@ -1040,7 +1040,7 @@ EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); * * @since 1.7 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h); @@ -1054,7 +1054,7 @@ EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h); * * @since 1.7 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); @@ -1066,7 +1066,7 @@ EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); * * @since 1.7 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h); @@ -1081,7 +1081,7 @@ EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h); * * @param[in] params Optional parameters for the command. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command command, void *params); @@ -1092,7 +1092,7 @@ EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command comma * * @since 1.8 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile); @@ -1103,7 +1103,7 @@ EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile); * * @since 1.8 * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI const char *elm_win_profile_get(const Evas_Object *obj); @@ -1119,7 +1119,7 @@ EAPI const char *elm_win_profile_get(const Evas_Object *obj); * * @param[in] layer The layer of the window. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_layer_set(Evas_Object *obj, int layer); @@ -1128,7 +1128,7 @@ EAPI void elm_win_layer_set(Evas_Object *obj, int layer); * * @return The layer of the window. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI int elm_win_layer_get(const Evas_Object *obj); @@ -1143,7 +1143,7 @@ EAPI int elm_win_layer_get(const Evas_Object *obj); * * @return The inlined image object or @c null if none exists. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj); @@ -1152,7 +1152,7 @@ EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj); * * @param[in] oee * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * * @deprecated */ @@ -1166,7 +1166,7 @@ EAPI void elm_win_fake_canvas_set(Evas_Object *obj, Ecore_Evas *oee) EINA_DEPREC * @param obj The window object * @return The Ecore_Window of an Evas_Object * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group * @since 1.8 * @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus, * this is definitely not the function you are looking for. @@ -1210,7 +1210,7 @@ EAPI Evas_Object *elm_win_precreated_object_get(void); * * @return The Main Menu of the window ($null on error). * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj); @@ -1219,7 +1219,7 @@ EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj); * * @param[in] mode The mode, one of #Elm_Win_Keyboard_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode); @@ -1228,7 +1228,7 @@ EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode); * * @return The mode, one of #Elm_Win_Keyboard_Mode. * - * @ingroup Elm_Win + * @ingroup Elm_Win_Group */ EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Elm_Win *obj); @@ -1302,7 +1302,7 @@ EAPI Evas_Object *elm_win_get(Evas_Object *obj); * * @return @c true on success, @c false otherwise * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcnum, Eina_Bool svcsys); @@ -1311,7 +1311,7 @@ EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcn * * @return @c true if window has focus, @c false otherwise * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj); @@ -1384,7 +1384,7 @@ EAPI Eina_Bool elm_win_focus_highlight_animate_get(const Elm_Win *obj); * Places the window pointed by @c obj at the top of the stack, so that it's * not covered by any other window. * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_raise(Elm_Win *obj); @@ -1396,7 +1396,7 @@ EAPI void elm_win_raise(Elm_Win *obj); * * @since 1.8 * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, unsigned int count); @@ -1410,7 +1410,7 @@ EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, un * * @since 1.8 * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profiles, unsigned int *count); @@ -1426,7 +1426,7 @@ EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profil * * @since 1.9 * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *rotations, unsigned int count); @@ -1443,7 +1443,7 @@ EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *r * * @since 1.9 * - * @ingroup Efl_Ui_Win + * @ingroup Elm_Win_Group */ EAPI Eina_Bool elm_win_wm_rotation_available_rotations_get(const Elm_Win *obj, int **rotations, unsigned int *count); diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index b01e145..37d9ad2 100755 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h @@ -1122,7 +1122,7 @@ typedef khronos_uint64_t EvasGLuint64; /* * This document is licensed under the SGI Free Software B License Version - * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . + * 2.0. For details, see https://spdx.org/licenses/SGI-B-2.0.html . */ /*------------------------------------------------------------------------- -- 2.7.4