diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-25 21:47:19 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-25 21:47:19 +0100 |
commit | 8860b1d516eed885f29f7270a21c1cef0a92a83f (patch) | |
tree | 11ef9fd7a95aa5a4e33811390465e6e4e88463a5 /lib/efl | |
parent | eb03438c8f94a57cf8b1f80fb87949bcfc68884f (diff) | |
download | ffi-efl-8860b1d516eed885f29f7270a21c1cef0a92a83f.zip ffi-efl-8860b1d516eed885f29f7270a21c1cef0a92a83f.tar.gz |
regenerate native modeuls
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/native/ecore_getopt.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/ecore_input.rb | 2 | ||||
-rw-r--r-- | lib/efl/native/eina.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/eina_hash.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/eina_list.rb | 6 | ||||
-rw-r--r-- | lib/efl/native/eina_types.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/eina_xattr.rb | 4 | ||||
-rw-r--r-- | lib/efl/native/emap.rb | 4 |
8 files changed, 0 insertions, 32 deletions
diff --git a/lib/efl/native/ecore_getopt.rb b/lib/efl/native/ecore_getopt.rb index 3042463..cb13303 100644 --- a/lib/efl/native/ecore_getopt.rb +++ b/lib/efl/native/ecore_getopt.rb @@ -45,10 +45,6 @@ module Efl # typedef struct _Ecore_Getopt Ecore_Getopt; typedef :pointer, :ecore_getopt # - # CALLBACKS - # - # VARIABLES - # # FUNCTIONS fcts = [ # EAPI void ecore_getopt_help(FILE *fp, const Ecore_Getopt *info); diff --git a/lib/efl/native/ecore_input.rb b/lib/efl/native/ecore_input.rb index 19e2dbb..ebb4289 100644 --- a/lib/efl/native/ecore_input.rb +++ b/lib/efl/native/ecore_input.rb @@ -44,8 +44,6 @@ module Efl # typedef struct _Ecore_Event_Modifiers Ecore_Event_Modifiers; typedef :pointer, :ecore_event_modifiers # - # CALLBACKS - # # VARIABLES # EAPI extern int ECORE_EVENT_KEY_DOWN; attach_variable :ECORE_EVENT_KEY_DOWN, :int diff --git a/lib/efl/native/eina.rb b/lib/efl/native/eina.rb index 7cf9993..cd014e9 100644 --- a/lib/efl/native/eina.rb +++ b/lib/efl/native/eina.rb @@ -20,14 +20,10 @@ module Efl # ffi_lib 'eina' # - # ENUMS - # # TYPEDEFS # typedef struct _Eina_Version Eina_Version; typedef :pointer, :eina_version # - # CALLBACKS - # # VARIABLES # EAPI extern Eina_Version *eina_version; attach_variable :eina_version, :eina_version diff --git a/lib/efl/native/eina_hash.rb b/lib/efl/native/eina_hash.rb index 8c2ace8..37beff3 100644 --- a/lib/efl/native/eina_hash.rb +++ b/lib/efl/native/eina_hash.rb @@ -20,8 +20,6 @@ module Efl # ffi_lib 'eina' # - # ENUMS - # # TYPEDEFS # typedef struct _Eina_Hash Eina_Hash; typedef :pointer, :eina_hash @@ -38,8 +36,6 @@ module Efl # typedef Eina_Bool (*Eina_Hash_Foreach) (const Eina_Hash *hash, const void *key, void *data, void *fdata); callback :eina_hash_foreach_cb, [ :eina_hash, :pointer, :pointer, :pointer ], :bool # - # VARIABLES - # # FUNCTIONS fcts = [ # EAPI Eina_Hash *eina_hash_new(Eina_Key_Length key_length_cb, Eina_Key_Cmp key_cmp_cb, Eina_Key_Hash key_hash_cb, Eina_Free_Cb data_free_cb, int buckets_power_size); diff --git a/lib/efl/native/eina_list.rb b/lib/efl/native/eina_list.rb index 1d1f57b..37f6529 100644 --- a/lib/efl/native/eina_list.rb +++ b/lib/efl/native/eina_list.rb @@ -20,18 +20,12 @@ module Efl # ffi_lib 'eina' # - # ENUMS - # # TYPEDEFS # typedef struct _Eina_List Eina_List; typedef :pointer, :eina_list # typedef struct _Eina_List_Accounting Eina_List_Accounting; typedef :pointer, :eina_list_accounting # - # CALLBACKS - # - # VARIABLES - # # FUNCTIONS fcts = [ # EAPI Eina_List *eina_list_append(Eina_List *list, const void *data); diff --git a/lib/efl/native/eina_types.rb b/lib/efl/native/eina_types.rb index cc478ba..47ab4e7 100644 --- a/lib/efl/native/eina_types.rb +++ b/lib/efl/native/eina_types.rb @@ -20,8 +20,6 @@ module Efl # ffi_lib 'eina' # - # ENUMS - # # TYPEDEFS # typedef unsigned char Eina_Bool; typedef :bool, :eina_bool @@ -34,8 +32,6 @@ module Efl # typedef void (*Eina_Free_Cb) (void *data); callback :eina_free_cb, [ :pointer ], :void # - # VARIABLES - # # FUNCTIONS fcts = [ ] diff --git a/lib/efl/native/eina_xattr.rb b/lib/efl/native/eina_xattr.rb index 10a822b..f2f0e88 100644 --- a/lib/efl/native/eina_xattr.rb +++ b/lib/efl/native/eina_xattr.rb @@ -28,10 +28,6 @@ module Efl # typedef struct _Eina_Xattr Eina_Xattr; typedef :pointer, :eina_xattr # - # CALLBACKS - # - # VARIABLES - # # FUNCTIONS fcts = [ # EAPI Eina_Iterator *eina_xattr_ls(const char *file); diff --git a/lib/efl/native/emap.rb b/lib/efl/native/emap.rb index f096330..0f31d7c 100644 --- a/lib/efl/native/emap.rb +++ b/lib/efl/native/emap.rb @@ -31,10 +31,6 @@ module Efl # typedef struct emap_route_node EMap_Route_Node; typedef :pointer, :emap_route_node # - # CALLBACKS - # - # VARIABLES - # # FUNCTIONS fcts = [ # EAPI int emap_init(); |