diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-22 17:13:52 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-22 17:13:52 +0100 |
commit | 1eb9c4f87dc534fd92aebc15731078a691bdf805 (patch) | |
tree | cb931ffb68d9e5f1e14142d305a584c91a8e2559 /src/lib | |
parent | 5031c8f20fc0a3a1a2b9f547816030fa41be5556 (diff) |
update according to eolian changes
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_calendar.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_datetime.eo | 20 | ||||
-rw-r--r-- | src/lib/elm_dayselector.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_entry.eo | 12 | ||||
-rw-r--r-- | src/lib/elm_gengrid.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_genlist.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_hover.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_index.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_layout.eo | 20 | ||||
-rw-r--r-- | src/lib/elm_list.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_map.eo | 23 | ||||
-rw-r--r-- | src/lib/elm_photo.eo | 3 | ||||
-rw-r--r-- | src/lib/elm_prefs.eo | 16 | ||||
-rw-r--r-- | src/lib/elm_progressbar.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_scroller.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_segment_control.eo | 12 | ||||
-rw-r--r-- | src/lib/elm_slideshow.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_table.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_toolbar.eo | 8 | ||||
-rw-r--r-- | src/lib/elm_web.eo | 4 | ||||
-rw-r--r-- | src/lib/elm_widget.eo | 33 |
21 files changed, 57 insertions, 158 deletions
diff --git a/src/lib/elm_calendar.eo b/src/lib/elm_calendar.eo index 06124848e..0d30bcaed 100644 --- a/src/lib/elm_calendar.eo +++ b/src/lib/elm_calendar.eo | |||
@@ -268,7 +268,7 @@ class Elm_Calendar (Elm_Layout) | |||
268 | @in struct tm *selected_time; /*@ A @b tm struct to represent the selected date. */ | 268 | @in struct tm *selected_time; /*@ A @b tm struct to represent the selected date. */ |
269 | } | 269 | } |
270 | } | 270 | } |
271 | selected_time_get { | 271 | selected_time_get @const { |
272 | /*@ | 272 | /*@ |
273 | Get selected date. | 273 | Get selected date. |
274 | 274 | ||
@@ -285,8 +285,6 @@ class Elm_Calendar (Elm_Layout) | |||
285 | @ref calendar_example_05 | 285 | @ref calendar_example_05 |
286 | 286 | ||
287 | @ingroup Calendar */ | 287 | @ingroup Calendar */ |
288 | |||
289 | const; | ||
290 | return bool; | 288 | return bool; |
291 | params { | 289 | params { |
292 | @inout struct tm selected_time; /*@ A @b tm struct to point to selected date */ | 290 | @inout struct tm selected_time; /*@ A @b tm struct to point to selected date */ |
@@ -376,7 +374,7 @@ class Elm_Calendar (Elm_Layout) | |||
376 | @ingroup Calendar */ | 374 | @ingroup Calendar */ |
377 | 375 | ||
378 | } | 376 | } |
379 | displayed_time_get { | 377 | displayed_time_get @const { |
380 | /*@ | 378 | /*@ |
381 | Get the current time displayed in the widget | 379 | Get the current time displayed in the widget |
382 | 380 | ||
@@ -385,8 +383,6 @@ class Elm_Calendar (Elm_Layout) | |||
385 | 383 | ||
386 | @ingroup Calendar | 384 | @ingroup Calendar |
387 | @since 1.8 */ | 385 | @since 1.8 */ |
388 | |||
389 | const; | ||
390 | return bool; | 386 | return bool; |
391 | params { | 387 | params { |
392 | @inout struct tm displayed_time; /*@ A @b tm struct to point to displayed date */ | 388 | @inout struct tm displayed_time; /*@ A @b tm struct to point to displayed date */ |
diff --git a/src/lib/elm_datetime.eo b/src/lib/elm_datetime.eo index 4f44c2fca..c3dd022cb 100644 --- a/src/lib/elm_datetime.eo +++ b/src/lib/elm_datetime.eo | |||
@@ -107,7 +107,7 @@ class Elm_Datetime (Elm_Layout) | |||
107 | @in int max; /*@ Reference to field's maximum value */ | 107 | @in int max; /*@ Reference to field's maximum value */ |
108 | } | 108 | } |
109 | } | 109 | } |
110 | field_limit_get { | 110 | field_limit_get @const { |
111 | /*@ | 111 | /*@ |
112 | @brief Get the field limits of a field. | 112 | @brief Get the field limits of a field. |
113 | 113 | ||
@@ -120,8 +120,6 @@ class Elm_Datetime (Elm_Layout) | |||
120 | 120 | ||
121 | @see elm_datetime_field_limit_set() | 121 | @see elm_datetime_field_limit_set() |
122 | @ingroup Datetime */ | 122 | @ingroup Datetime */ |
123 | |||
124 | const; | ||
125 | params { | 123 | params { |
126 | @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc. */ | 124 | @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc. */ |
127 | @out int min; /*@ Reference to field's minimum value */ | 125 | @out int min; /*@ Reference to field's minimum value */ |
@@ -153,7 +151,7 @@ class Elm_Datetime (Elm_Layout) | |||
153 | @in const(struct tm)* mintime; /*@ Time structure containing the minimum time value. */ | 151 | @in const(struct tm)* mintime; /*@ Time structure containing the minimum time value. */ |
154 | } | 152 | } |
155 | } | 153 | } |
156 | value_min_get { | 154 | value_min_get @const { |
157 | /*@ | 155 | /*@ |
158 | @brief Get the lower boundary of a field. | 156 | @brief Get the lower boundary of a field. |
159 | 157 | ||
@@ -172,8 +170,6 @@ class Elm_Datetime (Elm_Layout) | |||
172 | 170 | ||
173 | @see elm_datetime_value_min_set() | 171 | @see elm_datetime_value_min_set() |
174 | @ingroup Datepicker */ | 172 | @ingroup Datepicker */ |
175 | |||
176 | const; | ||
177 | return bool; | 173 | return bool; |
178 | params { | 174 | params { |
179 | @inout struct tm mintime; /*@ Time structure. */ | 175 | @inout struct tm mintime; /*@ Time structure. */ |
@@ -205,7 +201,7 @@ class Elm_Datetime (Elm_Layout) | |||
205 | @in const(struct tm)* newtime; /*@ Time structure filled with values to be set. */ | 201 | @in const(struct tm)* newtime; /*@ Time structure filled with values to be set. */ |
206 | } | 202 | } |
207 | } | 203 | } |
208 | value_get { | 204 | value_get @const { |
209 | /*@ | 205 | /*@ |
210 | @brief Get the current value of a Datetime object. | 206 | @brief Get the current value of a Datetime object. |
211 | 207 | ||
@@ -224,8 +220,6 @@ class Elm_Datetime (Elm_Layout) | |||
224 | 220 | ||
225 | @see elm_datetime_value_set() | 221 | @see elm_datetime_value_set() |
226 | @ingroup Datetime */ | 222 | @ingroup Datetime */ |
227 | |||
228 | const; | ||
229 | return bool; | 223 | return bool; |
230 | params { | 224 | params { |
231 | @inout struct tm currtime; /*@ Time structure. */ | 225 | @inout struct tm currtime; /*@ Time structure. */ |
@@ -251,7 +245,7 @@ class Elm_Datetime (Elm_Layout) | |||
251 | @in bool visible; /*@ @c EINA_TRUE field can be visible, @c EINA_FALSE otherwise. */ | 245 | @in bool visible; /*@ @c EINA_TRUE field can be visible, @c EINA_FALSE otherwise. */ |
252 | } | 246 | } |
253 | } | 247 | } |
254 | field_visible_get { | 248 | field_visible_get @const { |
255 | /*@ | 249 | /*@ |
256 | @brief Get whether a field can be visible/not | 250 | @brief Get whether a field can be visible/not |
257 | 251 | ||
@@ -259,8 +253,6 @@ class Elm_Datetime (Elm_Layout) | |||
259 | 253 | ||
260 | @see elm_datetime_field_visible_set() | 254 | @see elm_datetime_field_visible_set() |
261 | @ingroup Datetime */ | 255 | @ingroup Datetime */ |
262 | |||
263 | const; | ||
264 | return bool; | 256 | return bool; |
265 | params { | 257 | params { |
266 | @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc */ | 258 | @in Elm_Datetime_Field_Type fieldtype; /*@ Type of the field. ELM_DATETIME_YEAR etc */ |
@@ -291,7 +283,7 @@ class Elm_Datetime (Elm_Layout) | |||
291 | @in const(struct tm)* maxtime; /*@ Time structure containing the maximum time value. */ | 283 | @in const(struct tm)* maxtime; /*@ Time structure containing the maximum time value. */ |
292 | } | 284 | } |
293 | } | 285 | } |
294 | value_max_get { | 286 | value_max_get @const { |
295 | /*@ | 287 | /*@ |
296 | @brief Get the upper boundary of a field. | 288 | @brief Get the upper boundary of a field. |
297 | 289 | ||
@@ -310,8 +302,6 @@ class Elm_Datetime (Elm_Layout) | |||
310 | 302 | ||
311 | @see elm_datetime_value_max_set() | 303 | @see elm_datetime_value_max_set() |
312 | @ingroup Datetime */ | 304 | @ingroup Datetime */ |
313 | |||
314 | const; | ||
315 | return bool; | 305 | return bool; |
316 | params { | 306 | params { |
317 | @inout struct tm maxtime; /*@ Time structure containing the maximum time value. */ | 307 | @inout struct tm maxtime; /*@ Time structure containing the maximum time value. */ |
diff --git a/src/lib/elm_dayselector.eo b/src/lib/elm_dayselector.eo index ae16344aa..82ac78453 100644 --- a/src/lib/elm_dayselector.eo +++ b/src/lib/elm_dayselector.eo | |||
@@ -110,7 +110,7 @@ class Elm_Dayselector (Elm_Layout) | |||
110 | @warning The strings must be NULL terminated ('@\0'). */ | 110 | @warning The strings must be NULL terminated ('@\0'). */ |
111 | } | 111 | } |
112 | } | 112 | } |
113 | weekdays_names_get { | 113 | weekdays_names_get @const { |
114 | /*@ | 114 | /*@ |
115 | Get weekdays names displayed by the calendar. | 115 | Get weekdays names displayed by the calendar. |
116 | 116 | ||
@@ -125,8 +125,6 @@ class Elm_Dayselector (Elm_Layout) | |||
125 | @since 1.8 | 125 | @since 1.8 |
126 | 126 | ||
127 | @ingroup Dayselector */ | 127 | @ingroup Dayselector */ |
128 | |||
129 | const; | ||
130 | return Eina_List *; | 128 | return Eina_List *; |
131 | } | 129 | } |
132 | day_selected_set { | 130 | day_selected_set { |
@@ -143,7 +141,7 @@ class Elm_Dayselector (Elm_Layout) | |||
143 | @in bool selected; /*@ state of the day. @c EINA_TRUE is selected. */ | 141 | @in bool selected; /*@ state of the day. @c EINA_TRUE is selected. */ |
144 | } | 142 | } |
145 | } | 143 | } |
146 | day_selected_get { | 144 | day_selected_get @const { |
147 | /*@ | 145 | /*@ |
148 | Get the state of given Dayselector_Day. | 146 | Get the state of given Dayselector_Day. |
149 | 147 | ||
@@ -153,8 +151,6 @@ class Elm_Dayselector (Elm_Layout) | |||
153 | @see elm_dayselector_day_selected_set() | 151 | @see elm_dayselector_day_selected_set() |
154 | 152 | ||
155 | @ingroup Dayselector */ | 153 | @ingroup Dayselector */ |
156 | |||
157 | const; | ||
158 | return bool; | 154 | return bool; |
159 | params { | 155 | params { |
160 | @in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to know state. */ | 156 | @in Elm_Dayselector_Day day; /*@ Dayselector_Day that the user want to know state. */ |
diff --git a/src/lib/elm_entry.eo b/src/lib/elm_entry.eo index 08b75e3e7..2304edf0e 100644 --- a/src/lib/elm_entry.eo +++ b/src/lib/elm_entry.eo | |||
@@ -891,7 +891,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface, | |||
891 | @in void *data; /*@ The data passed to @p func */ | 891 | @in void *data; /*@ The data passed to @p func */ |
892 | } | 892 | } |
893 | } | 893 | } |
894 | text_style_user_peek { | 894 | text_style_user_peek @const { |
895 | /*@ | 895 | /*@ |
896 | Retrieve the style on the top of user style stack. | 896 | Retrieve the style on the top of user style stack. |
897 | 897 | ||
@@ -901,8 +901,6 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface, | |||
901 | 901 | ||
902 | @ingroup Entry | 902 | @ingroup Entry |
903 | @since 1.7 */ | 903 | @since 1.7 */ |
904 | |||
905 | const; | ||
906 | return const(char)*; | 904 | return const(char)*; |
907 | } | 905 | } |
908 | context_menu_clear { | 906 | context_menu_clear { |
@@ -962,15 +960,13 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface, | |||
962 | @in int len; /*@ the length of data, in bytes, to send to the input panel */ | 960 | @in int len; /*@ the length of data, in bytes, to send to the input panel */ |
963 | } | 961 | } |
964 | } | 962 | } |
965 | input_panel_imdata_get { | 963 | input_panel_imdata_get @const { |
966 | /*@ | 964 | /*@ |
967 | Get the specific data of the current input panel. | 965 | Get the specific data of the current input panel. |
968 | 966 | ||
969 | See @ref elm_entry_input_panel_imdata_set for more details. | 967 | See @ref elm_entry_input_panel_imdata_set for more details. |
970 | 968 | ||
971 | @ingroup Entry */ | 969 | @ingroup Entry */ |
972 | |||
973 | const; | ||
974 | params { | 970 | params { |
975 | @out void data; /*@ The specific data to be got from the input panel */ | 971 | @out void data; /*@ The specific data to be got from the input panel */ |
976 | @out int len; /*@ The length of data */ | 972 | @out int len; /*@ The length of data */ |
@@ -1032,7 +1028,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface, | |||
1032 | @ingroup Entry */ | 1028 | @ingroup Entry */ |
1033 | 1029 | ||
1034 | } | 1030 | } |
1035 | is_empty { | 1031 | is_empty @const { |
1036 | /*@ | 1032 | /*@ |
1037 | Get whether the entry is empty. | 1033 | Get whether the entry is empty. |
1038 | 1034 | ||
@@ -1043,8 +1039,6 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface, | |||
1043 | @return EINA_TRUE if the entry is empty, EINA_FALSE otherwise. | 1039 | @return EINA_TRUE if the entry is empty, EINA_FALSE otherwise. |
1044 | 1040 | ||
1045 | @ingroup Entry */ | 1041 | @ingroup Entry */ |
1046 | |||
1047 | const; | ||
1048 | return bool; | 1042 | return bool; |
1049 | } | 1043 | } |
1050 | markup_filter_remove { | 1044 | markup_filter_remove { |
diff --git a/src/lib/elm_gengrid.eo b/src/lib/elm_gengrid.eo index b5c7dec5e..a7c5f7037 100644 --- a/src/lib/elm_gengrid.eo +++ b/src/lib/elm_gengrid.eo | |||
@@ -528,7 +528,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
528 | @in const(void)* func_data; /*@ Data to be passed to @p func. */ | 528 | @in const(void)* func_data; /*@ Data to be passed to @p func. */ |
529 | } | 529 | } |
530 | } | 530 | } |
531 | items_count { | 531 | items_count @const { |
532 | /*@ | 532 | /*@ |
533 | Return how many items are currently in a list | 533 | Return how many items are currently in a list |
534 | 534 | ||
@@ -537,11 +537,9 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
537 | This behavior is O(1) and includes items which may or may not be realized. | 537 | This behavior is O(1) and includes items which may or may not be realized. |
538 | 538 | ||
539 | @ingroup Gengrid */ | 539 | @ingroup Gengrid */ |
540 | |||
541 | const; | ||
542 | return uint; | 540 | return uint; |
543 | } | 541 | } |
544 | at_xy_item_get { | 542 | at_xy_item_get @const { |
545 | /*@ | 543 | /*@ |
546 | Get the item that is at the x, y canvas coords. | 544 | Get the item that is at the x, y canvas coords. |
547 | 545 | ||
@@ -562,8 +560,6 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
562 | the gengrid. | 560 | the gengrid. |
563 | 561 | ||
564 | @ingroup Gengrid */ | 562 | @ingroup Gengrid */ |
565 | |||
566 | const; | ||
567 | return Elm_Object_Item *; | 563 | return Elm_Object_Item *; |
568 | params { | 564 | params { |
569 | @in Evas_Coord x; /*@ The input x coordinate */ | 565 | @in Evas_Coord x; /*@ The input x coordinate */ |
diff --git a/src/lib/elm_genlist.eo b/src/lib/elm_genlist.eo index 205f6984b..14babba7f 100644 --- a/src/lib/elm_genlist.eo +++ b/src/lib/elm_genlist.eo | |||
@@ -551,7 +551,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
551 | @in const(void)* func_data; /*@ Data passed to @p func above. */ | 551 | @in const(void)* func_data; /*@ Data passed to @p func above. */ |
552 | } | 552 | } |
553 | } | 553 | } |
554 | at_xy_item_get { | 554 | at_xy_item_get @const { |
555 | /*@ | 555 | /*@ |
556 | Get the item that is at the x, y canvas coords. | 556 | Get the item that is at the x, y canvas coords. |
557 | 557 | ||
@@ -568,8 +568,6 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
568 | the genlist. | 568 | the genlist. |
569 | 569 | ||
570 | @ingroup Genlist */ | 570 | @ingroup Genlist */ |
571 | |||
572 | const; | ||
573 | return Elm_Object_Item *; | 571 | return Elm_Object_Item *; |
574 | params { | 572 | params { |
575 | @in Evas_Coord x; /*@ The input x coordinate */ | 573 | @in Evas_Coord x; /*@ The input x coordinate */ |
@@ -577,7 +575,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
577 | @out int posret; /*@ The position relative to the item returned here */ | 575 | @out int posret; /*@ The position relative to the item returned here */ |
578 | } | 576 | } |
579 | } | 577 | } |
580 | items_count { | 578 | items_count @const { |
581 | /*@ | 579 | /*@ |
582 | Return how many items are currently in a list | 580 | Return how many items are currently in a list |
583 | 581 | ||
@@ -586,8 +584,6 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interfac | |||
586 | This behavior is O(1) and includes items which may or may not be realized. | 584 | This behavior is O(1) and includes items which may or may not be realized. |
587 | 585 | ||
588 | @ingroup Genlist */ | 586 | @ingroup Genlist */ |
589 | |||
590 | const; | ||
591 | return uint; | 587 | return uint; |
592 | } | 588 | } |
593 | item_prepend { | 589 | item_prepend { |
diff --git a/src/lib/elm_hover.eo b/src/lib/elm_hover.eo index 047281d07..32e3b3039 100644 --- a/src/lib/elm_hover.eo +++ b/src/lib/elm_hover.eo | |||
@@ -27,7 +27,7 @@ class Elm_Hover (Elm_Layout, Evas.Clickable_Interface) | |||
27 | } | 27 | } |
28 | } | 28 | } |
29 | methods { | 29 | methods { |
30 | best_content_location_get { | 30 | best_content_location_get @const { |
31 | /*@ | 31 | /*@ |
32 | @brief Returns the best swallow location for content in the hover. | 32 | @brief Returns the best swallow location for content in the hover. |
33 | 33 | ||
@@ -53,8 +53,6 @@ class Elm_Hover (Elm_Layout, Evas.Clickable_Interface) | |||
53 | @see elm_object_part_content_set() | 53 | @see elm_object_part_content_set() |
54 | 54 | ||
55 | @ingroup Hover */ | 55 | @ingroup Hover */ |
56 | |||
57 | const; | ||
58 | return const(char)*; | 56 | return const(char)*; |
59 | params { | 57 | params { |
60 | @in Elm_Hover_Axis pref_axis; /*@ The preferred orientation axis for the hover object to use */ | 58 | @in Elm_Hover_Axis pref_axis; /*@ The preferred orientation axis for the hover object to use */ |
diff --git a/src/lib/elm_index.eo b/src/lib/elm_index.eo index ed28f4137..4a829b202 100644 --- a/src/lib/elm_index.eo +++ b/src/lib/elm_index.eo | |||
@@ -294,15 +294,13 @@ class Elm_Index (Elm_Layout) | |||
294 | @in const(void)* data; /*@ The item data to set for the index's item */ | 294 | @in const(void)* data; /*@ The item data to set for the index's item */ |
295 | } | 295 | } |
296 | } | 296 | } |
297 | selected_item_get { | 297 | selected_item_get @const { |
298 | /*@ | 298 | /*@ |
299 | Returns the last selected item, for a given index widget. | 299 | Returns the last selected item, for a given index widget. |
300 | 300 | ||
301 | @return The last item @b selected on @p obj (or @c NULL, on errors). | 301 | @return The last item @b selected on @p obj (or @c NULL, on errors). |
302 | 302 | ||
303 | @ingroup Index */ | 303 | @ingroup Index */ |
304 | |||
305 | const; | ||
306 | return Elm_Object_Item *; | 304 | return Elm_Object_Item *; |
307 | params { | 305 | params { |
308 | @in int level; /*@ @c 0 or @c 1, the currently implemented levels. */ | 306 | @in int level; /*@ @c 0 or @c 1, the currently implemented levels. */ |
diff --git a/src/lib/elm_layout.eo b/src/lib/elm_layout.eo index a1f7cb93e..e9a19bf58 100644 --- a/src/lib/elm_layout.eo +++ b/src/lib/elm_layout.eo | |||
@@ -163,15 +163,13 @@ class Elm_Layout (Elm_Container) | |||
163 | or should also search on widget's theme as well (EINA_FALSE) */ | 163 | or should also search on widget's theme as well (EINA_FALSE) */ |
164 | } | 164 | } |
165 | } | 165 | } |
166 | part_cursor_engine_only_get { | 166 | part_cursor_engine_only_get @const { |
167 | /*@ | 167 | /*@ |
168 | Get a specific cursor engine_only for an edje part. | 168 | Get a specific cursor engine_only for an edje part. |
169 | 169 | ||
170 | @return whenever the cursor is just provided by engine or also from theme. | 170 | @return whenever the cursor is just provided by engine or also from theme. |
171 | 171 | ||
172 | @ingroup Layout */ | 172 | @ingroup Layout */ |
173 | |||
174 | const; | ||
175 | return bool; | 173 | return bool; |
176 | params { | 174 | params { |
177 | @in const(char)* part_name; /*@ a part from loaded edje group. */ | 175 | @in const(char)* part_name; /*@ a part from loaded edje group. */ |
@@ -291,7 +289,7 @@ class Elm_Layout (Elm_Container) | |||
291 | @in const(char)* style; /*@ the theme style to use (default, transparent, ...) */ | 289 | @in const(char)* style; /*@ the theme style to use (default, transparent, ...) */ |
292 | } | 290 | } |
293 | } | 291 | } |
294 | part_cursor_style_get { | 292 | part_cursor_style_get @const { |
295 | /*@ | 293 | /*@ |
296 | Get a specific cursor style for an edje part. | 294 | Get a specific cursor style for an edje part. |
297 | 295 | ||
@@ -299,8 +297,6 @@ class Elm_Layout (Elm_Container) | |||
299 | object does not have a cursor set, then NULL is returned. | 297 | object does not have a cursor set, then NULL is returned. |
300 | 298 | ||
301 | @ingroup Layout */ | 299 | @ingroup Layout */ |
302 | |||
303 | const; | ||
304 | return const(char)*; | 300 | return const(char)*; |
305 | params { | 301 | params { |
306 | @in const(char)* part_name; /*@ a part from loaded edje group. */ | 302 | @in const(char)* part_name; /*@ a part from loaded edje group. */ |
@@ -320,15 +316,13 @@ class Elm_Layout (Elm_Container) | |||
320 | @in const(char)* text; /*@ The text to set */ | 316 | @in const(char)* text; /*@ The text to set */ |
321 | } | 317 | } |
322 | } | 318 | } |
323 | text_get { | 319 | text_get @const { |
324 | /*@ | 320 | /*@ |
325 | Get the text set in the given part | 321 | Get the text set in the given part |
326 | 322 | ||
327 | @return The text set in @p part | 323 | @return The text set in @p part |
328 | 324 | ||
329 | @ingroup Layout */ | 325 | @ingroup Layout */ |
330 | |||
331 | const; | ||
332 | return const(char)*; | 326 | return const(char)*; |
333 | params { | 327 | params { |
334 | @in const(char)* part; /*@ The TEXT part to retrieve the text off */ | 328 | @in const(char)* part; /*@ The TEXT part to retrieve the text off */ |
@@ -369,15 +363,13 @@ class Elm_Layout (Elm_Container) | |||
369 | @in const(char)* cursor; /*@ cursor name to use, see Elementary_Cursor.h */ | 363 | @in const(char)* cursor; /*@ cursor name to use, see Elementary_Cursor.h */ |
370 | } | 364 | } |
371 | } | 365 | } |
372 | part_cursor_get { | 366 | part_cursor_get @const { |
373 | /*@ | 367 | /*@ |
374 | Get the cursor to be shown when mouse is over an edje part | 368 | Get the cursor to be shown when mouse is over an edje part |
375 | 369 | ||
376 | @return the cursor name. | 370 | @return the cursor name. |
377 | 371 | ||
378 | @ingroup Layout */ | 372 | @ingroup Layout */ |
379 | |||
380 | const; | ||
381 | return const(char)*; | 373 | return const(char)*; |
382 | params { | 374 | params { |
383 | @in const(char)* part_name; /*@ a part from loaded edje group. */ | 375 | @in const(char)* part_name; /*@ a part from loaded edje group. */ |
@@ -438,7 +430,7 @@ class Elm_Layout (Elm_Container) | |||
438 | legacy null; | 430 | legacy null; |
439 | return bool; | 431 | return bool; |
440 | } | 432 | } |
441 | data_get { | 433 | data_get @const { |
442 | /*@ | 434 | /*@ |
443 | Get the edje data from the given layout | 435 | Get the edje data from the given layout |
444 | 436 | ||
@@ -463,8 +455,6 @@ class Elm_Layout (Elm_Container) | |||
463 | @endcode | 455 | @endcode |
464 | 456 | ||
465 | @ingroup Layout */ | 457 | @ingroup Layout */ |
466 | |||
467 | const; | ||
468 | return const(char)*; | 458 | return const(char)*; |
469 | params { | 459 | params { |
470 | @in const(char)* key; /*@ The data key */ | 460 | @in const(char)* key; /*@ The data key */ |
diff --git a/src/lib/elm_list.eo b/src/lib/elm_list.eo index 2b51b528e..c093d0575 100644 --- a/src/lib/elm_list.eo +++ b/src/lib/elm_list.eo | |||
@@ -390,7 +390,7 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable) | |||
390 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ | 390 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ |
391 | } | 391 | } |
392 | } | 392 | } |
393 | at_xy_item_get { | 393 | at_xy_item_get @const { |
394 | /*@ | 394 | /*@ |
395 | Get the item that is at the x, y canvas coords. | 395 | Get the item that is at the x, y canvas coords. |
396 | 396 | ||
@@ -408,8 +408,6 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable) | |||
408 | 408 | ||
409 | 409 | ||
410 | @ingroup List */ | 410 | @ingroup List */ |
411 | |||
412 | const; | ||
413 | return Elm_Object_Item *; | 411 | return Elm_Object_Item *; |
414 | params { | 412 | params { |
415 | @in Evas_Coord x; /*@ The input x coordinate */ | 413 | @in Evas_Coord x; /*@ The input x coordinate */ |
diff --git a/src/lib/elm_map.eo b/src/lib/elm_map.eo index 0c6757c47..d394785a3 100644 --- a/src/lib/elm_map.eo +++ b/src/lib/elm_map.eo | |||
@@ -329,7 +329,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
329 | @in const(char)* source_name; /*@ The source to be used. */ | 329 | @in const(char)* source_name; /*@ The source to be used. */ |
330 | } | 330 | } |
331 | } | 331 | } |
332 | source_get { | 332 | source_get @const { |
333 | /*@ | 333 | /*@ |
334 | Get the name of currently used source for a specific type. | 334 | Get the name of currently used source for a specific type. |
335 | 335 | ||
@@ -339,8 +339,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
339 | @see elm_map_source_set() | 339 | @see elm_map_source_set() |
340 | 340 | ||
341 | @ingroup Map */ | 341 | @ingroup Map */ |
342 | |||
343 | const; | ||
344 | return const(char)*; | 342 | return const(char)*; |
345 | params { | 343 | params { |
346 | @in Elm_Map_Source_Type type; /*@ source type. */ | 344 | @in Elm_Map_Source_Type type; /*@ source type. */ |
@@ -402,7 +400,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
402 | @in void *emap; /*@ The emap route object. */ | 400 | @in void *emap; /*@ The emap route object. */ |
403 | } | 401 | } |
404 | } | 402 | } |
405 | region_to_canvas_convert { | 403 | region_to_canvas_convert @const { |
406 | /*@ | 404 | /*@ |
407 | Convert geographic coordinates (longitude, latitude) | 405 | Convert geographic coordinates (longitude, latitude) |
408 | into canvas coordinates. | 406 | into canvas coordinates. |
@@ -413,8 +411,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
413 | see elm_map_canvas_to_region_convert() | 411 | see elm_map_canvas_to_region_convert() |
414 | 412 | ||
415 | @ingroup Map */ | 413 | @ingroup Map */ |
416 | |||
417 | const; | ||
418 | params { | 414 | params { |
419 | @in double lon; /*@ The longitude to convert. */ | 415 | @in double lon; /*@ The longitude to convert. */ |
420 | @in double lat; /*@ The latitude to convert. */ | 416 | @in double lat; /*@ The latitude to convert. */ |
@@ -494,7 +490,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
494 | 490 | ||
495 | return Elm_Map_Overlay *; | 491 | return Elm_Map_Overlay *; |
496 | } | 492 | } |
497 | sources_get { | 493 | sources_get @const { |
498 | /*@ | 494 | /*@ |
499 | Get the names of available sources for a specific type. | 495 | Get the names of available sources for a specific type. |
500 | 496 | ||
@@ -520,8 +516,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
520 | @see elm_map_source_get() | 516 | @see elm_map_source_get() |
521 | 517 | ||
522 | @ingroup Map */ | 518 | @ingroup Map */ |
523 | |||
524 | const; | ||
525 | return const(char)**; | 519 | return const(char)**; |
526 | params { | 520 | params { |
527 | @in Elm_Map_Source_Type type; /*@ source type. */ | 521 | @in Elm_Map_Source_Type type; /*@ source type. */ |
@@ -584,7 +578,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
584 | @in double lat; /*@ Latitude to center at. */ | 578 | @in double lat; /*@ Latitude to center at. */ |
585 | } | 579 | } |
586 | } | 580 | } |
587 | name_add { | 581 | name_add @const { |
588 | /*@ | 582 | /*@ |
589 | Request a address or geographic coordinates(longitude, latitude) | 583 | Request a address or geographic coordinates(longitude, latitude) |
590 | from a given address or geographic coordinate(longitude, latitude). | 584 | from a given address or geographic coordinate(longitude, latitude). |
@@ -602,8 +596,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
602 | should be used. | 596 | should be used. |
603 | 597 | ||
604 | @ingroup Map */ | 598 | @ingroup Map */ |
605 | |||
606 | const; | ||
607 | return Elm_Map_Name *; | 599 | return Elm_Map_Name *; |
608 | params { | 600 | params { |
609 | @in const(char)* address; /*@ The address. */ | 601 | @in const(char)* address; /*@ The address. */ |
@@ -613,7 +605,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
613 | @in void *data; /*@ The user callback data. */ | 605 | @in void *data; /*@ The user callback data. */ |
614 | } | 606 | } |
615 | } | 607 | } |
616 | name_search { | 608 | name_search @const { |
617 | /*@ | 609 | /*@ |
618 | @brief Requests a list of addresses corresponding to a given name. | 610 | @brief Requests a list of addresses corresponding to a given name. |
619 | 611 | ||
@@ -623,7 +615,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
623 | 615 | ||
624 | @internal | 616 | @internal |
625 | @ingroup Map */ | 617 | @ingroup Map */ |
626 | const; | ||
627 | params { | 618 | params { |
628 | @in const(char)* address; /*@ The address. */ | 619 | @in const(char)* address; /*@ The address. */ |
629 | @in Elm_Map_Name_List_Cb name_cb; /*@ The callback function. */ | 620 | @in Elm_Map_Name_List_Cb name_cb; /*@ The callback function. */ |
@@ -759,7 +750,7 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
759 | @in double lat; /*@ The latitude of the overlay. */ | 750 | @in double lat; /*@ The latitude of the overlay. */ |
760 | } | 751 | } |
761 | } | 752 | } |
762 | canvas_to_region_convert { | 753 | canvas_to_region_convert @const { |
763 | /*@ | 754 | /*@ |
764 | Convert canvas coordinates into geographic coordinates | 755 | Convert canvas coordinates into geographic coordinates |
765 | (longitude, latitude). | 756 | (longitude, latitude). |
@@ -770,8 +761,6 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable) | |||
770 | see elm_map_region_to_canvas_convert() | 761 | see elm_map_region_to_canvas_convert() |
771 | 762 | ||
772 | @ingroup Map */ | 763 | @ingroup Map */ |
773 | |||
774 | const; | ||
775 | params { | 764 | params { |
776 | @in Evas_Coord x; /*@ horizontal coordinate of the point to convert. */ | 765 | @in Evas_Coord x; /*@ horizontal coordinate of the point to convert. */ |
777 | @in Evas_Coord y; /*@ vertical coordinate of the point to convert. */ | 766 | @in Evas_Coord y; /*@ vertical coordinate of the point to convert. */ |
diff --git a/src/lib/elm_photo.eo b/src/lib/elm_photo.eo index aa1a703c3..b7d503937 100644 --- a/src/lib/elm_photo.eo +++ b/src/lib/elm_photo.eo | |||
@@ -93,12 +93,11 @@ class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface) | |||
93 | } | 93 | } |
94 | } | 94 | } |
95 | methods { | 95 | methods { |
96 | thumb_set { | 96 | thumb_set @const { |
97 | /*@ | 97 | /*@ |
98 | Set the file that will be used as thumbnail in the photo. | 98 | Set the file that will be used as thumbnail in the photo. |
99 | 99 | ||
100 | @ingroup Photo */ | 100 | @ingroup Photo */ |
101 | const; | ||
102 | params { | 101 | params { |
103 | @in const(char)* file; /*@ The path to file that will be used as thumbnail. */ | 102 | @in const(char)* file; /*@ The path to file that will be used as thumbnail. */ |
104 | @in const(char)* group; /*@ The key used in case of an EET file. */ | 103 | @in const(char)* group; /*@ The key used in case of an EET file. */ |
diff --git a/src/lib/elm_prefs.eo b/src/lib/elm_prefs.eo index 9bc9eb20e..5367bef5f 100644 --- a/src/lib/elm_prefs.eo +++ b/src/lib/elm_prefs.eo | |||
@@ -177,7 +177,7 @@ class Elm_Prefs (Elm_Widget) | |||
177 | take place */ | 177 | take place */ |
178 | } | 178 | } |
179 | } | 179 | } |
180 | item_value_get { | 180 | item_value_get @const { |
181 | /*@ | 181 | /*@ |
182 | Retrieve the value of a given prefs widget's item. | 182 | Retrieve the value of a given prefs widget's item. |
183 | 183 | ||
@@ -188,8 +188,6 @@ class Elm_Prefs (Elm_Widget) | |||
188 | @see elm_prefs_item_value_set() | 188 | @see elm_prefs_item_value_set() |
189 | 189 | ||
190 | @since 1.8 */ | 190 | @since 1.8 */ |
191 | |||
192 | const; | ||
193 | return bool; | 191 | return bool; |
194 | params { | 192 | params { |
195 | @in const(char)* name; /*@ The name of the item (as declared in the prefs | 193 | @in const(char)* name; /*@ The name of the item (as declared in the prefs |
@@ -238,7 +236,7 @@ class Elm_Prefs (Elm_Widget) | |||
238 | otherwise */ | 236 | otherwise */ |
239 | } | 237 | } |
240 | } | 238 | } |
241 | item_disabled_get { | 239 | item_disabled_get @const { |
242 | /*@ | 240 | /*@ |
243 | Retrieve whether the widget bound to a given prefs widget's item is | 241 | Retrieve whether the widget bound to a given prefs widget's item is |
244 | disabled or not. | 242 | disabled or not. |
@@ -249,8 +247,6 @@ class Elm_Prefs (Elm_Widget) | |||
249 | @see elm_prefs_item_disabled_set() | 247 | @see elm_prefs_item_disabled_set() |
250 | 248 | ||
251 | @since 1.8 */ | 249 | @since 1.8 */ |
252 | |||
253 | const; | ||
254 | return bool; | 250 | return bool; |
255 | params { | 251 | params { |
256 | @in const(char)* name; /*@ The name of the item (as declared in the prefs | 252 | @in const(char)* name; /*@ The name of the item (as declared in the prefs |
@@ -294,7 +290,7 @@ class Elm_Prefs (Elm_Widget) | |||
294 | otherwise */ | 290 | otherwise */ |
295 | } | 291 | } |
296 | } | 292 | } |
297 | item_editable_get { | 293 | item_editable_get @const { |
298 | /*@ | 294 | /*@ |
299 | Retrieve whether the widget bound to a given prefs widget's item is | 295 | Retrieve whether the widget bound to a given prefs widget's item is |
300 | editable or not. | 296 | editable or not. |
@@ -305,8 +301,6 @@ class Elm_Prefs (Elm_Widget) | |||
305 | @see elm_prefs_item_editable_set() for more details | 301 | @see elm_prefs_item_editable_set() for more details |
306 | 302 | ||
307 | @since 1.8 */ | 303 | @since 1.8 */ |
308 | |||
309 | const; | ||
310 | return bool; | 304 | return bool; |
311 | params { | 305 | params { |
312 | @in const(char)* name; /*@ The name of the item (as declared in the prefs | 306 | @in const(char)* name; /*@ The name of the item (as declared in the prefs |
@@ -349,7 +343,7 @@ class Elm_Prefs (Elm_Widget) | |||
349 | otherwise */ | 343 | otherwise */ |
350 | } | 344 | } |
351 | } | 345 | } |
352 | item_visible_get { | 346 | item_visible_get @const { |
353 | /*@ | 347 | /*@ |
354 | Retrieve whether the widget bound to a given prefs widget's item is | 348 | Retrieve whether the widget bound to a given prefs widget's item is |
355 | visible or not. | 349 | visible or not. |
@@ -360,8 +354,6 @@ class Elm_Prefs (Elm_Widget) | |||
360 | @see elm_prefs_item_visible_set() for more details | 354 | @see elm_prefs_item_visible_set() for more details |
361 | 355 | ||
362 | @since 1.8 */ | 356 | @since 1.8 */ |
363 | |||
364 | const; | ||
365 | return bool; | 357 | return bool; |
366 | params { | 358 | params { |
367 | @in const(char)* name; /*@ The name of the item (as declared in the prefs | 359 | @in const(char)* name; /*@ The name of the item (as declared in the prefs |
diff --git a/src/lib/elm_progressbar.eo b/src/lib/elm_progressbar.eo index 2f4a62757..51303f7d1 100644 --- a/src/lib/elm_progressbar.eo +++ b/src/lib/elm_progressbar.eo | |||
@@ -239,7 +239,7 @@ class Elm_Progressbar (Elm_Layout) | |||
239 | 1.0) */ | 239 | 1.0) */ |
240 | } | 240 | } |
241 | } | 241 | } |
242 | part_value_get { | 242 | part_value_get @const { |
243 | /*@ | 243 | /*@ |
244 | Get the progress value (in percentage) on a given progress bar | 244 | Get the progress value (in percentage) on a given progress bar |
245 | widget for a particular part | 245 | widget for a particular part |
@@ -251,8 +251,6 @@ class Elm_Progressbar (Elm_Layout) | |||
251 | @see elm_progressbar_value_set() for more details | 251 | @see elm_progressbar_value_set() for more details |
252 | 252 | ||
253 | @ingroup Progressbar */ | 253 | @ingroup Progressbar */ |
254 | |||
255 | const; | ||
256 | return double; | 254 | return double; |
257 | params { | 255 | params { |
258 | @in const(char)* part; /*@ The part name of the progress bar */ | 256 | @in const(char)* part; /*@ The part name of the progress bar */ |
diff --git a/src/lib/elm_scroller.eo b/src/lib/elm_scroller.eo index de9a6e775..cee1b65dc 100644 --- a/src/lib/elm_scroller.eo +++ b/src/lib/elm_scroller.eo | |||
@@ -40,7 +40,7 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable) | |||
40 | } | 40 | } |
41 | } | 41 | } |
42 | methods { | 42 | methods { |
43 | page_scroll_limit_set { | 43 | page_scroll_limit_set @const { |
44 | /*@ | 44 | /*@ |
45 | @brief Set the maxium of the movable page at a flicking. | 45 | @brief Set the maxium of the movable page at a flicking. |
46 | 46 | ||
@@ -51,14 +51,12 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable) | |||
51 | @since 1.8 | 51 | @since 1.8 |
52 | 52 | ||
53 | @ingroup Scroller */ | 53 | @ingroup Scroller */ |
54 | |||
55 | const; | ||
56 | params { | 54 | params { |
57 | @in int page_limit_h; /*@ The maxium of the movable horizontal page */ | 55 | @in int page_limit_h; /*@ The maxium of the movable horizontal page */ |
58 | @in int page_limit_v; /*@ The maxium of the movable vertical page */ | 56 | @in int page_limit_v; /*@ The maxium of the movable vertical page */ |
59 | } | 57 | } |
60 | } | 58 | } |
61 | page_scroll_limit_get { | 59 | page_scroll_limit_get @const { |
62 | /*@ | 60 | /*@ |
63 | @brief Get the maxium of the movable page at a flicking. | 61 | @brief Get the maxium of the movable page at a flicking. |
64 | 62 | ||
@@ -67,8 +65,6 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable) | |||
67 | @since 1.8 | 65 | @since 1.8 |
68 | 66 | ||
69 | @ingroup Scroller */ | 67 | @ingroup Scroller */ |
70 | |||
71 | const; | ||
72 | params { | 68 | params { |
73 | @in int *page_limit_h; /*@ The maxium of the movable horizontal page */ | 69 | @in int *page_limit_h; /*@ The maxium of the movable horizontal page */ |
74 | @in int *page_limit_v; /*@ The maxium of the movable vertical page */ | 70 | @in int *page_limit_v; /*@ The maxium of the movable vertical page */ |
diff --git a/src/lib/elm_segment_control.eo b/src/lib/elm_segment_control.eo index 67c4d5f3c..536a4292a 100644 --- a/src/lib/elm_segment_control.eo +++ b/src/lib/elm_segment_control.eo | |||
@@ -34,7 +34,7 @@ class Elm_Segment_Control (Elm_Layout) | |||
34 | } | 34 | } |
35 | } | 35 | } |
36 | methods { | 36 | methods { |
37 | item_label_get { | 37 | item_label_get @const { |
38 | /*@ | 38 | /*@ |
39 | Get the label of item. | 39 | Get the label of item. |
40 | 40 | ||
@@ -49,8 +49,6 @@ class Elm_Segment_Control (Elm_Layout) | |||
49 | @see elm_segment_control_item_add() | 49 | @see elm_segment_control_item_add() |
50 | 50 | ||
51 | @ingroup SegmentControl */ | 51 | @ingroup SegmentControl */ |
52 | |||
53 | const; | ||
54 | return const(char)*; | 52 | return const(char)*; |
55 | params { | 53 | params { |
56 | @in int idx; /*@ The index of the segment item. */ | 54 | @in int idx; /*@ The index of the segment item. */ |
@@ -91,7 +89,7 @@ class Elm_Segment_Control (Elm_Layout) | |||
91 | @in int idx; /*@ Item position. Value should be between 0 and items count. */ | 89 | @in int idx; /*@ Item position. Value should be between 0 and items count. */ |
92 | } | 90 | } |
93 | } | 91 | } |
94 | item_get { | 92 | item_get @const { |
95 | /*@ | 93 | /*@ |
96 | Get the item placed at specified index. | 94 | Get the item placed at specified index. |
97 | 95 | ||
@@ -103,8 +101,6 @@ class Elm_Segment_Control (Elm_Layout) | |||
103 | elm_segment_control_item_count_get(). | 101 | elm_segment_control_item_count_get(). |
104 | 102 | ||
105 | @ingroup SegmentControl */ | 103 | @ingroup SegmentControl */ |
106 | |||
107 | const; | ||
108 | return Elm_Object_Item *; | 104 | return Elm_Object_Item *; |
109 | params { | 105 | params { |
110 | @in int idx; /*@ The index of the segment item. */ | 106 | @in int idx; /*@ The index of the segment item. */ |
@@ -169,7 +165,7 @@ class Elm_Segment_Control (Elm_Layout) | |||
169 | Note that, NULL is different from empty string "". */ | 165 | Note that, NULL is different from empty string "". */ |
170 | } | 166 | } |
171 | } | 167 | } |
172 | item_icon_get { | 168 | item_icon_get @const { |
173 | /*@ | 169 | /*@ |
174 | Get the icon associated to the item. | 170 | Get the icon associated to the item. |
175 | 171 | ||
@@ -184,8 +180,6 @@ class Elm_Segment_Control (Elm_Layout) | |||
184 | @see elm_object_item_part_content_set() | 180 | @see elm_object_item_part_content_set() |
185 | 181 | ||
186 | @ingroup SegmentControl */ | 182 | @ingroup SegmentControl */ |
187 | |||
188 | const; | ||
189 | return Evas_Object *; | 183 | return Evas_Object *; |
190 | params { | 184 | params { |
191 | @in int idx; /*@ The index of the segment item. */ | 185 | @in int idx; /*@ The index of the segment item. */ |
diff --git a/src/lib/elm_slideshow.eo b/src/lib/elm_slideshow.eo index d49774751..c54c427ab 100644 --- a/src/lib/elm_slideshow.eo +++ b/src/lib/elm_slideshow.eo | |||
@@ -321,7 +321,7 @@ class Elm_Slideshow (Elm_Layout) | |||
321 | @ingroup Slideshow */ | 321 | @ingroup Slideshow */ |
322 | 322 | ||
323 | } | 323 | } |
324 | item_nth_get { | 324 | item_nth_get @const { |
325 | /*@ | 325 | /*@ |
326 | Get the the item, in a given slideshow widget, placed at | 326 | Get the the item, in a given slideshow widget, placed at |
327 | position @p nth, in its internal items list | 327 | position @p nth, in its internal items list |
@@ -330,8 +330,6 @@ class Elm_Slideshow (Elm_Layout) | |||
330 | if there's no item with that index (and on errors) | 330 | if there's no item with that index (and on errors) |
331 | 331 | ||
332 | @ingroup Slideshow */ | 332 | @ingroup Slideshow */ |
333 | |||
334 | const; | ||
335 | return Elm_Object_Item *; | 333 | return Elm_Object_Item *; |
336 | params { | 334 | params { |
337 | @in uint nth; /*@ The number of the item to grab a handle to (0 being | 335 | @in uint nth; /*@ The number of the item to grab a handle to (0 being |
diff --git a/src/lib/elm_table.eo b/src/lib/elm_table.eo index fed5c07cd..d22769ba2 100644 --- a/src/lib/elm_table.eo +++ b/src/lib/elm_table.eo | |||
@@ -56,13 +56,11 @@ class Elm_Table (Elm_Widget) | |||
56 | @in bool clear; /*@ If true, will delete children, else just remove from table. */ | 56 | @in bool clear; /*@ If true, will delete children, else just remove from table. */ |
57 | } | 57 | } |
58 | } | 58 | } |
59 | child_get { | 59 | child_get @const { |
60 | /*@ | 60 | /*@ |
61 | @brief Get child object of table at given coordinates. | 61 | @brief Get child object of table at given coordinates. |
62 | 62 | ||
63 | @return Child of object if find if not return NULL. */ | 63 | @return Child of object if find if not return NULL. */ |
64 | |||
65 | const; | ||
66 | return Evas_Object *; | 64 | return Evas_Object *; |
67 | params { | 65 | params { |
68 | @in int col; /*@ Column number of child object */ | 66 | @in int col; /*@ Column number of child object */ |
diff --git a/src/lib/elm_toolbar.eo b/src/lib/elm_toolbar.eo index ca49702db..4c46d8354 100644 --- a/src/lib/elm_toolbar.eo +++ b/src/lib/elm_toolbar.eo | |||
@@ -434,13 +434,11 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable) | |||
434 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ | 434 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ |
435 | } | 435 | } |
436 | } | 436 | } |
437 | items_count { | 437 | items_count @const { |
438 | /*@ | 438 | /*@ |
439 | Get the number of items in a toolbar | 439 | Get the number of items in a toolbar |
440 | @return The number of items in @p obj toolbar | 440 | @return The number of items in @p obj toolbar |
441 | @ingroup Toolbar */ | 441 | @ingroup Toolbar */ |
442 | |||
443 | const; | ||
444 | return uint; | 442 | return uint; |
445 | } | 443 | } |
446 | item_prepend { | 444 | item_prepend { |
@@ -482,7 +480,7 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable) | |||
482 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ | 480 | @in const(void)* data; /*@ The data to associate with the item for related callbacks. */ |
483 | } | 481 | } |
484 | } | 482 | } |
485 | item_find_by_label { | 483 | item_find_by_label @const { |
486 | /*@ | 484 | /*@ |
487 | Returns a pointer to a toolbar item by its label. | 485 | Returns a pointer to a toolbar item by its label. |
488 | 486 | ||
@@ -490,8 +488,6 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable) | |||
490 | on failure. | 488 | on failure. |
491 | 489 | ||
492 | @ingroup Toolbar */ | 490 | @ingroup Toolbar */ |
493 | |||
494 | const; | ||
495 | return Elm_Object_Item *; | 491 | return Elm_Object_Item *; |
496 | params { | 492 | params { |
497 | @in const(char)* label; /*@ The label of the item to find. */ | 493 | @in const(char)* label; /*@ The label of the item to find. */ |
diff --git a/src/lib/elm_web.eo b/src/lib/elm_web.eo index 0fa507699..691d46f9a 100644 --- a/src/lib/elm_web.eo +++ b/src/lib/elm_web.eo | |||
@@ -507,7 +507,7 @@ class Elm_Web (Elm_Widget) | |||
507 | @in const(char)* unreachable_url; /*@ URL that could not be reached (optional) */ | 507 | @in const(char)* unreachable_url; /*@ URL that could not be reached (optional) */ |
508 | } | 508 | } |
509 | } | 509 | } |
510 | text_search { | 510 | text_search @const { |
511 | /*@ | 511 | /*@ |
512 | Searches the given string in a document. | 512 | Searches the given string in a document. |
513 | 513 | ||
@@ -515,8 +515,6 @@ class Elm_Web (Elm_Widget) | |||
515 | or failure | 515 | or failure |
516 | 516 | ||
517 | @ingroup Web */ | 517 | @ingroup Web */ |
518 | |||
519 | const; | ||
520 | return bool; | 518 | return bool; |
521 | params { | 519 | params { |
522 | @in const(char)* string; /*@ String to search */ | 520 | @in const(char)* string; /*@ String to search */ |
diff --git a/src/lib/elm_widget.eo b/src/lib/elm_widget.eo index b9436a884..23a04d14e 100644 --- a/src/lib/elm_widget.eo +++ b/src/lib/elm_widget.eo | |||
@@ -437,9 +437,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
437 | } | 437 | } |
438 | } | 438 | } |
439 | methods { | 439 | methods { |
440 | newest_focus_order_get { | 440 | newest_focus_order_get @const { |
441 | /*@ No description supplied by the EAPI. */ | 441 | /*@ No description supplied by the EAPI. */ |
442 | const; | ||
443 | return Evas_Object *; | 442 | return Evas_Object *; |
444 | params { | 443 | params { |
445 | @out uint newest_focus_order; | 444 | @out uint newest_focus_order; |
@@ -462,9 +461,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
462 | @in Elm_Focus_Direction dir; | 461 | @in Elm_Focus_Direction dir; |
463 | } | 462 | } |
464 | } | 463 | } |
465 | focus_next_object_get { | 464 | focus_next_object_get @const { |
466 | /*@ No description supplied by the EAPI. */ | 465 | /*@ No description supplied by the EAPI. */ |
467 | const; | ||
468 | return Evas_Object *; | 466 | return Evas_Object *; |
469 | params { | 467 | params { |
470 | @in Elm_Focus_Direction dir; | 468 | @in Elm_Focus_Direction dir; |
@@ -488,9 +486,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
488 | @in const(char)* text; | 486 | @in const(char)* text; |
489 | } | 487 | } |
490 | } | 488 | } |
491 | focus_highlight_geometry_get { | 489 | focus_highlight_geometry_get @const { |
492 | /*@ Get the focus highlight geometry of widget. */ | 490 | /*@ Get the focus highlight geometry of widget. */ |
493 | const; | ||
494 | params { | 491 | params { |
495 | @in Evas_Coord *x; | 492 | @in Evas_Coord *x; |
496 | @in Evas_Coord *y; | 493 | @in Evas_Coord *y; |
@@ -608,18 +605,16 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
608 | /*@ 'Virtual' function which checks if handling of passing focus to sub-objects is supported by widget. */ | 605 | /*@ 'Virtual' function which checks if handling of passing focus to sub-objects is supported by widget. */ |
609 | return bool; | 606 | return bool; |
610 | } | 607 | } |
611 | name_find { | 608 | name_find @const { |
612 | /*@ No description supplied by the EAPI. */ | 609 | /*@ No description supplied by the EAPI. */ |
613 | const; | ||
614 | return Evas_Object *; | 610 | return Evas_Object *; |
615 | params { | 611 | params { |
616 | @in const(char)* name; | 612 | @in const(char)* name; |
617 | @in int recurse; | 613 | @in int recurse; |
618 | } | 614 | } |
619 | } | 615 | } |
620 | focus_list_direction_get { | 616 | focus_list_direction_get @const { |
621 | /*@ No description supplied by the EAPI. */ | 617 | /*@ No description supplied by the EAPI. */ |
622 | const; | ||
623 | return bool; | 618 | return bool; |
624 | params { | 619 | params { |
625 | @in const(Evas_Object)* base; | 620 | @in const(Evas_Object)* base; |
@@ -650,9 +645,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
650 | @in bool forceshow; | 645 | @in bool forceshow; |
651 | } | 646 | } |
652 | } | 647 | } |
653 | show_region_get { | 648 | show_region_get @const { |
654 | /*@ No description supplied by the EAPI. */ | 649 | /*@ No description supplied by the EAPI. */ |
655 | const; | ||
656 | params { | 650 | params { |
657 | @out Evas_Coord x; | 651 | @out Evas_Coord x; |
658 | @out Evas_Coord y; | 652 | @out Evas_Coord y; |
@@ -669,18 +663,16 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
669 | @in Elm_Tooltip *tt; | 663 | @in Elm_Tooltip *tt; |
670 | } | 664 | } |
671 | } | 665 | } |
672 | focus_next_get { | 666 | focus_next_get @const { |
673 | /*@ No description supplied by the EAPI. */ | 667 | /*@ No description supplied by the EAPI. */ |
674 | const; | ||
675 | return bool; | 668 | return bool; |
676 | params { | 669 | params { |
677 | @in Elm_Focus_Direction dir; | 670 | @in Elm_Focus_Direction dir; |
678 | @out Evas_Object *next; | 671 | @out Evas_Object *next; |
679 | } | 672 | } |
680 | } | 673 | } |
681 | translatable_part_text_get { | 674 | translatable_part_text_get @const { |
682 | /*@ No description supplied by the EAPI. */ | 675 | /*@ No description supplied by the EAPI. */ |
683 | const; | ||
684 | return const(char)*; | 676 | return const(char)*; |
685 | params { | 677 | params { |
686 | @in const(char)* part; | 678 | @in const(char)* part; |
@@ -727,9 +719,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
727 | } | 719 | } |
728 | return bool; | 720 | return bool; |
729 | } | 721 | } |
730 | focus_list_next_get { | 722 | focus_list_next_get @const { |
731 | /*@ No description supplied by the EAPI. */ | 723 | /*@ No description supplied by the EAPI. */ |
732 | const; | ||
733 | return bool; | 724 | return bool; |
734 | params { | 725 | params { |
735 | @in const(Eina_List)* items; | 726 | @in const(Eina_List)* items; |
@@ -746,9 +737,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
746 | /*@ 'Virtual' function on the widget being re-themed. */ | 737 | /*@ 'Virtual' function on the widget being re-themed. */ |
747 | return bool; | 738 | return bool; |
748 | } | 739 | } |
749 | focus_direction_get { | 740 | focus_direction_get @const { |
750 | /*@ No description supplied by the EAPI. */ | 741 | /*@ No description supplied by the EAPI. */ |
751 | const; | ||
752 | return bool; | 742 | return bool; |
753 | params { | 743 | params { |
754 | @in const(Evas_Object)* base; | 744 | @in const(Evas_Object)* base; |
@@ -790,9 +780,8 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget) | |||
790 | @in Elm_Tooltip *tt; | 780 | @in Elm_Tooltip *tt; |
791 | } | 781 | } |
792 | } | 782 | } |
793 | focus_region_show { | 783 | focus_region_show @const { |
794 | /*@ No description supplied by the EAPI. */ | 784 | /*@ No description supplied by the EAPI. */ |
795 | const; | ||
796 | } | 785 | } |
797 | focus_disabled_handle { | 786 | focus_disabled_handle { |
798 | /*@ No description supplied by the EAPI. */ | 787 | /*@ No description supplied by the EAPI. */ |