ffi-efl 0.0.10 → 0.0.11

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 (209) hide show
  1. data/Changelog +10 -2
  2. data/README.rdoc +41 -30
  3. data/lib/efl.rb +88 -14
  4. data/lib/efl/ecore.rb +1 -0
  5. data/lib/efl/ecore_evas.rb +4 -2
  6. data/lib/efl/ecore_getopt.rb +12 -11
  7. data/lib/efl/ecore_input.rb +1 -0
  8. data/lib/efl/eet.rb +1 -0
  9. data/lib/efl/eina.rb +1 -0
  10. data/lib/efl/eina_hash.rb +1 -0
  11. data/lib/efl/eina_list.rb +1 -0
  12. data/lib/efl/eina_log.rb +4 -0
  13. data/lib/efl/elementary.rb +0 -662
  14. data/lib/efl/elementary_all.rb +82 -0
  15. data/lib/efl/elm/elm_actionslider.rb +22 -0
  16. data/lib/efl/elm/elm_anchorblock.rb +22 -0
  17. data/lib/efl/elm/elm_anchorview.rb +22 -0
  18. data/lib/efl/elm/elm_bg.rb +37 -0
  19. data/lib/efl/elm/elm_box.rb +42 -0
  20. data/lib/efl/elm/elm_bubble.rb +22 -0
  21. data/lib/efl/elm/elm_button.rb +22 -0
  22. data/lib/efl/elm/elm_calendar.rb +22 -0
  23. data/lib/efl/elm/elm_check.rb +22 -0
  24. data/lib/efl/elm/elm_clock.rb +22 -0
  25. data/lib/efl/elm/elm_cnp.rb +30 -0
  26. data/lib/efl/elm/elm_colorselector.rb +22 -0
  27. data/lib/efl/elm/elm_conform.rb +26 -0
  28. data/lib/efl/elm/elm_ctxpopup.rb +27 -0
  29. data/lib/efl/elm/elm_cursor.rb +20 -0
  30. data/lib/efl/elm/elm_debug.rb +25 -0
  31. data/lib/efl/elm/elm_diskselector.rb +51 -0
  32. data/lib/efl/elm/elm_entry.rb +22 -0
  33. data/lib/efl/elm/elm_factory.rb +22 -0
  34. data/lib/efl/elm/elm_fileselector.rb +22 -0
  35. data/lib/efl/elm/elm_fileselector_button.rb +22 -0
  36. data/lib/efl/elm/elm_fileselector_entry.rb +22 -0
  37. data/lib/efl/elm/elm_flip.rb +22 -0
  38. data/lib/efl/elm/elm_flipselector.rb +56 -0
  39. data/lib/efl/elm/elm_focus.rb +74 -0
  40. data/lib/efl/elm/elm_frame.rb +22 -0
  41. data/lib/efl/elm/elm_gengrid.rb +68 -0
  42. data/lib/efl/elm/elm_genlist.rb +79 -0
  43. data/lib/efl/elm/elm_gesture_layer.rb +22 -0
  44. data/lib/efl/elm/elm_glview.rb +22 -0
  45. data/lib/efl/elm/elm_grid.rb +22 -0
  46. data/lib/efl/elm/elm_hover.rb +22 -0
  47. data/lib/efl/elm/elm_hoversel.rb +27 -0
  48. data/lib/efl/elm/elm_icon.rb +26 -0
  49. data/lib/efl/elm/elm_image.rb +22 -0
  50. data/lib/efl/elm/elm_index.rb +31 -0
  51. data/lib/efl/elm/elm_label.rb +22 -0
  52. data/lib/efl/elm/elm_layout.rb +26 -0
  53. data/lib/efl/elm/elm_list.rb +55 -0
  54. data/lib/efl/elm/elm_map.rb +22 -0
  55. data/lib/efl/elm/elm_mapbuf.rb +22 -0
  56. data/lib/efl/elm/elm_menu.rb +55 -0
  57. data/lib/efl/elm/elm_mirroring.rb +36 -0
  58. data/lib/efl/elm/elm_multibuttonentry.rb +58 -0
  59. data/lib/efl/elm/elm_naviframe.rb +42 -0
  60. data/lib/efl/elm/elm_notify.rb +22 -0
  61. data/lib/efl/elm/elm_object.rb +68 -0
  62. data/lib/efl/elm/elm_object_item.rb +20 -0
  63. data/lib/efl/elm/elm_panel.rb +22 -0
  64. data/lib/efl/elm/elm_panes.rb +22 -0
  65. data/lib/efl/elm/elm_photo.rb +22 -0
  66. data/lib/efl/elm/elm_photocam.rb +22 -0
  67. data/lib/efl/elm/elm_plug.rb +22 -0
  68. data/lib/efl/elm/elm_progressbar.rb +22 -0
  69. data/lib/efl/elm/elm_radio.rb +22 -0
  70. data/lib/efl/elm/elm_route.rb +22 -0
  71. data/lib/efl/elm/elm_scale.rb +28 -0
  72. data/lib/efl/elm/elm_scroll.rb +50 -0
  73. data/lib/efl/elm/elm_scroller.rb +22 -0
  74. data/lib/efl/elm/elm_segment_control.rb +39 -0
  75. data/lib/efl/elm/elm_separator.rb +22 -0
  76. data/lib/efl/elm/elm_slider.rb +22 -0
  77. data/lib/efl/elm/elm_slideshow.rb +41 -0
  78. data/lib/efl/elm/elm_spinner.rb +22 -0
  79. data/lib/efl/elm/elm_store.rb +43 -0
  80. data/lib/efl/elm/elm_table.rb +22 -0
  81. data/lib/efl/elm/elm_theme.rb +42 -0
  82. data/lib/efl/elm/elm_thumb.rb +22 -0
  83. data/lib/efl/elm/elm_toolbar.rb +63 -0
  84. data/lib/efl/elm/elm_tooltip.rb +20 -0
  85. data/lib/efl/elm/elm_transit.rb +78 -0
  86. data/lib/efl/elm/elm_video.rb +30 -0
  87. data/lib/efl/elm/elm_web.rb +22 -0
  88. data/lib/efl/elm/elm_win.rb +33 -0
  89. data/lib/efl/evas.rb +8 -7
  90. data/lib/efl/native.rb +45 -11
  91. data/lib/efl/native/ecore.rb +188 -210
  92. data/lib/efl/native/ecore_evas.rb +260 -207
  93. data/lib/efl/native/ecore_getopt.rb +17 -24
  94. data/lib/efl/native/ecore_input.rb +7 -11
  95. data/lib/efl/native/edje.rb +250 -202
  96. data/lib/efl/native/eet.rb +154 -155
  97. data/lib/efl/native/eina.rb +7 -13
  98. data/lib/efl/native/eina_hash.rb +41 -47
  99. data/lib/efl/native/eina_list.rb +39 -48
  100. data/lib/efl/native/eina_log.rb +21 -23
  101. data/lib/efl/native/eina_types.rb +8 -14
  102. data/lib/efl/native/eina_xattr.rb +21 -18
  103. data/lib/efl/native/elementary.rb +9 -3381
  104. data/lib/efl/native/elm/elm_actionslider.rb +54 -0
  105. data/lib/efl/native/elm/elm_anchorblock.rb +55 -0
  106. data/lib/efl/native/elm/elm_anchorview.rb +59 -0
  107. data/lib/efl/native/elm/elm_app.rb +53 -0
  108. data/lib/efl/native/elm/elm_bg.rb +53 -0
  109. data/lib/efl/native/elm/elm_box.rb +81 -0
  110. data/lib/efl/native/elm/elm_bubble.rb +44 -0
  111. data/lib/efl/native/elm/elm_button.rb +47 -0
  112. data/lib/efl/native/elm/elm_cache.rb +59 -0
  113. data/lib/efl/native/elm/elm_calendar.rb +76 -0
  114. data/lib/efl/native/elm/elm_check.rb +41 -0
  115. data/lib/efl/native/elm/elm_clock.rb +64 -0
  116. data/lib/efl/native/elm/elm_cnp.rb +54 -0
  117. data/lib/efl/native/elm/elm_colorselector.rb +39 -0
  118. data/lib/efl/native/elm/elm_config.rb +103 -0
  119. data/lib/efl/native/elm/elm_conform.rb +37 -0
  120. data/lib/efl/native/elm/elm_ctxpopup.rb +59 -0
  121. data/lib/efl/native/elm/elm_cursor.rb +51 -0
  122. data/lib/efl/native/elm/elm_debug.rb +37 -0
  123. data/lib/efl/native/elm/elm_diskselector.rb +76 -0
  124. data/lib/efl/native/elm/elm_engine.rb +41 -0
  125. data/lib/efl/native/elm/elm_entry.rb +242 -0
  126. data/lib/efl/native/elm/elm_factory.rb +41 -0
  127. data/lib/efl/native/elm/elm_fileselector.rb +67 -0
  128. data/lib/efl/native/elm/elm_fileselector_button.rb +63 -0
  129. data/lib/efl/native/elm/elm_fileselector_entry.rb +67 -0
  130. data/lib/efl/native/elm/elm_finger.rb +39 -0
  131. data/lib/efl/native/elm/elm_flip.rb +62 -0
  132. data/lib/efl/native/elm/elm_flipselector.rb +63 -0
  133. data/lib/efl/native/elm/elm_focus.rb +65 -0
  134. data/lib/efl/native/elm/elm_fonts.rb +66 -0
  135. data/lib/efl/native/elm/elm_frame.rb +45 -0
  136. data/lib/efl/native/elm/elm_general.rb +105 -0
  137. data/lib/efl/native/elm/elm_gengrid.rb +184 -0
  138. data/lib/efl/native/elm/elm_genlist.rb +240 -0
  139. data/lib/efl/native/elm/elm_gesture_layer.rb +76 -0
  140. data/lib/efl/native/elm/elm_glview.rb +70 -0
  141. data/lib/efl/native/elm/elm_grid.rb +51 -0
  142. data/lib/efl/native/elm/elm_hover.rb +51 -0
  143. data/lib/efl/native/elm/elm_hoversel.rb +60 -0
  144. data/lib/efl/native/elm/elm_icon.rb +97 -0
  145. data/lib/efl/native/elm/elm_image.rb +80 -0
  146. data/lib/efl/native/elm/elm_index.rb +63 -0
  147. data/lib/efl/native/elm/elm_label.rb +60 -0
  148. data/lib/efl/native/elm/elm_layout.rb +77 -0
  149. data/lib/efl/native/elm/elm_list.rb +105 -0
  150. data/lib/efl/native/elm/elm_map.rb +225 -0
  151. data/lib/efl/native/elm/elm_mapbuf.rb +47 -0
  152. data/lib/efl/native/elm/elm_menu.rb +77 -0
  153. data/lib/efl/native/elm/elm_mirroring.rb +45 -0
  154. data/lib/efl/native/elm/elm_multibuttonentry.rb +81 -0
  155. data/lib/efl/native/elm/elm_naviframe.rb +79 -0
  156. data/lib/efl/native/elm/elm_need.rb +41 -0
  157. data/lib/efl/native/elm/elm_notify.rb +57 -0
  158. data/lib/efl/native/elm/elm_object.rb +74 -0
  159. data/lib/efl/native/elm/elm_object_item.rb +93 -0
  160. data/lib/efl/native/elm/elm_panel.rb +55 -0
  161. data/lib/efl/native/elm/elm_panes.rb +51 -0
  162. data/lib/efl/native/elm/elm_password.rb +41 -0
  163. data/lib/efl/native/elm/elm_photo.rb +49 -0
  164. data/lib/efl/native/elm/elm_photocam.rb +74 -0
  165. data/lib/efl/native/elm/elm_plug.rb +39 -0
  166. data/lib/efl/native/elm/elm_progressbar.rb +61 -0
  167. data/lib/efl/native/elm/elm_radio.rb +49 -0
  168. data/lib/efl/native/elm/elm_route.rb +42 -0
  169. data/lib/efl/native/elm/elm_scale.rb +41 -0
  170. data/lib/efl/native/elm/elm_scroll.rb +49 -0
  171. data/lib/efl/native/elm/elm_scroller.rb +80 -0
  172. data/lib/efl/native/elm/elm_segment_control.rb +57 -0
  173. data/lib/efl/native/elm/elm_separator.rb +39 -0
  174. data/lib/efl/native/elm/elm_slider.rb +71 -0
  175. data/lib/efl/native/elm/elm_slideshow.rb +97 -0
  176. data/lib/efl/native/elm/elm_spinner.rb +73 -0
  177. data/lib/efl/native/elm/elm_store.rb +110 -0
  178. data/lib/efl/native/elm/elm_table.rb +53 -0
  179. data/lib/efl/native/elm/elm_theme.rb +81 -0
  180. data/lib/efl/native/elm/elm_thumb.rb +60 -0
  181. data/lib/efl/native/elm/elm_toolbar.rb +145 -0
  182. data/lib/efl/native/elm/elm_tooltip.rb +59 -0
  183. data/lib/efl/native/elm/elm_transit.rb +135 -0
  184. data/lib/efl/native/elm/elm_video.rb +71 -0
  185. data/lib/efl/native/elm/elm_web.rb +165 -0
  186. data/lib/efl/native/elm/elm_win.rb +221 -0
  187. data/lib/efl/native/emap.rb +28 -34
  188. data/lib/efl/native/evas.rb +640 -618
  189. data/spec/ecore_evas_spec.rb +28 -22
  190. data/spec/ecore_spec.rb +1 -0
  191. data/spec/edje_spec.rb +8 -1
  192. data/spec/eina_hash_spec.rb +0 -1
  193. data/spec/eina_list_spec.rb +0 -1
  194. data/spec/eina_log_spec.rb +10 -8
  195. data/spec/elm_spec.rb +4 -114
  196. data/spec/evas_spec.rb +13 -244
  197. data/spec/helper.rb +16 -15
  198. data/tasks/constants.rb +9 -9
  199. data/test/test_elm_win-native.rb +6 -4
  200. data/test/test_elm_win.rb +20 -19
  201. data/test/test_evas.rb +12 -12
  202. metadata +209 -64
  203. data/lib/efl/ffi.rb +0 -172
  204. data/test/test_elementary.rb +0 -271
  205. data/test/tests/test_actionslider.rb +0 -132
  206. data/test/tests/test_anchorbock.rb +0 -73
  207. data/test/tests/test_bg.rb +0 -151
  208. data/test/tests/test_box.rb +0 -147
  209. data/test/tests/test_buttons.rb +0 -114
