ffi-efl 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. data/lib/efl/elementary_all.rb +3 -3
  2. data/lib/efl/elm/{elm_factory.rb → elm_datetime.rb} +4 -4
  3. data/lib/efl/elm/{elm_anchorblock.rb → elm_dayselector.rb} +4 -4
  4. data/lib/efl/elm/elm_popup.rb +26 -0
  5. data/lib/efl/native/ecore_evas.rb +6 -4
  6. data/lib/efl/native/edje.rb +8 -5
  7. data/lib/efl/native/eet.rb +3 -2
  8. data/lib/efl/native/elm/elm_bg.rb +3 -3
  9. data/lib/efl/native/elm/elm_box.rb +6 -4
  10. data/lib/efl/native/elm/elm_cache.rb +0 -24
  11. data/lib/efl/native/elm/elm_calendar.rb +13 -7
  12. data/lib/efl/native/elm/elm_clock.rb +12 -11
  13. data/lib/efl/native/elm/elm_colorselector.rb +20 -0
  14. data/lib/efl/native/elm/elm_config.rb +144 -62
  15. data/lib/efl/native/elm/elm_conform.rb +0 -2
  16. data/lib/efl/native/elm/elm_ctxpopup.rb +2 -0
  17. data/lib/efl/native/elm/elm_cursor.rb +4 -8
  18. data/lib/efl/native/elm/elm_datetime.rb +64 -0
  19. data/lib/efl/native/elm/elm_dayselector.rb +56 -0
  20. data/lib/efl/native/elm/elm_diskselector.rb +8 -8
  21. data/lib/efl/native/elm/elm_entry.rb +30 -12
  22. data/lib/efl/native/elm/elm_finger.rb +0 -4
  23. data/lib/efl/native/elm/elm_flipselector.rb +4 -4
  24. data/lib/efl/native/elm/elm_focus.rb +6 -14
  25. data/lib/efl/native/elm/elm_fonts.rb +0 -16
  26. data/lib/efl/native/elm/elm_frame.rb +2 -2
  27. data/lib/efl/native/elm/elm_gen.rb +49 -0
  28. data/lib/efl/native/elm/elm_general.rb +4 -1
  29. data/lib/efl/native/elm/elm_gengrid.rb +52 -40
  30. data/lib/efl/native/elm/elm_genlist.rb +82 -87
  31. data/lib/efl/native/elm/elm_icon.rb +6 -6
  32. data/lib/efl/native/elm/elm_image.rb +6 -4
  33. data/lib/efl/native/elm/elm_index.rb +29 -19
  34. data/lib/efl/native/elm/elm_label.rb +0 -4
  35. data/lib/efl/native/elm/elm_layout.rb +16 -16
  36. data/lib/efl/native/elm/elm_list.rb +4 -4
  37. data/lib/efl/native/elm/elm_map.rb +130 -137
  38. data/lib/efl/native/elm/elm_menu.rb +4 -6
  39. data/lib/efl/native/elm/elm_mirroring.rb +0 -4
  40. data/lib/efl/native/elm/elm_multibuttonentry.rb +24 -28
  41. data/lib/efl/native/elm/elm_naviframe.rb +6 -8
  42. data/lib/efl/native/elm/elm_notify.rb +4 -4
  43. data/lib/efl/native/elm/elm_object.rb +2 -2
  44. data/lib/efl/native/elm/elm_photocam.rb +4 -4
  45. data/lib/efl/native/elm/elm_popup.rb +60 -0
  46. data/lib/efl/native/elm/elm_scale.rb +0 -4
  47. data/lib/efl/native/elm/elm_slider.rb +2 -2
  48. data/lib/efl/native/elm/elm_slideshow.rb +2 -2
  49. data/lib/efl/native/elm/elm_spinner.rb +1 -1
  50. data/lib/efl/native/elm/elm_store.rb +4 -8
  51. data/lib/efl/native/elm/elm_theme.rb +4 -2
  52. data/lib/efl/native/elm/elm_toolbar.rb +5 -9
  53. data/lib/efl/native/elm/elm_video.rb +2 -2
  54. data/lib/efl/native/elm/elm_web.rb +15 -15
  55. data/lib/efl/native/elm/elm_win.rb +7 -4
  56. data/lib/efl/native/evas.rb +7 -5
  57. data/lib/efl.rb +1 -1
  58. metadata +15 -16
  59. data/lib/efl/elm/elm_anchorview.rb +0 -22
  60. data/lib/efl/native/elm/elm_anchorblock.rb +0 -55
  61. data/lib/efl/native/elm/elm_anchorview.rb +0 -59
  62. data/lib/efl/native/elm/elm_engine.rb +0 -41
  63. data/lib/efl/native/elm/elm_factory.rb +0 -41
  64. data/lib/efl/native/elm/elm_password.rb +0 -41
@@ -8,8 +8,6 @@ require 'efl/elm/elm_object'
8
8
  require 'efl/elm/elm_object_item'
9
9
  #
10
10
  require 'efl/elm/elm_actionslider'
11
- require 'efl/elm/elm_anchorblock'
12
- require 'efl/elm/elm_anchorview'
13
11
  require 'efl/elm/elm_bg'
14
12
  require 'efl/elm/elm_box'
15
13
  require 'efl/elm/elm_bubble'
@@ -22,10 +20,11 @@ require 'efl/elm/elm_colorselector'
22
20
  require 'efl/elm/elm_conform'
23
21
  require 'efl/elm/elm_ctxpopup'
24
22
  require 'efl/elm/elm_cursor'
23
+ require 'efl/elm/elm_datetime'
24
+ require 'efl/elm/elm_dayselector'
25
25
  require 'efl/elm/elm_debug'
26
26
  require 'efl/elm/elm_diskselector'
27
27
  require 'efl/elm/elm_entry'
28
- require 'efl/elm/elm_factory'
29
28
  require 'efl/elm/elm_fileselector_button'
30
29
  require 'efl/elm/elm_fileselector_entry'
31
30
  require 'efl/elm/elm_fileselector'
@@ -58,6 +57,7 @@ require 'efl/elm/elm_panes'
58
57
  require 'efl/elm/elm_photocam'
59
58
  require 'efl/elm/elm_photo'
60
59
  require 'efl/elm/elm_plug'
60
+ require 'efl/elm/elm_popup'
61
61
  require 'efl/elm/elm_progressbar'
62
62
  require 'efl/elm/elm_radio'
63
63
  require 'efl/elm/elm_route'
@@ -2,17 +2,17 @@
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
4
  require 'efl/elm/elm_object'
