glib2 3.4.2 → 3.4.3
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.h +3 -3
- data/ext/glib2/rbglib_bookmarkfile.c +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aeddfc0215ee30844546ff76736ce9cf3a5f91567370402ad9f8cf385a592df0
|
4
|
+
data.tar.gz: 611e4963dbfb535436a98e95bb87a89c90b8944d189cebe622950f3dbb0ae9c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d255c68d7cabb20afb84cc8c2fd3786ee9e4f42b0d00394284fb84b1a5a171d179f7e2e2a17d668812ac23d3771e1bb731799ce4bb85860427def978f8c442b
|
7
|
+
data.tar.gz: da657f1a7520dfcca25e2aee42c1f18b96e490f8d6c976827d4546e43b28767995857da5e5280786a7028b07bcdcbc11504c5cb6b018493e1793502631d8b0a5
|
data/ext/glib2/rbglib.h
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
2
|
/*
|
3
|
-
* Copyright (C) 2002-
|
3
|
+
* Copyright (C) 2002-2020 Ruby-GNOME Project Team
|
4
4
|
* Copyright (C) 2002,2003 Masahiro Sakai
|
5
5
|
*
|
6
6
|
* This library is free software; you can redistribute it and/or
|
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
|
33
33
|
|
34
34
|
#define RBGLIB_MAJOR_VERSION 3
|
35
35
|
#define RBGLIB_MINOR_VERSION 4
|
36
|
-
#define RBGLIB_MICRO_VERSION
|
36
|
+
#define RBGLIB_MICRO_VERSION 3
|
37
37
|
|
38
38
|
#ifndef RB_ZALLOC
|
39
39
|
# ifdef ZALLOC
|
@@ -154,7 +154,7 @@ G_BEGIN_DECLS
|
|
154
154
|
|
155
155
|
#ifdef G_PLATFORM_WIN32
|
156
156
|
# ifdef RUBY_GLIB2_COMPILATION
|
157
|
-
# define RUBY_GLIB2_VAR __declspec(dllexport)
|
157
|
+
# define RUBY_GLIB2_VAR extern __declspec(dllexport)
|
158
158
|
# else
|
159
159
|
# define RUBY_GLIB2_VAR extern __declspec(dllimport)
|
160
160
|
# endif
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
2
|
/*
|
3
|
-
* Copyright (C) 2011 Ruby-
|
3
|
+
* Copyright (C) 2011-2020 Ruby-GNOME Project Team
|
4
4
|
* Copyright (C) 2006 Masao Mutoh
|
5
5
|
*
|
6
6
|
* This library is free software; you can redistribute it and/or
|
@@ -383,7 +383,7 @@ rg_set_groups(VALUE self, VALUE rburi, VALUE rbgroups)
|
|
383
383
|
GBookmarkFile *bookmark = _SELF(self);
|
384
384
|
const gchar *uri = RVAL2CSTR(rburi);
|
385
385
|
long n;
|
386
|
-
|
386
|
+
gchar **groups = RVAL2STRS(rbgroups, n);
|
387
387
|
|
388
388
|
g_bookmark_file_set_groups(bookmark, uri, groups, n);
|
389
389
|
|
@@ -543,4 +543,4 @@ Init_glib_bookmark_file(void)
|
|
543
543
|
RG_DEF_METHOD(remove_application, 2);
|
544
544
|
RG_DEF_METHOD(remove_item, 1);
|
545
545
|
RG_DEF_METHOD(move_item, 2);
|
546
|
-
}
|
546
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.3
|
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: 2020-05-
|
11
|
+
date: 2020-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pkg-config
|