gobject-introspection 3.4.7 → 3.4.8
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/ext/gobject-introspection/rb-gi-argument.c +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 311ffa1b66531188bbe757027e6e7ff1c38936334bd461fe98f74dfc7354a6f8
|
|
4
|
+
data.tar.gz: 232f861d7013b3e366eb9949f7c59445808e9a3a84653479e02694856939bceb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c826f8affcba51cabb7b3f17b547256fa334f24e33e4edec2834f55a1ebe26d07a364cf2d9a515f7175d956352675c6d9dc068687edeb960c5329a9972a776d4
|
|
7
|
+
data.tar.gz: b3fdb0ea8d2e493d6f6d5ab47c0242588f1dfd073fad5e59a6e04c3b2b85426d25f4661909c23c677da834f601b429f3230e302cf0147ebc503047ccdfef773b
|
|
@@ -1296,7 +1296,7 @@ rb_gi_argument_to_ruby(GIArgument *argument,
|
|
|
1296
1296
|
switch (type_tag) {
|
|
1297
1297
|
case GI_TYPE_TAG_VOID:
|
|
1298
1298
|
if (g_type_info_is_pointer(type_info)) {
|
|
1299
|
-
rb_argument =
|
|
1299
|
+
rb_argument = ULL2NUM((guint64)(argument->v_pointer));
|
|
1300
1300
|
} else {
|
|
1301
1301
|
rb_argument = Qnil;
|
|
1302
1302
|
}
|
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.4.
|
|
4
|
+
version: 3.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME Project Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-08-09 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.4.
|
|
19
|
+
version: 3.4.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.4.
|
|
26
|
+
version: 3.4.8
|
|
27
27
|
description: Ruby/GObjectIntrospection provides bindings of GObject Introspection
|
|
28
28
|
and a loader module that can generate dynamically Ruby bindings of any GObject C
|
|
29
29
|
libraries
|