5
- require 'efl/native/elm/elm_factory'
5
+ require 'efl/native/elm/elm_datetime'
6
6
  #
7
7
  module Efl
8
8
  #
9
9
  module Elm
10
10
  #
11
- class ElmFactory < ElmObject
11
+ class ElmDatetime < ElmObject
12
12
  #
13
13
  include Helper
14
- constructor :elm_factory_add
15
- search_prefixes 'elm_factory_'
14
+ constructor :elm_datetime_add
15
+ search_prefixes 'elm_datetime_'
16
16
  #
17
17
  end
18
18
  #
@@ -2,17 +2,17 @@
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
4
  require 'efl/elm/elm_object'
5
- require 'efl/native/elm/elm_anchorblock'
5
+ require 'efl/native/elm/elm_dayselector'
6
6
  #
7
7
  module Efl
8
8
  #
9
9
  module Elm
10
10
  #
11
- class ElmAnchorBlock < ElmObject
11
+ class ElmDaySelector < ElmObject
12
12
  #
13
13
  include Helper
14
- constructor :elm_anchorblock_add
15
- search_prefixes 'elm_anchorblock_'
14
+ constructor :elm_dayselector_add
15
+ search_prefixes 'elm_dayselector_'
16
16
  #
17
17
  end
18
18
  #
@@ -0,0 +1,26 @@
1
+ #! /usr/bin/env ruby
2
+ # -*- coding: UTF-8 -*-
3
+ #
4
+ require 'efl/elm/elm_object'
5
+ require 'efl/elm/elm_object_item'
6
+ require 'efl/native/elm/elm_popup'
7
+ #
8
+ module Efl
9
+ #
10
+ module Elm
11
+ #
12
+ class ElmPopup < ElmObject
13
+ #
14
+ include Helper
15
+ constructor :elm_popup_add
16
+ search_prefixes 'elm_popup_'
17
+ #
18
+ def item_append label, icon, func, data=nil
19
+ ElmObjectItem.new Native.elm_popup_item_append @ptr, label, icon, func, data
20
+ end
21
+ end
22
+ #
23
+ end
24
+ end
25
+ #
26
+ # EOF
@@ -230,7 +230,8 @@ module Efl
230
230
  # EAPI void ecore_evas_gl_x11_extra_event_window_add(Ecore_Evas *ee, Ecore_X_Window win);
231
231
  [ :ecore_evas_gl_x11_extra_event_window_add, [ :ecore_evas, :uint ], :void ],
232
232
  # EAPI void ecore_evas_gl_x11_pre_post_swap_callback_set(const Ecore_Evas *ee, void *data, void (*pre_cb) (void *data, Evas *e), void (*post_cb) (void *data, Evas *e));
233
- # FIXME
233
+ [ :ecore_evas_gl_x11_pre_post_swap_callback_set, [ :ecore_evas, :pointer, (callback [:pointer, :evas], :void),
234
+ (callback [:pointer, :evas], :void) ], :void ],
234
235
  # EAPI Ecore_Evas *ecore_evas_xrender_x11_new(const char *disp_name, Ecore_X_Window parent, int x, int y, int w, int h);
235
236
  [ :ecore_evas_xrender_x11_new, [ :string, :uint, :int, :int, :int, :int ], :ecore_evas ],
236
237
  # EAPI Ecore_X_Window ecore_evas_xrender_x11_window_get(const Ecore_Evas *ee);
@@ -278,7 +279,8 @@ module Efl
278
279
  # EAPI Ecore_Evas *ecore_evas_buffer_new(int w, int h);
279
280
  [ :ecore_evas_buffer_new, [ :int, :int ], :ecore_evas ],
280
281
  # EAPI Ecore_Evas *ecore_evas_buffer_allocfunc_new(int w, int h, void *(*alloc_func) (void *data, int size), void (*free_func) (void *data, void *pix), const void *data);
281
- # FIXME
282
+ [ :ecore_evas_buffer_allocfunc_new, [ :int, :int, (callback [:pointer,:int], :pointer), (callback [:pointer,:pointer], :void),
283
+ :pointer ], :ecore_evas ],
282
284
  # EAPI const void *ecore_evas_buffer_pixels_get(Ecore_Evas *ee);
283
285
  [ :ecore_evas_buffer_pixels_get, [ :ecore_evas ], :pointer ],
284
286
  # EAPI Ecore_Evas *ecore_evas_ews_new(int x, int y, int w, int h);
@@ -323,8 +325,8 @@ module Efl
323
325
  [ :ecore_evas_software_wince_gdi_new, [ :ecore_wince_window, :int, :int, :int, :int ], :ecore_evas ],
324
326
  # EAPI Ecore_WinCE_Window *ecore_evas_software_wince_window_get(const Ecore_Evas *ee);
325
327
  [ :ecore_evas_software_wince_window_get, [ :ecore_evas ], :ecore_wince_window ],
326
- # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h);
327
- # FIXME
328
+ # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h);
329
+ [ :ecore_evas_cocoa_new, [ :ecore_cocoa_window, :int, :int, :int, :int ], :ecore_evas ],
328
330
  # EAPI Ecore_Evas *ecore_evas_psl1ght_new(const char* name, int w, int h);
329
331
  [ :ecore_evas_psl1ght_new, [ :pointer, :int, :int ], :ecore_evas ],
330
332
  # EAPI const char *ecore_evas_engine_name_get(const Ecore_Evas *ee);
@@ -221,7 +221,8 @@ module Efl
221
221
  # EAPI void edje_extern_object_aspect_set (Evas_Object *obj, Edje_Aspect_Control aspect, Evas_Coord aw, Evas_Coord ah);
222
222
  [ :edje_extern_object_aspect_set, [ :evas_object, :edje_aspect_control, :int, :int ], :void ],
223
223
  # EAPI void edje_box_layout_register (const char *name, Evas_Object_Box_Layout func, void *(*layout_data_get)(void *), void (*layout_data_free)(void *), void (*free_data)(void *), void *data);
224
- # FIXME
224
+ [ :edje_box_layout_register, [ :string, :evas_object_box_layout_cb, (callback [:pointer], :pointer), (callback [:pointer], :void),
225
+ (callback [:pointer], :void), :pointer ], :void ],
225
226
  # EAPI Evas_Object *edje_object_add (Evas *evas);
226
227
  [ :edje_object_add, [ :evas ], :evas_object ],
227
228
  # EAPI const char *edje_object_data_get (const Evas_Object *obj, const char *key);
