gobject-introspection 3.0.7-x86-mingw32 → 3.0.8-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.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/ext/gobject-introspection/extconf.rb +1 -0
- data/ext/gobject-introspection/rb-gi-argument.c +123 -26
- data/ext/gobject-introspection/rb-gi-function-info.c +558 -19
- data/ext/gobject-introspection/rb-gi-repository.c +9 -0
- data/ext/gobject-introspection/rb-gobject-introspection.h +3 -0
- data/lib/2.2/gobject_introspection.so +0 -0
- data/lib/2.3/gobject_introspection.so +0 -0
- data/lib/gobject-introspection/loader.rb +1 -1
- data/vendor/local/bin/g-ir-compiler.exe +0 -0
- data/vendor/local/bin/g-ir-generate.exe +0 -0
- data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
- data/vendor/local/include/gobject-introspection-1.0/gistructinfo.h +4 -0
- data/vendor/local/lib/girepository-1.0/GIRepository-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GLib-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GModule-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GObject-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gio-2.0.typelib +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/__init__.py +1 -1
- data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.py +39 -11
- data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.py +187 -164
- data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/ast.py +191 -58
- data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/cachestore.py +42 -54
- data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.py +272 -82
- data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/codegen.py +18 -11
- data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.py +4 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.py +25 -13
- data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/docmain.py +21 -19
- data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/docwriter.py +19 -16
- data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/dumper.py +148 -158
- data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.py +31 -21
- data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girparser.py +13 -5
- data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girwriter.py +12 -13
- data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.py +5 -1
- data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.py +11 -9
- data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.py +150 -45
- data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/message.py +56 -19
- data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.py +101 -0
- data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/scannermain.py +41 -22
- data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.py +6 -1
- data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/shlibs.py +8 -2
- data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.py +42 -56
- data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.py +19 -5
- data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/transformer.py +73 -37
- data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/utils.py +92 -14
- data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.py +30 -11
- data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
- data/vendor/local/lib/libgirepository-1.0.a +0 -0
- data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
- data/vendor/local/lib/libgirepository-1.0.la +1 -1
- data/vendor/local/lib/pkgconfig/gobject-introspection-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-introspection-no-export-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GIRepository-2.0.gir +57 -13
- data/vendor/local/share/gir-1.0/GLib-2.0.gir +2018 -894
- data/vendor/local/share/gir-1.0/GModule-2.0.gir +2 -1
- data/vendor/local/share/gir-1.0/GObject-2.0.gir +1107 -674
- data/vendor/local/share/gir-1.0/Gio-2.0.gir +5589 -1287
- data/vendor/local/share/gobject-introspection-1.0/Makefile.introspection +4 -2
- data/vendor/local/share/gobject-introspection-1.0/gdump.c +8 -0
- data/vendor/local/share/gobject-introspection-1.0/tests/everything.c +273 -323
- data/vendor/local/share/gobject-introspection-1.0/tests/everything.h +58 -38
- data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c +1 -1
- data/vendor/local/share/gobject-introspection-1.0/tests/regress.c +177 -23
- data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +40 -0
- data/vendor/local/share/man/man1/g-ir-compiler.1 +7 -7
- metadata +9 -7
- data/lib/2.0/gobject_introspection.so +0 -0
- data/lib/2.1/gobject_introspection.so +0 -0
@@ -15,6 +15,13 @@
|
|
15
15
|
_GI_TEST_EXTERN
|
16
16
|
void regress_set_abort_on_error (gboolean abort_on_error);
|
17
17
|
|
18
|
+
/* return annotations */
|
19
|
+
_GI_TEST_EXTERN
|
20
|
+
char *regress_test_return_allow_none (void);
|
21
|
+
|
22
|
+
_GI_TEST_EXTERN
|
23
|
+
char *regress_test_return_nullable (void);
|
24
|
+
|
18
25
|
/* basic types */
|
19
26
|
_GI_TEST_EXTERN
|
20
27
|
gboolean regress_test_boolean (gboolean in);
|
@@ -205,6 +212,9 @@ GList *regress_test_glist_container_return (void);
|
|
205
212
|
_GI_TEST_EXTERN
|
206
213
|
GList *regress_test_glist_everything_return (void);
|
207
214
|
|
215
|
+
_GI_TEST_EXTERN
|
216
|
+
void regress_test_glist_gtype_container_in (GList *in);
|
217
|
+
|
208
218
|
_GI_TEST_EXTERN
|
209
219
|
void regress_test_glist_nothing_in (const GList *in);
|
210
220
|
|
@@ -531,6 +541,9 @@ void regress_test_struct_a_clone (RegressTestStructA *a,
|
|
531
541
|
_GI_TEST_EXTERN
|
532
542
|
void regress_test_struct_a_parse (RegressTestStructA *a_out, const gchar *string);
|
533
543
|
|
544
|
+
_GI_TEST_EXTERN
|
545
|
+
void regress_test_array_struct_out (RegressTestStructA **arr, int *len);
|
546
|
+
|
534
547
|
struct _RegressTestStructB
|
535
548
|
{
|
536
549
|
gint8 some_int8;
|
@@ -814,6 +827,9 @@ void regress_test_obj_emit_sig_with_int64 (RegressTestObj *obj);
|
|
814
827
|
_GI_TEST_EXTERN
|
815
828
|
void regress_test_obj_emit_sig_with_uint64 (RegressTestObj *obj);
|
816
829
|
|
830
|
+
_GI_TEST_EXTERN
|
831
|
+
void regress_test_obj_emit_sig_with_array_len_prop (RegressTestObj *obj);
|
832
|
+
|
817
833
|
_GI_TEST_EXTERN
|
818
834
|
int regress_test_obj_instance_method (RegressTestObj *obj);
|
819
835
|
|
@@ -915,6 +931,15 @@ void regress_func_obj_null_in (RegressTestObj *obj);
|
|
915
931
|
_GI_TEST_EXTERN
|
916
932
|
void regress_test_obj_null_out (RegressTestObj **obj);
|
917
933
|
|
934
|
+
void regress_func_obj_nullable_in (RegressTestObj *obj);
|
935
|
+
|
936
|
+
void regress_test_obj_not_nullable_typed_gpointer_in (RegressTestObj *obj,
|
937
|
+
gpointer input);
|
938
|
+
|
939
|
+
void regress_test_obj_not_nullable_element_typed_gpointer_in (RegressTestObj *obj,
|
940
|
+
gpointer input,
|
941
|
+
guint count);
|
942
|
+
|
918
943
|
/* inheritance */
|
919
944
|
#define REGRESS_TEST_TYPE_SUB_OBJ (regress_test_sub_obj_get_type ())
|
920
945
|
#define REGRESS_TEST_SUB_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), REGRESS_TEST_TYPE_SUB_OBJ, RegressTestSubObj))
|
@@ -1021,6 +1046,7 @@ regress_test_fundamental_sub_object_new (const char *data);
|
|
1021
1046
|
|
1022
1047
|
/* callback */
|
1023
1048
|
typedef void (*RegressTestSimpleCallback) (void);
|
1049
|
+
typedef void RegressTestNoPtrCallback (void);
|
1024
1050
|
typedef int (*RegressTestCallback) (void);
|
1025
1051
|
typedef int (*RegressTestCallbackUserData) (gpointer user_data);
|
1026
1052
|
/**
|
@@ -1041,6 +1067,11 @@ typedef void (*RegressTestCallbackOwnedGError) (GError *error);
|
|
1041
1067
|
* @path: (type filename): Path to file
|
1042
1068
|
*/
|
1043
1069
|
typedef int (*RegressTestCallbackFull) (int foo, double bar, char *path);
|
1070
|
+
/**
|
1071
|
+
* RegressTestCallbackReturnFull:
|
1072
|
+
* Return value: (transfer full):
|
1073
|
+
*/
|
1074
|
+
typedef RegressTestObj *(*RegressTestCallbackReturnFull) (void);
|
1044
1075
|
/**
|
1045
1076
|
* RegressTestCallbackArray:
|
1046
1077
|
* @one: (array length=one_length):
|
@@ -1059,6 +1090,9 @@ typedef void (* RegressTestCallbackArrayInOut) (int **ints, int *length);
|
|
1059
1090
|
_GI_TEST_EXTERN
|
1060
1091
|
void regress_test_simple_callback (RegressTestSimpleCallback callback);
|
1061
1092
|
|
1093
|
+
_GI_TEST_EXTERN
|
1094
|
+
void regress_test_noptr_callback (RegressTestNoPtrCallback callback);
|
1095
|
+
|
1062
1096
|
_GI_TEST_EXTERN
|
1063
1097
|
int regress_test_callback (RegressTestCallback callback);
|
1064
1098
|
|
@@ -1075,6 +1109,9 @@ _GI_TEST_EXTERN
|
|
1075
1109
|
int regress_test_callback_user_data (RegressTestCallbackUserData callback,
|
1076
1110
|
gpointer user_data);
|
1077
1111
|
|
1112
|
+
_GI_TEST_EXTERN
|
1113
|
+
void regress_test_callback_return_full (RegressTestCallbackReturnFull callback);
|
1114
|
+
|
1078
1115
|
_GI_TEST_EXTERN
|
1079
1116
|
int regress_test_callback_destroy_notify (RegressTestCallbackUserData callback,
|
1080
1117
|
gpointer user_data,
|
@@ -1412,4 +1449,7 @@ typedef struct {
|
|
1412
1449
|
};
|
1413
1450
|
} RegressAnAnonymousUnion;
|
1414
1451
|
|
1452
|
+
GVariant *
|
1453
|
+
regress_get_variant (void);
|
1454
|
+
|
1415
1455
|
#endif /* __GITESTTYPES_H__ */
|
@@ -10,25 +10,25 @@ The output will be written to standard output unless the --output
|
|
10
10
|
is specified.
|
11
11
|
.SH OPTIONS
|
12
12
|
.TP
|
13
|
-
.B
|
13
|
+
.B \--help
|
14
14
|
Show help options
|
15
15
|
.TP
|
16
|
-
.B
|
16
|
+
.B \--output=FILENAME
|
17
17
|
Save the resulting output in FILENAME.
|
18
18
|
.TP
|
19
|
-
.B
|
19
|
+
.B \--verbose
|
20
20
|
Show verbose messages
|
21
21
|
.TP
|
22
|
-
.B
|
22
|
+
.B \--debug
|
23
23
|
Show debug messages
|
24
24
|
.TP
|
25
|
-
.B
|
25
|
+
.B \--includedir=DIRECTORY
|
26
26
|
Adds a directory which will be used to find includes inside the GIR format.
|
27
27
|
.TP
|
28
|
-
.B
|
28
|
+
.B \--module=MODULE
|
29
29
|
FIXME
|
30
30
|
.TP
|
31
|
-
.B
|
31
|
+
.B \--shared-library=FILENAME
|
32
32
|
Specifies the shared library where the symbols in the typelib can be found.
|
33
33
|
The name of the library should not contain the leading lib prefix nor
|
34
34
|
the ending shared library suffix.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gobject-introspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.8
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: glib2
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.
|
19
|
+
version: 3.0.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.
|
26
|
+
version: 3.0.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: test-unit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,9 +81,8 @@ files:
|
|
81
81
|
- ext/gobject-introspection/rb-gobject-introspection.c
|
82
82
|
- ext/gobject-introspection/rb-gobject-introspection.h
|
83
83
|
- extconf.rb
|
84
|
-
- lib/2.0/gobject_introspection.so
|
85
|
-
- lib/2.1/gobject_introspection.so
|
86
84
|
- lib/2.2/gobject_introspection.so
|
85
|
+
- lib/2.3/gobject_introspection.so
|
87
86
|
- lib/gobject-introspection.rb
|
88
87
|
- lib/gobject-introspection/arg-info.rb
|
89
88
|
- lib/gobject-introspection/boxed-info.rb
|
@@ -268,6 +267,9 @@ files:
|
|
268
267
|
- vendor/local/lib/gobject-introspection/giscanner/message.py
|
269
268
|
- vendor/local/lib/gobject-introspection/giscanner/message.pyc
|
270
269
|
- vendor/local/lib/gobject-introspection/giscanner/message.pyo
|
270
|
+
- vendor/local/lib/gobject-introspection/giscanner/msvccompiler.py
|
271
|
+
- vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyc
|
272
|
+
- vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyo
|
271
273
|
- vendor/local/lib/gobject-introspection/giscanner/scannermain.py
|
272
274
|
- vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc
|
273
275
|
- vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo
|
@@ -340,7 +342,7 @@ files:
|
|
340
342
|
- vendor/local/share/man/man1/g-ir-generate.1
|
341
343
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
342
344
|
licenses:
|
343
|
-
- LGPLv2.1
|
345
|
+
- LGPLv2.1+
|
344
346
|
metadata: {}
|
345
347
|
post_install_message:
|
346
348
|
rdoc_options: []
|
Binary file
|
Binary file
|