diff options
author | Myoungwoon Roy, Kim <myoungwoon.kim@samsung.com> | 2020-07-09 10:24:09 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-07-09 10:24:09 +0100 |
commit | cf884dccdab331ae671b094e8448e877a3862faa (patch) | |
tree | d73de6a5a537fb78a804feb385c005f70542a501 /src/lib | |
parent | 86b5b6128c310a51aa38a4217c6be71424210062 (diff) |
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
Diffstat (limited to 'src/lib')
55 files changed, 258 insertions, 247 deletions
diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index c83481a9fd..8e8c198829 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h | |||
@@ -138,6 +138,11 @@ typedef struct _Elm_Version | |||
138 | int revision; | 138 | int revision; |
139 | } Elm_Version; | 139 | } Elm_Version; |
140 | 140 | ||
141 | /** | ||
142 | * Elementary Version Information | ||
143 | * | ||
144 | * @ingroup Elm_General | ||
145 | */ | ||
141 | EAPI extern Elm_Version *elm_version; | 146 | EAPI extern Elm_Version *elm_version; |
142 | 147 | ||
143 | 148 | ||
diff --git a/src/lib/elementary/efl_ui_frame_legacy.h b/src/lib/elementary/efl_ui_frame_legacy.h index 8d225885ae..c6328ce935 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; | |||
6 | * @param parent The parent object | 6 | * @param parent The parent object |
7 | * @return The new object or NULL if it cannot be created | 7 | * @return The new object or NULL if it cannot be created |
8 | * | 8 | * |
9 | * @ingroup Elm_Frame | 9 | * @ingroup Elm_Frame_Group |
10 | */ | 10 | */ |
11 | EAPI Evas_Object *elm_frame_add(Evas_Object *parent); | 11 | EAPI Evas_Object *elm_frame_add(Evas_Object *parent); |
12 | 12 | ||
diff --git a/src/lib/elementary/elc_naviframe.h b/src/lib/elementary/elc_naviframe.h index a07688ff33..02b1bced23 100644 --- a/src/lib/elementary/elc_naviframe.h +++ b/src/lib/elementary/elc_naviframe.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Naviframe Naviframe | 2 | * @defgroup Elm_Naviframe_Group Naviframe |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html naviframe_inheritance_tree.png | 5 | * @image html naviframe_inheritance_tree.png |
@@ -85,7 +85,7 @@ | |||
85 | */ | 85 | */ |
86 | 86 | ||
87 | /** | 87 | /** |
88 | * @addtogroup Elm_Naviframe | 88 | * @addtogroup Elm_Naviframe_Group |
89 | * @{ | 89 | * @{ |
90 | */ | 90 | */ |
91 | 91 | ||
diff --git a/src/lib/elementary/elc_naviframe_common.h b/src/lib/elementary/elc_naviframe_common.h index 453587e048..23174ffd9f 100644 --- 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); | |||
17 | * @param parent Parent object | 17 | * @param parent Parent object |
18 | * @return New object or @c NULL, if it cannot be created | 18 | * @return New object or @c NULL, if it cannot be created |
19 | * | 19 | * |
20 | * @ingroup Elm_Naviframe | 20 | * @ingroup Elm_Naviframe_Group |
21 | */ | 21 | */ |
22 | EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent); | 22 | EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent); |
23 | 23 | ||
diff --git a/src/lib/elementary/elc_naviframe_legacy.h b/src/lib/elementary/elc_naviframe_legacy.h index 38f06ca186..31c9f216e2 100644 --- a/src/lib/elementary/elc_naviframe_legacy.h +++ b/src/lib/elementary/elc_naviframe_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param[in] obj The object. | 4 | * @param[in] obj The object. |
5 | * @param[in] style The current item style name. @c null would be default | 5 | * @param[in] style The current item style name. @c null would be default |
6 | * | 6 | * |
7 | * @ingroup Elm_Naviframe_Item | 7 | * @ingroup Elm_Naviframe_Item_Group |
8 | */ | 8 | */ |
9 | EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style); | 9 | EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style); |
10 | 10 | ||
@@ -15,7 +15,7 @@ EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style); | |||
15 | * | 15 | * |
16 | * @return The current item style name. @c null would be default | 16 | * @return The current item style name. @c null would be default |
17 | * | 17 | * |
18 | * @ingroup Elm_Naviframe_Item | 18 | * @ingroup Elm_Naviframe_Item_Group |
19 | */ | 19 | */ |
20 | EAPI const char *elm_naviframe_item_style_get(const Elm_Object_Item *obj); | 20 | EAPI const char *elm_naviframe_item_style_get(const Elm_Object_Item *obj); |
21 | 21 | ||
diff --git a/src/lib/elementary/elc_popup.h b/src/lib/elementary/elc_popup.h index 15f27b26bc..25b5a08eb4 100644 --- a/src/lib/elementary/elc_popup.h +++ b/src/lib/elementary/elc_popup.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Popup Popup | 2 | * @defgroup Elm_Popup_Group Popup |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html popup_inheritance_tree.png | 5 | * @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 3312928593..dded76eefa 100644 --- a/src/lib/elementary/elc_popup_legacy.h +++ b/src/lib/elementary/elc_popup_legacy.h | |||
@@ -4,8 +4,8 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_Popup | 7 | * @ingroup Elm_Popup_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1); | 9 | EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1); |
10 | 10 | ||
11 | #include "elm_popup_eo.legacy.h" \ No newline at end of file | 11 | #include "elm_popup_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_frame.h b/src/lib/elementary/elm_frame.h index 053dacdbef..a5c3c921c0 100644 --- a/src/lib/elementary/elm_frame.h +++ b/src/lib/elementary/elm_frame.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Frame Frame | 2 | * @defgroup Elm_Frame_Group Frame |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html frame_inheritance_tree.png | 5 | * @image html frame_inheritance_tree.png |
diff --git a/src/lib/elementary/elm_glview.h b/src/lib/elementary/elm_glview.h index 5829354760..227d3aac16 100644 --- a/src/lib/elementary/elm_glview.h +++ b/src/lib/elementary/elm_glview.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_GLView GLView | 2 | * @defgroup Elm_Glview_Group GLView |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html glview_inheritance_tree.png | 5 | * @image html glview_inheritance_tree.png |
@@ -23,7 +23,8 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | /** | 25 | /** |
26 | * @ingroup Elm_GLView | 26 | * @addtogroup Elm_Glview_Group |
27 | * @{ | ||
27 | */ | 28 | */ |
28 | 29 | ||
29 | #include "elm_glview_common.h" | 30 | #include "elm_glview_common.h" |
diff --git a/src/lib/elementary/elm_glview_common.h b/src/lib/elementary/elm_glview_common.h index c84d49bef4..6ebea9054f 100644 --- a/src/lib/elementary/elm_glview_common.h +++ b/src/lib/elementary/elm_glview_common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @addtogroup Elm_GLView | 2 | * @addtogroup Elm_Glview_Group |
3 | * | 3 | * |
4 | * @{ | 4 | * @{ |
5 | */ | 5 | */ |
diff --git a/src/lib/elementary/elm_glview_eo.legacy.h b/src/lib/elementary/elm_glview_eo.legacy.h index 562b31207d..e3ac066d5c 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; | |||
26 | * | 26 | * |
27 | * See @ref elm_glview_mode_set See elm_opengl_page | 27 | * See @ref elm_glview_mode_set See elm_opengl_page |
28 | * | 28 | * |
29 | * @ingroup Elm_GLView | 29 | * @ingroup Elm_Glview_Group |
30 | */ | 30 | */ |
31 | typedef enum | 31 | typedef enum |
32 | { | 32 | { |
diff --git a/src/lib/elementary/elm_glview_legacy.h b/src/lib/elementary/elm_glview_legacy.h index 84e148c511..a5f66aaa65 100644 --- a/src/lib/elementary/elm_glview_legacy.h +++ b/src/lib/elementary/elm_glview_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_GLView | 7 | * @ingroup Elm_Glview_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_glview_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_glview_add(Evas_Object *parent); |
10 | 10 | ||
@@ -25,7 +25,7 @@ EAPI Evas_Object *elm_glview_version_add(Evas_Object *parent, Evas_GL_Context_Ve | |||
25 | * | 25 | * |
26 | * @param obj The GLView object | 26 | * @param obj The GLView object |
27 | * | 27 | * |
28 | * @ingroup Elm_GLView | 28 | * @ingroup Elm_Glview_Group |
29 | */ | 29 | */ |
30 | EAPI void elm_glview_changed_set(Evas_Object *obj); | 30 | EAPI void elm_glview_changed_set(Evas_Object *obj); |
31 | 31 | ||
@@ -36,7 +36,7 @@ EAPI void elm_glview_changed_set(Evas_Object *obj); | |||
36 | * @param w pointer of int width | 36 | * @param w pointer of int width |
37 | * @param h pointer of int height | 37 | * @param h pointer of int height |
38 | * | 38 | * |
39 | * @ingroup Elm_GLView | 39 | * @ingroup Elm_Glview_Group |
40 | */ | 40 | */ |
41 | EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h); | 41 | EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h); |
42 | 42 | ||
@@ -47,7 +47,7 @@ EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h); | |||
47 | * @param w width of GLView | 47 | * @param w width of GLView |
48 | * @param h height of GLView | 48 | * @param h height of GLView |
49 | * | 49 | * |
50 | * @ingroup Elm_GLView | 50 | * @ingroup Elm_Glview_Group |
51 | */ | 51 | */ |
52 | EAPI void elm_glview_size_set(Evas_Object *obj, int w, int h); | 52 | EAPI void elm_glview_size_set(Evas_Object *obj, int w, int h); |
53 | 53 | ||
@@ -66,7 +66,7 @@ EAPI void elm_glview_init_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | |||
66 | * @param obj The GLView object | 66 | * @param obj The GLView object |
67 | * @param func The callback function | 67 | * @param func The callback function |
68 | * | 68 | * |
69 | * @ingroup Elm_GLView | 69 | * @ingroup Elm_Glview_Group |
70 | */ | 70 | */ |
71 | EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | 71 | EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); |
72 | 72 | ||
@@ -76,7 +76,7 @@ EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | |||
76 | * @param obj The GLView object | 76 | * @param obj The GLView object |
77 | * @param func The callback function | 77 | * @param func The callback function |
78 | * | 78 | * |
79 | * @ingroup Elm_GLView | 79 | * @ingroup Elm_Glview_Group |
80 | */ | 80 | */ |
81 | EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | 81 | EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); |
82 | 82 | ||
@@ -86,7 +86,7 @@ EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | |||
86 | * @param obj The GLView object | 86 | * @param obj The GLView object |
87 | * @param func The callback function | 87 | * @param func The callback function |
88 | * | 88 | * |
89 | * @ingroup Elm_GLView | 89 | * @ingroup Elm_Glview_Group |
90 | */ | 90 | */ |
91 | EAPI void elm_glview_render_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); | 91 | EAPI void elm_glview_render_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func); |
92 | #include "elm_glview_eo.legacy.h" | 92 | #include "elm_glview_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_grid.h b/src/lib/elementary/elm_grid.h index 0888ac4dff..f928c586af 100644 --- a/src/lib/elementary/elm_grid.h +++ b/src/lib/elementary/elm_grid.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Grid Grid | 2 | * @defgroup Elm_Grid_Group Grid |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html grid_inheritance_tree.png | 5 | * @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 6884fb1c06..f3ded0dffc 100644 --- a/src/lib/elementary/elm_grid_legacy.h +++ b/src/lib/elementary/elm_grid_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_Grid | 7 | * @ingroup Elm_Grid_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_grid_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_grid_add(Evas_Object *parent); |
10 | 10 | ||
@@ -17,7 +17,7 @@ EAPI Evas_Object *elm_grid_add(Evas_Object *parent); | |||
17 | * @param w The virtual width at which to pack it | 17 | * @param w The virtual width at which to pack it |
18 | * @param h The virtual height at which to pack it | 18 | * @param h The virtual height at which to pack it |
19 | * | 19 | * |
20 | * @ingroup Elm_Grid | 20 | * @ingroup Elm_Grid_Group |
21 | */ | 21 | */ |
22 | EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); | 22 | EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); |
23 | 23 | ||
@@ -30,8 +30,8 @@ EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coor | |||
30 | * @param w Pointer to integer to store the virtual width | 30 | * @param w Pointer to integer to store the virtual width |
31 | * @param h Pointer to integer to store the virtual height | 31 | * @param h Pointer to integer to store the virtual height |
32 | * | 32 | * |
33 | * @ingroup Elm_Grid | 33 | * @ingroup Elm_Grid_Group |
34 | */ | 34 | */ |
35 | EAPI void elm_grid_pack_get(Evas_Object *subobj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); | 35 | EAPI void elm_grid_pack_get(Evas_Object *subobj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); |
36 | 36 | ||
37 | #include "elm_grid_eo.legacy.h" \ No newline at end of file | 37 | #include "elm_grid_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_index.h b/src/lib/elementary/elm_index.h index 6ede67b8d5..69f2b9a719 100644 --- a/src/lib/elementary/elm_index.h +++ b/src/lib/elementary/elm_index.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Index Index | 2 | * @defgroup Elm_Index_Group Index |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html index_inheritance_tree.png | 5 | * @image html index_inheritance_tree.png |
@@ -55,7 +55,7 @@ | |||
55 | */ | 55 | */ |
56 | 56 | ||
57 | /** | 57 | /** |
58 | * @addtogroup Elm_Index | 58 | * @addtogroup Elm_Index_Group |
59 | * @{ | 59 | * @{ |
60 | */ | 60 | */ |
61 | 61 | ||
diff --git a/src/lib/elementary/elm_index_item_eo.legacy.h b/src/lib/elementary/elm_index_item_eo.legacy.h index d4286f7cef..4b9c42daa6 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; | |||
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | /** | 17 | /** |
18 | * @defgroup Elm_Index_Item_Group | ||
19 | * @ingroup Elm_Index_Group | ||
20 | */ | ||
21 | |||
22 | /** | ||
18 | * @brief Set the selected state of an item. | 23 | * @brief Set the selected state of an item. |
19 | * | 24 | * |
20 | * This sets the selected state of the given item @c it. @c true for selected, | 25 | * 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 7f8e7df2eb..d570262f0c 100644 --- a/src/lib/elementary/elm_index_legacy.h +++ b/src/lib/elementary/elm_index_legacy.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * This function inserts a new index widget on the canvas. | 8 | * This function inserts a new index widget on the canvas. |
9 | * | 9 | * |
10 | * @ingroup Elm_Index | 10 | * @ingroup Elm_Index_Group |
11 | */ | 11 | */ |
12 | EAPI Evas_Object *elm_index_add(Evas_Object *parent); | 12 | EAPI Evas_Object *elm_index_add(Evas_Object *parent); |
13 | 13 | ||
@@ -23,7 +23,7 @@ EAPI Evas_Object *elm_index_add(Evas_Object *parent); | |||
23 | * it, i.e., to enable vertical mode. it's an area one Fingers "finger" wide on | 23 | * it, i.e., to enable vertical mode. it's an area one Fingers "finger" wide on |
24 | * the bottom side of the index widget's container. | 24 | * the bottom side of the index widget's container. |
25 | * | 25 | * |
26 | * @ingroup Elm_Index | 26 | * @ingroup Elm_Index_Group |
27 | */ | 27 | */ |
28 | EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); | 28 | EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); |
29 | 29 | ||
@@ -39,7 +39,7 @@ EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal); | |||
39 | * @return Current status of horizontal mode on index object. | 39 | * @return Current status of horizontal mode on index object. |
40 | * @c true if horizontal mode is enabled or @c false if disabled. | 40 | * @c true if horizontal mode is enabled or @c false if disabled. |
41 | * | 41 | * |
42 | * @ingroup Elm_Index | 42 | * @ingroup Elm_Index_Group |
43 | */ | 43 | */ |
44 | EAPI Eina_Bool elm_index_horizontal_get(const Evas_Object *obj); | 44 | EAPI Eina_Bool elm_index_horizontal_get(const Evas_Object *obj); |
45 | 45 | ||
diff --git a/src/lib/elementary/elm_inwin.h b/src/lib/elementary/elm_inwin.h index a461094899..e154e08b0c 100644 --- a/src/lib/elementary/elm_inwin.h +++ b/src/lib/elementary/elm_inwin.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Inwin Inwin | 2 | * @defgroup Elm_Inwin_Group Inwin |
3 | * @ingroup Elm_Win | 3 | * @ingroup Elm_Win |
4 | * | 4 | * |
5 | * @image html inwin_inheritance_tree.png | 5 | * @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 0f672e9886..50a7653770 100644 --- a/src/lib/elementary/elm_inwin_legacy.h +++ b/src/lib/elementary/elm_inwin_legacy.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * @param parent The parent object | 14 | * @param parent The parent object |
15 | * @return The new object or NULL if it cannot be created | 15 | * @return The new object or NULL if it cannot be created |
16 | * | 16 | * |
17 | * @ingroup Elm_Inwin | 17 | * @ingroup Elm_Inwin_Group |
18 | */ | 18 | */ |
19 | EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); | 19 | EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); |
20 | 20 | ||
@@ -28,7 +28,7 @@ EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent); | |||
28 | * @param obj The inwin object | 28 | * @param obj The inwin object |
29 | * @param content The object to set as content | 29 | * @param content The object to set as content |
30 | * | 30 | * |
31 | * @ingroup Elm_Inwin | 31 | * @ingroup Elm_Inwin_Group |
32 | */ | 32 | */ |
33 | EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content); | 33 | EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content); |
34 | 34 | ||
@@ -47,7 +47,7 @@ EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *conte | |||
47 | * @param obj The inwin object | 47 | * @param obj The inwin object |
48 | * @return The content that is being used | 48 | * @return The content that is being used |
49 | * | 49 | * |
50 | * @ingroup Elm_Inwin | 50 | * @ingroup Elm_Inwin_Group |
51 | */ | 51 | */ |
52 | EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); | 52 | EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); |
53 | 53 | ||
@@ -59,7 +59,7 @@ EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj); | |||
59 | * @param obj The inwin object | 59 | * @param obj The inwin object |
60 | * @return The content that was being used | 60 | * @return The content that was being used |
61 | * | 61 | * |
62 | * @ingroup Elm_Inwin | 62 | * @ingroup Elm_Inwin_Group |
63 | */ | 63 | */ |
64 | EAPI Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj); | 64 | EAPI Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj); |
65 | 65 | ||
diff --git a/src/lib/elementary/elm_label.h b/src/lib/elementary/elm_label.h index 7bfa3db11f..4157a27af4 100644 --- a/src/lib/elementary/elm_label.h +++ b/src/lib/elementary/elm_label.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Label Label | 2 | * @defgroup Elm_Label_Group Label |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html label_inheritance_tree.png | 5 | * @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 126207a228..524e8f2ac9 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; | |||
13 | 13 | ||
14 | /** Slide mode of a label widget | 14 | /** Slide mode of a label widget |
15 | * | 15 | * |
16 | * @ingroup Elm_Label | 16 | * @ingroup Elm_Label_Group |
17 | */ | 17 | */ |
18 | typedef enum | 18 | typedef enum |
19 | { | 19 | { |
diff --git a/src/lib/elementary/elm_label_legacy.h b/src/lib/elementary/elm_label_legacy.h index afd0927945..abc7248615 100644 --- a/src/lib/elementary/elm_label_legacy.h +++ b/src/lib/elementary/elm_label_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_Label | 7 | * @ingroup Elm_Label_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_label_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_label_add(Evas_Object *parent); |
10 | 10 | ||
diff --git a/src/lib/elementary/elm_list.h b/src/lib/elementary/elm_list.h index 83bb09cdd3..e98b336001 100644 --- a/src/lib/elementary/elm_list.h +++ b/src/lib/elementary/elm_list.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_List List | 2 | * @defgroup Elm_List_Group List |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html list_inheritance_tree.png | 5 | * @image html list_inheritance_tree.png |
@@ -92,7 +92,7 @@ | |||
92 | */ | 92 | */ |
93 | 93 | ||
94 | /** | 94 | /** |
95 | * @addtogroup Elm_List | 95 | * @addtogroup Elm_List_Group |
96 | * @{ | 96 | * @{ |
97 | */ | 97 | */ |
98 | 98 | ||
diff --git a/src/lib/elementary/elm_list_legacy.h b/src/lib/elementary/elm_list_legacy.h index 0cdb591984..1bb601541d 100644 --- a/src/lib/elementary/elm_list_legacy.h +++ b/src/lib/elementary/elm_list_legacy.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * This function inserts a new list widget on the canvas. | 8 | * This function inserts a new list widget on the canvas. |
9 | * | 9 | * |
10 | * @ingroup Elm_List | 10 | * @ingroup Elm_List_Group |
11 | */ | 11 | */ |
12 | EAPI Evas_Object *elm_list_add(Evas_Object *parent); | 12 | EAPI Evas_Object *elm_list_add(Evas_Object *parent); |
13 | 13 | ||
diff --git a/src/lib/elementary/elm_map.h b/src/lib/elementary/elm_map.h index 011e84182f..dd766b0049 100644 --- a/src/lib/elementary/elm_map.h +++ b/src/lib/elementary/elm_map.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Map Map | 2 | * @defgroup Elm_Map_Group Map |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html map_inheritance_tree.png | 5 | * @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 72443e7dc9..3fa3dcc34b 100644 --- a/src/lib/elementary/elm_map_common.h +++ b/src/lib/elementary/elm_map_common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @addtogroup Elm_Map | 2 | * @addtogroup Elm_Map_Group |
3 | * | 3 | * |
4 | * @{ | 4 | * @{ |
5 | */ | 5 | */ |
diff --git a/src/lib/elementary/elm_map_eo.legacy.h b/src/lib/elementary/elm_map_eo.legacy.h index e94405c7c9..4e8968a578 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; | |||
17 | * See @ref elm_map_sources_get() See @ref elm_map_source_get() See | 17 | * See @ref elm_map_sources_get() See @ref elm_map_source_get() See |
18 | * @ref elm_map_source_set() | 18 | * @ref elm_map_source_set() |
19 | * | 19 | * |
20 | * @ingroup Elm_Map | 20 | * @ingroup Elm_Map_Group |
21 | */ | 21 | */ |
22 | typedef enum | 22 | typedef enum |
23 | { | 23 | { |
@@ -33,7 +33,7 @@ typedef enum | |||
33 | * | 33 | * |
34 | * See @ref elm_map_route_add() | 34 | * See @ref elm_map_route_add() |
35 | * | 35 | * |
36 | * @ingroup Elm_Map | 36 | * @ingroup Elm_Map_Group |
37 | */ | 37 | */ |
38 | typedef enum | 38 | typedef enum |
39 | { | 39 | { |
@@ -51,7 +51,7 @@ typedef enum | |||
51 | * | 51 | * |
52 | * See @ref elm_map_route_add() | 52 | * See @ref elm_map_route_add() |
53 | * | 53 | * |
54 | * @ingroup Elm_Map | 54 | * @ingroup Elm_Map_Group |
55 | */ | 55 | */ |
56 | typedef enum | 56 | typedef enum |
57 | { | 57 | { |
diff --git a/src/lib/elementary/elm_map_legacy.h b/src/lib/elementary/elm_map_legacy.h index 37fffcb737..309b56076b 100644 --- a/src/lib/elementary/elm_map_legacy.h +++ b/src/lib/elementary/elm_map_legacy.h | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | * See @ref elm_map_zoom_mode_set() See @ref elm_map_zoom_mode_get() | 12 | * See @ref elm_map_zoom_mode_set() See @ref elm_map_zoom_mode_get() |
13 | * | 13 | * |
14 | * @ingroup Elm_Map | 14 | * @ingroup Elm_Map_Group |
15 | */ | 15 | */ |
16 | typedef enum | 16 | typedef enum |
17 | { | 17 | { |
@@ -33,7 +33,7 @@ typedef enum | |||
33 | * | 33 | * |
34 | * This function inserts a new map widget on the canvas. | 34 | * This function inserts a new map widget on the canvas. |
35 | * | 35 | * |
36 | * @ingroup Elm_Map | 36 | * @ingroup Elm_Map_Group |
37 | */ | 37 | */ |
38 | EAPI Evas_Object *elm_map_add(Evas_Object *parent); | 38 | EAPI Evas_Object *elm_map_add(Evas_Object *parent); |
39 | 39 | ||
@@ -55,7 +55,7 @@ EAPI Evas_Object *elm_map_add(Evas_Object *parent); | |||
55 | * @param[in] obj The object. | 55 | * @param[in] obj The object. |
56 | * @param[in] zoom The zoom level. | 56 | * @param[in] zoom The zoom level. |
57 | * | 57 | * |
58 | * @ingroup Elm_Map | 58 | * @ingroup Elm_Map_Group |
59 | */ | 59 | */ |
60 | EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom); | 60 | EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom); |
61 | 61 | ||
@@ -72,7 +72,7 @@ EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom); | |||
72 | * | 72 | * |
73 | * @return The zoom level. | 73 | * @return The zoom level. |
74 | * | 74 | * |
75 | * @ingroup Elm_Map | 75 | * @ingroup Elm_Map_Group |
76 | */ | 76 | */ |
77 | EAPI int elm_map_zoom_get(const Evas_Object *obj); | 77 | EAPI int elm_map_zoom_get(const Evas_Object *obj); |
78 | 78 | ||
@@ -97,7 +97,7 @@ EAPI int elm_map_zoom_get(const Evas_Object *obj); | |||
97 | * #ELM_MAP_ZOOM_MODE_MANUAL (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or | 97 | * #ELM_MAP_ZOOM_MODE_MANUAL (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or |
98 | * #ELM_MAP_ZOOM_MODE_AUTO_FILL. | 98 | * #ELM_MAP_ZOOM_MODE_AUTO_FILL. |
99 | * | 99 | * |
100 | * @ingroup Elm_Map | 100 | * @ingroup Elm_Map_Group |
101 | */ | 101 | */ |
102 | EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode); | 102 | EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode); |
103 | 103 | ||
@@ -111,7 +111,7 @@ EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode); | |||
111 | * @return The zoom mode of the map, being it one of #ELM_MAP_ZOOM_MODE_MANUAL | 111 | * @return The zoom mode of the map, being it one of #ELM_MAP_ZOOM_MODE_MANUAL |
112 | * (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or #ELM_MAP_ZOOM_MODE_AUTO_FILL. | 112 | * (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or #ELM_MAP_ZOOM_MODE_AUTO_FILL. |
113 | * | 113 | * |
114 | * @ingroup Elm_Map | 114 | * @ingroup Elm_Map_Group |
115 | */ | 115 | */ |
116 | EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj); | 116 | EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj); |
117 | 117 | ||
@@ -124,7 +124,7 @@ EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj); | |||
124 | * @param[in] disabled Use @c true to disable mouse wheel or @c false to enable | 124 | * @param[in] disabled Use @c true to disable mouse wheel or @c false to enable |
125 | * it. | 125 | * it. |
126 | * | 126 | * |
127 | * @ingroup Elm_Map | 127 | * @ingroup Elm_Map_Group |
128 | */ | 128 | */ |
129 | EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); | 129 | EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); |
130 | 130 | ||
@@ -137,7 +137,7 @@ EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); | |||
137 | * | 137 | * |
138 | * @return Use @c true to disable mouse wheel or @c false to enable it. | 138 | * @return Use @c true to disable mouse wheel or @c false to enable it. |
139 | * | 139 | * |
140 | * @ingroup Elm_Map | 140 | * @ingroup Elm_Map_Group |
141 | */ | 141 | */ |
142 | EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj); | 142 | EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj); |
143 | 143 | ||
diff --git a/src/lib/elementary/elm_mapbuf.h b/src/lib/elementary/elm_mapbuf.h index 2eed3a1fc4..9870211ef7 100644 --- a/src/lib/elementary/elm_mapbuf.h +++ b/src/lib/elementary/elm_mapbuf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Mapbuf Mapbuf | 2 | * @defgroup Elm_Mapbuf_Group Mapbu |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html mapbuf_inheritance_tree.png | 5 | * @image html mapbuf_inheritance_tree.png |
@@ -32,7 +32,7 @@ | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | /** | 34 | /** |
35 | * @addtogroup Elm_Mapbuf | 35 | * @addtogroup Elm_Mapbuf_Group |
36 | * @{ | 36 | * @{ |
37 | */ | 37 | */ |
38 | 38 | ||
diff --git a/src/lib/elementary/elm_mapbuf_legacy.h b/src/lib/elementary/elm_mapbuf_legacy.h index 5c659a8951..69ce7aab20 100644 --- a/src/lib/elementary/elm_mapbuf_legacy.h +++ b/src/lib/elementary/elm_mapbuf_legacy.h | |||
@@ -7,8 +7,8 @@ | |||
7 | * | 7 | * |
8 | * This function inserts a new mapbuf widget on the canvas. | 8 | * This function inserts a new mapbuf widget on the canvas. |
9 | * | 9 | * |
10 | * @ingroup Elm_Mapbuf | 10 | * @ingroup Elm_Mapbuf_Group |
11 | */ | 11 | */ |
12 | EAPI Evas_Object *elm_mapbuf_add(Evas_Object *parent); | 12 | EAPI Evas_Object *elm_mapbuf_add(Evas_Object *parent); |
13 | 13 | ||
14 | #include "elm_mapbuf_eo.legacy.h" \ No newline at end of file | 14 | #include "elm_mapbuf_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_notify.h b/src/lib/elementary/elm_notify.h index 88a2c5cfd3..660cd17233 100644 --- a/src/lib/elementary/elm_notify.h +++ b/src/lib/elementary/elm_notify.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Notify Notify | 2 | * @defgroup Elm_Notify_Group Notify |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html notify_inheritance_tree.png | 5 | * @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 ceb39a9dfe..b1d67ad430 100644 --- a/src/lib/elementary/elm_notify_legacy.h +++ b/src/lib/elementary/elm_notify_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_Notify | 7 | * @ingroup Elm_Notify_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_notify_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_notify_add(Evas_Object *parent); |
10 | 10 | ||
@@ -17,7 +17,7 @@ EAPI Evas_Object *elm_notify_add(Evas_Object *parent); | |||
17 | * Once the parent object is set, a previously set one will be disconnected | 17 | * Once the parent object is set, a previously set one will be disconnected |
18 | * and replaced. | 18 | * and replaced. |
19 | * | 19 | * |
20 | * @ingroup Elm_Notify | 20 | * @ingroup Elm_Notify_Group |
21 | */ | 21 | */ |
22 | EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_Object *parent); | 22 | EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_Object *parent); |
23 | 23 | ||
@@ -29,8 +29,8 @@ EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_O | |||
29 | * | 29 | * |
30 | * @see elm_notify_parent_set() | 30 | * @see elm_notify_parent_set() |
31 | * | 31 | * |
32 | * @ingroup Elm_Notify | 32 | * @ingroup Elm_Notify_Group |
33 | */ | 33 | */ |
34 | EAPI Evas_Object *elm_notify_parent_get(const Evas_Object *obj); | 34 | EAPI Evas_Object *elm_notify_parent_get(const Evas_Object *obj); |
35 | 35 | ||
36 | #include "elm_notify_eo.legacy.h" \ No newline at end of file | 36 | #include "elm_notify_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_panel.h b/src/lib/elementary/elm_panel.h index 5dbdcbddac..12bd651240 100644 --- a/src/lib/elementary/elm_panel.h +++ b/src/lib/elementary/elm_panel.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Panel Panel | 2 | * @defgroup Elm_Panel_Group Panel |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html panel_inheritance_tree.png | 5 | * @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 236c83dab7..82ec280d7e 100644 --- a/src/lib/elementary/elm_panel_common.h +++ b/src/lib/elementary/elm_panel_common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @addtogroup Elm_Panel | 2 | * @addtogroup Elm_Panel_Group |
3 | * | 3 | * |
4 | * @{ | 4 | * @{ |
5 | */ | 5 | */ |
diff --git a/src/lib/elementary/elm_panel_eo.legacy.h b/src/lib/elementary/elm_panel_eo.legacy.h index d6b8b49d7a..ae99939681 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; | |||
13 | 13 | ||
14 | /** Panel orientation mode | 14 | /** Panel orientation mode |
15 | * | 15 | * |
16 | * @ingroup Elm_Panel | 16 | * @ingroup Elm_Panel_Group |
17 | */ | 17 | */ |
18 | typedef enum | 18 | typedef enum |
19 | { | 19 | { |
diff --git a/src/lib/elementary/elm_panel_legacy.h b/src/lib/elementary/elm_panel_legacy.h index a95c31046f..6d23e336d7 100644 --- a/src/lib/elementary/elm_panel_legacy.h +++ b/src/lib/elementary/elm_panel_legacy.h | |||
@@ -5,8 +5,8 @@ | |||
5 | * | 5 | * |
6 | * @return The panel object, or NULL on failure | 6 | * @return The panel object, or NULL on failure |
7 | * | 7 | * |
8 | * @ingroup Elm_Panel | 8 | * @ingroup Elm_Panel_Group |
9 | */ | 9 | */ |
10 | EAPI Evas_Object *elm_panel_add(Evas_Object *parent); | 10 | EAPI Evas_Object *elm_panel_add(Evas_Object *parent); |
11 | 11 | ||
12 | #include "elm_panel_eo.legacy.h" \ No newline at end of file | 12 | #include "elm_panel_eo.legacy.h" |
diff --git a/src/lib/elementary/elm_photocam.h b/src/lib/elementary/elm_photocam.h index 8e8df2ea3b..fed819a9af 100644 --- a/src/lib/elementary/elm_photocam.h +++ b/src/lib/elementary/elm_photocam.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Photocam Photocam | 2 | * @defgroup Elm_Photocam_Group Photocam |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html photocam_inheritance_tree.png | 5 | * @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 f80d8ac49b..9719c30166 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; | |||
6 | * @param parent The parent object | 6 | * @param parent The parent object |
7 | * @return The new object or NULL if it cannot be created | 7 | * @return The new object or NULL if it cannot be created |
8 | * | 8 | * |
9 | * @ingroup Elm_Photocam | 9 | * @ingroup Elm_Photocam_Group |
10 | */ | 10 | */ |
11 | EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); | 11 | EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); |
12 | 12 | ||
@@ -21,7 +21,7 @@ EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); | |||
21 | * | 21 | * |
22 | * This shows the region of the image using animation. | 22 | * This shows the region of the image using animation. |
23 | * | 23 | * |
24 | * @ingroup Elm_Photocam | 24 | * @ingroup Elm_Photocam_Group |
25 | */ | 25 | */ |
26 | EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, int x, int y, int w, int h); | 26 | EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, int x, int y, int w, int h); |
27 | 27 | ||
@@ -38,7 +38,7 @@ EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, | |||
38 | * photo that at some time in the future will be displayed at the full | 38 | * photo that at some time in the future will be displayed at the full |
39 | * quality needed. | 39 | * quality needed. |
40 | * | 40 | * |
41 | * @ingroup Elm_Photocam | 41 | * @ingroup Elm_Photocam_Group |
42 | * | 42 | * |
43 | * @param[in] file The photo file | 43 | * @param[in] file The photo file |
44 | */ | 44 | */ |
@@ -52,7 +52,7 @@ EAPI Evas_Load_Error elm_photocam_file_set(Evas_Object *obj, const char *file); | |||
52 | * | 52 | * |
53 | * @see elm_photocam_file_set() | 53 | * @see elm_photocam_file_set() |
54 | * | 54 | * |
55 | * @ingroup Elm_Photocam | 55 | * @ingroup Elm_Photocam_Group |
56 | * | 56 | * |
57 | */ | 57 | */ |
58 | EAPI const char *elm_photocam_file_get(const Evas_Object *obj); | 58 | 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); | |||
67 | * | 67 | * |
68 | * @since 1.14 | 68 | * @since 1.14 |
69 | * | 69 | * |
70 | * @ingroup Elm_Photocam | 70 | * @ingroup Elm_Photocam_Group |
71 | */ | 71 | */ |
72 | EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orient); | 72 | EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orient); |
73 | 73 | ||
@@ -79,7 +79,7 @@ EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orie | |||
79 | * | 79 | * |
80 | * @since 1.14 | 80 | * @since 1.14 |
81 | * | 81 | * |
82 | * @ingroup Elm_Photocam | 82 | * @ingroup Elm_Photocam_Group |
83 | */ | 83 | */ |
84 | EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj); | 84 | EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj); |
85 | 85 | ||
@@ -92,7 +92,7 @@ EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj); | |||
92 | * | 92 | * |
93 | * @return The internal image object handle or @c null | 93 | * @return The internal image object handle or @c null |
94 | * | 94 | * |
95 | * @ingroup Elm_Photocam | 95 | * @ingroup Elm_Photocam_Group |
96 | */ | 96 | */ |
97 | EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj); | 97 | EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj); |
98 | 98 | ||
@@ -106,7 +106,7 @@ EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj); | |||
106 | * @param[in] w Width of region in image original pixels | 106 | * @param[in] w Width of region in image original pixels |
107 | * @param[in] h Height of region in image original pixels | 107 | * @param[in] h Height of region in image original pixels |
108 | * | 108 | * |
109 | * @ingroup Elm_Photocam | 109 | * @ingroup Elm_Photocam_Group |
110 | */ | 110 | */ |
111 | EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, int y, int w, int h); | 111 | EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, int y, int w, int h); |
112 | 112 | ||
@@ -119,7 +119,7 @@ EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, i | |||
119 | * @param[out] w A pointer to the width return | 119 | * @param[out] w A pointer to the width return |
120 | * @param[out] h A pointer to the height return | 120 | * @param[out] h A pointer to the height return |
121 | * | 121 | * |
122 | * @ingroup Elm_Photocam | 122 | * @ingroup Elm_Photocam_Group |
123 | */ | 123 | */ |
124 | EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h); | 124 | EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h); |
125 | 125 | ||
@@ -130,7 +130,7 @@ EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int * | |||
130 | * | 130 | * |
131 | * @return The pause state. | 131 | * @return The pause state. |
132 | * | 132 | * |
133 | * @ingroup Elm_Photocam | 133 | * @ingroup Elm_Photocam_Group |
134 | */ | 134 | */ |
135 | EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj); | 135 | EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj); |
136 | 136 | ||
@@ -143,7 +143,7 @@ EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj); | |||
143 | * | 143 | * |
144 | * @param[in] paused The pause state. | 144 | * @param[in] paused The pause state. |
145 | * | 145 | * |
146 | * @ingroup Elm_Photocam | 146 | * @ingroup Elm_Photocam_Group |
147 | */ | 147 | */ |
148 | EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused); | 148 | EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused); |
149 | 149 | ||
@@ -160,7 +160,7 @@ EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused | |||
160 | * | 160 | * |
161 | * @param[in] zoom The zoom level to set | 161 | * @param[in] zoom The zoom level to set |
162 | * | 162 | * |
163 | * @ingroup Elm_Photocam | 163 | * @ingroup Elm_Photocam_Group |
164 | */ | 164 | */ |
165 | EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom); | 165 | EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom); |
166 | 166 | ||
@@ -174,7 +174,7 @@ EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom); | |||
174 | * | 174 | * |
175 | * @return The zoom level to set | 175 | * @return The zoom level to set |
176 | * | 176 | * |
177 | * @ingroup Elm_Photocam | 177 | * @ingroup Elm_Photocam_Group |
178 | */ | 178 | */ |
179 | EAPI double elm_photocam_zoom_get(const Evas_Object *obj); | 179 | EAPI double elm_photocam_zoom_get(const Evas_Object *obj); |
180 | 180 | ||
@@ -207,7 +207,7 @@ typedef enum | |||
207 | * | 207 | * |
208 | * @param[in] mode The zoom mode. | 208 | * @param[in] mode The zoom mode. |
209 | * | 209 | * |
210 | * @ingroup Elm_Photocam | 210 | * @ingroup Elm_Photocam_Group |
211 | */ | 211 | */ |
212 | EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photocam_Zoom_Mode mode); | 212 | EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photocam_Zoom_Mode mode); |
213 | 213 | ||
@@ -218,7 +218,7 @@ EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photoca | |||
218 | * | 218 | * |
219 | * @return The zoom mode. | 219 | * @return The zoom mode. |
220 | * | 220 | * |
221 | * @ingroup Elm_Photocam | 221 | * @ingroup Elm_Photocam_Group |
222 | */ | 222 | */ |
223 | EAPI Elm_Photocam_Zoom_Mode elm_photocam_zoom_mode_get(const Evas_Object *obj); | 223 | EAPI Elm_Photocam_Zoom_Mode elm_photocam_zoom_mode_get(const Evas_Object *obj); |
224 | 224 | ||
diff --git a/src/lib/elementary/elm_plug.h b/src/lib/elementary/elm_plug.h index 88ff450217..d57883d5d4 100644 --- a/src/lib/elementary/elm_plug.h +++ b/src/lib/elementary/elm_plug.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Plug Plug | 2 | * @defgroup Elm_Plug_Group Plug |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html plug_inheritance_tree.png | 5 | * @image html plug_inheritance_tree.png |
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | /** | 29 | /** |
30 | * @addtogroup Plug | 30 | * @addtogroup Elm_Plug_Group |
31 | * @{ | 31 | * @{ |
32 | */ | 32 | */ |
33 | 33 | ||
diff --git a/src/lib/elementary/elm_plug_legacy.h b/src/lib/elementary/elm_plug_legacy.h index 58bc85424b..fae24d3a4e 100644 --- a/src/lib/elementary/elm_plug_legacy.h +++ b/src/lib/elementary/elm_plug_legacy.h | |||
@@ -4,8 +4,8 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new plug image object or NULL if it cannot be created | 5 | * @return The new plug image object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Plug | 7 | * @ingroup Elm_Plug_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_plug_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_plug_add(Evas_Object *parent); |
10 | 10 | ||
11 | #include "elm_plug_eo.legacy.h" \ No newline at end of file | 11 | #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 debf944357..a02e667cfe 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; | |||
19 | * conjunction with elm_popup_orient_get() to know where the popup is | 19 | * conjunction with elm_popup_orient_get() to know where the popup is |
20 | * appearing. | 20 | * appearing. |
21 | * | 21 | * |
22 | * @ingroup Elm_Popup | 22 | * @ingroup Elm_Popup_Group |
23 | */ | 23 | */ |
24 | typedef enum | 24 | typedef enum |
25 | { | 25 | { |
diff --git a/src/lib/elementary/elm_radio.h b/src/lib/elementary/elm_radio.h index e3edae0f11..87903d60f7 100644 --- a/src/lib/elementary/elm_radio.h +++ b/src/lib/elementary/elm_radio.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Radio Radio | 2 | * @defgroup Elm_Radio_Group Radio |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html radio_inheritance_tree.png | 5 | * @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 35a4741ad1..39e1613537 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; | |||
6 | * @param parent The parent object | 6 | * @param parent The parent object |
7 | * @return The new object or NULL if it cannot be created | 7 | * @return The new object or NULL if it cannot be created |
8 | * | 8 | * |
9 | * @ingroup Elm_Radio | 9 | * @ingroup Elm_Radio_Group |
10 | */ | 10 | */ |
11 | EAPI Evas_Object *elm_radio_add(Evas_Object *parent); | 11 | EAPI Evas_Object *elm_radio_add(Evas_Object *parent); |
12 | 12 | ||
@@ -18,7 +18,7 @@ EAPI Evas_Object *elm_radio_add(Evas_Object *parent); | |||
18 | * | 18 | * |
19 | * @param[in] value The value to use for the group | 19 | * @param[in] value The value to use for the group |
20 | * | 20 | * |
21 | * @ingroup Elm_Radio | 21 | * @ingroup Elm_Radio_Group |
22 | */ | 22 | */ |
23 | EAPI void elm_radio_value_set(Evas_Object *obj, int value); | 23 | EAPI void elm_radio_value_set(Evas_Object *obj, int value); |
24 | 24 | ||
@@ -27,7 +27,7 @@ EAPI void elm_radio_value_set(Evas_Object *obj, int value) | |||
27 | * | 27 | * |
28 | * @return The value to use for the group | 28 | * @return The value to use for the group |
29 | * | 29 | * |
30 | * @ingroup Elm_Radio | 30 | * @ingroup Elm_Radio_Group |
31 | */ | 31 | */ |
32 | EAPI int elm_radio_value_get(const Evas_Object *obj); | 32 | EAPI int elm_radio_value_get(const Evas_Object *obj); |
33 | 33 | ||
diff --git a/src/lib/elementary/elm_scroller.h b/src/lib/elementary/elm_scroller.h index fe44c2254c..1dc44075db 100644 --- a/src/lib/elementary/elm_scroller.h +++ b/src/lib/elementary/elm_scroller.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Scroller Scroller | 2 | * @defgroup Elm_Scroller_Group Scroller |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html scroller_inheritance_tree.png | 5 | * @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 8d50f4a62a..2ecfd05f3e 100644 --- a/src/lib/elementary/elm_scroller_legacy.h +++ b/src/lib/elementary/elm_scroller_legacy.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * See also @ref elm_interface_scrollable_policy_set. | 9 | * See also @ref elm_interface_scrollable_policy_set. |
10 | * | 10 | * |
11 | * @ingroup Elm_Scroller | 11 | * @ingroup Elm_Scroller_Group |
12 | */ | 12 | */ |
13 | typedef enum | 13 | typedef enum |
14 | { | 14 | { |
@@ -24,7 +24,7 @@ typedef enum | |||
24 | * | 24 | * |
25 | * See also @ref elm_interface_scrollable_single_direction_set. | 25 | * See also @ref elm_interface_scrollable_single_direction_set. |
26 | * | 26 | * |
27 | * @ingroup Elm_Scroller | 27 | * @ingroup Elm_Scroller_Group |
28 | */ | 28 | */ |
29 | typedef enum | 29 | typedef enum |
30 | { | 30 | { |
@@ -46,7 +46,7 @@ typedef enum | |||
46 | * | 46 | * |
47 | * @since 1.8 | 47 | * @since 1.8 |
48 | * | 48 | * |
49 | * @ingroup Elm_Scroller | 49 | * @ingroup Elm_Scroller_Group |
50 | */ | 50 | */ |
51 | typedef enum | 51 | typedef enum |
52 | { | 52 | { |
@@ -61,7 +61,7 @@ typedef enum | |||
61 | * @param parent The parent object | 61 | * @param parent The parent object |
62 | * @return The new object or NULL if it cannot be created | 62 | * @return The new object or NULL if it cannot be created |
63 | * | 63 | * |
64 | * @ingroup Elm_Scroller | 64 | * @ingroup Elm_Scroller_Group |
65 | */ | 65 | */ |
66 | EAPI Evas_Object *elm_scroller_add(Evas_Object *parent); | 66 | EAPI Evas_Object *elm_scroller_add(Evas_Object *parent); |
67 | 67 | ||
@@ -77,7 +77,7 @@ EAPI Evas_Object *elm_scroller_add(Evas_Object *parent); | |||
77 | * right size horizontally and/or vertically to perfectly fit its content in | 77 | * right size horizontally and/or vertically to perfectly fit its content in |
78 | * that direction. | 78 | * that direction. |
79 | * | 79 | * |
80 | * @ingroup Elm_Scroller | 80 | * @ingroup Elm_Scroller_Group |
81 | */ | 81 | */ |
82 | EAPI void elm_scroller_content_min_limit(Evas_Object *obj, Eina_Bool w, Eina_Bool h); | 82 | EAPI void elm_scroller_content_min_limit(Evas_Object *obj, Eina_Bool w, Eina_Bool h); |
83 | 83 | ||
@@ -94,7 +94,7 @@ EAPI void elm_scroller_content_min_limit(Evas_Object *o | |||
94 | * region in the virtual content object (0, 0 starting at the top-left of the | 94 | * region in the virtual content object (0, 0 starting at the top-left of the |
95 | * virtual content object) is shown within the scroller. | 95 | * virtual content object) is shown within the scroller. |
96 | * | 96 | * |
97 | * @ingroup Elm_Scroller | 97 | * @ingroup Elm_Scroller_Group |
98 | */ | 98 | */ |
99 | EAPI void elm_scroller_region_show(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); | 99 | EAPI void elm_scroller_region_show(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); |
100 | 100 | ||
@@ -111,7 +111,7 @@ EAPI void elm_scroller_region_show(Evas_Object *obj, Ev | |||
111 | * the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies | 111 | * the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies |
112 | * respectively for the horizontal and vertical scrollbars. | 112 | * respectively for the horizontal and vertical scrollbars. |
113 | * | 113 | * |
114 | * @ingroup Elm_Scroller | 114 | * @ingroup Elm_Scroller_Group |
115 | */ | 115 | */ |
116 | EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v); | 116 | EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v); |
117 | 117 | ||
@@ -124,7 +124,7 @@ EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm | |||
124 | * | 124 | * |
125 | * @see elm_scroller_policy_set() | 125 | * @see elm_scroller_policy_set() |
126 | * | 126 | * |
127 | * @ingroup Elm_Scroller | 127 | * @ingroup Elm_Scroller_Group |
128 | */ | 128 | */ |
129 | EAPI void elm_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v); | 129 | EAPI void elm_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v); |
130 | 130 | ||
@@ -138,7 +138,7 @@ EAPI void elm_scroller_policy_get(const Evas_Object *ob | |||
138 | * | 138 | * |
139 | * @since 1.8 | 139 | * @since 1.8 |
140 | * | 140 | * |
141 | * @ingroup Elm_Scroller | 141 | * @ingroup Elm_Scroller_Group |
142 | */ | 142 | */ |
143 | EAPI void elm_scroller_single_direction_set(Evas_Object *obj, Elm_Scroller_Single_Direction single_dir); | 143 | EAPI void elm_scroller_single_direction_set(Evas_Object *obj, Elm_Scroller_Single_Direction single_dir); |
144 | 144 | ||
@@ -152,7 +152,7 @@ EAPI void elm_scroller_single_direction_set(Evas_Object | |||
152 | * | 152 | * |
153 | * @since 1.8 | 153 | * @since 1.8 |
154 | * | 154 | * |
155 | * @ingroup Elm_Scroller | 155 | * @ingroup Elm_Scroller_Group |
156 | */ | 156 | */ |
157 | EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_Object *obj); | 157 | EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_Object *obj); |
158 | 158 | ||
@@ -173,7 +173,7 @@ EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_ | |||
173 | * | 173 | * |
174 | * @see elm_scroller_region_show() | 174 | * @see elm_scroller_region_show() |
175 | * | 175 | * |
176 | * @ingroup Elm_Scroller | 176 | * @ingroup Elm_Scroller_Group |
177 | */ | 177 | */ |
178 | EAPI void elm_scroller_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); | 178 | EAPI void elm_scroller_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); |
179 | 179 | ||
@@ -186,7 +186,7 @@ EAPI void elm_scroller_region_get(const Evas_Object *ob | |||
186 | * | 186 | * |
187 | * This gets the size of the content object of the scroller. | 187 | * This gets the size of the content object of the scroller. |
188 | * | 188 | * |
189 | * @ingroup Elm_Scroller | 189 | * @ingroup Elm_Scroller_Group |
190 | */ | 190 | */ |
191 | EAPI void elm_scroller_child_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h); | 191 | EAPI void elm_scroller_child_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h); |
192 | 192 | ||
@@ -209,7 +209,7 @@ EAPI void elm_scroller_child_size_get(const Evas_Object | |||
209 | * | 209 | * |
210 | * @since 1.8 | 210 | * @since 1.8 |
211 | * | 211 | * |
212 | * @ingroup Elm_Scroller | 212 | * @ingroup Elm_Scroller_Group |
213 | */ | 213 | */ |
214 | EAPI void elm_scroller_page_snap_set(Evas_Object *obj, Eina_Bool page_h_snap, Eina_Bool page_v_snap); | 214 | EAPI void elm_scroller_page_snap_set(Evas_Object *obj, Eina_Bool page_h_snap, Eina_Bool page_v_snap); |
215 | 215 | ||
@@ -224,7 +224,7 @@ EAPI void elm_scroller_page_snap_set(Evas_Object *obj, | |||
224 | * | 224 | * |
225 | * @since 1.8 | 225 | * @since 1.8 |
226 | * | 226 | * |
227 | * @ingroup Elm_Scroller | 227 | * @ingroup Elm_Scroller_Group |
228 | */ | 228 | */ |
229 | EAPI void elm_scroller_page_snap_get(const Evas_Object *obj, Eina_Bool *page_h_snap, Eina_Bool *page_v_snap); | 229 | EAPI void elm_scroller_page_snap_get(const Evas_Object *obj, Eina_Bool *page_h_snap, Eina_Bool *page_v_snap); |
230 | 230 | ||
@@ -240,7 +240,7 @@ EAPI void elm_scroller_page_snap_get(const Evas_Object | |||
240 | * This is enabled by default for both axis. This API will set if it is enabled | 240 | * This is enabled by default for both axis. This API will set if it is enabled |
241 | * for the given axis with the boolean parameters for each axis. | 241 | * for the given axis with the boolean parameters for each axis. |
242 | * | 242 | * |
243 | * @ingroup Elm_Scroller | 243 | * @ingroup Elm_Scroller_Group |
244 | */ | 244 | */ |
245 | EAPI void elm_scroller_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); | 245 | EAPI void elm_scroller_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); |
246 | 246 | ||
@@ -253,7 +253,7 @@ EAPI void elm_scroller_bounce_set(Evas_Object *obj, Ein | |||
253 | * | 253 | * |
254 | * @see elm_scroller_bounce_set() | 254 | * @see elm_scroller_bounce_set() |
255 | * | 255 | * |
256 | * @ingroup Elm_Scroller | 256 | * @ingroup Elm_Scroller_Group |
257 | */ | 257 | */ |
258 | EAPI void elm_scroller_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); | 258 | EAPI void elm_scroller_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); |
259 | 259 | ||
@@ -275,7 +275,7 @@ EAPI void elm_scroller_bounce_get(const Evas_Object *ob | |||
275 | * including 1.0. If you only want 1 axis to be page "limited", use 0.0 for | 275 | * including 1.0. If you only want 1 axis to be page "limited", use 0.0 for |
276 | * the other axis. | 276 | * the other axis. |
277 | * | 277 | * |
278 | * @ingroup Elm_Scroller | 278 | * @ingroup Elm_Scroller_Group |
279 | */ | 279 | */ |
280 | EAPI void elm_scroller_page_relative_set(Evas_Object *obj, double h_pagerel, double v_pagerel); | 280 | EAPI void elm_scroller_page_relative_set(Evas_Object *obj, double h_pagerel, double v_pagerel); |
281 | 281 | ||
@@ -293,7 +293,7 @@ EAPI void elm_scroller_page_relative_set(Evas_Object *o | |||
293 | * | 293 | * |
294 | * @since 1.7 | 294 | * @since 1.7 |
295 | * | 295 | * |
296 | * @ingroup Elm_Scroller | 296 | * @ingroup Elm_Scroller_Group |
297 | */ | 297 | */ |
298 | EAPI void elm_scroller_page_relative_get(const Evas_Object *obj, double *h_pagerel, double *v_pagerel); | 298 | EAPI void elm_scroller_page_relative_get(const Evas_Object *obj, double *h_pagerel, double *v_pagerel); |
299 | 299 | ||
@@ -310,7 +310,7 @@ EAPI void elm_scroller_page_relative_get(const Evas_Obj | |||
310 | * @see elm_scroller_page_relative_set() | 310 | * @see elm_scroller_page_relative_set() |
311 | * @see elm_scroller_page_size_get() | 311 | * @see elm_scroller_page_size_get() |
312 | * | 312 | * |
313 | * @ingroup Elm_Scroller | 313 | * @ingroup Elm_Scroller_Group |
314 | */ | 314 | */ |
315 | EAPI void elm_scroller_page_size_set(Evas_Object *obj, Evas_Coord h_pagesize, Evas_Coord v_pagesize); | 315 | EAPI void elm_scroller_page_size_set(Evas_Object *obj, Evas_Coord h_pagesize, Evas_Coord v_pagesize); |
316 | 316 | ||
@@ -326,7 +326,7 @@ EAPI void elm_scroller_page_size_set(Evas_Object *obj, | |||
326 | * | 326 | * |
327 | * @since 1.7 | 327 | * @since 1.7 |
328 | * | 328 | * |
329 | * @ingroup Elm_Scroller | 329 | * @ingroup Elm_Scroller_Group |
330 | */ | 330 | */ |
331 | EAPI void elm_scroller_page_size_get(const Evas_Object *obj, Evas_Coord *h_pagesize, Evas_Coord *v_pagesize); | 331 | EAPI void elm_scroller_page_size_get(const Evas_Object *obj, Evas_Coord *h_pagesize, Evas_Coord *v_pagesize); |
332 | 332 | ||
@@ -346,7 +346,7 @@ EAPI void elm_scroller_page_size_get(const Evas_Object | |||
346 | * @see elm_scroller_page_show() | 346 | * @see elm_scroller_page_show() |
347 | * @see elm_scroller_page_bring_in() | 347 | * @see elm_scroller_page_bring_in() |
348 | * | 348 | * |
349 | * @ingroup Elm_Scroller | 349 | * @ingroup Elm_Scroller_Group |
350 | */ | 350 | */ |
351 | EAPI void elm_scroller_current_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); | 351 | EAPI void elm_scroller_current_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); |
352 | 352 | ||
@@ -364,7 +364,7 @@ EAPI void elm_scroller_current_page_get(const Evas_Obje | |||
364 | * @see elm_scroller_page_show() | 364 | * @see elm_scroller_page_show() |
365 | * @see elm_scroller_page_bring_in() | 365 | * @see elm_scroller_page_bring_in() |
366 | * | 366 | * |
367 | * @ingroup Elm_Scroller | 367 | * @ingroup Elm_Scroller_Group |
368 | */ | 368 | */ |
369 | EAPI void elm_scroller_last_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); | 369 | EAPI void elm_scroller_last_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber); |
370 | 370 | ||
@@ -390,7 +390,7 @@ EAPI void elm_scroller_last_page_get(const Evas_Object | |||
390 | * | 390 | * |
391 | * @see elm_scroller_page_bring_in() | 391 | * @see elm_scroller_page_bring_in() |
392 | * | 392 | * |
393 | * @ingroup Elm_Scroller | 393 | * @ingroup Elm_Scroller_Group |
394 | */ | 394 | */ |
395 | EAPI void elm_scroller_page_show(Evas_Object *obj, int h_pagenumber, int v_pagenumber); | 395 | EAPI void elm_scroller_page_show(Evas_Object *obj, int h_pagenumber, int v_pagenumber); |
396 | 396 | ||
@@ -416,7 +416,7 @@ EAPI void elm_scroller_page_show(Evas_Object *obj, int | |||
416 | * | 416 | * |
417 | * @see elm_scroller_page_show() | 417 | * @see elm_scroller_page_show() |
418 | * | 418 | * |
419 | * @ingroup Elm_Scroller | 419 | * @ingroup Elm_Scroller_Group |
420 | */ | 420 | */ |
421 | EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int h_pagenumber, int v_pagenumber); | 421 | EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int h_pagenumber, int v_pagenumber); |
422 | 422 | ||
@@ -439,7 +439,7 @@ EAPI void elm_scroller_page_bring_in(Evas_Object *obj, | |||
439 | * | 439 | * |
440 | * @see elm_scroller_region_show() | 440 | * @see elm_scroller_region_show() |
441 | * | 441 | * |
442 | * @ingroup Elm_Scroller | 442 | * @ingroup Elm_Scroller_Group |
443 | */ | 443 | */ |
444 | EAPI void elm_scroller_region_bring_in(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); | 444 | EAPI void elm_scroller_region_bring_in(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); |
445 | 445 | ||
@@ -462,7 +462,7 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj | |||
462 | * | 462 | * |
463 | * Default values for x and y are 0.0 | 463 | * Default values for x and y are 0.0 |
464 | * | 464 | * |
465 | * @ingroup Elm_Scroller | 465 | * @ingroup Elm_Scroller_Group |
466 | */ | 466 | */ |
467 | EAPI void elm_scroller_gravity_set(Evas_Object *obj, double x, double y); | 467 | EAPI void elm_scroller_gravity_set(Evas_Object *obj, double x, double y); |
468 | 468 | ||
@@ -477,7 +477,7 @@ EAPI void elm_scroller_gravity_set(Evas_Object *obj, do | |||
477 | * | 477 | * |
478 | * @see elm_scroller_gravity_set() | 478 | * @see elm_scroller_gravity_set() |
479 | * | 479 | * |
480 | * @ingroup Elm_Scroller | 480 | * @ingroup Elm_Scroller_Group |
481 | */ | 481 | */ |
482 | EAPI void elm_scroller_gravity_get(const Evas_Object *obj, double *x, double *y); | 482 | EAPI void elm_scroller_gravity_get(const Evas_Object *obj, double *x, double *y); |
483 | 483 | ||
@@ -501,7 +501,7 @@ EAPI void elm_scroller_gravity_get(const Evas_Object *o | |||
501 | * | 501 | * |
502 | * @since 1.8 | 502 | * @since 1.8 |
503 | * | 503 | * |
504 | * @ingroup Elm_Scroller | 504 | * @ingroup Elm_Scroller_Group |
505 | */ | 505 | */ |
506 | EAPI void elm_scroller_movement_block_set(Evas_Object *obj, Elm_Scroller_Movement_Block block); | 506 | EAPI void elm_scroller_movement_block_set(Evas_Object *obj, Elm_Scroller_Movement_Block block); |
507 | 507 | ||
@@ -515,7 +515,7 @@ EAPI void elm_scroller_movement_block_set(Evas_Object *o | |||
515 | * | 515 | * |
516 | * @see elm_scroller_movement_block_set() for more details | 516 | * @see elm_scroller_movement_block_set() for more details |
517 | * | 517 | * |
518 | * @ingroup Elm_Scroller | 518 | * @ingroup Elm_Scroller_Group |
519 | */ | 519 | */ |
520 | EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Object *obj); | 520 | EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Object *obj); |
521 | 521 | ||
@@ -532,7 +532,7 @@ EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Obj | |||
532 | * | 532 | * |
533 | * @since 1.13 | 533 | * @since 1.13 |
534 | * | 534 | * |
535 | * @ingroup Elm_Scroller | 535 | * @ingroup Elm_Scroller_Group |
536 | */ | 536 | */ |
537 | EAPI void elm_scroller_step_size_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y); | 537 | EAPI void elm_scroller_step_size_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y); |
538 | 538 | ||
@@ -547,7 +547,7 @@ EAPI void elm_scroller_step_size_set(Evas_Object *obj, | |||
547 | * | 547 | * |
548 | * @since 1.13 | 548 | * @since 1.13 |
549 | * | 549 | * |
550 | * @ingroup Elm_Scroller | 550 | * @ingroup Elm_Scroller_Group |
551 | */ | 551 | */ |
552 | EAPI void elm_scroller_step_size_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y); | 552 | EAPI void elm_scroller_step_size_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y); |
553 | 553 | ||
@@ -563,7 +563,7 @@ EAPI void elm_scroller_step_size_get(const Evas_Object | |||
563 | * | 563 | * |
564 | * @since 1.14 | 564 | * @since 1.14 |
565 | * | 565 | * |
566 | * @ingroup Elm_Scroller | 566 | * @ingroup Elm_Scroller_Group |
567 | */ | 567 | */ |
568 | EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_Bool loop_h, Eina_Bool loop_v); | 568 | EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_Bool loop_h, Eina_Bool loop_v); |
569 | 569 | ||
@@ -578,7 +578,7 @@ EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_ | |||
578 | * | 578 | * |
579 | * @see elm_scroller_loop_set() for more details | 579 | * @see elm_scroller_loop_set() for more details |
580 | * | 580 | * |
581 | * @ingroup Elm_Scroller | 581 | * @ingroup Elm_Scroller_Group |
582 | */ | 582 | */ |
583 | EAPI void elm_scroller_loop_get(const Evas_Object *obj, Eina_Bool *loop_h, Eina_Bool *loop_v); | 583 | EAPI void elm_scroller_loop_get(const Evas_Object *obj, Eina_Bool *loop_h, Eina_Bool *loop_v); |
584 | 584 | ||
@@ -595,7 +595,7 @@ EAPI void elm_scroller_loop_get(const Evas_Object *obj, | |||
595 | * | 595 | * |
596 | * @see elm_scroller_wheel_disabled_get() | 596 | * @see elm_scroller_wheel_disabled_get() |
597 | * | 597 | * |
598 | * @ingroup Elm_Scroller | 598 | * @ingroup Elm_Scroller_Group |
599 | */ | 599 | */ |
600 | EAPI void elm_scroller_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); | 600 | EAPI void elm_scroller_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled); |
601 | 601 | ||
@@ -611,7 +611,7 @@ EAPI void elm_scroller_wheel_disabled_set(Evas_Object * | |||
611 | * | 611 | * |
612 | * @see elm_scroller_wheel_disabled_set() | 612 | * @see elm_scroller_wheel_disabled_set() |
613 | * | 613 | * |
614 | * @ingroup Elm_Scroller | 614 | * @ingroup Elm_Scroller_Group |
615 | */ | 615 | */ |
616 | EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Object *obj); | 616 | EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Object *obj); |
617 | 617 | ||
@@ -624,7 +624,7 @@ EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Ob | |||
624 | * @param[in] obj The scroller object | 624 | * @param[in] obj The scroller object |
625 | * @param[in] propagation The propagation state | 625 | * @param[in] propagation The propagation state |
626 | * | 626 | * |
627 | * @ingroup Elm_Scroller | 627 | * @ingroup Elm_Scroller_Group |
628 | */ | 628 | */ |
629 | EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagation); | 629 | EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagation); |
630 | 630 | ||
@@ -636,7 +636,7 @@ EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagat | |||
636 | * @param[in] obj The scroller object | 636 | * @param[in] obj The scroller object |
637 | * @return The propagation state | 637 | * @return The propagation state |
638 | * | 638 | * |
639 | * @ingroup Elm_Scroller | 639 | * @ingroup Elm_Scroller_Group |
640 | */ | 640 | */ |
641 | EAPI Eina_Bool elm_scroller_propagate_events_get(const Evas_Object *obj); | 641 | EAPI Eina_Bool elm_scroller_propagate_events_get(const Evas_Object *obj); |
642 | #endif | 642 | #endif |
diff --git a/src/lib/elementary/elm_spinner.h b/src/lib/elementary/elm_spinner.h index 36433c3994..689183fbc1 100644 --- a/src/lib/elementary/elm_spinner.h +++ b/src/lib/elementary/elm_spinner.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Spinner Spinner | 2 | * @defgroup Elm_Spinner_Group Spinner |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html spinner_inheritance_tree.png | 5 | * @image html spinner_inheritance_tree.png |
@@ -53,7 +53,7 @@ | |||
53 | */ | 53 | */ |
54 | 54 | ||
55 | /** | 55 | /** |
56 | * @addtogroup Elm_Spinner | 56 | * @addtogroup Elm_Spinner_Group |
57 | * @{ | 57 | * @{ |
58 | */ | 58 | */ |
59 | 59 | ||
diff --git a/src/lib/elementary/elm_spinner_legacy.h b/src/lib/elementary/elm_spinner_legacy.h index 1b4e241c0c..0774983451 100644 --- a/src/lib/elementary/elm_spinner_legacy.h +++ b/src/lib/elementary/elm_spinner_legacy.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * This function inserts a new spinner widget on the canvas. | 8 | * This function inserts a new spinner widget on the canvas. |
9 | * | 9 | * |
10 | * @ingroup Elm_Spinner | 10 | * @ingroup Elm_Spinner_Group |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | EAPI Evas_Object *elm_spinner_add(Evas_Object *parent); | 13 | EAPI Evas_Object *elm_spinner_add(Evas_Object *parent); |
@@ -23,7 +23,7 @@ EAPI Evas_Object *elm_spinner_add(Evas_Object *parent); | |||
23 | * | 23 | * |
24 | * @see elm_spinner_special_value_add() for more details. | 24 | * @see elm_spinner_special_value_add() for more details. |
25 | * | 25 | * |
26 | * @ingroup Elm_Spinner | 26 | * @ingroup Elm_Spinner_Group |
27 | * @since 1.8 | 27 | * @since 1.8 |
28 | */ | 28 | */ |
29 | EAPI void elm_spinner_special_value_del(Evas_Object *obj, double value); | 29 | 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); | |||
37 | * | 37 | * |
38 | * @see elm_spinner_special_value_add() for more details. | 38 | * @see elm_spinner_special_value_add() for more details. |
39 | * | 39 | * |
40 | * @ingroup Elm_Spinner | 40 | * @ingroup Elm_Spinner_Group |
41 | * @since 1.8 | 41 | * @since 1.8 |
42 | */ | 42 | */ |
43 | EAPI const char *elm_spinner_special_value_get(Evas_Object *obj, double value); | 43 | 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); | |||
58 | * @param[in] min The minimum value. | 58 | * @param[in] min The minimum value. |
59 | * @param[in] max The maximum value. | 59 | * @param[in] max The maximum value. |
60 | * | 60 | * |
61 | * @ingroup Elm_Spinner | 61 | * @ingroup Elm_Spinner_Group |
62 | */ | 62 | */ |
63 | EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max); | 63 | EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max); |
64 | 64 | ||
@@ -78,7 +78,7 @@ EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max); | |||
78 | * @param[out] min The minimum value. | 78 | * @param[out] min The minimum value. |
79 | * @param[out] max The maximum value. | 79 | * @param[out] max The maximum value. |
80 | * | 80 | * |
81 | * @ingroup Elm_Spinner | 81 | * @ingroup Elm_Spinner_Group |
82 | */ | 82 | */ |
83 | EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *max); | 83 | EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *max); |
84 | 84 | ||
@@ -96,7 +96,7 @@ EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *m | |||
96 | * | 96 | * |
97 | * @param[in] step The step value. | 97 | * @param[in] step The step value. |
98 | * | 98 | * |
99 | * @ingroup Elm_Spinner | 99 | * @ingroup Elm_Spinner_Group |
100 | */ | 100 | */ |
101 | EAPI void elm_spinner_step_set(Evas_Object *obj, double step); | 101 | EAPI void elm_spinner_step_set(Evas_Object *obj, double step); |
102 | 102 | ||
@@ -114,7 +114,7 @@ EAPI void elm_spinner_step_set(Evas_Object *obj, double step); | |||
114 | * | 114 | * |
115 | * @return The step value. | 115 | * @return The step value. |
116 | * | 116 | * |
117 | * @ingroup Elm_Spinner | 117 | * @ingroup Elm_Spinner_Group |
118 | */ | 118 | */ |
119 | EAPI double elm_spinner_step_get(const Evas_Object *obj); | 119 | EAPI double elm_spinner_step_get(const Evas_Object *obj); |
120 | 120 | ||
@@ -129,7 +129,7 @@ EAPI double elm_spinner_step_get(const Evas_Object *obj); | |||
129 | * | 129 | * |
130 | * @param[in] val The value to be displayed. | 130 | * @param[in] val The value to be displayed. |
131 | * | 131 | * |
132 | * @ingroup Elm_Spinner | 132 | * @ingroup Elm_Spinner_Group |
133 | */ | 133 | */ |
134 | EAPI void elm_spinner_value_set(Evas_Object *obj, double val); | 134 | EAPI void elm_spinner_value_set(Evas_Object *obj, double val); |
135 | 135 | ||
@@ -144,7 +144,7 @@ EAPI void elm_spinner_value_set(Evas_Object *obj, double val); | |||
144 | * | 144 | * |
145 | * @return The value to be displayed. | 145 | * @return The value to be displayed. |
146 | * | 146 | * |
147 | * @ingroup Elm_Spinner | 147 | * @ingroup Elm_Spinner_Group |
148 | */ | 148 | */ |
149 | EAPI double elm_spinner_value_get(const Evas_Object *obj); | 149 | EAPI double elm_spinner_value_get(const Evas_Object *obj); |
150 | 150 | ||
diff --git a/src/lib/elementary/elm_table.h b/src/lib/elementary/elm_table.h index ec9266e786..7cabd06bcd 100644 --- a/src/lib/elementary/elm_table.h +++ b/src/lib/elementary/elm_table.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Table Table | 2 | * @defgroup Elm_Table_Group Table |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html table_inheritance_tree.png | 5 | * @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 314cf0ef39..b9b955a499 100644 --- a/src/lib/elementary/elm_table_legacy.h +++ b/src/lib/elementary/elm_table_legacy.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * @param parent The parent object | 4 | * @param parent The parent object |
5 | * @return The new object or NULL if it cannot be created | 5 | * @return The new object or NULL if it cannot be created |
6 | * | 6 | * |
7 | * @ingroup Elm_Table | 7 | * @ingroup Elm_Table_Group |
8 | */ | 8 | */ |
9 | EAPI Evas_Object *elm_table_add(Evas_Object *parent); | 9 | EAPI Evas_Object *elm_table_add(Evas_Object *parent); |
10 | 10 | ||
@@ -23,7 +23,7 @@ EAPI Evas_Object *elm_table_add(Evas_Object *parent); | |||
23 | * a value of 0 for col and row, means the top left cell of the table, and a | 23 | * a value of 0 for col and row, means the top left cell of the table, and a |
24 | * value of 1 for colspan and rowspan means @p subobj only takes that 1 cell. | 24 | * value of 1 for colspan and rowspan means @p subobj only takes that 1 cell. |
25 | * | 25 | * |
26 | * @ingroup Elm_Table | 26 | * @ingroup Elm_Table_Group |
27 | */ | 27 | */ |
28 | EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int colspan, int rowspan); | 28 | EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int colspan, int rowspan); |
29 | 29 | ||
@@ -38,8 +38,8 @@ EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int col | |||
38 | * | 38 | * |
39 | * @see elm_table_pack_set() | 39 | * @see elm_table_pack_set() |
40 | * | 40 | * |
41 | * @ingroup Elm_Table | 41 | * @ingroup Elm_Table_Group |
42 | */ | 42 | */ |
43 | EAPI void elm_table_pack_get(Evas_Object *subobj, int *col, int *row, int *colspan, int *rowspan); | 43 | EAPI void elm_table_pack_get(Evas_Object *subobj, int *col, int *row, int *colspan, int *rowspan); |
44 | 44 | ||
45 | #include "elm_table_eo.legacy.h" \ No newline at end of file | 45 | #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 95aca9b1db..633dca328b 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; | |||
6 | * @param[in] parent The parent object | 6 | * @param[in] parent The parent object |
7 | * @return The new object or NULL if it cannot be created | 7 | * @return The new object or NULL if it cannot be created |
8 | * | 8 | * |
9 | * @ingroup Elm_Textpath | 9 | * @ingroup Elm_Textpath_Group |
10 | * | 10 | * |
11 | * @since 1.22 | 11 | * @since 1.22 |
12 | */ | 12 | */ |
@@ -21,7 +21,7 @@ EAPI Evas_Object *elm_textpath_add(Evas_Object *parent); | |||
21 | * @note ellipsis in the style will be ignored since textpath supports ellipsis API. | 21 | * @note ellipsis in the style will be ignored since textpath supports ellipsis API. |
22 | * @see elm_textpath_ellipsis_set() | 22 | * @see elm_textpath_ellipsis_set() |
23 | * | 23 | * |
24 | * @ingroup Elm_Textpath | 24 | * @ingroup Elm_Textpath_Group |
25 | * | 25 | * |
26 | * @since 1.25 | 26 | * @since 1.25 |
27 | */ | 27 | */ |
diff --git a/src/lib/elementary/elm_win.h b/src/lib/elementary/elm_win.h index 3e45dd15ff..5e272edebc 100644 --- a/src/lib/elementary/elm_win.h +++ b/src/lib/elementary/elm_win.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @defgroup Elm_Win Win | 2 | * @defgroup Elm_Win_Group Win |
3 | * @ingroup Elementary | 3 | * @ingroup Elementary |
4 | * | 4 | * |
5 | * @image html win_inheritance_tree.png | 5 | * @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 a0d4fef44b..9f337f3758 100644 --- a/src/lib/elementary/elm_win_common.h +++ b/src/lib/elementary/elm_win_common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @addtogroup Elm_Win | 2 | * @addtogroup Elm_Win_Group |
3 | * | 3 | * |
4 | * @{ | 4 | * @{ |
5 | */ | 5 | */ |
diff --git a/src/lib/elementary/elm_win_eo.h b/src/lib/elementary/elm_win_eo.h index 6643fc59bb..d6d4ed5fa3 100644 --- a/src/lib/elementary/elm_win_eo.h +++ b/src/lib/elementary/elm_win_eo.h | |||
@@ -2,7 +2,7 @@ | |||
2 | # define ELM_WIN_EO_H | 2 | # define ELM_WIN_EO_H |
3 | 3 | ||
4 | /** | 4 | /** |
5 | * @ingroup Elm_Win | 5 | * @ingroup Elm_Win_Group |
6 | * | 6 | * |
7 | * @{ | 7 | * @{ |
8 | */ | 8 | */ |
diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index 78f5477edd..39bb0929bc 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * phones, default is to have the indicator shown. But like TV, default is to | 8 | * phones, default is to have the indicator shown. But like TV, default is to |
9 | * have the indicator hidden. | 9 | * have the indicator hidden. |
10 | * | 10 | * |
11 | * @ingroup Elm_Win | 11 | * @ingroup Elm_Win_Group |
12 | */ | 12 | */ |
13 | typedef enum | 13 | typedef enum |
14 | { | 14 | { |
@@ -19,7 +19,7 @@ typedef enum | |||
19 | 19 | ||
20 | /** Defines the opacity modes of indicator that can be shown | 20 | /** Defines the opacity modes of indicator that can be shown |
21 | * | 21 | * |
22 | * @ingroup Elm_Win | 22 | * @ingroup Elm_Win_Group |
23 | */ | 23 | */ |
24 | typedef enum | 24 | typedef enum |
25 | { | 25 | { |
@@ -57,7 +57,7 @@ typedef enum | |||
57 | * | 57 | * |
58 | * Currently, only the X11 backed engines use them. | 58 | * Currently, only the X11 backed engines use them. |
59 | * | 59 | * |
60 | * @ingroup Elm_Win | 60 | * @ingroup Elm_Win_Group |
61 | */ | 61 | */ |
62 | typedef enum | 62 | typedef enum |
63 | { | 63 | { |
@@ -113,7 +113,7 @@ typedef enum | |||
113 | * When the application window is being managed by Illume it may request any of | 113 | * When the application window is being managed by Illume it may request any of |
114 | * the following layouts for the virtual keyboard. | 114 | * the following layouts for the virtual keyboard. |
115 | * | 115 | * |
116 | * @ingroup Elm_Win | 116 | * @ingroup Elm_Win_Group |
117 | */ | 117 | */ |
118 | typedef enum | 118 | typedef enum |
119 | { | 119 | { |
@@ -138,7 +138,7 @@ typedef enum | |||
138 | /** Define the keygrab modes of window. A window may send commands to the | 138 | /** Define the keygrab modes of window. A window may send commands to the |
139 | * Keyrouter according this mode, and perform different actions. | 139 | * Keyrouter according this mode, and perform different actions. |
140 | * | 140 | * |
141 | * @ingroup Elm_Win | 141 | * @ingroup Elm_Win_Group |
142 | */ | 142 | */ |
143 | typedef enum | 143 | typedef enum |
144 | { | 144 | { |
@@ -172,7 +172,7 @@ typedef enum | |||
172 | * | 172 | * |
173 | * @since 1.19 | 173 | * @since 1.19 |
174 | * | 174 | * |
175 | * @ingroup Elm_Win | 175 | * @ingroup Elm_Win_Group |
176 | */ | 176 | */ |
177 | typedef enum | 177 | typedef enum |
178 | { | 178 | { |
@@ -202,7 +202,7 @@ typedef enum | |||
202 | * | 202 | * |
203 | * @return The created object, or @c NULL on failure | 203 | * @return The created object, or @c NULL on failure |
204 | * | 204 | * |
205 | * @ingroup Elm_Win | 205 | * @ingroup Elm_Win_Group |
206 | */ | 206 | */ |
207 | EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type); | 207 | EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type); |
208 | 208 | ||
@@ -221,7 +221,7 @@ typedef Evas_Object Elm_Win; | |||
221 | * | 221 | * |
222 | * @return The created object, or @c NULL on failure | 222 | * @return The created object, or @c NULL on failure |
223 | * | 223 | * |
224 | * @ingroup Elm_Win | 224 | * @ingroup Elm_Win_Group |
225 | * | 225 | * |
226 | * @since 1.13 | 226 | * @since 1.13 |
227 | */ | 227 | */ |
@@ -242,7 +242,7 @@ EAPI Evas_Object *elm_win_fake_add(Ecore_Evas *ee); | |||
242 | * | 242 | * |
243 | * @see elm_win_add() | 243 | * @see elm_win_add() |
244 | * | 244 | * |
245 | * @ingroup Elm_Win | 245 | * @ingroup Elm_Win_Group |
246 | */ | 246 | */ |
247 | EAPI Evas_Object *elm_win_util_standard_add(const char *name, const char *title); | 247 | EAPI Evas_Object *elm_win_util_standard_add(const char *name, const char *title); |
248 | 248 | ||
@@ -263,7 +263,7 @@ EAPI Evas_Object *elm_win_util_standard_add(const char *name, const cha | |||
263 | * | 263 | * |
264 | * @see elm_win_add() | 264 | * @see elm_win_add() |
265 | * | 265 | * |
266 | * @ingroup Elm_Win | 266 | * @ingroup Elm_Win_Group |
267 | * @since 1.13 | 267 | * @since 1.13 |
268 | */ | 268 | */ |
269 | EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const char *name, const char *title); | 269 | EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const char *name, const char *title); |
@@ -286,7 +286,7 @@ EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const ch | |||
286 | * @param[in] autodel If @c true, the window will automatically delete itself | 286 | * @param[in] autodel If @c true, the window will automatically delete itself |
287 | * when closed. | 287 | * when closed. |
288 | * | 288 | * |
289 | * @ingroup Elm_Win | 289 | * @ingroup Elm_Win_Group |
290 | */ | 290 | */ |
291 | EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel); | 291 | EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel); |
292 | 292 | ||
@@ -297,7 +297,7 @@ EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel); | |||
297 | * | 297 | * |
298 | * @return If @c true, the window will automatically delete itself when closed. | 298 | * @return If @c true, the window will automatically delete itself when closed. |
299 | * | 299 | * |
300 | * @ingroup Elm_Win | 300 | * @ingroup Elm_Win_Group |
301 | */ | 301 | */ |
302 | EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj); | 302 | EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj); |
303 | 303 | ||
@@ -313,7 +313,7 @@ EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj); | |||
313 | * a multi window concept in a mobile phone. The way of handling floating mode | 313 | * a multi window concept in a mobile phone. The way of handling floating mode |
314 | * window is decided by enlightenment window manager. | 314 | * window is decided by enlightenment window manager. |
315 | * | 315 | * |
316 | * @ingroup Elm_Win | 316 | * @ingroup Elm_Win_Group |
317 | * @see elm_win_floating_mode_get() | 317 | * @see elm_win_floating_mode_get() |
318 | * @since 1.8 | 318 | * @since 1.8 |
319 | */ | 319 | */ |
@@ -325,7 +325,7 @@ EAPI void elm_win_floating_mode_set(Evas_Object *obj, Eina_Bool | |||
325 | * @param obj The window object | 325 | * @param obj The window object |
326 | * @return If true, the window is floating mode | 326 | * @return If true, the window is floating mode |
327 | * | 327 | * |
328 | * @ingroup Elm_Win | 328 | * @ingroup Elm_Win_Group |
329 | * @see elm_win_floating_mode_set() | 329 | * @see elm_win_floating_mode_set() |
330 | * @since 1.8 | 330 | * @since 1.8 |
331 | */ | 331 | */ |
@@ -352,7 +352,7 @@ EAPI Eina_Bool elm_win_floating_mode_get(const Evas_Object *obj); | |||
352 | * @see elm_win_norender_pop() | 352 | * @see elm_win_norender_pop() |
353 | * @see elm_win_norender_get() | 353 | * @see elm_win_norender_get() |
354 | * @see elm_win_render() | 354 | * @see elm_win_render() |
355 | * @ingroup Elm_Win | 355 | * @ingroup Elm_Win_Group |
356 | * @since 1.7 | 356 | * @since 1.7 |
357 | */ | 357 | */ |
358 | EAPI void elm_win_norender_push(Evas_Object *obj); | 358 | EAPI void elm_win_norender_push(Evas_Object *obj); |
@@ -368,7 +368,7 @@ EAPI void elm_win_norender_push(Evas_Object *obj); | |||
368 | * @see elm_win_norender_push() | 368 | * @see elm_win_norender_push() |
369 | * @see elm_win_norender_get() | 369 | * @see elm_win_norender_get() |
370 | * @see elm_win_render() | 370 | * @see elm_win_render() |
371 | * @ingroup Elm_Win | 371 | * @ingroup Elm_Win_Group |
372 | * @since 1.7 | 372 | * @since 1.7 |
373 | */ | 373 | */ |
374 | EAPI void elm_win_norender_pop(Evas_Object *obj); | 374 | EAPI void elm_win_norender_pop(Evas_Object *obj); |
@@ -381,7 +381,7 @@ EAPI void elm_win_norender_pop(Evas_Object *obj); | |||
381 | * @see elm_win_norender_push() | 381 | * @see elm_win_norender_push() |
382 | * @see elm_win_norender_pop() | 382 | * @see elm_win_norender_pop() |
383 | * @see elm_win_render() | 383 | * @see elm_win_render() |
384 | * @ingroup Elm_Win | 384 | * @ingroup Elm_Win_Group |
385 | * @since 1.7 | 385 | * @since 1.7 |
386 | */ | 386 | */ |
387 | EAPI int elm_win_norender_get(const Evas_Object *obj); | 387 | EAPI int elm_win_norender_get(const Evas_Object *obj); |
@@ -400,7 +400,7 @@ EAPI int elm_win_norender_get(const Evas_Object *obj); | |||
400 | * @see elm_win_norender_push() | 400 | * @see elm_win_norender_push() |
401 | * @see elm_win_norender_pop() | 401 | * @see elm_win_norender_pop() |
402 | * @see elm_win_norender_get() | 402 | * @see elm_win_norender_get() |
403 | * @ingroup Elm_Win | 403 | * @ingroup Elm_Win_Group |
404 | * @since 1.7 | 404 | * @since 1.7 |
405 | */ | 405 | */ |
406 | EAPI void elm_win_render(Evas_Object *obj); | 406 | EAPI void elm_win_render(Evas_Object *obj); |
@@ -416,7 +416,7 @@ EAPI void elm_win_render(Evas_Object *obj); | |||
416 | * | 416 | * |
417 | * @return The Ecore_Wl_Window of @p obj | 417 | * @return The Ecore_Wl_Window of @p obj |
418 | * | 418 | * |
419 | * @ingroup Elm_Win | 419 | * @ingroup Elm_Win_Group |
420 | */ | 420 | */ |
421 | EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); | 421 | EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); |
422 | 422 | ||
@@ -431,7 +431,7 @@ EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); | |||
431 | * | 431 | * |
432 | * @return The Ecore_Win32_Window of @p obj | 432 | * @return The Ecore_Win32_Window of @p obj |
433 | * | 433 | * |
434 | * @ingroup Elm_Win | 434 | * @ingroup Elm_Win_Group |
435 | * | 435 | * |
436 | * @since 1.16 | 436 | * @since 1.16 |
437 | */ | 437 | */ |
@@ -477,7 +477,7 @@ EAPI void elm_win_wm_rotation_preferred_rotation_set(Evas_Objec | |||
477 | * | 477 | * |
478 | * @param[in] subobj The resize object to add. | 478 | * @param[in] subobj The resize object to add. |
479 | * | 479 | * |
480 | * @ingroup Elm_Win | 480 | * @ingroup Elm_Win_Group |
481 | */ | 481 | */ |
482 | EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj); | 482 | EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj); |
483 | 483 | ||
@@ -491,13 +491,13 @@ EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj); | |||
491 | * | 491 | * |
492 | * @param[in] subobj The resize object to add. | 492 | * @param[in] subobj The resize object to add. |
493 | * | 493 | * |
494 | * @ingroup Elm_Win | 494 | * @ingroup Elm_Win_Group |
495 | */ | 495 | */ |
496 | EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj); | 496 | EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj); |
497 | 497 | ||
498 | /** Get the Ecore_X_Window of an Evas_Object. | 498 | /** Get the Ecore_X_Window of an Evas_Object. |
499 | * | 499 | * |
500 | * @ingroup Elm_Win | 500 | * @ingroup Elm_Win_Group |
501 | */ | 501 | */ |
502 | EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj); | 502 | EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj); |
503 | 503 | ||
@@ -506,7 +506,7 @@ EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj); | |||
506 | * | 506 | * |
507 | * @return The Ecore_Wl2_Window of @c obj. | 507 | * @return The Ecore_Wl2_Window of @c obj. |
508 | * | 508 | * |
509 | * @ingroup Elm_Win | 509 | * @ingroup Elm_Win_Group |
510 | */ | 510 | */ |
511 | EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); | 511 | EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); |
512 | 512 | ||
@@ -518,7 +518,7 @@ EAPI Ecore_Wl2_Window *elm_win_wl_window_get(const Evas_Object *obj); | |||
518 | * | 518 | * |
519 | * @since 1.17 | 519 | * @since 1.17 |
520 | * | 520 | * |
521 | * @ingroup Elm_Win | 521 | * @ingroup Elm_Win_Group |
522 | */ | 522 | */ |
523 | EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); | 523 | EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); |
524 | 524 | ||
@@ -529,7 +529,7 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); | |||
529 | * | 529 | * |
530 | * @since 1.17 | 530 | * @since 1.17 |
531 | * | 531 | * |
532 | * @ingroup Elm_Win | 532 | * @ingroup Elm_Win_Group |
533 | */ | 533 | */ |
534 | EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj); | 534 | EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj); |
535 | 535 | ||
@@ -540,7 +540,7 @@ EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj); | |||
540 | * | 540 | * |
541 | * @since 1.12 | 541 | * @since 1.12 |
542 | * | 542 | * |
543 | * @ingroup Elm_Win | 543 | * @ingroup Elm_Win_Group |
544 | */ | 544 | */ |
545 | EAPI void *elm_win_trap_data_get(const Evas_Object *obj); | 545 | EAPI void *elm_win_trap_data_get(const Evas_Object *obj); |
546 | 546 | ||
@@ -559,7 +559,7 @@ EAPI void *elm_win_trap_data_get(const Evas_Object *obj); | |||
559 | * | 559 | * |
560 | * @param[in] override If true, the window is overridden. | 560 | * @param[in] override If true, the window is overridden. |
561 | * | 561 | * |
562 | * @ingroup Elm_Win | 562 | * @ingroup Elm_Win_Group |
563 | */ | 563 | */ |
564 | EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override); | 564 | EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override); |
565 | 565 | ||
@@ -568,7 +568,7 @@ EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override); | |||
568 | * | 568 | * |
569 | * @return If true, the window is overridden. | 569 | * @return If true, the window is overridden. |
570 | * | 570 | * |
571 | * @ingroup Elm_Win | 571 | * @ingroup Elm_Win_Group |
572 | */ | 572 | */ |
573 | EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj); | 573 | EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj); |
574 | 574 | ||
@@ -581,7 +581,7 @@ EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj); | |||
581 | * If @ref elm_win_override_set is not set, the Window Manager may ignore this | 581 | * If @ref elm_win_override_set is not set, the Window Manager may ignore this |
582 | * request. | 582 | * request. |
583 | * | 583 | * |
584 | * @ingroup Elm_Win | 584 | * @ingroup Elm_Win_Group |
585 | */ | 585 | */ |
586 | EAPI void elm_win_lower(Evas_Object *obj); | 586 | EAPI void elm_win_lower(Evas_Object *obj); |
587 | 587 | ||
@@ -592,7 +592,7 @@ EAPI void elm_win_lower(Evas_Object *obj); | |||
592 | * | 592 | * |
593 | * @param[in] quickpanel The quickpanel flag. | 593 | * @param[in] quickpanel The quickpanel flag. |
594 | * | 594 | * |
595 | * @ingroup Elm_Win | 595 | * @ingroup Elm_Win_Group |
596 | */ | 596 | */ |
597 | EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel); | 597 | EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel); |
598 | 598 | ||
@@ -601,7 +601,7 @@ EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel); | |||
601 | * | 601 | * |
602 | * @return The quickpanel flag. | 602 | * @return The quickpanel flag. |
603 | * | 603 | * |
604 | * @ingroup Elm_Win | 604 | * @ingroup Elm_Win_Group |
605 | */ | 605 | */ |
606 | EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj); | 606 | EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj); |
607 | /** | 607 | /** |
@@ -609,7 +609,7 @@ EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj); | |||
609 | * | 609 | * |
610 | * @param[in] zone The requested zone for this quickpanel. | 610 | * @param[in] zone The requested zone for this quickpanel. |
611 | * | 611 | * |
612 | * @ingroup Elm_Win | 612 | * @ingroup Elm_Win_Group |
613 | */ | 613 | */ |
614 | EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone); | 614 | EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone); |
615 | 615 | ||
@@ -618,7 +618,7 @@ EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone); | |||
618 | * | 618 | * |
619 | * @return The requested zone for this quickpanel. | 619 | * @return The requested zone for this quickpanel. |
620 | * | 620 | * |
621 | * @ingroup Elm_Win | 621 | * @ingroup Elm_Win_Group |
622 | */ | 622 | */ |
623 | EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj); | 623 | EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj); |
624 | /** | 624 | /** |
@@ -626,7 +626,7 @@ EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj); | |||
626 | * | 626 | * |
627 | * @param[in] priority The major priority for this quickpanel or -1. | 627 | * @param[in] priority The major priority for this quickpanel or -1. |
628 | * | 628 | * |
629 | * @ingroup Elm_Win | 629 | * @ingroup Elm_Win_Group |
630 | */ | 630 | */ |
631 | EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority); | 631 | EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority); |
632 | 632 | ||
@@ -635,7 +635,7 @@ EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority); | |||
635 | * | 635 | * |
636 | * @return The major priority for this quickpanel or -1. | 636 | * @return The major priority for this quickpanel or -1. |
637 | * | 637 | * |
638 | * @ingroup Elm_Win | 638 | * @ingroup Elm_Win_Group |
639 | */ | 639 | */ |
640 | EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj); | 640 | EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj); |
641 | 641 | ||
@@ -644,7 +644,7 @@ EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj); | |||
644 | * | 644 | * |
645 | * @param[in] priority The minor priority for this quickpanel. | 645 | * @param[in] priority The minor priority for this quickpanel. |
646 | * | 646 | * |
647 | * @ingroup Elm_Win | 647 | * @ingroup Elm_Win_Group |
648 | */ | 648 | */ |
649 | EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority); | 649 | EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority); |
650 | 650 | ||
@@ -653,7 +653,7 @@ EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority); | |||
653 | * | 653 | * |
654 | * @return The minor priority for this quickpanel. | 654 | * @return The minor priority for this quickpanel. |
655 | * | 655 | * |
656 | * @ingroup Elm_Win | 656 | * @ingroup Elm_Win_Group |
657 | */ | 657 | */ |
658 | EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj); | 658 | EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj); |
659 | 659 | ||
@@ -662,7 +662,7 @@ EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj); | |||
662 | * | 662 | * |
663 | * @param[in] mode The mode, one of #Elm_Win_Indicator_Mode. | 663 | * @param[in] mode The mode, one of #Elm_Win_Indicator_Mode. |
664 | * | 664 | * |
665 | * @ingroup Elm_Win | 665 | * @ingroup Elm_Win_Group |
666 | */ | 666 | */ |
667 | EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode); | 667 | EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode); |
668 | 668 | ||
@@ -671,7 +671,7 @@ EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mo | |||
671 | * | 671 | * |
672 | * @return The mode, one of #Elm_Win_Indicator_Mode. | 672 | * @return The mode, one of #Elm_Win_Indicator_Mode. |
673 | * | 673 | * |
674 | * @ingroup Elm_Win | 674 | * @ingroup Elm_Win_Group |
675 | */ | 675 | */ |
676 | EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj); | 676 | EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj); |
677 | 677 | ||
@@ -680,7 +680,7 @@ EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj); | |||
680 | * | 680 | * |
681 | * @param[in] mode The mode, one of #Elm_Win_Indicator_Opacity_Mode. | 681 | * @param[in] mode The mode, one of #Elm_Win_Indicator_Opacity_Mode. |
682 | * | 682 | * |
683 | * @ingroup Elm_Win | 683 | * @ingroup Elm_Win_Group |
684 | */ | 684 | */ |
685 | EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opacity_Mode mode); | 685 | EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opacity_Mode mode); |
686 | 686 | ||
@@ -689,7 +689,7 @@ EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opac | |||
689 | * | 689 | * |
690 | * @return The mode, one of #Elm_Win_Indicator_Opacity_Mode. | 690 | * @return The mode, one of #Elm_Win_Indicator_Opacity_Mode. |
691 | * | 691 | * |
692 | * @ingroup Elm_Win | 692 | * @ingroup Elm_Win_Group |
693 | */ | 693 | */ |
694 | EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Object *obj); | 694 | EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Object *obj); |
695 | 695 | ||
@@ -698,7 +698,7 @@ EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Obj | |||
698 | * | 698 | * |
699 | * @param[in] is_keyboard If true, the window is a virtual keyboard.. | 699 | * @param[in] is_keyboard If true, the window is a virtual keyboard.. |
700 | * | 700 | * |
701 | * @ingroup Elm_Win | 701 | * @ingroup Elm_Win_Group |
702 | */ | 702 | */ |
703 | EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard); | 703 | EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard); |
704 | 704 | ||
@@ -707,7 +707,7 @@ EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard); | |||
707 | * | 707 | * |
708 | * @return The mode, If true, the window is a virtual keyboard.. | 708 | * @return The mode, If true, the window is a virtual keyboard.. |
709 | * | 709 | * |
710 | * @ingroup Elm_Win | 710 | * @ingroup Elm_Win_Group |
711 | */ | 711 | */ |
712 | EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj); | 712 | EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj); |
713 | 713 | ||
@@ -716,7 +716,7 @@ EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj); | |||
716 | * | 716 | * |
717 | * @param[in] conformant The conformant flag. | 717 | * @param[in] conformant The conformant flag. |
718 | * | 718 | * |
719 | * @ingroup Elm_Win | 719 | * @ingroup Elm_Win_Group |
720 | */ | 720 | */ |
721 | EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant); | 721 | EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant); |
722 | 722 | ||
@@ -725,7 +725,7 @@ EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant); | |||
725 | * | 725 | * |
726 | * @return The conformant flag. | 726 | * @return The conformant flag. |
727 | * | 727 | * |
728 | * @ingroup Elm_Win | 728 | * @ingroup Elm_Win_Group |
729 | */ | 729 | */ |
730 | EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj); | 730 | EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj); |
731 | 731 | ||
@@ -741,7 +741,7 @@ EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj); | |||
741 | * | 741 | * |
742 | * @since 1.9 | 742 | * @since 1.9 |
743 | * | 743 | * |
744 | * @ingroup Elm_Win | 744 | * @ingroup Elm_Win_Group |
745 | */ | 745 | */ |
746 | EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bool set); | 746 | EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bool set); |
747 | 747 | ||
@@ -754,7 +754,7 @@ EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bo | |||
754 | * | 754 | * |
755 | * @since 1.9 | 755 | * @since 1.9 |
756 | * | 756 | * |
757 | * @ingroup Elm_Win | 757 | * @ingroup Elm_Win_Group |
758 | */ | 758 | */ |
759 | EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *obj); | 759 | EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *obj); |
760 | 760 | ||
@@ -765,7 +765,7 @@ EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *o | |||
765 | * | 765 | * |
766 | * @since 1.9 | 766 | * @since 1.9 |
767 | * | 767 | * |
768 | * @ingroup Elm_Win | 768 | * @ingroup Elm_Win_Group |
769 | */ | 769 | */ |
770 | EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj); | 770 | EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj); |
771 | 771 | ||
@@ -782,7 +782,7 @@ EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj); | |||
782 | * @param[in] rotation The rotation of the window, in degrees (0-360), | 782 | * @param[in] rotation The rotation of the window, in degrees (0-360), |
783 | * counter-clockwise. | 783 | * counter-clockwise. |
784 | * | 784 | * |
785 | * @ingroup Elm_Win | 785 | * @ingroup Elm_Win_Group |
786 | */ | 786 | */ |
787 | EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation); | 787 | EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation); |
788 | 788 | ||
@@ -791,7 +791,7 @@ EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation); | |||
791 | * | 791 | * |
792 | * @return The rotation of the window, in degrees (0-360), counter-clockwise. | 792 | * @return The rotation of the window, in degrees (0-360), counter-clockwise. |
793 | * | 793 | * |
794 | * @ingroup Elm_Win | 794 | * @ingroup Elm_Win_Group |
795 | */ | 795 | */ |
796 | EAPI int elm_win_rotation_get(const Evas_Object *obj); | 796 | EAPI int elm_win_rotation_get(const Evas_Object *obj); |
797 | 797 | ||
@@ -804,7 +804,7 @@ EAPI int elm_win_rotation_get(const Evas_Object *obj); | |||
804 | * @param[in] rotation The rotation of the window in degrees (0-360), | 804 | * @param[in] rotation The rotation of the window in degrees (0-360), |
805 | * counter-clockwise. | 805 | * counter-clockwise. |
806 | * | 806 | * |
807 | * @ingroup Elm_Win | 807 | * @ingroup Elm_Win_Group |
808 | */ | 808 | */ |
809 | EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation); | 809 | EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation); |
810 | 810 | ||
@@ -820,7 +820,7 @@ EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation); | |||
820 | * | 820 | * |
821 | * @since 1.9 | 821 | * @since 1.9 |
822 | * | 822 | * |
823 | * @ingroup Elm_Win | 823 | * @ingroup Elm_Win_Group |
824 | */ | 824 | */ |
825 | EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj); | 825 | EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj); |
826 | 826 | ||
@@ -834,7 +834,7 @@ EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj); | |||
834 | * | 834 | * |
835 | * @since 1.9 | 835 | * @since 1.9 |
836 | * | 836 | * |
837 | * @ingroup Elm_Win | 837 | * @ingroup Elm_Win_Group |
838 | */ | 838 | */ |
839 | EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj); | 839 | EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj); |
840 | 840 | ||
@@ -845,7 +845,7 @@ EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj); | |||
845 | * @param[out] x The int to store the x coordinate to. | 845 | * @param[out] x The int to store the x coordinate to. |
846 | * @param[out] y The int to store the y coordinate to. | 846 | * @param[out] y The int to store the y coordinate to. |
847 | * | 847 | * |
848 | * @ingroup Elm_Win | 848 | * @ingroup Elm_Win_Group |
849 | */ | 849 | */ |
850 | EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y); | 850 | EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y); |
851 | 851 | ||
@@ -857,7 +857,7 @@ EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y); | |||
857 | * @param[out] w Where to return the width value. May be @c null. | 857 | * @param[out] w Where to return the width value. May be @c null. |
858 | * @param[out] h Where to return the height value. May be @c null. | 858 | * @param[out] h Where to return the height value. May be @c null. |
859 | * | 859 | * |
860 | * @ingroup Elm_Win | 860 | * @ingroup Elm_Win_Group |
861 | */ | 861 | */ |
862 | EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w, int *h); | 862 | EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w, int *h); |
863 | 863 | ||
@@ -871,7 +871,7 @@ EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w | |||
871 | * | 871 | * |
872 | * @since 1.7 | 872 | * @since 1.7 |
873 | * | 873 | * |
874 | * @ingroup Elm_Win | 874 | * @ingroup Elm_Win_Group |
875 | */ | 875 | */ |
876 | EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); | 876 | EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); |
877 | 877 | ||
@@ -880,7 +880,7 @@ EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); | |||
880 | * | 880 | * |
881 | * @param[in] icon_name The icon name to set. | 881 | * @param[in] icon_name The icon name to set. |
882 | * | 882 | * |
883 | * @ingroup Elm_Win | 883 | * @ingroup Elm_Win_Group |
884 | */ | 884 | */ |
885 | EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name); | 885 | EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name); |
886 | 886 | ||
@@ -893,7 +893,7 @@ EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name); | |||
893 | * | 893 | * |
894 | * @return The icon name to set. | 894 | * @return The icon name to set. |
895 | * | 895 | * |
896 | * @ingroup Elm_Win | 896 | * @ingroup Elm_Win_Group |
897 | */ | 897 | */ |
898 | EAPI const char *elm_win_icon_name_get(const Evas_Object *obj); | 898 | EAPI const char *elm_win_icon_name_get(const Evas_Object *obj); |
899 | 899 | ||
@@ -902,7 +902,7 @@ EAPI const char *elm_win_icon_name_get(const Evas_Object *obj); | |||
902 | * | 902 | * |
903 | * @param[in] withdrawn If true, the window is withdrawn. | 903 | * @param[in] withdrawn If true, the window is withdrawn. |
904 | * | 904 | * |
905 | * @ingroup Elm_Win | 905 | * @ingroup Elm_Win_Group |
906 | */ | 906 | */ |
907 | EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn); | 907 | EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn); |
908 | 908 | ||
@@ -911,7 +911,7 @@ EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn); | |||
911 | * | 911 | * |
912 | * @return If true, the window is withdrawn. | 912 | * @return If true, the window is withdrawn. |
913 | * | 913 | * |
914 | * @ingroup Elm_Win | 914 | * @ingroup Elm_Win_Group |
915 | */ | 915 | */ |
916 | EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj); | 916 | EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj); |
917 | 917 | ||
@@ -920,7 +920,7 @@ EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj); | |||
920 | * | 920 | * |
921 | * @param[in] urgent If true, the window is urgent. | 921 | * @param[in] urgent If true, the window is urgent. |
922 | * | 922 | * |
923 | * @ingroup Elm_Win | 923 | * @ingroup Elm_Win_Group |
924 | */ | 924 | */ |
925 | EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent); | 925 | EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent); |
926 | 926 | ||
@@ -929,7 +929,7 @@ EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent); | |||
929 | * | 929 | * |
930 | * @return If true, the window is urgent. | 930 | * @return If true, the window is urgent. |
931 | * | 931 | * |
932 | * @ingroup Elm_Win | 932 | * @ingroup Elm_Win_Group |
933 | */ | 933 | */ |
934 | EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj); | 934 | EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj); |
935 | 935 | ||
@@ -938,7 +938,7 @@ EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj); | |||
938 | * | 938 | * |
939 | * @param[in] demand_attention If true, the window is demand_attention. | 939 | * @param[in] demand_attention If true, the window is demand_attention. |
940 | * | 940 | * |
941 | * @ingroup Elm_Win | 941 | * @ingroup Elm_Win_Group |
942 | */ | 942 | */ |
943 | EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attention); | 943 | EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attention); |
944 | 944 | ||
@@ -947,7 +947,7 @@ EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attent | |||
947 | * | 947 | * |
948 | * @return If true, the window is demand_attention. | 948 | * @return If true, the window is demand_attention. |
949 | * | 949 | * |
950 | * @ingroup Elm_Win | 950 | * @ingroup Elm_Win_Group |
951 | */ | 951 | */ |
952 | EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj); | 952 | EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj); |
953 | 953 | ||
@@ -956,7 +956,7 @@ EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj); | |||
956 | * | 956 | * |
957 | * @param[in] modal If true, the window is modal. | 957 | * @param[in] modal If true, the window is modal. |
958 | * | 958 | * |
959 | * @ingroup Elm_Win | 959 | * @ingroup Elm_Win_Group |
960 | */ | 960 | */ |
961 | EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal); | 961 | EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal); |
962 | 962 | ||
@@ -965,7 +965,7 @@ EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal); | |||
965 | * | 965 | * |
966 | * @return If true, the window is modal. | 966 | * @return If true, the window is modal. |
967 | * | 967 | * |
968 | * @ingroup Elm_Win | 968 | * @ingroup Elm_Win_Group |
969 | */ | 969 | */ |
970 | EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj); | 970 | EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj); |
971 | 971 | ||
@@ -981,7 +981,7 @@ EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj); | |||
981 | * | 981 | * |
982 | * @param[in] shaped If @c true, the window is shaped. | 982 | * @param[in] shaped If @c true, the window is shaped. |
983 | * | 983 | * |
984 | * @ingroup Elm_Win | 984 | * @ingroup Elm_Win_Group |
985 | */ | 985 | */ |
986 | EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped); | 986 | EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped); |
987 | 987 | ||
@@ -990,7 +990,7 @@ EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped); | |||
990 | * | 990 | * |
991 | * @return If @c true, the window is shaped. | 991 | * @return If @c true, the window is shaped. |
992 | * | 992 | * |
993 | * @ingroup Elm_Win | 993 | * @ingroup Elm_Win_Group |
994 | */ | 994 | */ |
995 | EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); | 995 | EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); |
996 | 996 | ||
@@ -999,7 +999,7 @@ EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); | |||
999 | * | 999 | * |
1000 | * @param[in] title The title. | 1000 | * @param[in] title The title. |
1001 | * | 1001 | * |
1002 | * @ingroup Elm_Win | 1002 | * @ingroup Elm_Win_Group |
1003 | */ | 1003 | */ |
1004 | EAPI void elm_win_title_set(Evas_Object *obj, const char *title); | 1004 | EAPI void elm_win_title_set(Evas_Object *obj, const char *title); |
1005 | 1005 | ||
@@ -1011,7 +1011,7 @@ EAPI void elm_win_title_set(Evas_Object *obj, const char *title); | |||
1011 | * | 1011 | * |
1012 | * @return The title. | 1012 | * @return The title. |
1013 | * | 1013 | * |
1014 | * @ingroup Elm_Win | 1014 | * @ingroup Elm_Win_Group |
1015 | */ | 1015 | */ |
1016 | EAPI const char *elm_win_title_get(const Evas_Object *obj); | 1016 | EAPI const char *elm_win_title_get(const Evas_Object *obj); |
1017 | 1017 | ||
@@ -1025,7 +1025,7 @@ EAPI const char *elm_win_title_get(const Evas_Object *obj); | |||
1025 | * | 1025 | * |
1026 | * @since 1.7 | 1026 | * @since 1.7 |
1027 | * | 1027 | * |
1028 | * @ingroup Elm_Win | 1028 | * @ingroup Elm_Win_Group |
1029 | */ | 1029 | */ |
1030 | EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); | 1030 | EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); |
1031 | 1031 | ||
@@ -1037,7 +1037,7 @@ EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); | |||
1037 | * | 1037 | * |
1038 | * @since 1.7 | 1038 | * @since 1.7 |
1039 | * | 1039 | * |
1040 | * @ingroup Elm_Win | 1040 | * @ingroup Elm_Win_Group |
1041 | */ | 1041 | */ |
1042 | EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h); | 1042 | EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h); |
1043 | 1043 | ||
@@ -1051,7 +1051,7 @@ EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h); | |||
1051 | * | 1051 | * |
1052 | * @since 1.7 | 1052 | * @since 1.7 |
1053 | * | 1053 | * |
1054 | * @ingroup Elm_Win | 1054 | * @ingroup Elm_Win_Group |
1055 | */ | 1055 | */ |
1056 | EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); | 1056 | EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); |
1057 | 1057 | ||
@@ -1063,7 +1063,7 @@ EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); | |||
1063 | * | 1063 | * |
1064 | * @since 1.7 | 1064 | * @since 1.7 |
1065 | * | 1065 | * |
1066 | * @ingroup Elm_Win | 1066 | * @ingroup Elm_Win_Group |
1067 | */ | 1067 | */ |
1068 | EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h); | 1068 | EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h); |
1069 | 1069 | ||
@@ -1078,7 +1078,7 @@ EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h); | |||
1078 | * | 1078 | * |
1079 | * @param[in] params Optional parameters for the command. | 1079 | * @param[in] params Optional parameters for the command. |
1080 | * | 1080 | * |
1081 | * @ingroup Elm_Win | 1081 | * @ingroup Elm_Win_Group |
1082 | */ | 1082 | */ |
1083 | EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command command, void *params); | 1083 | EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command command, void *params); |
1084 | 1084 | ||
@@ -1089,7 +1089,7 @@ EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command comma | |||
1089 | * | 1089 | * |
1090 | * @since 1.8 | 1090 | * @since 1.8 |
1091 | * | 1091 | * |
1092 | * @ingroup Elm_Win | 1092 | * @ingroup Elm_Win_Group |
1093 | */ | 1093 | */ |
1094 | EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile); | 1094 | EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile); |
1095 | 1095 | ||
@@ -1100,7 +1100,7 @@ EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile); | |||
1100 | * | 1100 | * |
1101 | * @since 1.8 | 1101 | * @since 1.8 |
1102 | * | 1102 | * |
1103 | * @ingroup Elm_Win | 1103 | * @ingroup Elm_Win_Group |
1104 | */ | 1104 | */ |
1105 | EAPI const char *elm_win_profile_get(const Evas_Object *obj); | 1105 | EAPI const char *elm_win_profile_get(const Evas_Object *obj); |
1106 | 1106 | ||
@@ -1116,7 +1116,7 @@ EAPI const char *elm_win_profile_get(const Evas_Object *obj); | |||
1116 | * | 1116 | * |
1117 | * @param[in] layer The layer of the window. | 1117 | * @param[in] layer The layer of the window. |
1118 | * | 1118 | * |
1119 | * @ingroup Elm_Win | 1119 | * @ingroup Elm_Win_Group |
1120 | */ | 1120 | */ |
1121 | EAPI void elm_win_layer_set(Evas_Object *obj, int layer); | 1121 | EAPI void elm_win_layer_set(Evas_Object *obj, int layer); |
1122 | 1122 | ||
@@ -1125,7 +1125,7 @@ EAPI void elm_win_layer_set(Evas_Object *obj, int layer); | |||
1125 | * | 1125 | * |
1126 | * @return The layer of the window. | 1126 | * @return The layer of the window. |
1127 | * | 1127 | * |
1128 | * @ingroup Elm_Win | 1128 | * @ingroup Elm_Win_Group |
1129 | */ | 1129 | */ |
1130 | EAPI int elm_win_layer_get(const Evas_Object *obj); | 1130 | EAPI int elm_win_layer_get(const Evas_Object *obj); |
1131 | 1131 | ||
@@ -1140,7 +1140,7 @@ EAPI int elm_win_layer_get(const Evas_Object *obj); | |||
1140 | * | 1140 | * |
1141 | * @return The inlined image object or @c null if none exists. | 1141 | * @return The inlined image object or @c null if none exists. |
1142 | * | 1142 | * |
1143 | * @ingroup Elm_Win | 1143 | * @ingroup Elm_Win_Group |
1144 | */ | 1144 | */ |
1145 | EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj); | 1145 | EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj); |
1146 | 1146 | ||
@@ -1149,7 +1149,7 @@ EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj); | |||
1149 | * | 1149 | * |
1150 | * @param[in] oee | 1150 | * @param[in] oee |
1151 | * | 1151 | * |
1152 | * @ingroup Elm_Win | 1152 | * @ingroup Elm_Win_Group |
1153 | * | 1153 | * |
1154 | * @deprecated | 1154 | * @deprecated |
1155 | */ | 1155 | */ |
@@ -1163,7 +1163,7 @@ EAPI void elm_win_fake_canvas_set(Evas_Object *obj, Ecore_Evas *oee) EINA_DEPREC | |||
1163 | * @param obj The window object | 1163 | * @param obj The window object |
1164 | * @return The Ecore_Window of an Evas_Object | 1164 | * @return The Ecore_Window of an Evas_Object |
1165 | * | 1165 | * |
1166 | * @ingroup Elm_Win | 1166 | * @ingroup Elm_Win_Group |
1167 | * @since 1.8 | 1167 | * @since 1.8 |
1168 | * @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus, | 1168 | * @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus, |
1169 | * this is definitely not the function you are looking for. | 1169 | * this is definitely not the function you are looking for. |
@@ -1175,7 +1175,7 @@ EAPI Ecore_Window elm_win_window_id_get(const Evas_Object *obj); | |||
1175 | * | 1175 | * |
1176 | * @return The Main Menu of the window ($null on error). | 1176 | * @return The Main Menu of the window ($null on error). |
1177 | * | 1177 | * |
1178 | * @ingroup Elm_Win | 1178 | * @ingroup Elm_Win_Group |
1179 | */ | 1179 | */ |
1180 | EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj); | 1180 | EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj); |
1181 | 1181 | ||
@@ -1184,7 +1184,7 @@ EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj); | |||
1184 | * | 1184 | * |
1185 | * @param[in] mode The mode, one of #Elm_Win_Keyboard_Mode. | 1185 | * @param[in] mode The mode, one of #Elm_Win_Keyboard_Mode. |
1186 | * | 1186 | * |
1187 | * @ingroup Elm_Win | 1187 | * @ingroup Elm_Win_Group |
1188 | */ | 1188 | */ |
1189 | EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode); | 1189 | EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode); |
1190 | 1190 | ||
@@ -1193,7 +1193,7 @@ EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode); | |||
1193 | * | 1193 | * |
1194 | * @return The mode, one of #Elm_Win_Keyboard_Mode. | 1194 | * @return The mode, one of #Elm_Win_Keyboard_Mode. |
1195 | * | 1195 | * |
1196 | * @ingroup Elm_Win | 1196 | * @ingroup Elm_Win_Group |
1197 | */ | 1197 | */ |
1198 | EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Elm_Win *obj); | 1198 | EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Elm_Win *obj); |
1199 | 1199 | ||
@@ -1267,7 +1267,7 @@ EAPI Evas_Object *elm_win_get(Evas_Object *obj); | |||
1267 | * | 1267 | * |
1268 | * @return @c true on success, @c false otherwise | 1268 | * @return @c true on success, @c false otherwise |
1269 | * | 1269 | * |
1270 | * @ingroup Efl_Ui_Win | 1270 | * @ingroup Elm_Win_Group |
1271 | */ | 1271 | */ |
1272 | EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcnum, Eina_Bool svcsys); | 1272 | EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcnum, Eina_Bool svcsys); |
1273 | 1273 | ||
@@ -1276,7 +1276,7 @@ EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcn | |||
1276 | * | 1276 | * |
1277 | * @return @c true if window has focus, @c false otherwise | 1277 | * @return @c true if window has focus, @c false otherwise |
1278 | * | 1278 | * |
1279 | * @ingroup Efl_Ui_Win | 1279 | * @ingroup Elm_Win_Group |
1280 | */ | 1280 | */ |
1281 | EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj); | 1281 | EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj); |
1282 | 1282 | ||
@@ -1286,7 +1286,7 @@ EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj); | |||
1286 | * Places the window pointed by @c obj at the top of the stack, so that it's | 1286 | * Places the window pointed by @c obj at the top of the stack, so that it's |
1287 | * not covered by any other window. | 1287 | * not covered by any other window. |
1288 | * | 1288 | * |
1289 | * @ingroup Efl_Ui_Win | 1289 | * @ingroup Elm_Win_Group |
1290 | */ | 1290 | */ |
1291 | EAPI void elm_win_raise(Elm_Win *obj); | 1291 | EAPI void elm_win_raise(Elm_Win *obj); |
1292 | 1292 | ||
@@ -1298,7 +1298,7 @@ EAPI void elm_win_raise(Elm_Win *obj); | |||
1298 | * | 1298 | * |
1299 | * @since 1.8 | 1299 | * @since 1.8 |
1300 | * | 1300 | * |
1301 | * @ingroup Efl_Ui_Win | 1301 | * @ingroup Elm_Win_Group |
1302 | */ | 1302 | */ |
1303 | EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, unsigned int count); | 1303 | EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, unsigned int count); |
1304 | 1304 | ||
@@ -1312,7 +1312,7 @@ EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, un | |||
1312 | * | 1312 | * |
1313 | * @since 1.8 | 1313 | * @since 1.8 |
1314 | * | 1314 | * |
1315 | * @ingroup Efl_Ui_Win | 1315 | * @ingroup Elm_Win_Group |
1316 | */ | 1316 | */ |
1317 | EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profiles, unsigned int *count); | 1317 | EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profiles, unsigned int *count); |
1318 | 1318 | ||
@@ -1328,7 +1328,7 @@ EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profil | |||
1328 | * | 1328 | * |
1329 | * @since 1.9 | 1329 | * @since 1.9 |
1330 | * | 1330 | * |
1331 | * @ingroup Efl_Ui_Win | 1331 | * @ingroup Elm_Win_Group |
1332 | */ | 1332 | */ |
1333 | EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *rotations, unsigned int count); | 1333 | EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *rotations, unsigned int count); |
1334 | 1334 | ||
@@ -1345,7 +1345,7 @@ EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *r | |||
1345 | * | 1345 | * |
1346 | * @since 1.9 | 1346 | * @since 1.9 |
1347 | * | 1347 | * |
1348 | * @ingroup Efl_Ui_Win | 1348 | * @ingroup Elm_Win_Group |
1349 | */ | 1349 | */ |
1350 | EAPI Eina_Bool elm_win_wm_rotation_available_rotations_get(const Elm_Win *obj, int **rotations, unsigned int *count); | 1350 | EAPI Eina_Bool elm_win_wm_rotation_available_rotations_get(const Elm_Win *obj, int **rotations, unsigned int *count); |
1351 | 1351 | ||
diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index 0a96f7e13c..98b2440ff2 100644 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h | |||
@@ -950,7 +950,7 @@ EAPI Evas_GL *evas_gl_current_evas_gl_get (Evas_GL_Context **con | |||
950 | 950 | ||
951 | /* | 951 | /* |
952 | * This document is licensed under the SGI Free Software B License Version | 952 | * This document is licensed under the SGI Free Software B License Version |
953 | * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . | 953 | * 2.0. For details, see https://spdx.org/licenses/SGI-B-2.0.html . |
954 | */ | 954 | */ |
955 | 955 | ||
956 | /*------------------------------------------------------------------------- | 956 | /*------------------------------------------------------------------------- |