glib2 0.90.6-x86-mingw32 → 0.90.7-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,144 @@
1
+
2
+ /* Generated by glib-mkenums.rb ($Id: glib-mkenums.rb 3990 2010-10-27 03:38:42Z ktou $) */
3
+
4
+ #ifndef __GLIB_ENUM_TYPES_H__
5
+ #define __GLIB_ENUM_TYPES_H__
6
+
7
+ #include <glib-object.h>
8
+
9
+ G_BEGIN_DECLS
10
+
11
+ /* enumerations from "/usr/include/glib-2.0/glib/gthread.h" */
12
+ GType g_thread_error_get_type (void);
13
+ #define G_TYPE_THREAD_ERROR (g_thread_error_get_type())
14
+ GType g_thread_priority_get_type (void);
15
+ #define G_TYPE_THREAD_PRIORITY (g_thread_priority_get_type())
16
+ GType g_once_status_get_type (void);
17
+ #define G_TYPE_ONCE_STATUS (g_once_status_get_type())
18
+
19
+ /* enumerations from "/usr/include/glib-2.0/glib/gvariant.h" */
20
+ GType g_variant_class_get_type (void);
21
+ #define G_TYPE_VARIANT_CLASS (g_variant_class_get_type())
22
+
23
+ /* enumerations from "/usr/include/glib-2.0/glib/gslice.h" */
24
+ GType g_slice_config_get_type (void);
25
+ #define G_TYPE_SLICE_CONFIG (g_slice_config_get_type())
26
+
27
+ /* enumerations from "/usr/include/glib-2.0/glib/gbookmarkfile.h" */
28
+ GType g_bookmark_file_error_get_type (void);
29
+ #define G_TYPE_BOOKMARK_FILE_ERROR (g_bookmark_file_error_get_type())
30
+
31
+ /* enumerations from "/usr/include/glib-2.0/glib/gstrfuncs.h" */
32
+ GType g_ascii_type_get_type (void);
33
+ #define G_TYPE_ASCII_TYPE (g_ascii_type_get_type())
34
+
35
+ /* enumerations from "/usr/include/glib-2.0/glib/gkeyfile.h" */
36
+ GType g_key_file_error_get_type (void);
37
+ #define G_TYPE_KEY_FILE_ERROR (g_key_file_error_get_type())
38
+ GType g_key_file_flags_get_type (void);
39
+ #define G_TYPE_KEY_FILE_FLAGS (g_key_file_flags_get_type())
40
+
41
+ /* enumerations from "/usr/include/glib-2.0/glib/gunicode.h" */
42
+ GType g_unicode_type_get_type (void);
43
+ #define G_TYPE_UNICODE_TYPE (g_unicode_type_get_type())
44
+ GType g_unicode_break_type_get_type (void);
45
+ #define G_TYPE_UNICODE_BREAK_TYPE (g_unicode_break_type_get_type())
46
+ GType g_unicode_script_get_type (void);
47
+ #define G_TYPE_UNICODE_SCRIPT (g_unicode_script_get_type())
48
+ GType g_normalize_mode_get_type (void);
49
+ #define G_TYPE_NORMALIZE_MODE (g_normalize_mode_get_type())
50
+
51
+ /* enumerations from "/usr/include/glib-2.0/glib/gtestutils.h" */
52
+ GType g_test_trap_flags_get_type (void);
53
+ #define G_TYPE_TEST_TRAP_FLAGS (g_test_trap_flags_get_type())
54
+ GType g_test_log_type_get_type (void);
55
+ #define G_TYPE_TEST_LOG_TYPE (g_test_log_type_get_type())
56
+
57
+ /* enumerations from "/usr/include/glib-2.0/glib/gdate.h" */
58
+ GType g_date_dmy_get_type (void);
59
+ #define G_TYPE_DATE_DMY (g_date_dmy_get_type())
60
+ GType g_date_weekday_get_type (void);
61
+ #define G_TYPE_DATE_WEEKDAY (g_date_weekday_get_type())
62
+ GType g_date_month_get_type (void);
63
+ #define G_TYPE_DATE_MONTH (g_date_month_get_type())
64
+
65
+ /* enumerations from "/usr/include/glib-2.0/glib/gconvert.h" */
66
+ GType g_convert_error_get_type (void);
67
+ #define G_TYPE_CONVERT_ERROR (g_convert_error_get_type())
68
+
69
+ /* enumerations from "/usr/include/glib-2.0/glib/gmarkup.h" */
70
+ GType g_markup_error_get_type (void);
71
+ #define G_TYPE_MARKUP_ERROR (g_markup_error_get_type())
72
+ GType g_markup_parse_flags_get_type (void);
73
+ #define G_TYPE_MARKUP_PARSE_FLAGS (g_markup_parse_flags_get_type())
74
+ GType g_markup_collect_type_get_type (void);
75
+ #define G_TYPE_MARKUP_COLLECT_TYPE (g_markup_collect_type_get_type())
76
+
77
+ /* enumerations from "/usr/include/glib-2.0/glib/gregex.h" */
78
+ GType g_regex_error_get_type (void);
79
+ #define G_TYPE_REGEX_ERROR (g_regex_error_get_type())
80
+ GType g_regex_compile_flags_get_type (void);
81
+ #define G_TYPE_REGEX_COMPILE_FLAGS (g_regex_compile_flags_get_type())
82
+ GType g_regex_match_flags_get_type (void);
83
+ #define G_TYPE_REGEX_MATCH_FLAGS (g_regex_match_flags_get_type())
84
+
85
+ /* enumerations from "/usr/include/glib-2.0/glib/gfileutils.h" */
86
+ GType g_file_error_get_type (void);
87
+ #define G_TYPE_FILE_ERROR (g_file_error_get_type())
88
+ GType g_file_test_get_type (void);
89
+ #define G_TYPE_FILE_TEST (g_file_test_get_type())
90
+
91
+ /* enumerations from "/usr/include/glib-2.0/glib/gnode.h" */
92
+ GType g_traverse_flags_get_type (void);
93
+ #define G_TYPE_TRAVERSE_FLAGS (g_traverse_flags_get_type())
94
+ GType g_traverse_type_get_type (void);
95
+ #define G_TYPE_TRAVERSE_TYPE (g_traverse_type_get_type())
96
+
97
+ /* enumerations from "/usr/include/glib-2.0/glib/ghook.h" */
98
+ GType g_hook_flag_mask_get_type (void);
99
+ #define G_TYPE_HOOK_FLAG_MASK (g_hook_flag_mask_get_type())
100
+
101
+ /* enumerations from "/usr/include/glib-2.0/glib/gmessages.h" */
102
+ GType g_log_level_flags_get_type (void);
103
+ #define G_TYPE_LOG_LEVEL_FLAGS (g_log_level_flags_get_type())
104
+
105
+ /* enumerations from "/usr/include/glib-2.0/glib/gchecksum.h" */
106
+ GType g_checksum_type_get_type (void);
107
+ #define G_TYPE_CHECKSUM_TYPE (g_checksum_type_get_type())
108
+
109
+ /* enumerations from "/usr/include/glib-2.0/glib/gshell.h" */
110
+ GType g_shell_error_get_type (void);
111
+ #define G_TYPE_SHELL_ERROR (g_shell_error_get_type())
112
+
113
+ /* enumerations from "/usr/include/glib-2.0/glib/gspawn.h" */
114
+ GType g_spawn_error_get_type (void);
115
+ #define G_TYPE_SPAWN_ERROR (g_spawn_error_get_type())
116
+ GType g_spawn_flags_get_type (void);
117
+ #define G_TYPE_SPAWN_FLAGS (g_spawn_flags_get_type())
118
+
119
+ /* enumerations from "/usr/include/glib-2.0/glib/goption.h" */
120
+ GType g_option_flags_get_type (void);
121
+ #define G_TYPE_OPTION_FLAGS (g_option_flags_get_type())
122
+ GType g_option_arg_get_type (void);
123
+ #define G_TYPE_OPTION_ARG (g_option_arg_get_type())
124
+ GType g_option_error_get_type (void);
125
+ #define G_TYPE_OPTION_ERROR (g_option_error_get_type())
126
+
127
+ /* enumerations from "/usr/include/glib-2.0/glib/gutils.h" */
128
+ GType g_user_directory_get_type (void);
129
+ #define G_TYPE_USER_DIRECTORY (g_user_directory_get_type())
130
+
131
+ /* enumerations from "/usr/include/glib-2.0/gobject/gsignal.h" */
132
+ GType g_signal_flags_get_type (void);
133
+ #define G_TYPE_SIGNAL_FLAGS (g_signal_flags_get_type())
134
+ GType g_connect_flags_get_type (void);
135
+ #define G_TYPE_CONNECT_FLAGS (g_connect_flags_get_type())
136
+ GType g_signal_match_type_get_type (void);
137
+ #define G_TYPE_SIGNAL_MATCH_TYPE (g_signal_match_type_get_type())
138
+
139
+ G_END_DECLS
140
+
141
+ #endif /* __GLIB_ENUM_TYPES_H__ */
142
+
143
+ /* Generated data ends here */
144
+
data/ext/glib2/rbglib.h CHANGED
@@ -23,7 +23,7 @@ extern "C" {
23
23
 
24
24
  #define RBGLIB_MAJOR_VERSION 0
25
25
  #define RBGLIB_MINOR_VERSION 90
26
- #define RBGLIB_MICRO_VERSION 6
26
+ #define RBGLIB_MICRO_VERSION 7
27
27
 
28
28
  #ifndef RSTRING_PTR
29
29
  # define RSTRING_PTR(s) (RSTRING(s)->ptr)
@@ -0,0 +1,3 @@
1
+ Name: Ruby/GLib2
2
+ Description: Ruby bindings for GLib Type, Object, Parameter and Signal Library
3
+ Version: 0.90.7
data/lib/1.8/glib2.so CHANGED
Binary file
data/lib/1.9/glib2.so CHANGED
Binary file
data/lib/mkmf-gnome2.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Extended mkmf for Ruby-GNOME2 and Ruby/GLib based libraries.
5
5
  #
6
- # Copyright(C) 2003-2005 Ruby-GNOME2 Project.
6
+ # Copyright(C) 2003-2011 Ruby-GNOME2 Project.
7
7
  #
8
8
  # This program is licenced under the same
9
9
  # license of Ruby-GNOME2.
@@ -42,6 +42,10 @@ else
42
42
  $cc_is_gcc = false
43
43
  end
44
44
 
45
+ if /-Wl,--no-undefined/ =~ $LDFLAGS.to_s
46
+ $LDFLAGS.gsub!(/-Wl,--no-undefined/, '')
47
+ end
48
+
45
49
  include_path = nil
46
50
  if ENV['GTK_BASEPATH'] and /cygwin/ !~ RUBY_PLATFORM
47
51
  include_path = (ENV['GTK_BASEPATH'] + "\\INCLUDE").gsub("\\", "/")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 379
4
+ hash: 377
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 90
9
- - 6
10
- version: 0.90.6
9
+ - 7
10
+ version: 0.90.7
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - The Ruby-GNOME2 Proejct Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-30 00:00:00 +09:00
18
+ date: 2011-02-02 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -67,6 +67,7 @@ files:
67
67
  - ext/glib2/rbglib_messages.c
68
68
  - ext/glib2/rbgutil.c
69
69
  - ext/glib2/rbglib_maincontext.c
70
+ - ext/glib2/Makefile
70
71
  - ext/glib2/rbgobj_object.c
71
72
  - ext/glib2/rbgobj_typeinstance.c
72
73
  - ext/glib2/rbglib_error.c
@@ -79,9 +80,11 @@ files:
79
80
  - ext/glib2/rbgobj_enums.c
80
81
  - ext/glib2/rbglib_win32.c
81
82
  - ext/glib2/rbglib_int64.c
83
+ - ext/glib2/glib-enum-types.c
82
84
  - ext/glib2/glib2.def
83
85
  - ext/glib2/rbgobj_fundamental.c
84
86
  - ext/glib2/rbgcompat.h
87
+ - ext/glib2/glib-enum-types.h
85
88
  - ext/glib2/rbgobj_closure.c
86
89
  - ext/glib2/rbgobject.c
87
90
  - ext/glib2/rbgobj_boxed.c
@@ -90,6 +93,7 @@ files:
90
93
  - ext/glib2/rbgobj_typeinterface.c
91
94
  - ext/glib2/rbglib_convert.c
92
95
  - ext/glib2/rbglib_keyfile.c
96
+ - ext/glib2/ruby-glib2.pc
93
97
  - ext/glib2/rbgobj_valuetypes.c
94
98
  - ext/glib2/rbglib_i18n.c
95
99
  - ext/glib2/rbglib_unicode.c