diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:40:56 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:40:56 +0100 |
commit | 370f6128fdfbbd88016b8abb198577a0ae8b52d4 (patch) | |
tree | 48357bbbea591cc6fdcd302d3e2e082ed9dea132 | |
parent | 0c899cabaa0bb264c7d2c57ae6510d069796dd2d (diff) | |
download | ffi-efl-370f6128fdfbbd88016b8abb198577a0ae8b52d4.zip ffi-efl-370f6128fdfbbd88016b8abb198577a0ae8b52d4.tar.gz |
remove anchorblack and anchorview ruby files
-rw-r--r-- | lib/efl/elm/elm_anchorblock.rb | 22 | ||||
-rw-r--r-- | lib/efl/elm/elm_anchorview.rb | 22 | ||||
-rw-r--r-- | lib/efl/native/elm/elm_anchorblock.rb | 55 | ||||
-rw-r--r-- | lib/efl/native/elm/elm_anchorview.rb | 59 |
4 files changed, 0 insertions, 158 deletions
diff --git a/lib/efl/elm/elm_anchorblock.rb b/lib/efl/elm/elm_anchorblock.rb deleted file mode 100644 index bd50a7b..0000000 --- a/lib/efl/elm/elm_anchorblock.rb +++ /dev/null @@ -1,22 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/elm/elm_object' -require 'efl/native/elm/elm_anchorblock' -# -module Efl - # - module Elm - # - class ElmAnchorBlock < ElmObject - # - include Helper - constructor :elm_anchorblock_add - search_prefixes 'elm_anchorblock_' - # - end - # - end -end -# -# EOF diff --git a/lib/efl/elm/elm_anchorview.rb b/lib/efl/elm/elm_anchorview.rb deleted file mode 100644 index 93296a0..0000000 --- a/lib/efl/elm/elm_anchorview.rb +++ /dev/null @@ -1,22 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/elm/elm_object' -require 'efl/native/elm/elm_anchorview' -# -module Efl - # - module Elm - # - class ElmAnchorView < ElmObject - # - include Helper - constructor :elm_anchorview_add - search_prefixes 'elm_anchorview_' - # - end - # - end -end -# -# EOF diff --git a/lib/efl/native/elm/elm_anchorblock.rb b/lib/efl/native/elm/elm_anchorblock.rb deleted file mode 100644 index 640a306..0000000 --- a/lib/efl/native/elm/elm_anchorblock.rb +++ /dev/null @@ -1,55 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/native' -require 'efl/native/elementary' -# -module Efl - # - module ElmAnchorBlock - # - FCT_PREFIX = 'elm_anchorblock_' unless const_defined? :FCT_PREFIX - # - def self.method_missing meth, *args, &block - sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX - self.send sym, *args, &block - end - # - end - # - module Native - # - ffi_lib 'elementary-ver-pre-svn-09.so.0' - # - # TYPEDEFS - # typedef struct _Elm_Entry_Anchorblock_Info Elm_Entry_Anchorblock_Info; - typedef :pointer, :elm_entry_anchorblock_info - # - # FUNCTIONS - fcts = [ - # EAPI Evas_Object *elm_anchorblock_add(Evas_Object *parent); - [ :elm_anchorblock_add, [ :evas_object ], :evas_object ], - # EAPI void elm_anchorblock_hover_parent_set(Evas_Object *obj, Evas_Object *parent); - [ :elm_anchorblock_hover_parent_set, [ :evas_object, :evas_object ], :void ], - # EAPI Evas_Object *elm_anchorblock_hover_parent_get(const Evas_Object *obj); - [ :elm_anchorblock_hover_parent_get, [ :evas_object ], :evas_object ], - # EAPI void elm_anchorblock_hover_style_set(Evas_Object *obj, const char *style); - [ :elm_anchorblock_hover_style_set, [ :evas_object, :string ], :void ], - # EAPI const char *elm_anchorblock_hover_style_get(const Evas_Object *obj); - [ :elm_anchorblock_hover_style_get, [ :evas_object ], :string ], - # EAPI void elm_anchorblock_hover_end(Evas_Object *obj); - [ :elm_anchorblock_hover_end, [ :evas_object ], :void ], - # EAPI void elm_anchorblock_item_provider_append(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorblock, const char *item), void *data); - # FIXME - # EAPI void elm_anchorblock_item_provider_prepend(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorblock, const char *item), void *data); - # FIXME - # EAPI void elm_anchorblock_item_provider_remove(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorblock, const char *item), void *data); - # FIXME - ] - # - attach_fcts fcts - # - end -end -# -# EOF diff --git a/lib/efl/native/elm/elm_anchorview.rb b/lib/efl/native/elm/elm_anchorview.rb deleted file mode 100644 index 48e3de2..0000000 --- a/lib/efl/native/elm/elm_anchorview.rb +++ /dev/null @@ -1,59 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/native' -require 'efl/native/elementary' -# -module Efl - # - module ElmAnchorView - # - FCT_PREFIX = 'elm_anchorview_' unless const_defined? :FCT_PREFIX - # - def self.method_missing meth, *args, &block - sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX - self.send sym, *args, &block - end - # - end - # - module Native - # - ffi_lib 'elementary-ver-pre-svn-09.so.0' - # - # TYPEDEFS - # typedef struct _Elm_Entry_Anchorview_Info Elm_Entry_Anchorview_Info; - typedef :pointer, :elm_entry_anchorview_info - # - # FUNCTIONS - fcts = [ - # EAPI Evas_Object *elm_anchorview_add(Evas_Object *parent); - [ :elm_anchorview_add, [ :evas_object ], :evas_object ], - # EAPI void elm_anchorview_hover_parent_set(Evas_Object *obj, Evas_Object *parent); - [ :elm_anchorview_hover_parent_set, [ :evas_object, :evas_object ], :void ], - # EAPI Evas_Object *elm_anchorview_hover_parent_get(const Evas_Object *obj); - [ :elm_anchorview_hover_parent_get, [ :evas_object ], :evas_object ], - # EAPI void elm_anchorview_hover_style_set(Evas_Object *obj, const char *style); - [ :elm_anchorview_hover_style_set, [ :evas_object, :string ], :void ], - # EAPI const char *elm_anchorview_hover_style_get(const Evas_Object *obj); - [ :elm_anchorview_hover_style_get, [ :evas_object ], :string ], - # EAPI void elm_anchorview_hover_end(Evas_Object *obj); - [ :elm_anchorview_hover_end, [ :evas_object ], :void ], - # EAPI void elm_anchorview_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); - [ :elm_anchorview_bounce_set, [ :evas_object, :bool, :bool ], :void ], - # EAPI void elm_anchorview_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); - [ :elm_anchorview_bounce_get, [ :evas_object, :pointer, :pointer ], :void ], - # EAPI void elm_anchorview_item_provider_append(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorview, const char *item), void *data); - # FIXME - # EAPI void elm_anchorview_item_provider_prepend(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorview, const char *item), void *data); - # FIXME - # EAPI void elm_anchorview_item_provider_remove(Evas_Object *obj, Evas_Object * (*func)(void *data, Evas_Object * anchorview, const char *item), void *data); - # FIXME - ] - # - attach_fcts fcts - # - end -end -# -# EOF |