@@ -1,18 +1,18 @@
1
1
  #! /usr/bin/env ruby
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
- require 'efl/ffi'
4
+ require 'efl/native'
5
+ require 'efl/native/eina_list'
5
6
  #
6
7
  module Efl
7
8
  #
8
9
  module EcoreGetopt
9
10
  #
10
- FCT_PREFIX = 'ecore_getopt_'
11
+ FCT_PREFIX = 'ecore_getopt_' unless const_defined? :FCT_PREFIX
11
12
  #
12
- def self.method_missing m, *args, &block
13
- sym, args_s = ModuleHelper.find_function m, FCT_PREFIX
14
- self.module_eval "def self.#{m} *args, █ r=Efl::Native.#{sym}(#{args_s}); yield r if block_given?; r; end"
15
- self.send m, *args, &block
13
+ def self.method_missing meth, *args, &block
14
+ sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX
15
+ self.send sym, *args, &block
16
16
  end
17
17
  #
18
18
  end
@@ -23,12 +23,12 @@ module Efl
23
23
  #
24
24
  # ENUMS
25
25
  # typedef enum {...} Ecore_Getopt_Action;
26
- enum :ecore_getopt_action, [ :ecore_getopt_action_store, :ecore_getopt_action_store_const, :ecore_getopt_action_store_true, :ecore_getopt_action_store_false,
27
- :ecore_getopt_action_choice, :ecore_getopt_action_append, :ecore_getopt_action_count, :ecore_getopt_action_callback, :ecore_getopt_action_help,
28
- :ecore_getopt_action_version, :ecore_getopt_action_copyright, :ecore_getopt_action_license ]
26
+ enum :ecore_getopt_action, [ :ecore_getopt_action_store, :ecore_getopt_action_store_const, :ecore_getopt_action_store_true,
27
+ :ecore_getopt_action_store_false, :ecore_getopt_action_choice, :ecore_getopt_action_append, :ecore_getopt_action_count, :ecore_getopt_action_callback,
28
+ :ecore_getopt_action_help, :ecore_getopt_action_version, :ecore_getopt_action_copyright, :ecore_getopt_action_license ]
29
29
  # typedef enum {...} Ecore_Getopt_Type;
30
- enum :ecore_getopt_type, [ :ecore_getopt_type_str, :ecore_getopt_type_bool, :ecore_getopt_type_short, :ecore_getopt_type_int, :ecore_getopt_type_long,
31
- :ecore_getopt_type_ushort, :ecore_getopt_type_uint, :ecore_getopt_type_ulong, :ecore_getopt_type_double ]
30
+ enum :ecore_getopt_type, [ :ecore_getopt_type_str, :ecore_getopt_type_bool, :ecore_getopt_type_short, :ecore_getopt_type_int,
31
+ :ecore_getopt_type_long, :ecore_getopt_type_ushort, :ecore_getopt_type_uint, :ecore_getopt_type_ulong, :ecore_getopt_type_double ]
32
32
  # typedef enum {...} Ecore_Getopt_Desc_Arg_Requirement;
33
33
  enum :ecore_getopt_desc_arg_requirement, [ :ecore_getopt_desc_arg_requirement_no, 0, :ecore_getopt_desc_arg_requirement_yes, 1,
34
34
  :ecore_getopt_desc_arg_requirement_optional, 3 ]
@@ -36,36 +36,29 @@ module Efl
36
36
  # TYPEDEFS
37
37
  # typedef union _Ecore_Getopt_Value Ecore_Getopt_Value;
38
38
  typedef :pointer, :ecore_getopt_value
39
- typedef :pointer, :ecore_getopt_value_p
40
39
  # typedef struct _Ecore_Getopt_Desc_Store Ecore_Getopt_Desc_Store;
41
40
  typedef :pointer, :ecore_getopt_desc_store
42
41
  # typedef struct _Ecore_Getopt_Desc_Callback Ecore_Getopt_Desc_Callback;
43
42
  typedef :pointer, :ecore_getopt_desc_callback
44
43
  # typedef struct _Ecore_Getopt_Desc Ecore_Getopt_Desc;
45
44
  typedef :pointer, :ecore_getopt_desc
46
- typedef :pointer, :ecore_getopt_desc_p
47
45
  # typedef struct _Ecore_Getopt Ecore_Getopt;
48
46
  typedef :pointer, :ecore_getopt
49
- typedef :pointer, :ecore_getopt_p
50
- #
51
- # CALLBACKS
52
- #
53
- # VARIABLES
54
47
  #
55
48
  # FUNCTIONS
56
49
  fcts = [
57
50
  # EAPI void ecore_getopt_help(FILE *fp, const Ecore_Getopt *info);
58
- [ :ecore_getopt_help, [ :pointer, :ecore_getopt_p ], :void ],
51
+ [ :ecore_getopt_help, [ :pointer, :ecore_getopt ], :void ],
59
52
  # EAPI Eina_Bool ecore_getopt_parser_has_duplicates(const Ecore_Getopt *parser);
60
- [ :ecore_getopt_parser_has_duplicates, [ :ecore_getopt_p ], :eina_bool ],
53
+ [ :ecore_getopt_parser_has_duplicates, [ :ecore_getopt ], :bool ],
61
54
  # EAPI int ecore_getopt_parse(const Ecore_Getopt *parser, Ecore_Getopt_Value *values, int argc, char **argv);
62
- [ :ecore_getopt_parse, [ :ecore_getopt_p, :ecore_getopt_value_p, :int, :string_array ], :int ],
55
+ [ :ecore_getopt_parse, [ :ecore_getopt, :ecore_getopt_value, :int, :pointer ], :int ],
63
56
  # EAPI Eina_List *ecore_getopt_list_free(Eina_List *list);
64
- [ :ecore_getopt_list_free, [ :eina_list_p ], :eina_list_p ],
57
+ [ :ecore_getopt_list_free, [ :eina_list ], :eina_list ],
65
58
  # EAPI Eina_Bool ecore_getopt_callback_geometry_parse(const Ecore_Getopt *parser, const Ecore_Getopt_Desc *desc, const char *str, void *data, Ecore_Getopt_Value *storage);
66
- [ :ecore_getopt_callback_geometry_parse, [ :ecore_getopt_p, :ecore_getopt_desc_p, :string, :void_p, :ecore_getopt_value_p ], :eina_bool ],
59
+ [ :ecore_getopt_callback_geometry_parse, [ :ecore_getopt, :ecore_getopt_desc, :string, :pointer, :ecore_getopt_value ], :bool ],
67
60
  # EAPI Eina_Bool ecore_getopt_callback_size_parse(const Ecore_Getopt *parser, const Ecore_Getopt_Desc *desc, const char *str, void *data, Ecore_Getopt_Value *storage);
68
- [ :ecore_getopt_callback_size_parse, [ :ecore_getopt_p, :ecore_getopt_desc_p, :string, :void_p, :ecore_getopt_value_p ], :eina_bool ],
61
+ [ :ecore_getopt_callback_size_parse, [ :ecore_getopt, :ecore_getopt_desc, :string, :pointer, :ecore_getopt_value ], :bool ],
69
62
  ]
70
63
  #
71
64
  attach_fcts fcts
@@ -1,18 +1,17 @@
1
1
  #! /usr/bin/env ruby
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
- require 'efl/ffi'
4
+ require 'efl/native'
5
5
  #
6
6
  module Efl
7
7
  #
8
8
  module EcoreInput
9
9
  #
10
- FCT_PREFIX = 'ecore_event_'
10
+ FCT_PREFIX = 'ecore_event_' unless const_defined? :FCT_PREFIX
11
11
  #
12
- def self.method_missing m, *args, &block
13
- sym, args_s = ModuleHelper.find_function m, FCT_PREFIX
14
- self.module_eval "def self.#{m} *args, █ r=Efl::Native.#{sym}(#{args_s}); yield r if block_given?; r; end"
15
- self.send m, *args, &block
12
+ def self.method_missing meth, *args, &block
13
+ sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX
14
+ self.send sym, *args, &block
16
15
  end
17
16
  #
18
17
  end
@@ -31,7 +30,7 @@ module Efl
31
30
  #
32
31
  # TYPEDEFS
33
32
  # typedef uintptr_t Ecore_Window;
34
- typedef :uintptr_t, :ecore_window
33
+ typedef :pointer, :ecore_window
35
34
  # typedef struct _Ecore_Event_Key Ecore_Event_Key;
36
35
  typedef :pointer, :ecore_event_key
37
36
  # typedef struct _Ecore_Event_Mouse_Button Ecore_Event_Mouse_Button;
@@ -44,9 +43,6 @@ module Efl
44
43
  typedef :pointer, :ecore_event_mouse_io
45
44
  # typedef struct _Ecore_Event_Modifiers Ecore_Event_Modifiers;
46
45
  typedef :pointer, :ecore_event_modifiers
47
- typedef :pointer, :ecore_event_modifiers_p
48
- #
49
- # CALLBACKS
50
46
  #
51
47
  # VARIABLES
52
48
  # EAPI extern int ECORE_EVENT_KEY_DOWN;
@@ -75,7 +71,7 @@ module Efl
75
71
  # EAPI unsigned int ecore_event_modifier_mask(Ecore_Event_Modifier modifier);
76
72
  [ :ecore_event_modifier_mask, [ :ecore_event_modifier ], :uint ],
77
73
  # EAPI Ecore_Event_Modifier ecore_event_update_modifier(const char *key, Ecore_Event_Modifiers *modifiers, int inc);
78
- [ :ecore_event_update_modifier, [ :string, :ecore_event_modifiers_p, :int ], :ecore_event_modifier ],
74
+ [ :ecore_event_update_modifier, [ :string, :ecore_event_modifiers, :int ], :ecore_event_modifier ],
79
75
  ]
80
76
  #
81
77
  attach_fcts fcts
@@ -1,18 +1,18 @@
1
1
  #! /usr/bin/env ruby
2
2
  # -*- coding: UTF-8 -*-
3
3
  #
4
- require 'efl/ffi'
4
+ require 'efl/native'
5
+ require 'efl/native/evas'
5
6
  #
6
7
  module Efl
7
8
  #
8
9
  module Edje
9
10
  #
