summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_photocam.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_photocam.rb')
-rw-r--r--lib/efl/native/elm/elm_photocam.rb38
1 files changed, 22 insertions, 16 deletions
diff --git a/lib/efl/native/elm/elm_photocam.rb b/lib/efl/native/elm/elm_photocam.rb
index def4676..a537a06 100644
--- a/lib/efl/native/elm/elm_photocam.rb
+++ b/lib/efl/native/elm/elm_photocam.rb
@@ -26,40 +26,46 @@ module Efl
enum :elm_photocam_zoom_mode, [ :elm_photocam_zoom_mode_manual, 0, :elm_photocam_zoom_mode_auto_fit, 1, :elm_photocam_zoom_mode_auto_fill, 2,
:elm_photocam_zoom_mode_auto_fit_in, 3, :elm_photocam_zoom_mode_last, 4 ]
#
+ # TYPEDEFS
+ # typedef struct _Elm_Photocam_Progress Elm_Photocam_Progress;
+ typedef :pointer, :elm_photocam_progress
+ # typedef struct _Elm_Photocam_Error Elm_Photocam_Error;
+ typedef :pointer, :elm_photocam_error
+ #
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_photocam_add(Evas_Object *parent);
- [ :elm_photocam_add, [ :evas_object ], :evas_object ],
+ [ :elm_photocam_add, [ :pointer ], :pointer ],
# EAPI Evas_Load_Error elm_photocam_file_set(Evas_Object *obj, const char *file);
- [ :elm_photocam_file_set, [ :evas_object, :string ], :evas_load_error ],
+ [ :elm_photocam_file_set, [ :pointer, :string ], :evas_load_error ],
# EAPI const char *elm_photocam_file_get(const Evas_Object *obj);
- [ :elm_photocam_file_get, [ :evas_object ], :string ],
+ [ :elm_photocam_file_get, [ :pointer ], :string ],
# EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom);
- [ :elm_photocam_zoom_set, [ :evas_object, :double ], :void ],
+ [ :elm_photocam_zoom_set, [ :pointer, :double ], :void ],
# EAPI double elm_photocam_zoom_get(const Evas_Object *obj);
- [ :elm_photocam_zoom_get, [ :evas_object ], :double ],
+ [ :elm_photocam_zoom_get, [ :pointer ], :double ],
# EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photocam_Zoom_Mode mode);
- [ :elm_photocam_zoom_mode_set, [ :evas_object, :elm_photocam_zoom_mode ], :void ],
+ [ :elm_photocam_zoom_mode_set, [ :pointer, :elm_photocam_zoom_mode ], :void ],
# EAPI Elm_Photocam_Zoom_Mode elm_photocam_zoom_mode_get(const Evas_Object *obj);
- [ :elm_photocam_zoom_mode_get, [ :evas_object ], :elm_photocam_zoom_mode ],
+ [ :elm_photocam_zoom_mode_get, [ :pointer ], :elm_photocam_zoom_mode ],
# EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h);
- [ :elm_photocam_image_size_get, [ :evas_object, :pointer, :pointer ], :void ],
+ [ :elm_photocam_image_size_get, [ :pointer, :pointer, :pointer ], :void ],
# EAPI void elm_photocam_image_region_get(const Evas_Object *obj, int *x, int *y, int *w, int *h);
- [ :elm_photocam_image_region_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
+ [ :elm_photocam_image_region_get, [ :pointer, :pointer, :pointer, :pointer, :pointer ], :void ],
# EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, int y, int w, int h);
- [ :elm_photocam_image_region_show, [ :evas_object, :int, :int, :int, :int ], :void ],
+ [ :elm_photocam_image_region_show, [ :pointer, :int, :int, :int, :int ], :void ],
# EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, int x, int y, int w, int h);
- [ :elm_photocam_image_region_bring_in, [ :evas_object, :int, :int, :int, :int ], :void ],
+ [ :elm_photocam_image_region_bring_in, [ :pointer, :int, :int, :int, :int ], :void ],
# EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused);
- [ :elm_photocam_paused_set, [ :evas_object, :bool ], :void ],
+ [ :elm_photocam_paused_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj);
- [ :elm_photocam_paused_get, [ :evas_object ], :bool ],
+ [ :elm_photocam_paused_get, [ :pointer ], :bool ],
# EAPI Evas_Object *elm_photocam_internal_image_get(const Evas_Object *obj);
- [ :elm_photocam_internal_image_get, [ :evas_object ], :evas_object ],
+ [ :elm_photocam_internal_image_get, [ :pointer ], :pointer ],
# EAPI void elm_photocam_gesture_enabled_set(Evas_Object *obj, Eina_Bool gesture);
- [ :elm_photocam_gesture_enabled_set, [ :evas_object, :bool ], :void ],
+ [ :elm_photocam_gesture_enabled_set, [ :pointer, :bool ], :void ],
# EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj);
- [ :elm_photocam_gesture_enabled_get, [ :evas_object ], :bool ],
+ [ :elm_photocam_gesture_enabled_get, [ :pointer ], :bool ],
]
#
attach_fcts fcts