summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_getopt.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:08 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:08 +0100
commit4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (patch)
treeaccc28c6a87bd5579c6b6817a224340d9a905f18 /lib/efl/native/ecore_getopt.rb
parentab327d12ebf90a352f5db0a4e434464b0e576863 (diff)
downloadffi-efl-4a2c039c135aabac55b2d88a5f5548d52d7a3cdf.zip
ffi-efl-4a2c039c135aabac55b2d88a5f5548d52d7a3cdf.tar.gz
wip-index-state
Diffstat (limited to 'lib/efl/native/ecore_getopt.rb')
-rw-r--r--lib/efl/native/ecore_getopt.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/efl/native/ecore_getopt.rb b/lib/efl/native/ecore_getopt.rb
index f4fa9e3..036cdba 100644
--- a/lib/efl/native/ecore_getopt.rb
+++ b/lib/efl/native/ecore_getopt.rb
@@ -25,7 +25,7 @@ module Efl
# typedef enum {...} Ecore_Getopt_Action;
enum :ecore_getopt_action, [ :ecore_getopt_action_store, :ecore_getopt_action_store_const, :ecore_getopt_action_store_true,
:ecore_getopt_action_store_false, :ecore_getopt_action_choice, :ecore_getopt_action_append, :ecore_getopt_action_count, :ecore_getopt_action_callback,
- :ecore_getopt_action_help, :ecore_getopt_action_version, :ecore_getopt_action_copyright, :ecore_getopt_action_license ]
+ :ecore_getopt_action_help, :ecore_getopt_action_version, :ecore_getopt_action_copyright, :ecore_getopt_action_license, :ecore_getopt_action_break ]
# typedef enum {...} Ecore_Getopt_Type;
enum :ecore_getopt_type, [ :ecore_getopt_type_str, :ecore_getopt_type_bool, :ecore_getopt_type_short, :ecore_getopt_type_int,
:ecore_getopt_type_long, :ecore_getopt_type_ushort, :ecore_getopt_type_uint, :ecore_getopt_type_ulong, :ecore_getopt_type_double ]
@@ -34,16 +34,16 @@ module Efl
:ecore_getopt_desc_arg_requirement_optional, 3 ]
#
# TYPEDEFS
- # typedef union _Ecore_Getopt_Value Ecore_Getopt_Value;
- typedef :pointer, :ecore_getopt_value
# typedef struct _Ecore_Getopt_Desc_Store Ecore_Getopt_Desc_Store;
typedef :pointer, :ecore_getopt_desc_store
# typedef struct _Ecore_Getopt_Desc_Callback Ecore_Getopt_Desc_Callback;
typedef :pointer, :ecore_getopt_desc_callback
- # typedef struct _Ecore_Getopt_Desc Ecore_Getopt_Desc;
- typedef :pointer, :ecore_getopt_desc
# typedef struct _Ecore_Getopt Ecore_Getopt;
typedef :pointer, :ecore_getopt
+ # typedef struct _Ecore_Getopt_Desc Ecore_Getopt_Desc;
+ typedef :pointer, :ecore_getopt_desc
+ # typedef union _Ecore_Getopt_Value Ecore_Getopt_Value;
+ typedef :pointer, :ecore_getopt_value
#
# FUNCTIONS
fcts = [