10
- FCT_PREFIX = 'edje_'
11
+ FCT_PREFIX = 'edje_' unless const_defined? :FCT_PREFIX
11
12
  #
12
- def self.method_missing m, *args, &block
13
- sym, args_s = ModuleHelper.find_function m, FCT_PREFIX
14
- self.module_eval "def self.#{m} *args, █ r=Efl::Native.#{sym}(#{args_s}); yield r if block_given?; r; end"
15
- self.send m, *args, &block
13
+ def self.method_missing meth, *args, &block
14
+ sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX
15
+ self.send sym, *args, &block
16
16
  end
17
17
  #
18
18
  end
@@ -23,45 +23,48 @@ module Efl
23
23
  #
24
24
  # ENUMS
25
25
  # typedef enum _Edje_Message_Type {...} Edje_Message_Type;
26
- enum :edje_message_type, [ :edje_message_none, 0, :edje_message_signal, 1, :edje_message_string, 2, :edje_message_int, 3, :edje_message_float, 4,
27
- :edje_message_string_set, 5, :edje_message_int_set, 6, :edje_message_float_set, 7, :edje_message_string_int, 8, :edje_message_string_float, 9,
26
+ enum :edje_message_type, [ :edje_message_none, 0, :edje_message_signal, 1, :edje_message_string, 2, :edje_message_int, 3, :edje_message_float,
27
+ 4, :edje_message_string_set, 5, :edje_message_int_set, 6, :edje_message_float_set, 7, :edje_message_string_int, 8, :edje_message_string_float, 9,
28
28
  :edje_message_string_int_set, 10, :edje_message_string_float_set, 11 ]
29
29
  # typedef enum _Edje_Aspect_Control {...} Edje_Aspect_Control;
30
- enum :edje_aspect_control, [ :edje_aspect_control_none, 0, :edje_aspect_control_neither, 1, :edje_aspect_control_horizontal, 2, :edje_aspect_control_vertical, 3,
31
- :edje_aspect_control_both, 4 ]
30
+ enum :edje_aspect_control, [ :edje_aspect_control_none, 0, :edje_aspect_control_neither, 1, :edje_aspect_control_horizontal, 2,
31
+ :edje_aspect_control_vertical, 3, :edje_aspect_control_both, 4 ]
32
32
  # typedef enum _Edje_Object_Table_Homogeneous_Mode {...} Edje_Object_Table_Homogeneous_Mode;
33
- enum :edje_object_table_homogeneous_mode, [ :edje_object_table_homogeneous_none, 0, :edje_object_table_homogeneous_table, 1, :edje_object_table_homogeneous_item,
34
- 2 ]
33
+ enum :edje_object_table_homogeneous_mode, [ :edje_object_table_homogeneous_none, 0, :edje_object_table_homogeneous_table, 1,
34
+ :edje_object_table_homogeneous_item, 2 ]
35
35
  # typedef enum _Edje_Part_Type {...} Edje_Part_Type;
36
- enum :edje_part_type, [ :edje_part_type_none, 0, :edje_part_type_rectangle, 1, :edje_part_type_text, 2, :edje_part_type_image, 3, :edje_part_type_swallow, 4,
37
- :edje_part_type_textblock, 5, :edje_part_type_gradient, 6, :edje_part_type_group, 7, :edje_part_type_box, 8, :edje_part_type_table, 9, :edje_part_type_external, 10,
38
- :edje_part_type_proxy, 11, :edje_part_type_last, 12 ]
36
+ enum :edje_part_type, [ :edje_part_type_none, 0, :edje_part_type_rectangle, 1, :edje_part_type_text, 2, :edje_part_type_image, 3,
37
+ :edje_part_type_swallow, 4, :edje_part_type_textblock, 5, :edje_part_type_gradient, 6, :edje_part_type_group, 7, :edje_part_type_box, 8,
38
+ :edje_part_type_table, 9, :edje_part_type_external, 10, :edje_part_type_proxy, 11, :edje_part_type_last, 12 ]
39
39
  # typedef enum _Edje_Text_Effect {...} Edje_Text_Effect;
40
- enum :edje_text_effect, [ :edje_text_effect_none, 0, :edje_text_effect_plain, 1, :edje_text_effect_outline, 2, :edje_text_effect_soft_outline, 3,
41
- :edje_text_effect_shadow, 4, :edje_text_effect_soft_shadow, 5, :edje_text_effect_outline_shadow, 6, :edje_text_effect_outline_soft_shadow, 7,
40
+ enum :edje_text_effect, [ :edje_text_effect_none, 0, :edje_text_effect_plain, 1, :edje_text_effect_outline, 2, :edje_text_effect_soft_outline,
41
+ 3, :edje_text_effect_shadow, 4, :edje_text_effect_soft_shadow, 5, :edje_text_effect_outline_shadow, 6, :edje_text_effect_outline_soft_shadow, 7,
42
42
  :edje_text_effect_far_shadow, 8, :edje_text_effect_far_soft_shadow, 9, :edje_text_effect_glow, 10, :edje_text_effect_last, 11,
43
- :edje_text_effect_shadow_direction_bottom_right, :edje_text_effect_shadow_direction_bottom, :edje_text_effect_shadow_direction_bottom_left,
44
- :edje_text_effect_shadow_direction_left, :edje_text_effect_shadow_direction_top_left, :edje_text_effect_shadow_direction_top,
45
- :edje_text_effect_shadow_direction_top_right, :edje_text_effect_shadow_direction_right ]
43
+ :edje_text_effect_shadow_direction_bottom_right, (0x0<<4), :edje_text_effect_shadow_direction_bottom, (0x1<<4),
44
+ :edje_text_effect_shadow_direction_bottom_left, (0x2<<4), :edje_text_effect_shadow_direction_left, (0x3<<4),
45
+ :edje_text_effect_shadow_direction_top_left, (0x4<<4), :edje_text_effect_shadow_direction_top, (0x5<<4), :edje_text_effect_shadow_direction_top_right,
46
+ (0x6<<4), :edje_text_effect_shadow_direction_right, (0x7<<4) ]
46
47
  # typedef enum _Edje_Action_Type {...} Edje_Action_Type;
47
- enum :edje_action_type, [ :edje_action_type_none, 0, :edje_action_type_state_set, 1, :edje_action_type_action_stop, 2, :edje_action_type_signal_emit, 3,
48
- :edje_action_type_drag_val_set, 4, :edje_action_type_drag_val_step, 5, :edje_action_type_drag_val_page, 6, :edje_action_type_script, 7, :edje_action_type_focus_set, 8,
49
- :edje_action_type_reserved00, 9, :edje_action_type_focus_object, 10, :edje_action_type_param_copy, 11, :edje_action_type_param_set, 12, :edje_action_type_sound_sample,
50
- 13, :edje_action_type_sound_tone, 14, :edje_action_type_last, 15 ]
48
+ enum :edje_action_type, [ :edje_action_type_none, 0, :edje_action_type_state_set, 1, :edje_action_type_action_stop, 2,
49
+ :edje_action_type_signal_emit, 3, :edje_action_type_drag_val_set, 4, :edje_action_type_drag_val_step, 5, :edje_action_type_drag_val_page, 6,
50
+ :edje_action_type_script, 7, :edje_action_type_focus_set, 8, :edje_action_type_reserved00, 9, :edje_action_type_focus_object, 10,
51
+ :edje_action_type_param_copy, 11, :edje_action_type_param_set, 12, :edje_action_type_sound_sample, 13, :edje_action_type_sound_tone, 14,
52
+ :edje_action_type_last, 15 ]
51
53
  # typedef enum _Edje_Tween_Mode {...} Edje_Tween_Mode;
52
54
  enum :edje_tween_mode, [ :edje_tween_mode_none, 0, :edje_tween_mode_linear, 1, :edje_tween_mode_sinusoidal, 2, :edje_tween_mode_accelerate, 3,
53
55
  :edje_tween_mode_decelerate, 4, :edje_tween_mode_accelerate_factor, 5, :edje_tween_mode_decelerate_factor, 6, :edje_tween_mode_sinusoidal_factor, 7,
54
- :edje_tween_mode_divisor_interp, 8, :edje_tween_mode_bounce, 9, :edje_tween_mode_spring, 10, :edje_tween_mode_last, 11,
55
- :edje_tween_mode_mask, 0xff, :edje_tween_mode_opt_from_current, 0x1<<31]
56
+ :edje_tween_mode_divisor_interp, 8, :edje_tween_mode_bounce, 9, :edje_tween_mode_spring, 10, :edje_tween_mode_last, 11, :edje_tween_mode_mask, 0xff,
57
+ :edje_tween_mode_opt_from_current, (1<<31) ]
56
58
  # typedef enum _Edje_Cursor {...} Edje_Cursor;
57
- enum :edje_cursor, [ :edje_cursor_main, :edje_cursor_selection_begin, :edje_cursor_selection_end, :edje_cursor_preedit_start, :edje_cursor_preedit_end,
58
- :edje_cursor_user, :edje_cursor_user_extra ]
59
+ enum :edje_cursor, [ :edje_cursor_main, :edje_cursor_selection_begin, :edje_cursor_selection_end, :edje_cursor_preedit_start,
60
+ :edje_cursor_preedit_end, :edje_cursor_user, :edje_cursor_user_extra ]
59
61
  # typedef enum _Edje_Drag_Dir {...} Edje_Drag_Dir;
60
62
  enum :edje_drag_dir, [ :edje_drag_dir_none, 0, :edje_drag_dir_x, 1, :edje_drag_dir_y, 2, :edje_drag_dir_xy, 3 ]
61
63
  # typedef enum _Edje_Load_Error {...} Edje_Load_Error;
62
- enum :edje_load_error, [ :edje_load_error_none, 0, :edje_load_error_generic, 1, :edje_load_error_does_not_exist, 2, :edje_load_error_permission_denied, 3,
63
- :edje_load_error_resource_allocation_failed, 4, :edje_load_error_corrupt_file, 5, :edje_load_error_unknown_format, 6, :edje_load_error_incompatible_file, 7,
64
- :edje_load_error_unknown_collection, 8, :edje_load_error_recursive_reference, 9 ]
64
+ enum :edje_load_error, [ :edje_load_error_none, 0, :edje_load_error_generic, 1, :edje_load_error_does_not_exist, 2,
65
+ :edje_load_error_permission_denied, 3, :edje_load_error_resource_allocation_failed, 4, :edje_load_error_corrupt_file, 5,
66
+ :edje_load_error_unknown_format, 6, :edje_load_error_incompatible_file, 7, :edje_load_error_unknown_collection, 8,
67
+ :edje_load_error_recursive_reference, 9 ]
65
68
  # typedef enum _Edje_Text_Filter_Type {...} Edje_Text_Filter_Type;
66
69
  enum :edje_text_filter_type, [ :edje_text_filter_text, 0, :edje_text_filter_format, 1, :edje_text_filter_markup, 2 ]
67
70
  # typedef enum _Edje_Text_Autocapital_Type {...} Edje_Text_Autocapital_Type;
@@ -71,17 +74,24 @@ module Efl
71
74
  enum :edje_external_param_type, [ :edje_external_param_type_int, :edje_external_param_type_double, :edje_external_param_type_string,
72
75
  :edje_external_param_type_bool, :edje_external_param_type_choice, :edje_external_param_type_max ]
73
76
  # typedef enum _Edje_External_Param_Flags {...} Edje_External_Param_Flags;
