summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_getopt.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-09 23:37:12 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-09 23:37:12 +0200
commit109636837b7f03403558a95e0f93a3239b855a99 (patch)
tree362f92b41b3220b4963d8ee24dc3b5ce08ff113c /lib/efl/native/ecore_getopt.rb
parent5acfd1653e59f6baa191551a8a6c87f471faf299 (diff)
downloadffi-efl-109636837b7f03403558a95e0f93a3239b855a99.zip
ffi-efl-109636837b7f03403558a95e0f93a3239b855a99.tar.gz
regenerate ffi with larger wraping columns
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 e994915..a631a36 100644
--- a/lib/efl/native/ecore_getopt.rb
+++ b/lib/efl/native/ecore_getopt.rb
@@ -24,12 +24,12 @@ module Efl
#
# ENUMS
# 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 ]
+ 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 ]
# 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 ]
+ 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 ]
# typedef enum {...} Ecore_Getopt_Desc_Arg_Requirement;
enum :ecore_getopt_desc_arg_requirement, [ :ecore_getopt_desc_arg_requirement_no, 0, :ecore_getopt_desc_arg_requirement_yes, 1,
:ecore_getopt_desc_arg_requirement_optional, 3 ]