glib2 4.0.0 → 4.0.1
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/glib2/rbglib-variant.c +1 -1
- data/ext/glib2/rbglib.h +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc1ca98ff2e2ca2540e4f14ca4e41233478bf4df2294003f32b53e628b40d2bb
|
|
4
|
+
data.tar.gz: 8d2318093b15b1489afd59c97df5a4e76df56a2b48eac599740b437882b74beb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5d71af62d76175a21f453b465917be4b495c286283278ffc533d7afa91f148fa872c27defdba8f2b2beee75b53c0bfb234e1b4c229c7b9d18eee83cfb0ea3f2
|
|
7
|
+
data.tar.gz: 7ee7bc7643e2d286d1eeff8c467236672f8939c12ffed17a58d891bb7f8f0eecc26e06935028414699a05024a4980691fea5b7b5ea5889299baf36d2867d9a23
|
data/ext/glib2/rbglib-variant.c
CHANGED
|
@@ -330,7 +330,7 @@ static VALUE
|
|
|
330
330
|
rg_to_s(int argc, VALUE *argv, VALUE self)
|
|
331
331
|
{
|
|
332
332
|
VALUE options = Qnil;
|
|
333
|
-
gboolean type_annotate =
|
|
333
|
+
gboolean type_annotate = FALSE;
|
|
334
334
|
rb_scan_args(argc, argv, ":", &options);
|
|
335
335
|
if (!NIL_P(options)) {
|
|
336
336
|
ID keywords[1];
|
data/ext/glib2/rbglib.h
CHANGED