74
- enum :edje_external_param_flags, [ :edje_external_param_flags_none, 0, :edje_external_param_flags_get, :edje_external_param_flags_set,
75
- :edje_external_param_flags_state, :edje_external_param_flags_constructor, :edje_external_param_flags_regular, :edje_external_param_flags_set,
76
- :edje_external_param_flags_state ]
77
- # typedef enum {...} Edje_Input_Panel_Layout;
78
- enum :edje_input_panel_layout, [ :edje_input_panel_layout_normal, :edje_input_panel_layout_number, :edje_input_panel_layout_email, :edje_input_panel_layout_url,
79
- :edje_input_panel_layout_phonenumber, :edje_input_panel_layout_ip, :edje_input_panel_layout_month, :edje_input_panel_layout_numberonly, :edje_input_panel_layout_invalid ]
77
+ enum :edje_external_param_flags, [ :edje_external_param_flags_none, 0, :edje_external_param_flags_get, (1<<0), :edje_external_param_flags_set,
78
+ (1<<1), :edje_external_param_flags_state, (1<<2), :edje_external_param_flags_constructor, (1<<3), :edje_external_param_flags_regular,
79
+ (1<<0)|(1<<1)|(1<<2) ]
80
+ # typedef enum _Edje_Input_Panel_Layout {...} Edje_Input_Panel_Layout;
81
+ enum :edje_input_panel_layout, [ :edje_input_panel_layout_normal, :edje_input_panel_layout_number, :edje_input_panel_layout_email,
82
+ :edje_input_panel_layout_url, :edje_input_panel_layout_phonenumber, :edje_input_panel_layout_ip, :edje_input_panel_layout_month,
83
+ :edje_input_panel_layout_numberonly, :edje_input_panel_layout_invalid, :edje_input_panel_layout_hex, :edje_input_panel_layout_terminal,
84
+ :edje_input_panel_layout_password ]
85
+ # typedef enum _Edje_Input_Panel_Lang {...} Edje_Input_Panel_Lang;
86
+ enum :edje_input_panel_lang, [ :edje_input_panel_lang_automatic, :edje_input_panel_lang_alphabet ]
87
+ # typedef enum _Edje_Input_Panel_Return_Key_Type {...} Edje_Input_Panel_Return_Key_Type;
88
+ enum :edje_input_panel_return_key_type, [ :edje_input_panel_return_key_type_default, :edje_input_panel_return_key_type_done,
89
+ :edje_input_panel_return_key_type_go, :edje_input_panel_return_key_type_join, :edje_input_panel_return_key_type_login,
90
+ :edje_input_panel_return_key_type_next, :edje_input_panel_return_key_type_search, :edje_input_panel_return_key_type_send ]
80
91
  #
81
92
  # TYPEDEFS
82
93
  # typedef struct _Edje_Version Edje_Version;
83
94
  typedef :pointer, :edje_version
84
- typedef :pointer, :edje_version_p
85
95
  # typedef struct _Edje_Entry_Change_Info Edje_Entry_Change_Info;
86
96
  typedef :pointer, :edje_entry_change_info
87
97
  # typedef struct _Edje_Message_String Edje_Message_String;
@@ -106,35 +116,32 @@ module Efl
106
116
  typedef :pointer, :edje_message_string_float_set
107
117
  # typedef struct _Edje_External_Param Edje_External_Param;
108
118
  typedef :pointer, :edje_external_param
109
- typedef :pointer, :edje_external_param_p
110
119
  # typedef struct _Edje_External_Param_Info Edje_External_Param_Info;
111
120
  typedef :pointer, :edje_external_param_info
112
- typedef :pointer, :edje_external_param_info_p
113
121
  # typedef struct _Edje_External_Type Edje_External_Type;
114
122
  typedef :pointer, :edje_external_type
115
- typedef :pointer, :edje_external_type_p
116
123
  # typedef struct _Edje_External_Type_Info Edje_External_Type_Info;
117
124
  typedef :pointer, :edje_external_type_info
118
- typedef :pointer, :edje_external_type_info_p
119
125
  # typedef struct _Edje_Perspective Edje_Perspective;
120
126
  typedef :pointer, :edje_perspective
121
- typedef :pointer, :edje_perspective_p
122
127
  #
123
128
  # CALLBACKS
124
129
  # typedef void (*Edje_Signal_Cb) (void *data, Evas_Object *obj, const char *emission, const char *source);
125
- callback :edje_signal_cb, [ :void_p, :evas_object_p, :string, :string ], :void
130
+ callback :edje_signal_cb, [ :pointer, :evas_object, :string, :string ], :void
126
131
  # typedef void (*Edje_Text_Change_Cb) (void *data, Evas_Object *obj, const char *part);
127
- callback :edje_text_change_cb, [ :void_p, :evas_object_p, :string ], :void
132
+ callback :edje_text_change_cb, [ :pointer, :evas_object, :string ], :void
128
133
  # typedef void (*Edje_Message_Handler_Cb) (void *data, Evas_Object *obj, Edje_Message_Type type, int id, void *msg);
129
- callback :edje_message_handler_cb, [ :void_p, :evas_object_p, :edje_message_type, :int, :void_p ], :void
134
+ callback :edje_message_handler_cb, [ :pointer, :evas_object, :edje_message_type, :int, :pointer ], :void
130
135
  # typedef void (*Edje_Text_Filter_Cb) (void *data, Evas_Object *obj, const char *part, Edje_Text_Filter_Type type, char **text);
131
- callback :edje_text_filter_cb, [ :void_p, :evas_object_p, :string, :edje_text_filter_type, :string_array ], :void
136
+ callback :edje_text_filter_cb, [ :pointer, :evas_object, :string, :edje_text_filter_type, :pointer ], :void
137
+ # typedef void (*Edje_Markup_Filter_Cb) (void *data, Evas_Object *obj, const char *part, char **text);
138
+ callback :edje_markup_filter_cb, [ :pointer, :evas_object, :string, :pointer ], :void
132
139
  # typedef Evas_Object *(*Edje_Item_Provider_Cb) (void *data, Evas_Object *obj, const char *part, const char *item);
133
- callback :edje_item_provider_cb, [ :void_p, :evas_object_p, :string, :string ], :evas_object_p
140
+ callback :edje_item_provider_cb, [ :pointer, :evas_object, :string, :string ], :evas_object
134
141
  #
135
142
  # VARIABLES
136
143
  # EAPI extern Edje_Version *edje_version;
137
- attach_variable :edje_version, :edje_version_p
144
+ attach_variable :edje_version, :edje_version
138
145
  #
139
146
  # FUNCTIONS
140
147
  fcts = [
@@ -161,23 +168,23 @@ module Efl
161
168
  # EAPI double edje_scale_get (void);
162
169
  [ :edje_scale_get, [ ], :double ],
163
170
  # EAPI void edje_password_show_last_set(Eina_Bool password_show_last);
164
- [ :edje_password_show_last_set, [ :eina_bool ], :void ],
171
+ [ :edje_password_show_last_set, [ :bool ], :void ],
165
172
  # EAPI void edje_password_show_last_timeout_set(double password_show_last_timeout);
166
173
  [ :edje_password_show_last_timeout_set, [ :double ], :void ],
167
174
  # EAPI Eina_Bool edje_object_scale_set (Evas_Object *obj, double scale);
168
- [ :edje_object_scale_set, [ :evas_object_p, :double ], :eina_bool ],
175
+ [ :edje_object_scale_set, [ :evas_object, :double ], :bool ],
169
176
  # EAPI double edje_object_scale_get (const Evas_Object *obj);
170
- [ :edje_object_scale_get, [ :evas_object_p ], :double ],
177
+ [ :edje_object_scale_get, [ :evas_object ], :double ],
171
178
  # EAPI void edje_object_mirrored_set (Evas_Object *obj, Eina_Bool rtl);
172
- [ :edje_object_mirrored_set, [ :evas_object_p, :eina_bool ], :void ],
179
+ [ :edje_object_mirrored_set, [ :evas_object, :bool ], :void ],
173
180
  # EAPI Eina_Bool edje_object_mirrored_get (const Evas_Object *obj);
174
- [ :edje_object_mirrored_get, [ :evas_object_p ], :eina_bool ],
181
+ [ :edje_object_mirrored_get, [ :evas_object ], :bool ],
175
182
  # EAPI Eina_List *edje_file_collection_list (const char *file);
176
- [ :edje_file_collection_list, [ :string ], :eina_list_p ],
183
+ [ :edje_file_collection_list, [ :string ], :eina_list ],
177
184
  # EAPI void edje_file_collection_list_free (Eina_List *lst);
178
- [ :edje_file_collection_list_free, [ :eina_list_p ], :void ],
185
+ [ :edje_file_collection_list_free, [ :eina_list ], :void ],
179
186
  # EAPI Eina_Bool edje_file_group_exists (const char *file, const char *glob);
180
- [ :edje_file_group_exists, [ :string, :string ], :eina_bool ],
187
+ [ :edje_file_group_exists, [ :string, :string ], :bool ],
181
188
  # EAPI char *edje_file_data_get (const char *file, const char *key);
182
189
  [ :edje_file_data_get, [ :string, :string ], :string ],
183
190
  # EAPI void edje_file_cache_set (int count);
@@ -193,298 +200,339 @@ module Efl
193
200
  # EAPI void edje_collection_cache_flush (void);
194
201
  [ :edje_collection_cache_flush, [ ], :void ],
195
202
  # EAPI Eina_Bool edje_color_class_set (const char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3);
196
- [ :edje_color_class_set, [ :string, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int ], :eina_bool ],
203
+ [ :edje_color_class_set, [ :string, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int ], :bool ],
197
204
  # EAPI Eina_Bool edje_color_class_get (const char *color_class, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3);
198
- [ :edje_color_class_get, [ :string, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p ], :eina_bool ],
205
+ [ :edje_color_class_get, [ :string, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer,
206
+ :pointer, :pointer ], :bool ],
199
207
  # EAPI void edje_color_class_del (const char *color_class);
200
208
  [ :edje_color_class_del, [ :string ], :void ],
201
209
  # EAPI Eina_List *edje_color_class_list (void);
202
- [ :edje_color_class_list, [ ], :eina_list_p ],
210
+ [ :edje_color_class_list, [ ], :eina_list ],
203
211
  # EAPI Eina_Bool edje_text_class_set (const char *text_class, const char *font, Evas_Font_Size size);
204
- [ :edje_text_class_set, [ :string, :string, :int ], :eina_bool ],
212
+ [ :edje_text_class_set, [ :string, :string, :int ], :bool ],
205
213
  # EAPI void edje_text_class_del (const char *text_class);
206
214
  [ :edje_text_class_del, [ :string ], :void ],
207
215
  # EAPI Eina_List *edje_text_class_list (void);
208
- [ :edje_text_class_list, [ ], :eina_list_p ],
216
+ [ :edje_text_class_list, [ ], :eina_list ],
209
217
  # EAPI void edje_extern_object_min_size_set (Evas_Object *obj, Evas_Coord minw, Evas_Coord minh);
210
- [ :edje_extern_object_min_size_set, [ :evas_object_p, :int, :int ], :void ],
218
+ [ :edje_extern_object_min_size_set, [ :evas_object, :int, :int ], :void ],
211
219
  # EAPI void edje_extern_object_max_size_set (Evas_Object *obj, Evas_Coord maxw, Evas_Coord maxh);
212
- [ :edje_extern_object_max_size_set, [ :evas_object_p, :int, :int ], :void ],
220
+ [ :edje_extern_object_max_size_set, [ :evas_object, :int, :int ], :void ],
213
221
  # EAPI void edje_extern_object_aspect_set (Evas_Object *obj, Edje_Aspect_Control aspect, Evas_Coord aw, Evas_Coord ah);
214
- [ :edje_extern_object_aspect_set, [ :evas_object_p, :edje_aspect_control, :int, :int ], :void ],
222
+ [ :edje_extern_object_aspect_set, [ :evas_object, :edje_aspect_control, :int, :int ], :void ],
215
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);
216
224
  # FIXME
217
225
  # EAPI Evas_Object *edje_object_add (Evas *evas);
218
- [ :edje_object_add, [ :evas_p ], :evas_object_p ],
226
+ [ :edje_object_add, [ :evas ], :evas_object ],
219
227
  # EAPI const char *edje_object_data_get (const Evas_Object *obj, const char *key);
220
- [ :edje_object_data_get, [ :evas_object_p, :string ], :string ],
228
+ [ :edje_object_data_get, [ :evas_object, :string ], :string ],
221
229
  # EAPI Eina_Bool edje_object_file_set (Evas_Object *obj, const char *file, const char *group);
222
- [ :edje_object_file_set, [ :evas_object_p, :string, :string ], :eina_bool ],
230
+ [ :edje_object_file_set, [ :evas_object, :string, :string ], :bool ],
223
231
  # EAPI void edje_object_file_get (const Evas_Object *obj, const char **file, const char **group);
224
- [ :edje_object_file_get, [ :evas_object_p, :string_array, :string_array ], :void ],
232
+ [ :edje_object_file_get, [ :evas_object, :pointer, :pointer ], :void ],
225
233
  # EAPI Edje_Load_Error edje_object_load_error_get (const Evas_Object *obj);