@@ -293,10 +294,12 @@ module Efl
293
294
  [ :edje_object_part_text_set, [ :evas_object, :string, :string ], :bool ],
294
295
  # EAPI const char *edje_object_part_text_get (const Evas_Object *obj, const char *part);
295
296
  [ :edje_object_part_text_get, [ :evas_object, :string ], :string ],
296
- # EAPI void edje_object_part_text_style_user_set(Evas_Object *obj, const char *part, const char *style);
297
- [ :edje_object_part_text_style_user_set, [ :evas_object, :string, :string ], :void ],
298
- # EAPI const char *edje_object_part_text_style_user_get(Evas_Object *obj, const char *part);
299
- [ :edje_object_part_text_style_user_get, [ :evas_object, :string ], :string ],
297
+ # EAPI void edje_object_part_text_style_user_push(Evas_Object *obj, const char *part, const char *style);
298
+ [ :edje_object_part_text_style_user_push, [ :evas_object, :string, :string ], :void ],
299
+ # EAPI const char *edje_object_part_text_style_user_peek(const Evas_Object *obj, const char *part);
300
+ [ :edje_object_part_text_style_user_peek, [ :evas_object, :string ], :string ],
301
+ # EAPI void edje_object_part_text_style_user_pop(Evas_Object *obj, const char *part);
302
+ [ :edje_object_part_text_style_user_pop, [ :evas_object, :string ], :void ],
300
303
  # EAPI Eina_Bool edje_object_part_text_unescaped_set (Evas_Object *obj, const char *part, const char *text_to_escape);
301
304
  [ :edje_object_part_text_unescaped_set, [ :evas_object, :string, :string ], :bool ],
302
305
  # EAPI char *edje_object_part_text_unescaped_get (const Evas_Object *obj, const char *part);
@@ -228,8 +228,9 @@ module Efl
228
228
  [ :eet_eina_file_data_descriptor_class_set, [ :eet_data_descriptor_class, :uint, :string, :int ], :bool ],
229
229
  # EAPI void eet_data_descriptor_free(Eet_Data_Descriptor *edd);
230
230
  [ :eet_data_descriptor_free, [ :eet_data_descriptor ], :void ],
231
- # EAPI void eet_data_descriptor_element_add(Eet_Data_Descriptor *edd, const char *name, int type, int group_type, int offset, /* int count_offset, */
232
- # FIXME
231
+ # EAPI void eet_data_descriptor_element_add(Eet_Data_Descriptor *edd, const char *name, int type, int group_type, int offset,
232
+ # int count, const char *counter_name, Eet_Data_Descriptor *subtype);
233
+ [ :eet_data_descriptor_element_add, [ :eet_data_descriptor, :string, :int, :int, :int, :int, :string, :eet_data_descriptor ], :void ],
233
234
  # EAPI void * eet_data_read(Eet_File *ef, Eet_Data_Descriptor *edd, const char *name);
234
235
  [ :eet_data_read, [ :eet_file, :eet_data_descriptor, :string ], :pointer ],
235
236
  # EAPI int eet_data_write(Eet_File *ef, Eet_Data_Descriptor *edd, const char *name, const void *data, int compress);
@@ -23,14 +23,14 @@ module Efl
23
23
  #
24
24
  # ENUMS
25
25
  # typedef enum {...} Elm_Bg_Option;
26
- enum :elm_bg_option, [ :elm_bg_option_center, :elm_bg_option_scale, :elm_bg_option_stretch, :elm_bg_option_tile ]
26
+ enum :elm_bg_option, [ :elm_bg_option_center, :elm_bg_option_scale, :elm_bg_option_stretch, :elm_bg_option_tile, :elm_bg_option_last ]
27
27
  #
28
28
  # FUNCTIONS
29
29
  fcts = [
30
30
  # EAPI Evas_Object *elm_bg_add(Evas_Object *parent);
31
31
  [ :elm_bg_add, [ :evas_object ], :evas_object ],
32
- # EAPI void elm_bg_file_set(Evas_Object *obj, const char *file, const char *group);
33
- [ :elm_bg_file_set, [ :evas_object, :string, :string ], :void ],
32
+ # EAPI Eina_Bool elm_bg_file_set(Evas_Object *obj, const char *file, const char *group);
33
+ [ :elm_bg_file_set, [ :evas_object, :string, :string ], :bool ],
34
34
  # EAPI void elm_bg_file_get(const Evas_Object *obj, const char **file, const char **group);
35
35
  [ :elm_bg_file_get, [ :evas_object, :pointer, :pointer ], :void ],
36
36
  # EAPI void elm_bg_option_set(Evas_Object *obj, Elm_Bg_Option option);
@@ -2,6 +2,7 @@
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
4
  require 'efl/native'
5
+ require 'efl/native/ecore'
5
6
  require 'efl/native/elementary'
6
7
  #
7
8
  module Efl
@@ -63,12 +64,13 @@ module Efl
63
64
  [ :elm_box_align_get, [ :evas_object, :pointer, :pointer ], :void ],
64
65
  # EAPI void elm_box_recalculate(Evas_Object *obj);
65
66
  [ :elm_box_recalculate, [ :evas_object ], :void ],
66
- # EAPI void elm_box_layout_set(Evas_Object *obj, Evas_Object_Box_Layout cb, const void *data, void (*free_data)(void *data));
67
- # FIXME
67
+ # EAPI void elm_box_layout_set(Evas_Object *obj, Evas_Object_Box_Layout cb, const void *data, Ecore_Cb free_data);
68
+ [ :elm_box_layout_set, [ :evas_object, :evas_object_box_layout_cb, :pointer, :ecore_cb ], :void ],
68
69
  # EAPI void elm_box_layout_transition(Evas_Object *obj, Evas_Object_Box_Data *priv, void *data);
69
70
  [ :elm_box_layout_transition, [ :evas_object, :evas_object_box_data, :pointer ], :void ],
70
- # EAPI Elm_Box_Transition *elm_box_transition_new(const double duration, Evas_Object_Box_Layout start_layout, void *start_layout_data, void (*start_layout_free_data)(void *data), Evas_Object_Box_Layout end_layout, void *end_layout_data, void (*end_layout_free_data)(void *data), void (*transition_end_cb)(void *data), void *transition_end_data);
71
- # FIXME
71
+ # EAPI Elm_Box_Transition *elm_box_transition_new(const double duration, Evas_Object_Box_Layout start_layout, void *start_layout_data, void (*start_layout_free_data)(void *data), Evas_Object_Box_Layout end_layout, void *end_layout_data, Ecore_Cb end_layout_free_data, Ecore_Cb transition_end_cb, void *transition_end_data);
72
+ [ :elm_box_transition_new, [ :double, :evas_object_box_layout_cb, :pointer, :ecore_cb,
73
+ :evas_object_box_layout_cb, :pointer, :ecore_cb, :ecore_cb, :pointer ], :elm_box_transition ],
72
74
  # EAPI void elm_box_transition_free(void *data);
73
75
  [ :elm_box_transition_free, [ :pointer ], :void ],
74
76
  ]
