gobject-introspection 2.2.5-x86-mingw32 → 3.0.0-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 +3 -3
- data/ext/gobject-introspection/extconf.rb +1 -1
- data/ext/gobject-introspection/rb-gi-argument.c +2275 -708
- data/ext/gobject-introspection/rb-gi-constant-info.c +1 -1
- data/ext/gobject-introspection/rb-gi-constructor-info.c +2 -2
- data/ext/gobject-introspection/rb-gi-conversions.h +40 -36
- data/ext/gobject-introspection/rb-gi-field-info.c +32 -6
- data/ext/gobject-introspection/rb-gi-function-info.c +98 -63
- data/ext/gobject-introspection/rb-gi-loader.c +33 -1
- data/ext/gobject-introspection/rb-gi-method-info.c +3 -6
- data/ext/gobject-introspection/rb-gi-private.h +2 -1
- data/ext/gobject-introspection/rb-gi-repository.c +29 -29
- data/lib/2.0/gobject_introspection.so +0 -0
- data/lib/2.1/gobject_introspection.so +0 -0
- data/lib/2.2/gobject_introspection.so +0 -0
- data/lib/gobject-introspection/arg-info.rb +27 -0
- data/lib/gobject-introspection/callable-info.rb +3 -1
- data/lib/gobject-introspection/loader.rb +160 -31
- data/lib/gobject-introspection.rb +1 -0
- 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/girepository.h +4 -0
- data/vendor/local/include/gobject-introspection-1.0/giversionmacros.h +15 -1
- 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/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__.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
- 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 +6 -1
- 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 +3 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girparser.py +19 -1
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.py +7 -3
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/scannermain.py +1 -1
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
- 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 +8 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
- 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.pyc +0 -0
- data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
- 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 +3 -3
- 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 +44 -7
- data/vendor/local/share/gir-1.0/GLib-2.0.gir +518 -131
- data/vendor/local/share/gir-1.0/GObject-2.0.gir +1248 -475
- data/vendor/local/share/gir-1.0/Gio-2.0.gir +1849 -80
- data/vendor/local/share/gobject-introspection-1.0/tests/annotation.c +1 -1
- data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c +19 -16
- data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.h +1 -1
- data/vendor/local/share/gobject-introspection-1.0/tests/regress.c +3 -0
- data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +2 -2
- data/vendor/local/share/man/man1/g-ir-compiler.1 +1 -2
- data/vendor/local/share/man/man1/g-ir-generate.1 +2 -3
- metadata +5 -4
@@ -449,7 +449,7 @@ regress_annotation_object_compute_sum_n(RegressAnnotationObject *object,
|
|
449
449
|
/**
|
450
450
|
* regress_annotation_object_compute_sum_nz:
|
451
451
|
* @object: a #RegressAnnotationObject
|
452
|
-
* @nums: (array length=n_nums zero-terminated
|
452
|
+
* @nums: (array length=n_nums zero-terminated): Sequence of numbers that
|
453
453
|
* are zero-terminated
|
454
454
|
* @n_nums: Length of number array
|
455
455
|
*
|
@@ -2,7 +2,10 @@
|
|
2
2
|
*vim: tabstop=4 shiftwidth=4 expandtab
|
3
3
|
*/
|
4
4
|
|
5
|
+
/* This file gets installed, so we can't assume config.h is available */
|
6
|
+
#ifdef HAVE_CONFIG_H
|
5
7
|
#include "config.h"
|
8
|
+
#endif
|
6
9
|
|
7
10
|
#include "gimarshallingtests.h"
|
8
11
|
|
@@ -1329,7 +1332,7 @@ gi_marshalling_tests_array_in_len_before (gint length, const gint *ints)
|
|
1329
1332
|
|
1330
1333
|
/**
|
1331
1334
|
* gi_marshalling_tests_array_in_len_zero_terminated:
|
1332
|
-
* @ints: (array length=length zero-terminated
|
1335
|
+
* @ints: (array length=length zero-terminated):
|
1333
1336
|
* @length:
|
1334
1337
|
*/
|
1335
1338
|
void
|
@@ -1581,7 +1584,7 @@ gi_marshalling_tests_array_in_nonzero_nonlen (gint first, const guint8 *chars)
|
|
1581
1584
|
/**
|
1582
1585
|
* gi_marshalling_tests_array_zero_terminated_return:
|
1583
1586
|
*
|
1584
|
-
* Returns: (array zero-terminated
|
1587
|
+
* Returns: (array zero-terminated) (transfer none):
|
1585
1588
|
*/
|
1586
1589
|
gchar **
|
1587
1590
|
gi_marshalling_tests_array_zero_terminated_return (void)
|
@@ -1593,7 +1596,7 @@ gi_marshalling_tests_array_zero_terminated_return (void)
|
|
1593
1596
|
/**
|
1594
1597
|
* gi_marshalling_tests_array_zero_terminated_return_null:
|
1595
1598
|
*
|
1596
|
-
* Returns: (array zero-terminated
|
1599
|
+
* Returns: (array zero-terminated) (transfer none):
|
1597
1600
|
*/
|
1598
1601
|
gchar **
|
1599
1602
|
gi_marshalling_tests_array_zero_terminated_return_null (void)
|
@@ -1604,7 +1607,7 @@ gi_marshalling_tests_array_zero_terminated_return_null (void)
|
|
1604
1607
|
/**
|
1605
1608
|
* gi_marshalling_tests_array_zero_terminated_return_struct:
|
1606
1609
|
*
|
1607
|
-
* Returns: (array zero-terminated
|
1610
|
+
* Returns: (array zero-terminated) (transfer full):
|
1608
1611
|
*/
|
1609
1612
|
GIMarshallingTestsBoxedStruct **
|
1610
1613
|
gi_marshalling_tests_array_zero_terminated_return_struct (void)
|
@@ -1627,7 +1630,7 @@ gi_marshalling_tests_array_zero_terminated_return_struct (void)
|
|
1627
1630
|
|
1628
1631
|
/**
|
1629
1632
|
* gi_marshalling_tests_array_zero_terminated_in:
|
1630
|
-
* @utf8s: (array zero-terminated
|
1633
|
+
* @utf8s: (array zero-terminated) (transfer none):
|
1631
1634
|
*/
|
1632
1635
|
void
|
1633
1636
|
gi_marshalling_tests_array_zero_terminated_in (gchar **utf8s)
|
@@ -1640,7 +1643,7 @@ gi_marshalling_tests_array_zero_terminated_in (gchar **utf8s)
|
|
1640
1643
|
|
1641
1644
|
/**
|
1642
1645
|
* gi_marshalling_tests_array_zero_terminated_out:
|
1643
|
-
* @utf8s: (out) (array zero-terminated
|
1646
|
+
* @utf8s: (out) (array zero-terminated) (transfer none):
|
1644
1647
|
*/
|
1645
1648
|
void
|
1646
1649
|
gi_marshalling_tests_array_zero_terminated_out (gchar *** utf8s)
|
@@ -1651,7 +1654,7 @@ gi_marshalling_tests_array_zero_terminated_out (gchar *** utf8s)
|
|
1651
1654
|
|
1652
1655
|
/**
|
1653
1656
|
* gi_marshalling_tests_array_zero_terminated_inout:
|
1654
|
-
* @utf8s: (inout) (array zero-terminated
|
1657
|
+
* @utf8s: (inout) (array zero-terminated) (transfer none):
|
1655
1658
|
*/
|
1656
1659
|
void
|
1657
1660
|
gi_marshalling_tests_array_zero_terminated_inout (gchar *** utf8s)
|
@@ -1668,9 +1671,9 @@ gi_marshalling_tests_array_zero_terminated_inout (gchar *** utf8s)
|
|
1668
1671
|
|
1669
1672
|
/**
|
1670
1673
|
* gi_marshalling_tests_array_gvariant_none_in:
|
1671
|
-
* @variants: (array zero-terminated
|
1674
|
+
* @variants: (array zero-terminated) (transfer none):
|
1672
1675
|
*
|
1673
|
-
* Returns: (array zero-terminated
|
1676
|
+
* Returns: (array zero-terminated) (transfer none):
|
1674
1677
|
*/
|
1675
1678
|
GVariant **
|
1676
1679
|
gi_marshalling_tests_array_gvariant_none_in (GVariant **variants)
|
@@ -1694,9 +1697,9 @@ gi_marshalling_tests_array_gvariant_none_in (GVariant **variants)
|
|
1694
1697
|
|
1695
1698
|
/**
|
1696
1699
|
* gi_marshalling_tests_array_gvariant_container_in:
|
1697
|
-
* @variants: (array zero-terminated
|
1700
|
+
* @variants: (array zero-terminated) (transfer container):
|
1698
1701
|
*
|
1699
|
-
* Returns: (array zero-terminated
|
1702
|
+
* Returns: (array zero-terminated) (transfer container):
|
1700
1703
|
*/
|
1701
1704
|
GVariant **
|
1702
1705
|
gi_marshalling_tests_array_gvariant_container_in (GVariant **variants)
|
@@ -1718,9 +1721,9 @@ gi_marshalling_tests_array_gvariant_container_in (GVariant **variants)
|
|
1718
1721
|
|
1719
1722
|
/**
|
1720
1723
|
* gi_marshalling_tests_array_gvariant_full_in:
|
1721
|
-
* @variants: (array zero-terminated
|
1724
|
+
* @variants: (array zero-terminated) (transfer full):
|
1722
1725
|
*
|
1723
|
-
* Returns: (array zero-terminated
|
1726
|
+
* Returns: (array zero-terminated) (transfer full):
|
1724
1727
|
*/
|
1725
1728
|
GVariant **
|
1726
1729
|
gi_marshalling_tests_array_gvariant_full_in (GVariant **variants)
|
@@ -3330,7 +3333,7 @@ _marshal_INT__VOID (GClosure *closure,
|
|
3330
3333
|
|
3331
3334
|
/**
|
3332
3335
|
* gi_marshalling_tests_gclosure_return:
|
3333
|
-
*
|
3336
|
+
*
|
3334
3337
|
* Return: a #GClosure
|
3335
3338
|
*/
|
3336
3339
|
GClosure *
|
@@ -4337,7 +4340,7 @@ void gi_marshalling_tests_object_vfunc_caller_allocated_out_parameter (GIMarshal
|
|
4337
4340
|
|
4338
4341
|
/**
|
4339
4342
|
* gi_marshalling_tests_object_vfunc_array_out_parameter:
|
4340
|
-
* @a: (out) (array zero-terminated
|
4343
|
+
* @a: (out) (array zero-terminated):
|
4341
4344
|
*/
|
4342
4345
|
void gi_marshalling_tests_object_vfunc_array_out_parameter (GIMarshallingTestsObject *self, gfloat **a)
|
4343
4346
|
{
|
@@ -4906,7 +4909,7 @@ gi_marshalling_tests_gerror (GError **error)
|
|
4906
4909
|
|
4907
4910
|
/**
|
4908
4911
|
* gi_marshalling_tests_gerror_array_in:
|
4909
|
-
* @in_ints: (array zero-terminated
|
4912
|
+
* @in_ints: (array zero-terminated):
|
4910
4913
|
*/
|
4911
4914
|
void
|
4912
4915
|
gi_marshalling_tests_gerror_array_in (gint *in_ints, GError **error)
|
@@ -1378,7 +1378,7 @@ struct _GIMarshallingTestsObjectClass
|
|
1378
1378
|
|
1379
1379
|
/**
|
1380
1380
|
* GIMarshallingTestsObjectClass::vfunc_array_out_parameter:
|
1381
|
-
* @a: (out) (array zero-terminated
|
1381
|
+
* @a: (out) (array zero-terminated):
|
1382
1382
|
*/
|
1383
1383
|
void (* vfunc_array_out_parameter) (GIMarshallingTestsObject *self, gfloat **a);
|
1384
1384
|
|
@@ -1275,12 +1275,12 @@ void regress_random_function_with_skipped_structure (int x,
|
|
1275
1275
|
typedef struct _RegressIntset RegressIntset;
|
1276
1276
|
|
1277
1277
|
/**
|
1278
|
-
*
|
1278
|
+
* RegressIntsetAlias: (skip)
|
1279
1279
|
*
|
1280
1280
|
* Compatibility typedef, like telepathy-glib's TpIntSet
|
1281
1281
|
*
|
1282
1282
|
*/
|
1283
|
-
typedef RegressIntset
|
1283
|
+
typedef RegressIntset RegressIntsetAlias;
|
1284
1284
|
|
1285
1285
|
/**
|
1286
1286
|
* RegressPtrArrayAlias:
|
@@ -34,8 +34,7 @@ The name of the library should not contain the leading lib prefix nor
|
|
34
34
|
the ending shared library suffix.
|
35
35
|
.TP
|
36
36
|
.SH BUGS
|
37
|
-
Report bugs at http://bugzilla.gnome.org/ in the
|
38
|
-
introspection component.
|
37
|
+
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
|
39
38
|
.SH HOMEPAGE and CONTACT
|
40
39
|
http://live.gnome.org/GObjectIntrospection
|
41
40
|
.SH AUTHORS
|
@@ -5,7 +5,7 @@ g-ir-generate \- typelib generator
|
|
5
5
|
.B g-ir-generate
|
6
6
|
[OPTION...] FILES...
|
7
7
|
.SH DESCRIPTION
|
8
|
-
g-
|
8
|
+
g-ir-generate is an GIR generator, using the repository API. It generates
|
9
9
|
GIR files from a raw typelib or in a shared library (--shlib).
|
10
10
|
The output will be written to standard output unless the --output
|
11
11
|
is specified.
|
@@ -21,8 +21,7 @@ The shared library to read the symbols from.
|
|
21
21
|
Save the resulting output in FILENAME.
|
22
22
|
.TP
|
23
23
|
.SH BUGS
|
24
|
-
Report bugs at http://bugzilla.gnome.org/ in the
|
25
|
-
introspection component.
|
24
|
+
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
|
26
25
|
.SH HOMEPAGE and CONTACT
|
27
26
|
http://live.gnome.org/GObjectIntrospection
|
28
27
|
.SH AUTHORS
|
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:
|
4
|
+
version: 3.0.0
|
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: 2015-
|
11
|
+
date: 2015-09-10 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:
|
19
|
+
version: 3.0.0
|
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:
|
26
|
+
version: 3.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: test-unit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- lib/2.1/gobject_introspection.so
|
86
86
|
- lib/2.2/gobject_introspection.so
|
87
87
|
- lib/gobject-introspection.rb
|
88
|
+
- lib/gobject-introspection/arg-info.rb
|
88
89
|
- lib/gobject-introspection/boxed-info.rb
|
89
90
|
- lib/gobject-introspection/callable-info.rb
|
90
91
|
- lib/gobject-introspection/collection-reader.rb
|