226
- [ :edje_object_load_error_get, [ :evas_object_p ], :edje_load_error ],
234
+ [ :edje_object_load_error_get, [ :evas_object ], :edje_load_error ],
227
235
  # EAPI const char *edje_load_error_str (Edje_Load_Error error);
228
236
  [ :edje_load_error_str, [ :edje_load_error ], :string ],
229
237
  # EAPI Eina_Bool edje_object_preload (Evas_Object *obj, Eina_Bool cancel);
230
- [ :edje_object_preload, [ :evas_object_p, :eina_bool ], :eina_bool ],
238
+ [ :edje_object_preload, [ :evas_object, :bool ], :bool ],
231
239
  # EAPI void edje_object_signal_callback_add (Evas_Object *obj, const char *emission, const char *source, Edje_Signal_Cb func, void *data);
232
- [ :edje_object_signal_callback_add, [ :evas_object_p, :string, :string, :edje_signal_cb, :void_p ], :void ],
240
+ [ :edje_object_signal_callback_add, [ :evas_object, :string, :string, :edje_signal_cb, :pointer ], :void ],
233
241
  # EAPI void *edje_object_signal_callback_del (Evas_Object *obj, const char *emission, const char *source, Edje_Signal_Cb func);
234
- [ :edje_object_signal_callback_del, [ :evas_object_p, :string, :string, :edje_signal_cb ], :void_p ],
242
+ [ :edje_object_signal_callback_del, [ :evas_object, :string, :string, :edje_signal_cb ], :pointer ],
235
243
  # EAPI void *edje_object_signal_callback_del_full(Evas_Object *obj, const char *emission, const char *source, Edje_Signal_Cb func, void *data);
236
- [ :edje_object_signal_callback_del_full, [ :evas_object_p, :string, :string, :edje_signal_cb, :void_p ], :void_p ],
244
+ [ :edje_object_signal_callback_del_full, [ :evas_object, :string, :string, :edje_signal_cb, :pointer ], :pointer ],
237
245
  # EAPI void edje_object_signal_emit (Evas_Object *obj, const char *emission, const char *source);
238
- [ :edje_object_signal_emit, [ :evas_object_p, :string, :string ], :void ],
246
+ [ :edje_object_signal_emit, [ :evas_object, :string, :string ], :void ],
239
247
  # EAPI void * edje_object_signal_callback_extra_data_get(void);
240
- [ :edje_object_signal_callback_extra_data_get, [ ], :void_p ],
248
+ [ :edje_object_signal_callback_extra_data_get, [ ], :pointer ],
241
249
  # EAPI void edje_object_play_set (Evas_Object *obj, Eina_Bool play);
242
- [ :edje_object_play_set, [ :evas_object_p, :eina_bool ], :void ],
250
+ [ :edje_object_play_set, [ :evas_object, :bool ], :void ],
243
251
  # EAPI Eina_Bool edje_object_play_get (const Evas_Object *obj);
244
- [ :edje_object_play_get, [ :evas_object_p ], :eina_bool ],
252
+ [ :edje_object_play_get, [ :evas_object ], :bool ],
245
253
  # EAPI void edje_object_animation_set (Evas_Object *obj, Eina_Bool on);
246
- [ :edje_object_animation_set, [ :evas_object_p, :eina_bool ], :void ],
254
+ [ :edje_object_animation_set, [ :evas_object, :bool ], :void ],
247
255
  # EAPI Eina_Bool edje_object_animation_get (const Evas_Object *obj);
248
- [ :edje_object_animation_get, [ :evas_object_p ], :eina_bool ],
256
+ [ :edje_object_animation_get, [ :evas_object ], :bool ],
249
257
  # EAPI int edje_object_freeze (Evas_Object *obj);
250
- [ :edje_object_freeze, [ :evas_object_p ], :int ],
258
+ [ :edje_object_freeze, [ :evas_object ], :int ],
251
259
  # EAPI int edje_object_thaw (Evas_Object *obj);
252
- [ :edje_object_thaw, [ :evas_object_p ], :int ],
260
+ [ :edje_object_thaw, [ :evas_object ], :int ],
253
261
  # EAPI Eina_Bool edje_object_color_class_set (Evas_Object *obj, const char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3);
254
- [ :edje_object_color_class_set, [ :evas_object_p, :string, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int ], :eina_bool ],
262
+ [ :edje_object_color_class_set, [ :evas_object, :string, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int, :int ], :bool ],
255
263
  # EAPI Eina_Bool edje_object_color_class_get (const Evas_Object *o, const char *color_class, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3);
256
- [ :edje_object_color_class_get, [ :evas_object_p, :string, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p, :int_p ],
257
- :eina_bool ],
264
+ [ :edje_object_color_class_get, [ :evas_object, :string, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer, :pointer,
265
+ :pointer, :pointer, :pointer, :pointer ], :bool ],
258
266
  # EAPI void edje_object_color_class_del (Evas_Object *obj, const char *color_class);
259
- [ :edje_object_color_class_del, [ :evas_object_p, :string ], :void ],
267
+ [ :edje_object_color_class_del, [ :evas_object, :string ], :void ],
260
268
  # EAPI Eina_Bool edje_object_text_class_set (Evas_Object *obj, const char *text_class, const char *font, Evas_Font_Size size);
261
- [ :edje_object_text_class_set, [ :evas_object_p, :string, :string, :int ], :eina_bool ],
269
+ [ :edje_object_text_class_set, [ :evas_object, :string, :string, :int ], :bool ],
262
270
  # EAPI void edje_object_size_min_get (const Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh);
263
- [ :edje_object_size_min_get, [ :evas_object_p, :int_p, :int_p ], :void ],
271
+ [ :edje_object_size_min_get, [ :evas_object, :pointer, :pointer ], :void ],
264
272
  # EAPI void edje_object_size_max_get (const Evas_Object *obj, Evas_Coord *maxw, Evas_Coord *maxh);
265
- [ :edje_object_size_max_get, [ :evas_object_p, :int_p, :int_p ], :void ],
273
+ [ :edje_object_size_max_get, [ :evas_object, :pointer, :pointer ], :void ],
266
274
  # EAPI void edje_object_calc_force (Evas_Object *obj);
267
- [ :edje_object_calc_force, [ :evas_object_p ], :void ],
275
+ [ :edje_object_calc_force, [ :evas_object ], :void ],
268
276
  # EAPI void edje_object_size_min_calc (Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh);
269
- [ :edje_object_size_min_calc, [ :evas_object_p, :int_p, :int_p ], :void ],
277
+ [ :edje_object_size_min_calc, [ :evas_object, :pointer, :pointer ], :void ],
270
278
  # EAPI Eina_Bool edje_object_parts_extends_calc (Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
271
- [ :edje_object_parts_extends_calc, [ :evas_object_p, :int_p, :int_p, :int_p, :int_p ], :eina_bool ],
279
+ [ :edje_object_parts_extends_calc, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :bool ],
272
280
  # EAPI void edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord restrictedw, Evas_Coord restrictedh);
273
- [ :edje_object_size_min_restricted_calc, [ :evas_object_p, :int_p, :int_p, :int, :int ], :void ],
281
+ [ :edje_object_size_min_restricted_calc, [ :evas_object, :pointer, :pointer, :int, :int ], :void ],
274
282
  # EAPI Eina_Bool edje_object_part_exists (const Evas_Object *obj, const char *part);
275
- [ :edje_object_part_exists, [ :evas_object_p, :string ], :eina_bool ],
283
+ [ :edje_object_part_exists, [ :evas_object, :string ], :bool ],
276
284
  # EAPI const Evas_Object *edje_object_part_object_get (const Evas_Object *obj, const char *part);
277
- [ :edje_object_part_object_get, [ :evas_object_p, :string ], :evas_object_p ],
285
+ [ :edje_object_part_object_get, [ :evas_object, :string ], :evas_object ],
278
286
  # EAPI Eina_Bool edje_object_part_geometry_get (const Evas_Object *obj, const char *part, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
279
- [ :edje_object_part_geometry_get, [ :evas_object_p, :string, :int_p, :int_p, :int_p, :int_p ], :eina_bool ],
287
+ [ :edje_object_part_geometry_get, [ :evas_object, :string, :pointer, :pointer, :pointer, :pointer ], :bool ],
280
288
  # EAPI void edje_object_item_provider_set (Evas_Object *obj, Edje_Item_Provider_Cb func, void *data);
281
- [ :edje_object_item_provider_set, [ :evas_object_p, :edje_item_provider_cb, :void_p ], :void ],
289
+ [ :edje_object_item_provider_set, [ :evas_object, :edje_item_provider_cb, :pointer ], :void ],
282
290
  # EAPI void edje_object_text_change_cb_set (Evas_Object *obj, Edje_Text_Change_Cb func, void *data);
283
- [ :edje_object_text_change_cb_set, [ :evas_object_p, :edje_text_change_cb, :void_p ], :void ],
291
+ [ :edje_object_text_change_cb_set, [ :evas_object, :edje_text_change_cb, :pointer ], :void ],
284
292
  # EAPI Eina_Bool edje_object_part_text_set (Evas_Object *obj, const char *part, const char *text);
285
- [ :edje_object_part_text_set, [ :evas_object_p, :string, :string ], :eina_bool ],
293
+ [ :edje_object_part_text_set, [ :evas_object, :string, :string ], :bool ],
286
294
  # EAPI const char *edje_object_part_text_get (const Evas_Object *obj, const char *part);
287
- [ :edje_object_part_text_get, [ :evas_object_p, :string ], :string ],
295
+ [ :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 ],
288
300
  # EAPI Eina_Bool edje_object_part_text_unescaped_set (Evas_Object *obj, const char *part, const char *text_to_escape);
289
- [ :edje_object_part_text_unescaped_set, [ :evas_object_p, :string, :string ], :eina_bool ],
301
+ [ :edje_object_part_text_unescaped_set, [ :evas_object, :string, :string ], :bool ],
290
302
  # EAPI char *edje_object_part_text_unescaped_get (const Evas_Object *obj, const char *part);
291
- [ :edje_object_part_text_unescaped_get, [ :evas_object_p, :string ], :string ],
303
+ [ :edje_object_part_text_unescaped_get, [ :evas_object, :string ], :string ],
292
304
  # EAPI const char *edje_object_part_text_selection_get (const Evas_Object *obj, const char *part);
293
- [ :edje_object_part_text_selection_get, [ :evas_object_p, :string ], :string ],
305
+ [ :edje_object_part_text_selection_get, [ :evas_object, :string ], :string ],
294
306
  # EAPI void edje_object_part_text_select_none (const Evas_Object *obj, const char *part);
295
- [ :edje_object_part_text_select_none, [ :evas_object_p, :string ], :void ],
307
+ [ :edje_object_part_text_select_none, [ :evas_object, :string ], :void ],
296
308
  # EAPI void edje_object_part_text_select_all (const Evas_Object *obj, const char *part);
297
- [ :edje_object_part_text_select_all, [ :evas_object_p, :string ], :void ],
309
+ [ :edje_object_part_text_select_all, [ :evas_object, :string ], :void ],
298
310
  # EAPI void edje_object_part_text_insert (Evas_Object *obj, const char *part, const char *text);
299
- [ :edje_object_part_text_insert, [ :evas_object_p, :string, :string ], :void ],
311
+ [ :edje_object_part_text_insert, [ :evas_object, :string, :string ], :void ],
300
312
  # EAPI void edje_object_part_text_append(Evas_Object *obj, const char *part, const char *text);
301
- [ :edje_object_part_text_append, [ :evas_object_p, :string, :string ], :void ],
313
+ [ :edje_object_part_text_append, [ :evas_object, :string, :string ], :void ],
302
314
  # EAPI const Eina_List *edje_object_part_text_anchor_list_get (const Evas_Object *obj, const char *part);
303
- [ :edje_object_part_text_anchor_list_get, [ :evas_object_p, :string ], :eina_list_p ],
315
+ [ :edje_object_part_text_anchor_list_get, [ :evas_object, :string ], :eina_list ],
304
316
  # EAPI const Eina_List *edje_object_part_text_anchor_geometry_get (const Evas_Object *obj, const char *part, const char *anchor);
305
- [ :edje_object_part_text_anchor_geometry_get, [ :evas_object_p, :string, :string ], :eina_list_p ],
317
+ [ :edje_object_part_text_anchor_geometry_get, [ :evas_object, :string, :string ], :eina_list ],
306
318
  # EAPI const Eina_List *edje_object_part_text_item_list_get (const Evas_Object *obj, const char *part);