@@ -25,30 +25,6 @@ module Efl
25
25
  fcts = [
26
26
  # EAPI void elm_cache_all_flush(void);
27
27
  [ :elm_cache_all_flush, [ ], :void ],
28
- # EAPI int elm_cache_flush_interval_get(void);
29
- [ :elm_cache_flush_interval_get, [ ], :int ],
30
- # EAPI void elm_cache_flush_interval_set(int size);
31
- [ :elm_cache_flush_interval_set, [ :int ], :void ],
32
- # EAPI Eina_Bool elm_cache_flush_enabled_get(void);
33
- [ :elm_cache_flush_enabled_get, [ ], :bool ],
34
- # EAPI void elm_cache_flush_enabled_set(Eina_Bool enabled);
35
- [ :elm_cache_flush_enabled_set, [ :bool ], :void ],
36
- # EAPI int elm_font_cache_get(void);
37
- [ :elm_font_cache_get, [ ], :int ],
38
- # EAPI void elm_font_cache_set(int size);
39
- [ :elm_font_cache_set, [ :int ], :void ],
40
- # EAPI int elm_image_cache_get(void);
41
- [ :elm_image_cache_get, [ ], :int ],
42
- # EAPI void elm_image_cache_set(int size);
43
- [ :elm_image_cache_set, [ :int ], :void ],
44
- # EAPI int elm_edje_file_cache_get(void);
45
- [ :elm_edje_file_cache_get, [ ], :int ],
46
- # EAPI void elm_edje_file_cache_set(int size);
47
- [ :elm_edje_file_cache_set, [ :int ], :void ],
48
- # EAPI int elm_edje_collection_cache_get(void);
49
- [ :elm_edje_collection_cache_get, [ ], :int ],
50
- # EAPI void elm_edje_collection_cache_set(int size);
51
- [ :elm_edje_collection_cache_set, [ :int ], :void ],
52
28
  ]
53
29
  #
54
30
  attach_fcts fcts
@@ -22,14 +22,20 @@ module Efl
22
22
  ffi_lib 'elementary-ver-pre-svn-09.so.0'
23
23
  #
24
24
  # ENUMS