307
- [ :edje_object_part_text_item_list_get, [ :evas_object_p, :string ], :eina_list_p ],
319
+ [ :edje_object_part_text_item_list_get, [ :evas_object, :string ], :eina_list ],
308
320
  # EAPI Eina_Bool edje_object_part_text_item_geometry_get (const Evas_Object *obj, const char *part, const char *item, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch);
309
- [ :edje_object_part_text_item_geometry_get, [ :evas_object_p, :string, :string, :int_p, :int_p, :int_p, :int_p ], :eina_bool ],
321
+ [ :edje_object_part_text_item_geometry_get, [ :evas_object, :string, :string, :pointer, :pointer, :pointer, :pointer ], :bool ],
310
322
  # EAPI void edje_object_part_text_cursor_geometry_get (const Evas_Object *obj, const char *part, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
311
- [ :edje_object_part_text_cursor_geometry_get, [ :evas_object_p, :string, :int_p, :int_p, :int_p, :int_p ], :void ],
323
+ [ :edje_object_part_text_cursor_geometry_get, [ :evas_object, :string, :pointer, :pointer, :pointer, :pointer ], :void ],
324
+ # EAPI void edje_object_part_text_user_insert (const Evas_Object *obj, const char *part, const char *text);
325
+ [ :edje_object_part_text_user_insert, [ :evas_object, :string, :string ], :void ],
312
326
  # EAPI void edje_object_part_text_select_allow_set (const Evas_Object *obj, const char *part, Eina_Bool allow);
313
- [ :edje_object_part_text_select_allow_set, [ :evas_object_p, :string, :eina_bool ], :void ],
327
+ [ :edje_object_part_text_select_allow_set, [ :evas_object, :string, :bool ], :void ],
314
328
  # EAPI void edje_object_part_text_select_abort (const Evas_Object *obj, const char *part);
315
- [ :edje_object_part_text_select_abort, [ :evas_object_p, :string ], :void ],
329
+ [ :edje_object_part_text_select_abort, [ :evas_object, :string ], :void ],
316
330
  # EAPI void edje_object_part_text_select_begin (const Evas_Object *obj, const char *part);
317
- [ :edje_object_part_text_select_begin, [ :evas_object_p, :string ], :void ],
331
+ [ :edje_object_part_text_select_begin, [ :evas_object, :string ], :void ],
318
332
  # EAPI void edje_object_part_text_select_extend (const Evas_Object *obj, const char *part);
319
- [ :edje_object_part_text_select_extend, [ :evas_object_p, :string ], :void ],
333
+ [ :edje_object_part_text_select_extend, [ :evas_object, :string ], :void ],
320
334
  # EAPI Eina_Bool edje_object_part_text_cursor_next (Evas_Object *obj, const char *part, Edje_Cursor cur);
321
- [ :edje_object_part_text_cursor_next, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
335
+ [ :edje_object_part_text_cursor_next, [ :evas_object, :string, :edje_cursor ], :bool ],
322
336
  # EAPI Eina_Bool edje_object_part_text_cursor_prev (Evas_Object *obj, const char *part, Edje_Cursor cur);
323
- [ :edje_object_part_text_cursor_prev, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
337
+ [ :edje_object_part_text_cursor_prev, [ :evas_object, :string, :edje_cursor ], :bool ],
324
338
  # EAPI Eina_Bool edje_object_part_text_cursor_up (Evas_Object *obj, const char *part, Edje_Cursor cur);
325
- [ :edje_object_part_text_cursor_up, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
339
+ [ :edje_object_part_text_cursor_up, [ :evas_object, :string, :edje_cursor ], :bool ],
326
340
  # EAPI Eina_Bool edje_object_part_text_cursor_down (Evas_Object *obj, const char *part, Edje_Cursor cur);
327
- [ :edje_object_part_text_cursor_down, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
341
+ [ :edje_object_part_text_cursor_down, [ :evas_object, :string, :edje_cursor ], :bool ],
328
342
  # EAPI void edje_object_part_text_cursor_begin_set (Evas_Object *obj, const char *part, Edje_Cursor cur);
329
- [ :edje_object_part_text_cursor_begin_set, [ :evas_object_p, :string, :edje_cursor ], :void ],
343
+ [ :edje_object_part_text_cursor_begin_set, [ :evas_object, :string, :edje_cursor ], :void ],
330
344
  # EAPI void edje_object_part_text_cursor_end_set (Evas_Object *obj, const char *part, Edje_Cursor cur);
331
- [ :edje_object_part_text_cursor_end_set, [ :evas_object_p, :string, :edje_cursor ], :void ],
345
+ [ :edje_object_part_text_cursor_end_set, [ :evas_object, :string, :edje_cursor ], :void ],
332
346
  # EAPI void edje_object_part_text_cursor_copy (Evas_Object *obj, const char *part, Edje_Cursor src, Edje_Cursor dst);
333
- [ :edje_object_part_text_cursor_copy, [ :evas_object_p, :string, :edje_cursor, :edje_cursor ], :void ],
347
+ [ :edje_object_part_text_cursor_copy, [ :evas_object, :string, :edje_cursor, :edje_cursor ], :void ],
334
348
  # EAPI void edje_object_part_text_cursor_line_begin_set (Evas_Object *obj, const char *part, Edje_Cursor cur);
335
- [ :edje_object_part_text_cursor_line_begin_set, [ :evas_object_p, :string, :edje_cursor ], :void ],
349
+ [ :edje_object_part_text_cursor_line_begin_set, [ :evas_object, :string, :edje_cursor ], :void ],
336
350
  # EAPI void edje_object_part_text_cursor_line_end_set (Evas_Object *obj, const char *part, Edje_Cursor cur);
337
- [ :edje_object_part_text_cursor_line_end_set, [ :evas_object_p, :string, :edje_cursor ], :void ],
351
+ [ :edje_object_part_text_cursor_line_end_set, [ :evas_object, :string, :edje_cursor ], :void ],
338
352
  # EAPI Eina_Bool edje_object_part_text_cursor_coord_set (Evas_Object *obj, const char *part, Edje_Cursor cur, Evas_Coord x, Evas_Coord y);
339
- [ :edje_object_part_text_cursor_coord_set, [ :evas_object_p, :string, :edje_cursor, :int, :int ], :eina_bool ],
353
+ [ :edje_object_part_text_cursor_coord_set, [ :evas_object, :string, :edje_cursor, :int, :int ], :bool ],
340
354
  # EAPI Eina_Bool edje_object_part_text_cursor_is_format_get (const Evas_Object *obj, const char *part, Edje_Cursor cur);
341
- [ :edje_object_part_text_cursor_is_format_get, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
355
+ [ :edje_object_part_text_cursor_is_format_get, [ :evas_object, :string, :edje_cursor ], :bool ],
342
356
  # EAPI Eina_Bool edje_object_part_text_cursor_is_visible_format_get(const Evas_Object *obj, const char *part, Edje_Cursor cur);
343
- [ :edje_object_part_text_cursor_is_visible_format_get, [ :evas_object_p, :string, :edje_cursor ], :eina_bool ],
344
- # EAPI const char *edje_object_part_text_cursor_content_get (const Evas_Object *obj, const char *part, Edje_Cursor cur);
345
- [ :edje_object_part_text_cursor_content_get, [ :evas_object_p, :string, :edje_cursor ], :string ],
357
+ [ :edje_object_part_text_cursor_is_visible_format_get, [ :evas_object, :string, :edje_cursor ], :bool ],
358
+ # EAPI char *edje_object_part_text_cursor_content_get (const Evas_Object *obj, const char *part, Edje_Cursor cur);
359
+ [ :edje_object_part_text_cursor_content_get, [ :evas_object, :string, :edje_cursor ], :string ],
346
360
  # EAPI void edje_object_part_text_cursor_pos_set (Evas_Object *obj, const char *part, Edje_Cursor cur, int pos);
347
- [ :edje_object_part_text_cursor_pos_set, [ :evas_object_p, :string, :edje_cursor, :int ], :void ],
361
+ [ :edje_object_part_text_cursor_pos_set, [ :evas_object, :string, :edje_cursor, :int ], :void ],
348
362
  # EAPI int edje_object_part_text_cursor_pos_get (const Evas_Object *obj, const char *part, Edje_Cursor cur);
349
- [ :edje_object_part_text_cursor_pos_get, [ :evas_object_p, :string, :edje_cursor ], :int ],
350
- # EAPI void edje_object_part_text_input_panel_layout_set (const Evas_Object *obj, const char *part, Edje_Input_Panel_Layout layout);
351
- [ :edje_object_part_text_input_panel_layout_set, [ :evas_object_p, :string, :edje_input_panel_layout ], :void ],
363
+ [ :edje_object_part_text_cursor_pos_get, [ :evas_object, :string, :edje_cursor ], :int ],
364
+ # EAPI void edje_object_part_text_imf_context_reset (const Evas_Object *obj, const char *part);
365
+ [ :edje_object_part_text_imf_context_reset, [ :evas_object, :string ], :void ],
366
+ # EAPI void *edje_object_part_text_imf_context_get (const Evas_Object *obj, const char *part);
367
+ [ :edje_object_part_text_imf_context_get, [ :evas_object, :string ], :pointer ],
368
+ # EAPI void edje_object_part_text_input_panel_layout_set (Evas_Object *obj, const char *part, Edje_Input_Panel_Layout layout);
369
+ [ :edje_object_part_text_input_panel_layout_set, [ :evas_object, :string, :edje_input_panel_layout ], :void ],
352
370
  # EAPI Edje_Input_Panel_Layout edje_object_part_text_input_panel_layout_get (const Evas_Object *obj, const char *part);
353
- [ :edje_object_part_text_input_panel_layout_get, [ :evas_object_p, :string ], :edje_input_panel_layout ],
354
- # EAPI void edje_object_part_text_autocapital_type_set (const Evas_Object *obj, const char *part, Edje_Text_Autocapital_Type autocapital_type);
355
- [ :edje_object_part_text_autocapital_type_set, [ :evas_object_p, :string, :edje_text_autocapital_type ], :void ],
371
+ [ :edje_object_part_text_input_panel_layout_get, [ :evas_object, :string ], :edje_input_panel_layout ],
372
+ # EAPI void edje_object_part_text_autocapital_type_set (Evas_Object *obj, const char *part, Edje_Text_Autocapital_Type autocapital_type);
373
+ [ :edje_object_part_text_autocapital_type_set, [ :evas_object, :string, :edje_text_autocapital_type ], :void ],
356
374
  # EAPI Edje_Text_Autocapital_Type edje_object_part_text_autocapital_type_get (const Evas_Object *obj, const char *part);
357
- [ :edje_object_part_text_autocapital_type_get, [ :evas_object_p, :string ], :edje_text_autocapital_type ],
358
- # EAPI void edje_object_part_text_input_panel_enabled_set (const Evas_Object *obj, const char *part, Eina_Bool enabled);
359
- [ :edje_object_part_text_input_panel_enabled_set, [ :evas_object_p, :string, :eina_bool ], :void ],
375
+ [ :edje_object_part_text_autocapital_type_get, [ :evas_object, :string ], :edje_text_autocapital_type ],
376
+ # EAPI void edje_object_part_text_prediction_allow_set (Evas_Object *obj, const char *part, Eina_Bool prediction);
377
+ [ :edje_object_part_text_prediction_allow_set, [ :evas_object, :string, :bool ], :void ],
378
+ # EAPI Eina_Bool edje_object_part_text_prediction_allow_get (const Evas_Object *obj, const char *part);
379
+ [ :edje_object_part_text_prediction_allow_get, [ :evas_object, :string ], :bool ],
380
+ # EAPI void edje_object_part_text_input_panel_enabled_set (Evas_Object *obj, const char *part, Eina_Bool enabled);
381
+ [ :edje_object_part_text_input_panel_enabled_set, [ :evas_object, :string, :bool ], :void ],
360
382
  # EAPI Eina_Bool edje_object_part_text_input_panel_enabled_get (const Evas_Object *obj, const char *part);
361
- [ :edje_object_part_text_input_panel_enabled_get, [ :evas_object_p, :string ], :eina_bool ],
383
+ [ :edje_object_part_text_input_panel_enabled_get, [ :evas_object, :string ], :bool ],
384
+ # EAPI void edje_object_part_text_input_panel_show(const Evas_Object *obj, const char *part);
385
+ [ :edje_object_part_text_input_panel_show, [ :evas_object, :string ], :void ],
386
+ # EAPI void edje_object_part_text_input_panel_hide(const Evas_Object *obj, const char *part);
387
+ [ :edje_object_part_text_input_panel_hide, [ :evas_object, :string ], :void ],
388
+ # EAPI void edje_object_part_text_input_panel_language_set(Evas_Object *obj, const char *part, Edje_Input_Panel_Lang lang);
389
+ [ :edje_object_part_text_input_panel_language_set, [ :evas_object, :string, :edje_input_panel_lang ], :void ],
390
+ # EAPI Edje_Input_Panel_Lang edje_object_part_text_input_panel_language_get(const Evas_Object *obj, const char *part);
391
+ [ :edje_object_part_text_input_panel_language_get, [ :evas_object, :string ], :edje_input_panel_lang ],
392
+ # EAPI void edje_object_part_text_input_panel_imdata_set(Evas_Object *obj, const char *part, const void *data, int len);
393
+ [ :edje_object_part_text_input_panel_imdata_set, [ :evas_object, :string, :pointer, :int ], :void ],
394
+ # EAPI void edje_object_part_text_input_panel_imdata_get(const Evas_Object *obj, const char *part, void *data, int *len);
395
+ [ :edje_object_part_text_input_panel_imdata_get, [ :evas_object, :string, :pointer, :pointer ], :void ],
396
+ # EAPI void edje_object_part_text_input_panel_return_key_type_set(Evas_Object *obj, const char *part, Edje_Input_Panel_Return_Key_Type return_key_type);
397
+ [ :edje_object_part_text_input_panel_return_key_type_set, [ :evas_object, :string, :edje_input_panel_return_key_type ], :void ],
398
+ # EAPI Edje_Input_Panel_Return_Key_Type edje_object_part_text_input_panel_return_key_type_get(const Evas_Object *obj, const char *part);
399
+ [ :edje_object_part_text_input_panel_return_key_type_get, [ :evas_object, :string ], :edje_input_panel_return_key_type ],
400
+ # EAPI void edje_object_part_text_input_panel_return_key_disabled_set(Evas_Object *obj, const char *part, Eina_Bool disabled);
401
+ [ :edje_object_part_text_input_panel_return_key_disabled_set, [ :evas_object, :string, :bool ], :void ],
402
+ # EAPI Eina_Bool edje_object_part_text_input_panel_return_key_disabled_get(const Evas_Object *obj, const char *part);
403
+ [ :edje_object_part_text_input_panel_return_key_disabled_get, [ :evas_object, :string ], :bool ],
362
404
  # EAPI void edje_object_text_insert_filter_callback_add (Evas_Object *obj, const char *part, Edje_Text_Filter_Cb func, void *data);
363
- [ :edje_object_text_insert_filter_callback_add, [ :evas_object_p, :string, :edje_text_filter_cb, :void_p ], :void ],
405
+ [ :edje_object_text_insert_filter_callback_add, [ :evas_object, :string, :edje_text_filter_cb, :pointer ], :void ],
364
406
  # EAPI void *edje_object_text_insert_filter_callback_del (Evas_Object *obj, const char *part, Edje_Text_Filter_Cb func);
365
- [ :edje_object_text_insert_filter_callback_del, [ :evas_object_p, :string, :edje_text_filter_cb ], :void_p ],
407
+ [ :edje_object_text_insert_filter_callback_del, [ :evas_object, :string, :edje_text_filter_cb ], :pointer ],
366
408
  # EAPI void *edje_object_text_insert_filter_callback_del_full (Evas_Object *obj, const char *part, Edje_Text_Filter_Cb func, void *data);
367
- [ :edje_object_text_insert_filter_callback_del_full, [ :evas_object_p, :string, :edje_text_filter_cb, :void_p ], :void_p ],
409
+ [ :edje_object_text_insert_filter_callback_del_full, [ :evas_object, :string, :edje_text_filter_cb, :pointer ], :pointer ],
410
+ # EAPI void edje_object_text_markup_filter_callback_add(Evas_Object *obj, const char *part, Edje_Markup_Filter_Cb func, void *data);
411
+ [ :edje_object_text_markup_filter_callback_add, [ :evas_object, :string, :edje_markup_filter_cb, :pointer ], :void ],
412
+ # EAPI void *edje_object_text_markup_filter_callback_del(Evas_Object *obj, const char *part, Edje_Markup_Filter_Cb func);
413
+ [ :edje_object_text_markup_filter_callback_del, [ :evas_object, :string, :edje_markup_filter_cb ], :pointer ],
414
+ # EAPI void *edje_object_text_markup_filter_callback_del_full(Evas_Object *obj, const char *part, Edje_Markup_Filter_Cb func, void *data);
415
+ [ :edje_object_text_markup_filter_callback_del_full, [ :evas_object, :string, :edje_markup_filter_cb, :pointer ], :pointer ],
368
416
  # EAPI Eina_Bool edje_object_part_swallow (Evas_Object *obj, const char *part, Evas_Object *obj_swallow);
369
- [ :edje_object_part_swallow, [ :evas_object_p, :string, :evas_object_p ], :eina_bool ],
417
+ [ :edje_object_part_swallow, [ :evas_object, :string, :evas_object ], :bool ],
370
418
  # EAPI void edje_object_part_unswallow (Evas_Object *obj, Evas_Object *obj_swallow);
371
- [ :edje_object_part_unswallow, [ :evas_object_p, :evas_object_p ], :void ],
419
+ [ :edje_object_part_unswallow, [ :evas_object, :evas_object ], :void ],
372
420
  # EAPI Evas_Object *edje_object_part_swallow_get (const Evas_Object *obj, const char *part);
373
- [ :edje_object_part_swallow_get, [ :evas_object_p, :string ], :evas_object_p ],
421
+ [ :edje_object_part_swallow_get, [ :evas_object, :string ], :evas_object ],
374
422
  # EAPI const char *edje_object_part_state_get (const Evas_Object *obj, const char *part, double *val_ret);
375
- [ :edje_object_part_state_get, [ :evas_object_p, :string, :double_p ], :string ],
423
+ [ :edje_object_part_state_get, [ :evas_object, :string, :pointer ], :string ],
376
424
  # EAPI Edje_Drag_Dir edje_object_part_drag_dir_get (const Evas_Object *obj, const char *part);
377
- [ :edje_object_part_drag_dir_get, [ :evas_object_p, :string ], :edje_drag_dir ],
425
+ [ :edje_object_part_drag_dir_get, [ :evas_object, :string ], :edje_drag_dir ],
378
426
  # EAPI Eina_Bool edje_object_part_drag_value_set (Evas_Object *obj, const char *part, double dx, double dy);
379
- [ :edje_object_part_drag_value_set, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
427
+ [ :edje_object_part_drag_value_set, [ :evas_object, :string, :double, :double ], :bool ],
380
428
  # EAPI Eina_Bool edje_object_part_drag_value_get (const Evas_Object *obj, const char *part, double *dx, double *dy);
381
- [ :edje_object_part_drag_value_get, [ :evas_object_p, :string, :double_p, :double_p ], :eina_bool ],
429
+ [ :edje_object_part_drag_value_get, [ :evas_object, :string, :pointer, :pointer ], :bool ],
382
430
  # EAPI Eina_Bool edje_object_part_drag_size_set (Evas_Object *obj, const char *part, double dw, double dh);
383
- [ :edje_object_part_drag_size_set, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
431
+ [ :edje_object_part_drag_size_set, [ :evas_object, :string, :double, :double ], :bool ],
384
432
  # EAPI Eina_Bool edje_object_part_drag_size_get (const Evas_Object *obj, const char *part, double *dw, double *dh);
385
- [ :edje_object_part_drag_size_get, [ :evas_object_p, :string, :double_p, :double_p ], :eina_bool ],
433
+ [ :edje_object_part_drag_size_get, [ :evas_object, :string, :pointer, :pointer ], :bool ],
386
434
  # EAPI Eina_Bool edje_object_part_drag_step_set (Evas_Object *obj, const char *part, double dx, double dy);
387
- [ :edje_object_part_drag_step_set, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
435
+ [ :edje_object_part_drag_step_set, [ :evas_object, :string, :double, :double ], :bool ],
388
436
  # EAPI Eina_Bool edje_object_part_drag_step_get (const Evas_Object *obj, const char *part, double *dx, double *dy);
389
- [ :edje_object_part_drag_step_get, [ :evas_object_p, :string, :double_p, :double_p ], :eina_bool ],
437
+ [ :edje_object_part_drag_step_get, [ :evas_object, :string, :pointer, :pointer ], :bool ],
390
438
  # EAPI Eina_Bool edje_object_part_drag_page_set (Evas_Object *obj, const char *part, double dx, double dy);
391
- [ :edje_object_part_drag_page_set, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
439
+ [ :edje_object_part_drag_page_set, [ :evas_object, :string, :double, :double ], :bool ],
392
440
  # EAPI Eina_Bool edje_object_part_drag_page_get (const Evas_Object *obj, const char *part, double *dx, double *dy);
393
- [ :edje_object_part_drag_page_get, [ :evas_object_p, :string, :double_p, :double_p ], :eina_bool ],
441
+ [ :edje_object_part_drag_page_get, [ :evas_object, :string, :pointer, :pointer ], :bool ],
394
442
  # EAPI Eina_Bool edje_object_part_drag_step (Evas_Object *obj, const char *part, double dx, double dy);
395
- [ :edje_object_part_drag_step, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
443
+ [ :edje_object_part_drag_step, [ :evas_object, :string, :double, :double ], :bool ],
396
444
  # EAPI Eina_Bool edje_object_part_drag_page (Evas_Object *obj, const char *part, double dx, double dy);
397
- [ :edje_object_part_drag_page, [ :evas_object_p, :string, :double, :double ], :eina_bool ],
445
+ [ :edje_object_part_drag_page, [ :evas_object, :string, :double, :double ], :bool ],
398
446
  # EAPI Evas_Object *edje_object_part_external_object_get (const Evas_Object *obj, const char *part);
399
- [ :edje_object_part_external_object_get, [ :evas_object_p, :string ], :evas_object_p ],
447
+ [ :edje_object_part_external_object_get, [ :evas_object, :string ], :evas_object ],
400
448
  # EAPI Eina_Bool edje_object_part_external_param_set (Evas_Object *obj, const char *part, const Edje_External_Param *param);
401
- [ :edje_object_part_external_param_set, [ :evas_object_p, :string, :edje_external_param_p ], :eina_bool ],
449
+ [ :edje_object_part_external_param_set, [ :evas_object, :string, :edje_external_param ], :bool ],
402
450
  # EAPI Eina_Bool edje_object_part_external_param_get (const Evas_Object *obj, const char *part, Edje_External_Param *param);
403
- [ :edje_object_part_external_param_get, [ :evas_object_p, :string, :edje_external_param_p ], :eina_bool ],
451
+ [ :edje_object_part_external_param_get, [ :evas_object, :string, :edje_external_param ], :bool ],
404
452
  # EAPI Evas_Object *edje_object_part_external_content_get (const Evas_Object *obj, const char *part, const char *content);
405
- [ :edje_object_part_external_content_get, [ :evas_object_p, :string, :string ], :evas_object_p ],
453
+ [ :edje_object_part_external_content_get, [ :evas_object, :string, :string ], :evas_object ],
406
454
  # EAPI Edje_External_Param_Type edje_object_part_external_param_type_get (const Evas_Object *obj, const char *part, const char *param);
407
- [ :edje_object_part_external_param_type_get, [ :evas_object_p, :string, :string ], :edje_external_param_type ],
455
+ [ :edje_object_part_external_param_type_get, [ :evas_object, :string, :string ], :edje_external_param_type ],
408
456
  # EAPI Eina_Bool edje_object_part_box_append (Evas_Object *obj, const char *part, Evas_Object *child);
409
- [ :edje_object_part_box_append, [ :evas_object_p, :string, :evas_object_p ], :eina_bool ],
457
+ [ :edje_object_part_box_append, [ :evas_object, :string, :evas_object ], :bool ],
410
458
  # EAPI Eina_Bool edje_object_part_box_prepend (Evas_Object *obj, const char *part, Evas_Object *child);
411
- [ :edje_object_part_box_prepend, [ :evas_object_p, :string, :evas_object_p ], :eina_bool ],
459
+ [ :edje_object_part_box_prepend, [ :evas_object, :string, :evas_object ], :bool ],
412
460
  # EAPI Eina_Bool edje_object_part_box_insert_before (Evas_Object *obj, const char *part, Evas_Object *child, const Evas_Object *reference);
413
- [ :edje_object_part_box_insert_before, [ :evas_object_p, :string, :evas_object_p, :evas_object_p ], :eina_bool ],
461
+ [ :edje_object_part_box_insert_before, [ :evas_object, :string, :evas_object, :evas_object ], :bool ],
414
462
  # EAPI Eina_Bool edje_object_part_box_insert_at (Evas_Object *obj, const char *part, Evas_Object *child, unsigned int pos);
415
- [ :edje_object_part_box_insert_at, [ :evas_object_p, :string, :evas_object_p, :uint ], :eina_bool ],
463
+ [ :edje_object_part_box_insert_at, [ :evas_object, :string, :evas_object, :uint ], :bool ],
416
464
  # EAPI Evas_Object *edje_object_part_box_remove (Evas_Object *obj, const char *part, Evas_Object *child);
417
- [ :edje_object_part_box_remove, [ :evas_object_p, :string, :evas_object_p ], :evas_object_p ],
465
+ [ :edje_object_part_box_remove, [ :evas_object, :string, :evas_object ], :evas_object ],
418
466
  # EAPI Evas_Object *edje_object_part_box_remove_at (Evas_Object *obj, const char *part, unsigned int pos);
419
- [ :edje_object_part_box_remove_at, [ :evas_object_p, :string, :uint ], :evas_object_p ],
467
+ [ :edje_object_part_box_remove_at, [ :evas_object, :string, :uint ], :evas_object ],
420
468
  # EAPI Eina_Bool edje_object_part_box_remove_all (Evas_Object *obj, const char *part, Eina_Bool clear);
421
- [ :edje_object_part_box_remove_all, [ :evas_object_p, :string, :eina_bool ], :eina_bool ],
469
+ [ :edje_object_part_box_remove_all, [ :evas_object, :string, :bool ], :bool ],
422
470
  # EAPI Evas_Object *edje_object_part_table_child_get (Evas_Object *obj, const char *part, unsigned int col, unsigned int row);
423
- [ :edje_object_part_table_child_get, [ :evas_object_p, :string, :uint, :uint ], :evas_object_p ],
471
+ [ :edje_object_part_table_child_get, [ :evas_object, :string, :uint, :uint ], :evas_object ],
424
472
  # EAPI Eina_Bool edje_object_part_table_pack (Evas_Object *obj, const char *part, Evas_Object *child_obj, unsigned short col, unsigned short row, unsigned short colspan, unsigned short rowspan);
425
- [ :edje_object_part_table_pack, [ :evas_object_p, :string, :evas_object_p, :ushort, :ushort, :ushort, :ushort ], :eina_bool ],
473
+ [ :edje_object_part_table_pack, [ :evas_object, :string, :evas_object, :ushort, :ushort, :ushort, :ushort ], :bool ],
426
474
  # EAPI Eina_Bool edje_object_part_table_unpack (Evas_Object *obj, const char *part, Evas_Object *child_obj);
427
- [ :edje_object_part_table_unpack, [ :evas_object_p, :string, :evas_object_p ], :eina_bool ],
475
+ [ :edje_object_part_table_unpack, [ :evas_object, :string, :evas_object ], :bool ],
428
476
  # EAPI Eina_Bool edje_object_part_table_col_row_size_get (const Evas_Object *obj, const char *part, int *cols, int *rows);
429
- [ :edje_object_part_table_col_row_size_get, [ :evas_object_p, :string, :int_p, :int_p ], :eina_bool ],
477
+ [ :edje_object_part_table_col_row_size_get, [ :evas_object, :string, :pointer, :pointer ], :bool ],
430
478
  # EAPI Eina_Bool edje_object_part_table_clear (Evas_Object *obj, const char *part, Eina_Bool clear);
431
- [ :edje_object_part_table_clear, [ :evas_object_p, :string, :eina_bool ], :eina_bool ],
479
+ [ :edje_object_part_table_clear, [ :evas_object, :string, :bool ], :bool ],
432
480
  # EAPI void edje_object_message_send (Evas_Object *obj, Edje_Message_Type type, int id, void *msg);
433
- [ :edje_object_message_send, [ :evas_object_p, :edje_message_type, :int, :void_p ], :void ],
481
+ [ :edje_object_message_send, [ :evas_object, :edje_message_type, :int, :pointer ], :void ],
434
482
  # EAPI void edje_object_message_handler_set (Evas_Object *obj, Edje_Message_Handler_Cb func, void *data);
435
- [ :edje_object_message_handler_set, [ :evas_object_p, :edje_message_handler_cb, :void_p ], :void ],
483
+ [ :edje_object_message_handler_set, [ :evas_object, :edje_message_handler_cb, :pointer ], :void ],
436
484
  # EAPI void edje_object_message_signal_process (Evas_Object *obj);
437
- [ :edje_object_message_signal_process, [ :evas_object_p ], :void ],
485
+ [ :edje_object_message_signal_process, [ :evas_object ], :void ],
438
486
  # EAPI void edje_message_signal_process (void);
439
487
  [ :edje_message_signal_process, [ ], :void ],
440
488
  # EAPI Eina_Bool edje_external_type_register (const char *type_name, const Edje_External_Type *type_info);
441
- [ :edje_external_type_register, [ :string, :edje_external_type_p ], :eina_bool ],
489
+ [ :edje_external_type_register, [ :string, :edje_external_type ], :bool ],
442
490
  # EAPI Eina_Bool edje_external_type_unregister (const char *type_name);
443
- [ :edje_external_type_unregister, [ :string ], :eina_bool ],
491
+ [ :edje_external_type_unregister, [ :string ], :bool ],
444
492
  # EAPI void edje_external_type_array_register (const Edje_External_Type_Info *array);
445
- [ :edje_external_type_array_register, [ :edje_external_type_info_p ], :void ],
493
+ [ :edje_external_type_array_register, [ :edje_external_type_info ], :void ],
446
494
  # EAPI void edje_external_type_array_unregister (const Edje_External_Type_Info *array);
447
- [ :edje_external_type_array_unregister, [ :edje_external_type_info_p ], :void ],
495
+ [ :edje_external_type_array_unregister, [ :edje_external_type_info ], :void ],
448
496
  # EAPI unsigned int edje_external_type_abi_version_get (void);
449
497
  [ :edje_external_type_abi_version_get, [ ], :uint ],
450
498
  # EAPI Eina_Iterator *edje_external_iterator_get (void);
451
- [ :edje_external_iterator_get, [ ], :eina_iterator_p ],
499
+ [ :edje_external_iterator_get, [ ], :pointer ],
452
500
  # EAPI Edje_External_Param *edje_external_param_find (const Eina_List *params, const char *key);
453
- [ :edje_external_param_find, [ :eina_list_p, :string ], :edje_external_param_p ],
501
+ [ :edje_external_param_find, [ :eina_list, :string ], :edje_external_param ],
454
502
  # EAPI Eina_Bool edje_external_param_int_get (const Eina_List *params, const char *key, int *ret);
455
- [ :edje_external_param_int_get, [ :eina_list_p, :string, :int_p ], :eina_bool ],
503
+ [ :edje_external_param_int_get, [ :eina_list, :string, :pointer ], :bool ],
456
504
  # EAPI Eina_Bool edje_external_param_double_get (const Eina_List *params, const char *key, double *ret);
457
- [ :edje_external_param_double_get, [ :eina_list_p, :string, :double_p ], :eina_bool ],
505
+ [ :edje_external_param_double_get, [ :eina_list, :string, :pointer ], :bool ],
458
506
  # EAPI Eina_Bool edje_external_param_string_get (const Eina_List *params, const char *key, const char **ret);
459
- [ :edje_external_param_string_get, [ :eina_list_p, :string, :string_array ], :eina_bool ],
507
+ [ :edje_external_param_string_get, [ :eina_list, :string, :pointer ], :bool ],
460
508
  # EAPI Eina_Bool edje_external_param_bool_get (const Eina_List *params, const char *key, Eina_Bool *ret);
461
- [ :edje_external_param_bool_get, [ :eina_list_p, :string, :eina_bool_p ], :eina_bool ],
509
+ [ :edje_external_param_bool_get, [ :eina_list, :string, :pointer ], :bool ],
462
510
  # EAPI Eina_Bool edje_external_param_choice_get (const Eina_List *params, const char *key, const char **ret);
463
- [ :edje_external_param_choice_get, [ :eina_list_p, :string, :string_array ], :eina_bool ],
511
+ [ :edje_external_param_choice_get, [ :eina_list, :string, :pointer ], :bool ],
464
512
  # EAPI const Edje_External_Param_Info *edje_external_param_info_get (const char *type_name);
465
- [ :edje_external_param_info_get, [ :string ], :edje_external_param_info_p ],
513
+ [ :edje_external_param_info_get, [ :string ], :edje_external_param_info ],
466
514
  # EAPI const Edje_External_Type *edje_external_type_get (const char *type_name);
467
- [ :edje_external_type_get, [ :string ], :edje_external_type_p ],
515
+ [ :edje_external_type_get, [ :string ], :edje_external_type ],
468
516
  # EAPI Eina_Bool edje_module_load (const char *module);
469
- [ :edje_module_load, [ :string ], :eina_bool ],
517
+ [ :edje_module_load, [ :string ], :bool ],
470
518
  # EAPI const Eina_List *edje_available_modules_get (void);
471
- [ :edje_available_modules_get, [ ], :eina_list_p ],
519
+ [ :edje_available_modules_get, [ ], :eina_list ],
472
520
  # EAPI Edje_Perspective *edje_perspective_new (Evas *e);
473
- [ :edje_perspective_new, [ :evas_p ], :edje_perspective_p ],
521
+ [ :edje_perspective_new, [ :evas ], :edje_perspective ],
474
522
  # EAPI void edje_perspective_free (Edje_Perspective *ps);
475
- [ :edje_perspective_free, [ :edje_perspective_p ], :void ],
523
+ [ :edje_perspective_free, [ :edje_perspective ], :void ],
476
524
  # EAPI void edje_perspective_set (Edje_Perspective *ps, Evas_Coord px, Evas_Coord py, Evas_Coord z0, Evas_Coord foc);
477
- [ :edje_perspective_set, [ :edje_perspective_p, :int, :int, :int, :int ], :void ],
525
+ [ :edje_perspective_set, [ :edje_perspective, :int, :int, :int, :int ], :void ],
478
526
  # EAPI void edje_perspective_global_set (Edje_Perspective *ps, Eina_Bool global);
479
- [ :edje_perspective_global_set, [ :edje_perspective_p, :eina_bool ], :void ],
527
+ [ :edje_perspective_global_set, [ :edje_perspective, :bool ], :void ],
480
528
  # EAPI Eina_Bool edje_perspective_global_get (const Edje_Perspective *ps);
481
- [ :edje_perspective_global_get, [ :edje_perspective_p ], :eina_bool ],
529
+ [ :edje_perspective_global_get, [ :edje_perspective ], :bool ],
482
530
  # EAPI const Edje_Perspective *edje_evas_global_perspective_get(const Evas *e);
483
- [ :edje_evas_global_perspective_get, [ :evas_p ], :edje_perspective_p ],
531
+ [ :edje_evas_global_perspective_get, [ :evas ], :edje_perspective ],
484
532
  # EAPI void edje_object_perspective_set (Evas_Object *obj, Edje_Perspective *ps);
485
- [ :edje_object_perspective_set, [ :evas_object_p, :edje_perspective_p ], :void ],
533
+ [ :edje_object_perspective_set, [ :evas_object, :edje_perspective ], :void ],
486
534
  # EAPI const Edje_Perspective *edje_object_perspective_get (const Evas_Object *obj);
487
- [ :edje_object_perspective_get, [ :evas_object_p ], :edje_perspective_p ],
535
+ [ :edje_object_perspective_get, [ :evas_object ], :edje_perspective ],
488
536
  ]
489
537
  #
490
538
  attach_fcts fcts