25
- # typedef enum {...} Elm_Calendar_Mark_Repeat;
26
- enum :elm_calendar_mark_repeat, [ :elm_calendar_unique, :elm_calendar_daily, :elm_calendar_weekly, :elm_calendar_monthly,
25
+ # typedef enum {...} _Elm_Calendar_Mark_Repeat_Type;
26
+ enum :_elm_calendar_mark_repeat_type, [ :elm_calendar_unique, :elm_calendar_daily, :elm_calendar_weekly, :elm_calendar_monthly,
27
27
  :elm_calendar_annually ]
28
28
  #
29
29
  # TYPEDEFS
30
+ # typedef _Elm_Calendar_Mark_Repeat_Type Elm_Calendar_Mark_Repeat_Type;
31
+ typedef :_elm_calendar_mark_repeat_type, :elm_calendar_mark_repeat_type
30
32
  # typedef struct _Elm_Calendar_Mark Elm_Calendar_Mark;
31
33
  typedef :pointer, :elm_calendar_mark
32
34
  #
35
+ # CALLBACKS
36
+ # typedef char * (*Elm_Calendar_Format_Cb) (struct tm *stime);
37
+ callback :elm_calendar_format_cb, [ :pointer ], :string
38
+ #
33
39
  # FUNCTIONS
34
40
  fcts = [
35
41
  # EAPI Evas_Object *elm_calendar_add(Evas_Object *parent);
@@ -37,7 +43,7 @@ module Efl
37
43
  # EAPI const char **elm_calendar_weekdays_names_get(const Evas_Object *obj);
38
44
  [ :elm_calendar_weekdays_names_get, [ :evas_object ], :pointer ],
39
45
  # EAPI void elm_calendar_weekdays_names_set(Evas_Object *obj, const char *weekdays[]);
40
- # FIXME
46
+ [ :elm_calendar_weekdays_names_set, [ :evas_object, :pointer ], :void ],
41
47
  # EAPI void elm_calendar_min_max_year_set(Evas_Object *obj, int min, int max);
42
48
  [ :elm_calendar_min_max_year_set, [ :evas_object, :int, :int ], :void ],
43
49
  # EAPI void elm_calendar_min_max_year_get(const Evas_Object *obj, int *min, int *max);
@@ -50,10 +56,10 @@ module Efl
50
56
  [ :elm_calendar_selected_time_set, [ :evas_object, :pointer ], :void ],
51
57
  # EAPI Eina_Bool elm_calendar_selected_time_get(const Evas_Object *obj, struct tm *selected_time);
52
58
  [ :elm_calendar_selected_time_get, [ :evas_object, :pointer ], :bool ],
53
- # EAPI void elm_calendar_format_function_set(Evas_Object *obj, char *(*format_function)(struct tm *stime));
54
- # FIXME
55
- # EAPI Elm_Calendar_Mark *elm_calendar_mark_add(Evas_Object *obj, const char *mark_type, struct tm *mark_time, Elm_Calendar_Mark_Repeat repeat);
56
- [ :elm_calendar_mark_add, [ :evas_object, :string, :pointer, :elm_calendar_mark_repeat ], :elm_calendar_mark ],
59
+ # EAPI void elm_calendar_format_function_set(Evas_Object *obj, Elm_Calendar_Format_Cb format_func);
60
+ [ :elm_calendar_format_function_set, [ :evas_object, :elm_calendar_format_cb ], :void ],
61
+ # EAPI Elm_Calendar_Mark *elm_calendar_mark_add(Evas_Object *obj, const char *mark_type, struct tm *mark_time, Elm_Calendar_Mark_Repeat_Type repeat);
62
+ [ :elm_calendar_mark_add, [ :evas_object, :string, :pointer, :_elm_calendar_mark_repeat_type ], :elm_calendar_mark ],
57
63
  # EAPI void elm_calendar_mark_del(Elm_Calendar_Mark *mark);
58
64
  [ :elm_calendar_mark_del, [ :elm_calendar_mark ], :void ],
59
65
  # EAPI void elm_calendar_marks_clear(Evas_Object *obj);
@@ -22,9 +22,10 @@ module Efl
22
22
  ffi_lib 'elementary-ver-pre-svn-09.so.0'
23
23
  #
24
24
  # ENUMS
25
- # typedef enum {...} Elm_Clock_Digedit;
26
- enum :elm_clock_digedit, [ :elm_clock_none, 0, :elm_clock_hour_decimal, 1<<0, :elm_clock_hour_unit, 1<<1, :elm_clock_min_decimal, 1<<2,
27
- :elm_clock_min_unit, 1<<3, :elm_clock_sec_decimal, 1<<4, :elm_clock_sec_unit, 1<<5, :elm_clock_all, (1<<6)-1 ]
25
+ # typedef enum {...} Elm_Clock_Edit_Mode;
26
+ enum :elm_clock_edit_mode, [ :elm_clock_edit_default, 0, :elm_clock_edit_hour_decimal, 1<<0, :elm_clock_edit_hour_unit, 1<<1,
27
+ :elm_clock_edit_min_decimal, 1<<2, :elm_clock_edit_min_unit, 1<<3, :elm_clock_edit_sec_decimal, 1<<4, :elm_clock_edit_sec_unit, 1<<5,
28
+ :elm_clock_edit_all, (1<<6)-1 ]
28
29
  #
29
30
  # FUNCTIONS
30
31
  fcts = [
@@ -38,10 +39,10 @@ module Efl
38
39
  [ :elm_clock_edit_set, [ :evas_object, :bool ], :void ],
39
40
  # EAPI Eina_Bool elm_clock_edit_get(const Evas_Object *obj);
40
41
  [ :elm_clock_edit_get, [ :evas_object ], :bool ],
41
- # EAPI void elm_clock_digit_edit_set(Evas_Object *obj, Elm_Clock_Digedit digedit);
42
- [ :elm_clock_digit_edit_set, [ :evas_object, :elm_clock_digedit ], :void ],
43
- # EAPI Elm_Clock_Digedit elm_clock_digit_edit_get(const Evas_Object *obj);
44
- [ :elm_clock_digit_edit_get, [ :evas_object ], :elm_clock_digedit ],
42
+ # EAPI void elm_clock_edit_mode_set(Evas_Object *obj, Elm_Clock_Edit_Mode digedit);
43
+ [ :elm_clock_edit_mode_set, [ :evas_object, :elm_clock_edit_mode ], :void ],
44
+ # EAPI Elm_Clock_Edit_Mode elm_clock_edit_mode_get(const Evas_Object *obj);
45
+ [ :elm_clock_edit_mode_get, [ :evas_object ], :elm_clock_edit_mode ],
45
46
  # EAPI void elm_clock_show_am_pm_set(Evas_Object *obj, Eina_Bool am_pm);
46
47
  [ :elm_clock_show_am_pm_set, [ :evas_object, :bool ], :void ],
47
48
  # EAPI Eina_Bool elm_clock_show_am_pm_get(const Evas_Object *obj);
@@ -50,10 +51,10 @@ module Efl
50
51
  [ :elm_clock_show_seconds_set, [ :evas_object, :bool ], :void ],
51
52
  # EAPI Eina_Bool elm_clock_show_seconds_get(const Evas_Object *obj);
52
53
  [ :elm_clock_show_seconds_get, [ :evas_object ], :bool ],
53
- # EAPI void elm_clock_interval_set(Evas_Object *obj, double interval);
54
- [ :elm_clock_interval_set, [ :evas_object, :double ], :void ],
55
- # EAPI double elm_clock_interval_get(const Evas_Object *obj);
56
- [ :elm_clock_interval_get, [ :evas_object ], :double ],
54
+ # EAPI void elm_clock_first_interval_set(Evas_Object *obj, double interval);
55
+ [ :elm_clock_first_interval_set, [ :evas_object, :double ], :void ],
56
+ # EAPI double elm_clock_first_interval_get(const Evas_Object *obj);
57
+ [ :elm_clock_first_interval_get, [ :evas_object ], :double ],
57
58
  ]
58
59
  #
59
60
  attach_fcts fcts
@@ -21,6 +21,10 @@ module Efl
21
21
  #
22
22
  ffi_lib 'elementary-ver-pre-svn-09.so.0'
23
23
  #
24
+ # ENUMS
25
+ # typedef enum {...} Elm_Colorselector_Mode;
26
+ enum :elm_colorselector_mode, [ :elm_colorselector_palette, 0, :elm_colorselector_components, 1, :elm_colorselector_both, 2 ]
27
+ #
24
28
  # FUNCTIONS
25
29
  fcts = [
26
30
  # EAPI Evas_Object *elm_colorselector_add(Evas_Object *parent);
@@ -29,6 +33,22 @@ module Efl
29
33
  [ :elm_colorselector_color_set, [ :evas_object, :int, :int, :int, :int ], :void ],
30
34
  # EAPI void elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a);
31
35
  [ :elm_colorselector_color_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
36
+ # EAPI void elm_colorselector_mode_set(Evas_Object *obj, Elm_Colorselector_Mode mode);
37
+ [ :elm_colorselector_mode_set, [ :evas_object, :elm_colorselector_mode ], :void ],
38
+ # EAPI Elm_Colorselector_Mode elm_colorselector_mode_get(const Evas_Object *obj);
39
+ [ :elm_colorselector_mode_get, [ :evas_object ], :elm_colorselector_mode ],
40
+ # EAPI void elm_colorselector_palette_item_color_get(const Elm_Object_Item *it, int *r, int *g, int *b, int *a);
41
+ [ :elm_colorselector_palette_item_color_get, [ :elm_object_item, :pointer, :pointer, :pointer, :pointer ], :void ],
42
+ # EAPI void elm_colorselector_palette_item_color_set(Elm_Object_Item *it, int r, int g, int b, int a);
43
+ [ :elm_colorselector_palette_item_color_set, [ :elm_object_item, :int, :int, :int, :int ], :void ],
44
+ # EAPI Elm_Object_Item *elm_colorselector_palette_color_add(Evas_Object *obj, int r, int g, int b, int a);
45
+ [ :elm_colorselector_palette_color_add, [ :evas_object, :int, :int, :int, :int ], :elm_object_item ],
46
+ # EAPI void elm_colorselector_palette_clear(Evas_Object *obj);
47
+ [ :elm_colorselector_palette_clear, [ :evas_object ], :void ],
48
+ # EAPI void elm_colorselector_palette_name_set(Evas_Object *obj, const char *palette_name);
49
+ [ :elm_colorselector_palette_name_set, [ :evas_object, :string ], :void ],
50
+ # EAPI const char *elm_colorselector_palette_name_get(const Evas_Object *obj);
51
+ [ :elm_colorselector_palette_name_get, [ :evas_object ], :string ],
32
52
  ]
33
53
  #
34
54
  attach_fcts fcts
@@ -21,6 +21,12 @@ module Efl
21
21
  #
22
22
  ffi_lib 'elementary-ver-pre-svn-09.so.0'
23
23
  #
24
+ # TYPEDEFS
25
+ # typedef struct _Elm_Text_Class Elm_Text_Class;
26
+ typedef :pointer, :elm_text_class
27
+ # typedef struct _Elm_Font_Overlay Elm_Font_Overlay;
28
+ typedef :pointer, :elm_font_overlay
29
+ #
24
30
  # FUNCTIONS
25
31
  fcts = [
26
32
  # EAPI Eina_Bool elm_config_save(void);
@@ -29,70 +35,146 @@ module Efl
29
35
  [ :elm_config_reload, [ ], :void ],
30
36
  # EAPI void elm_config_all_flush(void);
31
37
  [ :elm_config_all_flush, [ ], :void ],
32
- # EAPI const char *elm_profile_current_get(void);
33
- [ :elm_profile_current_get, [ ], :string ],
34
- # EAPI const char *elm_profile_dir_get(const char *profile, Eina_Bool is_user);
35
- [ :elm_profile_dir_get, [ :string, :bool ], :string ],
36
- # EAPI void elm_profile_dir_free(const char *p_dir);
37
- [ :elm_profile_dir_free, [ :string ], :void ],
38
- # EAPI Eina_List *elm_profile_list_get(void);
39
- [ :elm_profile_list_get, [ ], :eina_list ],
40
- # EAPI void elm_profile_list_free(Eina_List *l);
41
- [ :elm_profile_list_free, [ :eina_list ], :void ],
42
- # EAPI void elm_profile_set(const char *profile);
43
- [ :elm_profile_set, [ :string ], :void ],
44
- # EAPI Eina_Bool elm_scroll_bounce_enabled_get(void);
45
- [ :elm_scroll_bounce_enabled_get, [ ], :bool ],
46
- # EAPI void elm_scroll_bounce_enabled_set(Eina_Bool enabled);
47
- [ :elm_scroll_bounce_enabled_set, [ :bool ], :void ],
48
- # EAPI double elm_scroll_bounce_friction_get(void);
49
- [ :elm_scroll_bounce_friction_get, [ ], :double ],
50
- # EAPI void elm_scroll_bounce_friction_set(double friction);
51
- [ :elm_scroll_bounce_friction_set, [ :double ], :void ],
52
- # EAPI double elm_scroll_page_scroll_friction_get(void);
53
- [ :elm_scroll_page_scroll_friction_get, [ ], :double ],
54
- # EAPI void elm_scroll_page_scroll_friction_set(double friction);
55
- [ :elm_scroll_page_scroll_friction_set, [ :double ], :void ],
56
- # EAPI double elm_scroll_bring_in_scroll_friction_get(void);
57
- [ :elm_scroll_bring_in_scroll_friction_get, [ ], :double ],
58
- # EAPI void elm_scroll_bring_in_scroll_friction_set(double friction);
59
- [ :elm_scroll_bring_in_scroll_friction_set, [ :double ], :void ],
60
- # EAPI double elm_scroll_zoom_friction_get(void);
61
- [ :elm_scroll_zoom_friction_get, [ ], :double ],
62
- # EAPI void elm_scroll_zoom_friction_set(double friction);
63
- [ :elm_scroll_zoom_friction_set, [ :double ], :void ],
64
- # EAPI Eina_Bool elm_scroll_thumbscroll_enabled_get(void);
65
- [ :elm_scroll_thumbscroll_enabled_get, [ ], :bool ],
66
- # EAPI void elm_scroll_thumbscroll_enabled_set(Eina_Bool enabled);
67
- [ :elm_scroll_thumbscroll_enabled_set, [ :bool ], :void ],
68
- # EAPI unsigned int elm_scroll_thumbscroll_threshold_get(void);
69
- [ :elm_scroll_thumbscroll_threshold_get, [ ], :uint ],
70
- # EAPI void elm_scroll_thumbscroll_threshold_set(unsigned int threshold);
71
- [ :elm_scroll_thumbscroll_threshold_set, [ :uint ], :void ],
72
- # EAPI double elm_scroll_thumbscroll_momentum_threshold_get(void);
73
- [ :elm_scroll_thumbscroll_momentum_threshold_get, [ ], :double ],
74
- # EAPI void elm_scroll_thumbscroll_momentum_threshold_set(double threshold);
75
- [ :elm_scroll_thumbscroll_momentum_threshold_set, [ :double ], :void ],
76
- # EAPI double elm_scroll_thumbscroll_friction_get(void);
77
- [ :elm_scroll_thumbscroll_friction_get, [ ], :double ],
78
- # EAPI void elm_scroll_thumbscroll_friction_set(double friction);
79
- [ :elm_scroll_thumbscroll_friction_set, [ :double ], :void ],
80
- # EAPI double elm_scroll_thumbscroll_border_friction_get(void);
81
- [ :elm_scroll_thumbscroll_border_friction_get, [ ], :double ],
82
- # EAPI void elm_scroll_thumbscroll_border_friction_set(double friction);
83
- [ :elm_scroll_thumbscroll_border_friction_set, [ :double ], :void ],
84
- # EAPI double elm_scroll_thumbscroll_sensitivity_friction_get(void);
85
- [ :elm_scroll_thumbscroll_sensitivity_friction_get, [ ], :double ],
86
- # EAPI void elm_scroll_thumbscroll_sensitivity_friction_set(double friction);
87
- [ :elm_scroll_thumbscroll_sensitivity_friction_set, [ :double ], :void ],
88
- # EAPI double elm_longpress_timeout_get(void);
89
- [ :elm_longpress_timeout_get, [ ], :double ],
90
- # EAPI void elm_longpress_timeout_set(double longpress_timeout);
91
- [ :elm_longpress_timeout_set, [ :double ], :void ],
38
+ # EAPI const char *elm_config_profile_get(void);
39
+ [ :elm_config_profile_get, [ ], :string ],
40
+ # EAPI const char *elm_config_profile_dir_get(const char *profile, Eina_Bool is_user);
41
+ [ :elm_config_profile_dir_get, [ :string, :bool ], :string ],
42
+ # EAPI void elm_config_profile_dir_free(const char *p_dir);
43
+ [ :elm_config_profile_dir_free, [ :string ], :void ],
44
+ # EAPI Eina_List *elm_config_profile_list_get(void);
45
+ [ :elm_config_profile_list_get, [ ], :eina_list ],
46
+ # EAPI void elm_config_profile_list_free(Eina_List *l);
47
+ [ :elm_config_profile_list_free, [ :eina_list ], :void ],
48
+ # EAPI void elm_config_profile_set(const char *profile);
49
+ [ :elm_config_profile_set, [ :string ], :void ],
50
+ # EAPI Eina_Bool elm_config_scroll_bounce_enabled_get(void);
51
+ [ :elm_config_scroll_bounce_enabled_get, [ ], :bool ],
52
+ # EAPI void elm_config_scroll_bounce_enabled_set(Eina_Bool enabled);
53
+ [ :elm_config_scroll_bounce_enabled_set, [ :bool ], :void ],
54
+ # EAPI double elm_config_scroll_bounce_friction_get(void);
55
+ [ :elm_config_scroll_bounce_friction_get, [ ], :double ],
56
+ # EAPI void elm_config_scroll_bounce_friction_set(double friction);
57
+ [ :elm_config_scroll_bounce_friction_set, [ :double ], :void ],
58
+ # EAPI double elm_config_scroll_page_scroll_friction_get(void);
59
+ [ :elm_config_scroll_page_scroll_friction_get, [ ], :double ],
60
+ # EAPI void elm_config_scroll_page_scroll_friction_set(double friction);
61
+ [ :elm_config_scroll_page_scroll_friction_set, [ :double ], :void ],
62
+ # EAPI double elm_config_scroll_bring_in_scroll_friction_get(void);
63
+ [ :elm_config_scroll_bring_in_scroll_friction_get, [ ], :double ],
64
+ # EAPI void elm_config_scroll_bring_in_scroll_friction_set(double friction);
65
+ [ :elm_config_scroll_bring_in_scroll_friction_set, [ :double ], :void ],
66
+ # EAPI double elm_config_scroll_zoom_friction_get(void);
67
+ [ :elm_config_scroll_zoom_friction_get, [ ], :double ],
68
+ # EAPI void elm_config_scroll_zoom_friction_set(double friction);
69
+ [ :elm_config_scroll_zoom_friction_set, [ :double ], :void ],
70
+ # EAPI Eina_Bool elm_config_scroll_thumbscroll_enabled_get(void);
71
+ [ :elm_config_scroll_thumbscroll_enabled_get, [ ], :bool ],
72
+ # EAPI void elm_config_scroll_thumbscroll_enabled_set(Eina_Bool enabled);
73
+ [ :elm_config_scroll_thumbscroll_enabled_set, [ :bool ], :void ],
74
+ # EAPI unsigned int elm_config_scroll_thumbscroll_threshold_get(void);
75
+ [ :elm_config_scroll_thumbscroll_threshold_get, [ ], :uint ],
76
+ # EAPI void elm_config_scroll_thumbscroll_threshold_set(unsigned int threshold);
77
+ [ :elm_config_scroll_thumbscroll_threshold_set, [ :uint ], :void ],
78
+ # EAPI double elm_config_scroll_thumbscroll_momentum_threshold_get(void);
79
+ [ :elm_config_scroll_thumbscroll_momentum_threshold_get, [ ], :double ],
80
+ # EAPI void elm_config_scroll_thumbscroll_momentum_threshold_set(double threshold);
81
+ [ :elm_config_scroll_thumbscroll_momentum_threshold_set, [ :double ], :void ],
82
+ # EAPI double elm_config_scroll_thumbscroll_friction_get(void);
83
+ [ :elm_config_scroll_thumbscroll_friction_get, [ ], :double ],
84
+ # EAPI void elm_config_scroll_thumbscroll_friction_set(double friction);
85
+ [ :elm_config_scroll_thumbscroll_friction_set, [ :double ], :void ],
86
+ # EAPI double elm_config_scroll_thumbscroll_border_friction_get(void);
87
+ [ :elm_config_scroll_thumbscroll_border_friction_get, [ ], :double ],
88
+ # EAPI void elm_config_scroll_thumbscroll_border_friction_set(double friction);
89
+ [ :elm_config_scroll_thumbscroll_border_friction_set, [ :double ], :void ],
90
+ # EAPI double elm_config_scroll_thumbscroll_sensitivity_friction_get(void);
91
+ [ :elm_config_scroll_thumbscroll_sensitivity_friction_get, [ ], :double ],
92
+ # EAPI void elm_config_scroll_thumbscroll_sensitivity_friction_set(double friction);
93
+ [ :elm_config_scroll_thumbscroll_sensitivity_friction_set, [ :double ], :void ],
94
+ # EAPI double elm_config_longpress_timeout_get(void);
95
+ [ :elm_config_longpress_timeout_get, [ ], :double ],
96
+ # EAPI void elm_config_longpress_timeout_set(double longpress_timeout);
97
+ [ :elm_config_longpress_timeout_set, [ :double ], :void ],
92
98
  # EAPI double elm_config_tooltip_delay_get(void);
93
99
  [ :elm_config_tooltip_delay_get, [ ], :double ],
94
- # EAPI Eina_Bool elm_config_tooltip_delay_set(double delay);
95
- [ :elm_config_tooltip_delay_set, [ :double ], :bool ],
100
+ # EAPI void elm_config_tooltip_delay_set(double delay);
101
+ [ :elm_config_tooltip_delay_set, [ :double ], :void ],
102
+ # EAPI Eina_Bool elm_config_cursor_engine_only_get(void);
103
+ [ :elm_config_cursor_engine_only_get, [ ], :bool ],
104
+ # EAPI void elm_config_cursor_engine_only_set(Eina_Bool engine_only);
105
+ [ :elm_config_cursor_engine_only_set, [ :bool ], :void ],
106
+ # EAPI double elm_config_scale_get(void);
107
+ [ :elm_config_scale_get, [ ], :double ],
108
+ # EAPI void elm_config_scale_set(double scale);
109
+ [ :elm_config_scale_set, [ :double ], :void ],
110
+ # EAPI Eina_Bool elm_config_password_show_last_get(void);
111
+ [ :elm_config_password_show_last_get, [ ], :bool ],
112
+ # EAPI void elm_config_password_show_last_set(Eina_Bool password_show_last);
113
+ [ :elm_config_password_show_last_set, [ :bool ], :void ],
114
+ # EAPI double elm_config_password_show_last_timeout_get(void);
115
+ [ :elm_config_password_show_last_timeout_get, [ ], :double ],
116
+ # EAPI void elm_config_password_show_last_timeout_set(double password_show_last_timeout);
117
+ [ :elm_config_password_show_last_timeout_set, [ :double ], :void ],
118
+ # EAPI const char *elm_config_engine_get(void);
119
+ [ :elm_config_engine_get, [ ], :string ],
120
+ # EAPI void elm_config_engine_set(const char *engine);
121
+ [ :elm_config_engine_set, [ :string ], :void ],
122
+ # EAPI const char *elm_config_preferred_engine_get(void);
123
+ [ :elm_config_preferred_engine_get, [ ], :string ],
124
+ # EAPI void elm_config_preferred_engine_set(const char *engine);
125
+ [ :elm_config_preferred_engine_set, [ :string ], :void ],
126
+ # EAPI Eina_List *elm_config_text_classes_list_get(void);
127
+ [ :elm_config_text_classes_list_get, [ ], :eina_list ],
128
+ # EAPI void elm_config_text_classes_list_free(Eina_List *list);
129
+ [ :elm_config_text_classes_list_free, [ :eina_list ], :void ],
130
+ # EAPI const Eina_List *elm_config_font_overlay_list_get(void);
131
+ [ :elm_config_font_overlay_list_get, [ ], :eina_list ],
132
+ # EAPI void elm_config_font_overlay_set(const char *text_class, const char *font, Evas_Font_Size size);
133
+ [ :elm_config_font_overlay_set, [ :string, :string, :int ], :void ],
134
+ # EAPI void elm_config_font_overlay_unset(const char *text_class);
135
+ [ :elm_config_font_overlay_unset, [ :string ], :void ],
136
+ # EAPI void elm_config_font_overlay_apply(void);
137
+ [ :elm_config_font_overlay_apply, [ ], :void ],
138
+ # EAPI Evas_Coord elm_config_finger_size_get(void);
139
+ [ :elm_config_finger_size_get, [ ], :int ],
140
+ # EAPI void elm_config_finger_size_set(Evas_Coord size);
141
+ [ :elm_config_finger_size_set, [ :int ], :void ],
142
+ # EAPI int elm_config_cache_flush_interval_get(void);
143
+ [ :elm_config_cache_flush_interval_get, [ ], :int ],
144
+ # EAPI void elm_config_cache_flush_interval_set(int size);
145
+ [ :elm_config_cache_flush_interval_set, [ :int ], :void ],
146
+ # EAPI Eina_Bool elm_config_cache_flush_enabled_get(void);
147
+ [ :elm_config_cache_flush_enabled_get, [ ], :bool ],
148
+ # EAPI void elm_config_cache_flush_enabled_set(Eina_Bool enabled);
149
+ [ :elm_config_cache_flush_enabled_set, [ :bool ], :void ],
150
+ # EAPI int elm_config_cache_font_cache_size_get(void);
151
+ [ :elm_config_cache_font_cache_size_get, [ ], :int ],
152
+ # EAPI void elm_config_cache_font_cache_size_set(int size);
153
+ [ :elm_config_cache_font_cache_size_set, [ :int ], :void ],
154
+ # EAPI int elm_config_cache_image_cache_size_get(void);
155
+ [ :elm_config_cache_image_cache_size_get, [ ], :int ],
156
+ # EAPI void elm_config_cache_image_cache_size_set(int size);
157
+ [ :elm_config_cache_image_cache_size_set, [ :int ], :void ],
158
+ # EAPI int elm_config_cache_edje_file_cache_size_get(void);
159
+ [ :elm_config_cache_edje_file_cache_size_get, [ ], :int ],
160
+ # EAPI void elm_config_cache_edje_file_cache_size_set(int size);
161
+ [ :elm_config_cache_edje_file_cache_size_set, [ :int ], :void ],
162
+ # EAPI int elm_config_cache_edje_collection_cache_size_get(void);
163
+ [ :elm_config_cache_edje_collection_cache_size_get, [ ], :int ],
164
+ # EAPI void elm_config_cache_edje_collection_cache_size_set(int size);
165
+ [ :elm_config_cache_edje_collection_cache_size_set, [ :int ], :void ],
166
+ # EAPI Eina_Bool elm_config_focus_highlight_enabled_get(void);
167
+ [ :elm_config_focus_highlight_enabled_get, [ ], :bool ],
168
+ # EAPI void elm_config_focus_highlight_enabled_set(Eina_Bool enable);
169
+ [ :elm_config_focus_highlight_enabled_set, [ :bool ], :void ],
170
+ # EAPI Eina_Bool elm_config_focus_highlight_animate_get(void);
171
+ [ :elm_config_focus_highlight_animate_get, [ ], :bool ],
172
+ # EAPI void elm_config_focus_highlight_animate_set(Eina_Bool animate);
173
+ [ :elm_config_focus_highlight_animate_set, [ :bool ], :void ],
174
+ # EAPI Eina_Bool elm_config_mirrored_get(void);
175
+ [ :elm_config_mirrored_get, [ ], :bool ],
176
+ # EAPI void elm_config_mirrored_set(Eina_Bool mirrored);
177
+ [ :elm_config_mirrored_set, [ :bool ], :void ],
96
178
  ]
97
179
  #
98
180
  attach_fcts fcts
@@ -25,8 +25,6 @@ module Efl
25
25
  fcts = [
26
26
  # EAPI Evas_Object *elm_conformant_add(Evas_Object *parent);
27
27
  [ :elm_conformant_add, [ :evas_object ], :evas_object ],
28
- # EAPI Evas_Object *elm_conformant_content_area_get(const Evas_Object *obj);
29
- [ :elm_conformant_content_area_get, [ :evas_object ], :evas_object ],
30
28
  ]
31
29
  #
32
30
  attach_fcts fcts
@@ -49,6 +49,8 @@ module Efl
49
49
  [ :elm_ctxpopup_direction_priority_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
50
50
  # EAPI Elm_Ctxpopup_Direction elm_ctxpopup_direction_get(const Evas_Object *obj);
51
51
  [ :elm_ctxpopup_direction_get, [ :evas_object ], :elm_ctxpopup_direction ],
52
+ # EAPI void elm_ctxpopup_dismiss(Evas_Object *obj);
53
+ [ :elm_ctxpopup_dismiss, [ :evas_object ], :void ],
52
54
  ]
53
55
  #
54
56
  attach_fcts fcts