gio2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,3 +89,11 @@ create_pkg_config_file("Ruby/GIO2", package_id)
89
89
 
90
90
  $defs << defines
91
91
  create_makefile(module_name)
92
+
93
+ pkg_config_dir = with_config("pkg-config-dir")
94
+ if pkg_config_dir.is_a?(String)
95
+ File.open("Makefile", "ab") do |makefile|
96
+ makefile.puts
97
+ makefile.puts("pkgconfigdir=#{pkg_config_dir}")
98
+ end
99
+ end
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gio2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 383
4
+ hash: 381
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 90
9
- - 4
10
- version: 0.90.4
9
+ - 5
10
+ version: 0.90.5
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - The Ruby-GNOME2 Proejct Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-24 00:00:00 +09:00
18
+ date: 2010-10-29 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 383
29
+ hash: 381
30
30
  segments:
31
31
  - 0
32
32
  - 90
33
- - 4
34
- version: 0.90.4
33
+ - 5
34
+ version: 0.90.5
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: Ruby/GIO2 is a Ruby binding of gio-2.x.
@@ -48,856 +48,846 @@ files:
48
48
  - Rakefile
49
49
  - extconf.rb
50
50
  - lib/gio2.rb
51
- - ext/gio2/gunixfdlist.c
52
- - ext/gio2/gasyncinitable.c
53
- - ext/gio2/gfilemonitor.c
54
- - ext/gio2/gappinfo.c
55
- - ext/gio2/gfileiostream.c
56
- - ext/gio2/ginetaddress.c
57
- - ext/gio2/gzlibdecompressor.c
58
- - ext/gio2/ginetsocketaddress.c
51
+ - ext/gio2/gdatainputstream.c
52
+ - ext/gio2/gio2.def
53
+ - ext/gio2/gfileicon.c
54
+ - ext/gio2/gio2.c
55
+ - ext/gio2/gemblem.c
59
56
  - ext/gio2/gfileenumerator.c
60
- - ext/gio2/gfileinfo.c
61
- - ext/gio2/gemblemedicon.c
62
- - ext/gio2/gseekable.c
63
- - ext/gio2/gmountoperation.c
64
- - ext/gio2/gresolver.c
65
- - ext/gio2/gsrvtarget.c
57
+ - ext/gio2/gfilteroutputstream.c
58
+ - ext/gio2/gunixoutputstream.c
66
59
  - ext/gio2/gfileinputstream.c
67
- - ext/gio2/gbufferedinputstream.c
68
- - ext/gio2/gicon.c
69
- - ext/gio2/gfiledescriptorbased.c
70
- - ext/gio2/gnetworkservice.c
71
- - ext/gio2/gnetworkaddress.c
72
- - ext/gio2/gsocketconnectable.c
60
+ - ext/gio2/gfilenamecompleter.c
61
+ - ext/gio2/gunixsocketaddress.c
73
62
  - ext/gio2/gsocketcontrolmessage.c
74
- - ext/gio2/gdesktopappinfo.c
75
- - ext/gio2/gfilteroutputstream.c
76
- - ext/gio2/gvolumemonitor.c
77
- - ext/gio2/gioerror.c
63
+ - ext/gio2/gvolume.c
64
+ - ext/gio2/gthemedicon.c
65
+ - ext/gio2/gunixfdmessage.c
66
+ - ext/gio2/gsocketclient.c
78
67
  - ext/gio2/gmemoryoutputstream.c
79
- - ext/gio2/gfileattributematcher.c
80
- - ext/gio2/gcancellable.c
81
- - ext/gio2/gconverteroutputstream.c
82
- - ext/gio2/gioscheduler.c
83
- - ext/gio2/gio2.h
68
+ - ext/gio2/gtcpconnection.c
69
+ - ext/gio2/gdrive.c
84
70
  - ext/gio2/gsocketservice.c
85
- - ext/gio2/gconverter.c
86
- - ext/gio2/gfile.c
87
- - ext/gio2/gunixoutputstream.c
88
- - ext/gio2/gdatainputstream.c
89
- - ext/gio2/gfileattribute.c
90
- - ext/gio2/gdataoutputstream.c
91
- - ext/gio2/gcontenttype.c
92
- - ext/gio2/gio2.c
93
- - ext/gio2/gmount.c
71
+ - ext/gio2/gemblemedicon.c
72
+ - ext/gio2/gsrvtarget.c
73
+ - ext/gio2/gsocketlistener.c
74
+ - ext/gio2/giostream.c
75
+ - ext/gio2/gsimpleasyncresult.c
94
76
  - ext/gio2/extconf.rb
95
- - ext/gio2/ginitable.c
96
- - ext/gio2/gasyncresult.c
97
- - ext/gio2/gunixconnection.c
98
- - ext/gio2/gsocketconnection.c
77
+ - ext/gio2/gfileiostream.c
78
+ - ext/gio2/gunixfdlist.c
99
79
  - ext/gio2/gsocket.c
100
- - ext/gio2/gzlibcompressor.c
80
+ - ext/gio2/depend
81
+ - ext/gio2/gresolver.c
101
82
  - ext/gio2/gvfs.c
83
+ - ext/gio2/ginputstream.c
102
84
  - ext/gio2/gmemoryinputstream.c
103
- - ext/gio2/gsimpleasyncresult.c
104
- - ext/gio2/gvolume.c
105
- - ext/gio2/goutputstream.c
85
+ - ext/gio2/gmount.c
86
+ - ext/gio2/ginitable.c
87
+ - ext/gio2/gfileinfo.c
88
+ - ext/gio2/ginetsocketaddress.c
89
+ - ext/gio2/gfile.c
106
90
  - ext/gio2/gsocketaddress.c
107
- - ext/gio2/gfilenamecompleter.c
108
- - ext/gio2/gdrive.c
109
- - ext/gio2/gtcpconnection.c
110
- - ext/gio2/gfileoutputstream.c
111
- - ext/gio2/giostream.c
112
- - ext/gio2/gunixfdmessage.c
113
- - ext/gio2/util.c
114
- - ext/gio2/gsocketlistener.c
115
- - ext/gio2/gfilterinputstream.c
116
- - ext/gio2/gthemedicon.c
117
- - ext/gio2/gloadableicon.c
118
- - ext/gio2/gapplaunchcontext.c
119
- - ext/gio2/gunixmounts.c
120
- - ext/gio2/gunixsocketaddress.c
91
+ - ext/gio2/gfileattributematcher.c
92
+ - ext/gio2/gsocketconnectable.c
93
+ - ext/gio2/gfiledescriptorbased.c
94
+ - ext/gio2/ginetaddress.c
95
+ - ext/gio2/gasyncinitable.c
96
+ - ext/gio2/gicon.c
97
+ - ext/gio2/gnetworkaddress.c
98
+ - ext/gio2/gconverteroutputstream.c
99
+ - ext/gio2/gdataoutputstream.c
100
+ - ext/gio2/gioerror.c
121
101
  - ext/gio2/gcharsetconverter.c
122
- - ext/gio2/gsocketclient.c
123
- - ext/gio2/giomodule.c
124
- - ext/gio2/depend
125
- - ext/gio2/ginputstream.c
102
+ - ext/gio2/gconverterinputstream.c
103
+ - ext/gio2/goutputstream.c
104
+ - ext/gio2/gloadableicon.c
126
105
  - ext/gio2/gbufferedoutputstream.c
127
- - ext/gio2/gfileicon.c
128
106
  - ext/gio2/gunixinputstream.c
129
- - ext/gio2/gio2.def
130
- - ext/gio2/gemblem.c
131
- - ext/gio2/gconverterinputstream.c
107
+ - ext/gio2/gvolumemonitor.c
108
+ - ext/gio2/gfilemonitor.c
109
+ - ext/gio2/gfileattribute.c
110
+ - ext/gio2/gfilterinputstream.c
111
+ - ext/gio2/gcontenttype.c
112
+ - ext/gio2/gfileoutputstream.c
113
+ - ext/gio2/gcancellable.c
132
114
  - ext/gio2/gthreadedsocketservice.c
115
+ - ext/gio2/gsocketconnection.c
116
+ - ext/gio2/gnetworkservice.c
117
+ - ext/gio2/gzlibcompressor.c
118
+ - ext/gio2/util.c
119
+ - ext/gio2/gappinfo.c
120
+ - ext/gio2/gconverter.c
121
+ - ext/gio2/gunixconnection.c
122
+ - ext/gio2/gbufferedinputstream.c
123
+ - ext/gio2/gmountoperation.c
124
+ - ext/gio2/gioscheduler.c
125
+ - ext/gio2/gapplaunchcontext.c
126
+ - ext/gio2/gzlibdecompressor.c
127
+ - ext/gio2/giomodule.c
128
+ - ext/gio2/gasyncresult.c
129
+ - ext/gio2/gunixmounts.c
130
+ - ext/gio2/gseekable.c
131
+ - ext/gio2/gdesktopappinfo.c
132
+ - ext/gio2/gio2.h
133
133
  - lib/1.8/gio2.so
134
134
  - lib/1.9/gio2.so
135
- - vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh
136
- - vendor/local/src/tml/packaging/glib_2.24.2-2_win32.log
137
- - vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh
138
- - vendor/local/src/tml/packaging/glib_2.26.0-2_win32.log
139
- - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh
140
- - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log
141
- - vendor/local/share/glib-2.0/schemas/gschema.dtd
142
- - vendor/local/share/glib-2.0/gdb/glib.py
143
- - vendor/local/share/glib-2.0/gdb/gobject.py
144
- - vendor/local/share/glib-2.0/gettext/mkinstalldirs
145
- - vendor/local/share/glib-2.0/gettext/po/Makefile.in.in
146
- - vendor/local/share/doc/glib-dev-2.24.2/COPYING
147
- - vendor/local/share/doc/glib-dev-2.26.0/COPYING
148
- - vendor/local/share/doc/glib-2.24.2/COPYING
149
- - vendor/local/share/doc/libasprintf/autosprintf_all.html
150
- - vendor/local/share/doc/glib-2.26.0/COPYING
151
- - vendor/local/share/doc/gettext/textdomain.3.html
152
- - vendor/local/share/doc/gettext/gettext.3.html
153
- - vendor/local/share/doc/gettext/gettext.1.html
154
- - vendor/local/share/doc/gettext/envsubst.1.html
155
- - vendor/local/share/doc/gettext/ngettext.3.html
156
- - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
157
- - vendor/local/share/doc/gettext/csharpdoc/index.html
158
- - vendor/local/share/doc/gettext/csharpdoc/namespaces.html
159
- - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
160
- - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext.html
161
- - vendor/local/share/doc/gettext/csharpdoc/begin.html
162
- - vendor/local/share/doc/gettext/bindtextdomain.3.html
163
- - vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html
164
- - vendor/local/share/doc/gettext/ngettext.1.html
165
- - vendor/local/share/gtk-doc/html/gio/GEmblem.html
166
- - vendor/local/share/gtk-doc/html/gio/GOutputStream.html
167
- - vendor/local/share/gtk-doc/html/gio/settings.html
168
- - vendor/local/share/gtk-doc/html/gio/GResolver.html
169
- - vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html
170
- - vendor/local/share/gtk-doc/html/gio/GSeekable.html
171
- - vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html
172
- - vendor/local/share/gtk-doc/html/gio/GInetAddress.html
173
- - vendor/local/share/gtk-doc/html/gio/ch27.html
174
- - vendor/local/share/gtk-doc/html/gio/tools.html
175
- - vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html
176
- - vendor/local/share/gtk-doc/html/gio/GVolume.html
177
- - vendor/local/share/gtk-doc/html/gio/streaming.html
178
- - vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html
179
- - vendor/local/share/gtk-doc/html/gio/GSocketAddress.html
180
- - vendor/local/share/gtk-doc/html/gio/file_ops.html
181
- - vendor/local/share/gtk-doc/html/gio/gio.devhelp
182
- - vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html
183
- - vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html
184
- - vendor/local/share/gtk-doc/html/gio/api-index-2-22.html
185
- - vendor/local/share/gtk-doc/html/gio/types.html
186
- - vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html
187
- - vendor/local/share/gtk-doc/html/gio/GSocketClient.html
188
- - vendor/local/share/gtk-doc/html/gio/ch20s02.html
189
- - vendor/local/share/gtk-doc/html/gio/ch27s06.html
190
- - vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html
191
- - vendor/local/share/gtk-doc/html/gio/ch24.html
192
- - vendor/local/share/gtk-doc/html/gio/GSocket.html
193
- - vendor/local/share/gtk-doc/html/gio/GMountOperation.html
194
- - vendor/local/share/gtk-doc/html/gio/ch26s06.html
195
- - vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html
196
- - vendor/local/share/gtk-doc/html/gio/GNetworkService.html
197
- - vendor/local/share/gtk-doc/html/gio/left.png
198
- - vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html
199
- - vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html
200
- - vendor/local/share/gtk-doc/html/gio/GProxyResolver.html
201
- - vendor/local/share/gtk-doc/html/gio/GConverter.html
202
- - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html
203
- - vendor/local/share/gtk-doc/html/gio/ch27s05.html
204
- - vendor/local/share/gtk-doc/html/gio/volume_mon.html
205
- - vendor/local/share/gtk-doc/html/gio/permissions.html
206
- - vendor/local/share/gtk-doc/html/gio/ch27s02.html
207
- - vendor/local/share/gtk-doc/html/gio/ch25s02.html
208
- - vendor/local/share/gtk-doc/html/gio/ch26s02.html
209
- - vendor/local/share/gtk-doc/html/gio/GUnixConnection.html
210
- - vendor/local/share/gtk-doc/html/gio/gvfs-overview.png
211
- - vendor/local/share/gtk-doc/html/gio/api-index-2-20.html
212
- - vendor/local/share/gtk-doc/html/gio/ch01.html
213
- - vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html
214
- - vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html
215
- - vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html
216
- - vendor/local/share/gtk-doc/html/gio/GDrive.html
217
- - vendor/local/share/gtk-doc/html/gio/gio.devhelp2
218
- - vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html
219
- - vendor/local/share/gtk-doc/html/gio/GSocketListener.html
220
- - vendor/local/share/gtk-doc/html/gio/GFileInputStream.html
221
- - vendor/local/share/gtk-doc/html/gio/file_mon.html
222
- - vendor/local/share/gtk-doc/html/gio/style.css
223
- - vendor/local/share/gtk-doc/html/gio/migrating.html
224
- - vendor/local/share/gtk-doc/html/gio/ch03.html
225
- - vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html
226
- - vendor/local/share/gtk-doc/html/gio/GIOModule.html
227
- - vendor/local/share/gtk-doc/html/gio/ch27s03.html
228
- - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html
229
- - vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html
230
- - vendor/local/share/gtk-doc/html/gio/api-index-2-18.html
231
- - vendor/local/share/gtk-doc/html/gio/GDataInputStream.html
232
- - vendor/local/share/gtk-doc/html/gio/extending.html
233
- - vendor/local/share/gtk-doc/html/gio/index.sgml
234
- - vendor/local/share/gtk-doc/html/gio/ch25.html
235
- - vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html
236
- - vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html
237
- - vendor/local/share/gtk-doc/html/gio/annotation-glossary.html
238
- - vendor/local/share/gtk-doc/html/gio/highlevel-socket.html
239
- - vendor/local/share/gtk-doc/html/gio/GDBusConnection.html
240
- - vendor/local/share/gtk-doc/html/gio/GCredentials.html
241
- - vendor/local/share/gtk-doc/html/gio/GPermission.html
242
- - vendor/local/share/gtk-doc/html/gio/index.html
243
- - vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html
244
- - vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html
245
- - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html
246
- - vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html
247
- - vendor/local/share/gtk-doc/html/gio/pt02.html
248
- - vendor/local/share/gtk-doc/html/gio/ch25s03.html
249
- - vendor/local/share/gtk-doc/html/gio/networking.html
250
- - vendor/local/share/gtk-doc/html/gio/ch27s04.html
251
- - vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html
252
- - vendor/local/share/gtk-doc/html/gio/ch19.html
253
- - vendor/local/share/gtk-doc/html/gio/GAsyncResult.html
254
- - vendor/local/share/gtk-doc/html/gio/ch26s03.html
255
- - vendor/local/share/gtk-doc/html/gio/GDBusMessage.html
256
- - vendor/local/share/gtk-doc/html/gio/gio-GContentType.html
257
- - vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html
258
- - vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html
259
- - vendor/local/share/gtk-doc/html/gio/async.html
260
- - vendor/local/share/gtk-doc/html/gio/GSocketConnection.html
261
- - vendor/local/share/gtk-doc/html/gio/ch26s07.html
262
- - vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html
263
- - vendor/local/share/gtk-doc/html/gio/GTcpConnection.html
264
- - vendor/local/share/gtk-doc/html/gio/GFileIcon.html
265
- - vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html
266
- - vendor/local/share/gtk-doc/html/gio/ch02.html
267
- - vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html
268
- - vendor/local/share/gtk-doc/html/gio/gio-querymodules.html
269
- - vendor/local/share/gtk-doc/html/gio/GVfs.html
270
- - vendor/local/share/gtk-doc/html/gio/GSocketService.html
271
- - vendor/local/share/gtk-doc/html/gio/ch20.html
272
- - vendor/local/share/gtk-doc/html/gio/home.png
273
- - vendor/local/share/gtk-doc/html/gio/gdbus.html
274
- - vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html
275
- - vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html
276
- - vendor/local/share/gtk-doc/html/gio/GFile.html
277
- - vendor/local/share/gtk-doc/html/gio/GDBusProxy.html
278
- - vendor/local/share/gtk-doc/html/gio/GSimplePermission.html
279
- - vendor/local/share/gtk-doc/html/gio/ch26s04.html
280
- - vendor/local/share/gtk-doc/html/gio/pt01.html
281
- - vendor/local/share/gtk-doc/html/gio/GProxyAddress.html
282
- - vendor/local/share/gtk-doc/html/gio/gio-GIOError.html
283
- - vendor/local/share/gtk-doc/html/gio/GInputStream.html
284
- - vendor/local/share/gtk-doc/html/gio/GDBusServer.html
285
- - vendor/local/share/gtk-doc/html/gio/GProxy.html
286
- - vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html
287
- - vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
288
- - vendor/local/share/gtk-doc/html/gio/GIcon.html
289
- - vendor/local/share/gtk-doc/html/gio/GAppInfo.html
290
- - vendor/local/share/gtk-doc/html/gio/ch20s03.html
291
- - vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html
292
- - vendor/local/share/gtk-doc/html/gio/GMount.html
293
- - vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html
294
- - vendor/local/share/gtk-doc/html/gio/api-index-2-24.html
295
- - vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html
296
- - vendor/local/share/gtk-doc/html/gio/GCancellable.html
297
- - vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html
298
- - vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html
299
- - vendor/local/share/gtk-doc/html/gio/GInitable.html
300
- - vendor/local/share/gtk-doc/html/gio/extending-gio.html
301
- - vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html
302
- - vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html
303
- - vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html
304
- - vendor/local/share/gtk-doc/html/gio/ch26s05.html
305
- - vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html
306
- - vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html
307
- - vendor/local/share/gtk-doc/html/gio/icons.html
308
- - vendor/local/share/gtk-doc/html/gio/conversion.html
309
- - vendor/local/share/gtk-doc/html/gio/GThemedIcon.html
310
- - vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html
311
- - vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html
312
- - vendor/local/share/gtk-doc/html/gio/resolver.html
313
- - vendor/local/share/gtk-doc/html/gio/failable_initialization.html
314
- - vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html
315
- - vendor/local/share/gtk-doc/html/gio/GFileIOStream.html
316
- - vendor/local/share/gtk-doc/html/gio/up.png
317
- - vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html
318
- - vendor/local/share/gtk-doc/html/gio/ch26.html
319
- - vendor/local/share/gtk-doc/html/gio/GFileMonitor.html
320
- - vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html
321
- - vendor/local/share/gtk-doc/html/gio/GUnixFDList.html
322
- - vendor/local/share/gtk-doc/html/gio/GFileInfo.html
323
- - vendor/local/share/gtk-doc/html/gio/GSettings.html
324
- - vendor/local/share/gtk-doc/html/gio/api-index-full.html
325
- - vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html
326
- - vendor/local/share/gtk-doc/html/gio/api-index-2-26.html
327
- - vendor/local/share/gtk-doc/html/gio/GIOStream.html
328
- - vendor/local/share/gtk-doc/html/gio/right.png
329
- - vendor/local/share/gtk-doc/html/gio/utils.html
330
- - vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html
331
- - vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html
332
- - vendor/local/share/gtk-doc/html/glib/glib-Datasets.html
333
- - vendor/local/share/gtk-doc/html/glib/api-index-2-10.html
334
- - vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html
335
- - vendor/local/share/gtk-doc/html/glib/tools.html
336
- - vendor/local/share/gtk-doc/html/glib/glib-gettextize.html
337
- - vendor/local/share/gtk-doc/html/glib/glib-core.html
338
- - vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html
339
- - vendor/local/share/gtk-doc/html/glib/api-index-2-22.html
340
- - vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html
341
- - vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html
342
- - vendor/local/share/gtk-doc/html/glib/glib-building.html
343
- - vendor/local/share/gtk-doc/html/glib/api-index-2-14.html
344
- - vendor/local/share/gtk-doc/html/glib/glib-Sequences.html
345
- - vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html
346
- - vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html
347
- - vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html
348
- - vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html
349
- - vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html
350
- - vendor/local/share/gtk-doc/html/glib/left.png
351
- - vendor/local/share/gtk-doc/html/glib/api-index-2-6.html
352
- - vendor/local/share/gtk-doc/html/glib/glib-Threads.html
353
- - vendor/local/share/gtk-doc/html/glib/glib-Arrays.html
354
- - vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html
355
- - vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html
356
- - vendor/local/share/gtk-doc/html/glib/glib-data-types.html
357
- - vendor/local/share/gtk-doc/html/glib/gtester.html
358
- - vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html
359
- - vendor/local/share/gtk-doc/html/glib/api-index-2-20.html
360
- - vendor/local/share/gtk-doc/html/glib/api-index-2-16.html
361
- - vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html
362
- - vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html
363
- - vendor/local/share/gtk-doc/html/glib/style.css
364
- - vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html
365
- - vendor/local/share/gtk-doc/html/glib/glib.devhelp2
366
- - vendor/local/share/gtk-doc/html/glib/glib.html
367
- - vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html
368
- - vendor/local/share/gtk-doc/html/glib/api-index-2-8.html
369
- - vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html
370
- - vendor/local/share/gtk-doc/html/glib/api-index-2-18.html
371
- - vendor/local/share/gtk-doc/html/glib/index.sgml
372
- - vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html
373
- - vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html
374
- - vendor/local/share/gtk-doc/html/glib/annotation-glossary.html
375
- - vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html
376
- - vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html
377
- - vendor/local/share/gtk-doc/html/glib/glib-Strings.html
378
- - vendor/local/share/gtk-doc/html/glib/index.html
379
- - vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html
380
- - vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html
381
- - vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html
382
- - vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html
383
- - vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html
384
- - vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html
385
- - vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html
386
- - vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html
387
- - vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html
388
- - vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html
389
- - vendor/local/share/gtk-doc/html/glib/glib-Timers.html
390
- - vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html
391
- - vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html
392
- - vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html
393
- - vendor/local/share/gtk-doc/html/glib/api-index-2-2.html
394
- - vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html
395
- - vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html
396
- - vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html
397
- - vendor/local/share/gtk-doc/html/glib/home.png
398
- - vendor/local/share/gtk-doc/html/glib/gtester-report.html
399
- - vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html
400
- - vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html
401
- - vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html
402
- - vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html
403
- - vendor/local/share/gtk-doc/html/glib/glib-running.html
404
- - vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html
405
- - vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html
406
- - vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html
407
- - vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html
408
- - vendor/local/share/gtk-doc/html/glib/glib-utilities.html
409
- - vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html
410
- - vendor/local/share/gtk-doc/html/glib/api-index-2-24.html
411
- - vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html
412
- - vendor/local/share/gtk-doc/html/glib/api-index-2-12.html
413
- - vendor/local/share/gtk-doc/html/glib/glib-GVariant.html
414
- - vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html
415
- - vendor/local/share/gtk-doc/html/glib/api-index-2-4.html
416
- - vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html
417
- - vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html
418
- - vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html
419
- - vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html
420
- - vendor/local/share/gtk-doc/html/glib/glib-resources.html
421
- - vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html
422
- - vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html
423
- - vendor/local/share/gtk-doc/html/glib/glib-Quarks.html
424
- - vendor/local/share/gtk-doc/html/glib/file-name-encodings.png
425
- - vendor/local/share/gtk-doc/html/glib/mainloop-states.gif
426
- - vendor/local/share/gtk-doc/html/glib/glib-Caches.html
427
- - vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html
428
- - vendor/local/share/gtk-doc/html/glib/glib.devhelp
429
- - vendor/local/share/gtk-doc/html/glib/up.png
430
- - vendor/local/share/gtk-doc/html/glib/glib-changes.html
431
- - vendor/local/share/gtk-doc/html/glib/glib-Testing.html
432
- - vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html
433
- - vendor/local/share/gtk-doc/html/glib/glib-compiling.html
434
- - vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html
435
- - vendor/local/share/gtk-doc/html/glib/api-index-full.html
436
- - vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html
437
- - vendor/local/share/gtk-doc/html/glib/api-index-2-26.html
438
- - vendor/local/share/gtk-doc/html/glib/glib-I18N.html
439
- - vendor/local/share/gtk-doc/html/glib/right.png
440
- - vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html
441
- - vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html
442
- - vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html
443
- - vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html
444
- - vendor/local/share/gtk-doc/html/gobject/ch06s03.html
445
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html
446
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html
447
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html
448
- - vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html
449
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html
450
- - vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html
451
- - vendor/local/share/gtk-doc/html/gobject/GBinding.html
452
- - vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2
453
- - vendor/local/share/gtk-doc/html/gobject/left.png
454
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html
455
- - vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html
456
- - vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html
457
- - vendor/local/share/gtk-doc/html/gobject/chapter-intro.html
458
- - vendor/local/share/gtk-doc/html/gobject/glue.png
459
- - vendor/local/share/gtk-doc/html/gobject/style.css
460
- - vendor/local/share/gtk-doc/html/gobject/pt03.html
461
- - vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html
462
- - vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html
463
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html
464
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html
465
- - vendor/local/share/gtk-doc/html/gobject/tools-gob.html
466
- - vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html
467
- - vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html
468
- - vendor/local/share/gtk-doc/html/gobject/index.sgml
469
- - vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html
470
- - vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html
471
- - vendor/local/share/gtk-doc/html/gobject/signal.html
472
- - vendor/local/share/gtk-doc/html/gobject/index.html
473
- - vendor/local/share/gtk-doc/html/gobject/pt02.html
474
- - vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html
475
- - vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html
476
- - vendor/local/share/gtk-doc/html/gobject/howto-signals.html
477
- - vendor/local/share/gtk-doc/html/gobject/chapter-signal.html
478
- - vendor/local/share/gtk-doc/html/gobject/pr01.html
479
- - vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html
480
- - vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html
481
- - vendor/local/share/gtk-doc/html/gobject/rn01.html
482
- - vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html
483
- - vendor/local/share/gtk-doc/html/gobject/tools-refdb.html
484
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html
485
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject.html
486
- - vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html
487
- - vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html
488
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html
489
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html
490
- - vendor/local/share/gtk-doc/html/gobject/rn02.html
491
- - vendor/local/share/gtk-doc/html/gobject/home.png
492
- - vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html
493
- - vendor/local/share/gtk-doc/html/gobject/pt01.html
494
- - vendor/local/share/gtk-doc/html/gobject/tools-vala.html
495
- - vendor/local/share/gtk-doc/html/gobject/howto-interface.html
496
- - vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html
497
- - vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html
498
- - vendor/local/share/gtk-doc/html/gobject/gobject-memory.html
499
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html
500
- - vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html
501
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html
502
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html
503
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html
504
- - vendor/local/share/gtk-doc/html/gobject/gobject.devhelp
505
- - vendor/local/share/gtk-doc/html/gobject/GTypeModule.html
506
- - vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html
507
- - vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html
508
- - vendor/local/share/gtk-doc/html/gobject/gobject-properties.html
509
- - vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html
510
- - vendor/local/share/gtk-doc/html/gobject/up.png
511
- - vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html
512
- - vendor/local/share/gtk-doc/html/gobject/gobject-query.html
513
- - vendor/local/share/gtk-doc/html/gobject/api-index-full.html
514
- - vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html
515
- - vendor/local/share/gtk-doc/html/gobject/right.png
516
- - vendor/local/share/gtk-doc/html/gobject/ch01s02.html
517
- - vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html
518
- - vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html
519
- - vendor/local/share/man/man3/dcgettext.3
520
- - vendor/local/share/man/man3/dcngettext.3
521
- - vendor/local/share/man/man3/bindtextdomain.3
522
- - vendor/local/share/man/man3/ngettext.3
523
- - vendor/local/share/man/man3/dgettext.3
524
- - vendor/local/share/man/man3/gettext.3
525
- - vendor/local/share/man/man3/dngettext.3
526
- - vendor/local/share/man/man3/textdomain.3
527
- - vendor/local/share/man/man3/bind_textdomain_codeset.3
528
- - vendor/local/share/man/man1/ngettext.1
529
- - vendor/local/share/man/man1/glib-mkenums.1
530
- - vendor/local/share/man/man1/envsubst.1
531
- - vendor/local/share/man/man1/glib-genmarshal.1
532
- - vendor/local/share/man/man1/gettext.1
533
- - vendor/local/share/man/man1/gobject-query.1
534
- - vendor/local/share/locale/de/LC_MESSAGES/glib20.mo
535
- - vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo
536
- - vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo
537
- - vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
538
- - vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo
539
- - vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo
540
- - vendor/local/share/locale/id/LC_MESSAGES/glib20.mo
541
- - vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo
542
- - vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo
543
- - vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo
544
- - vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo
545
- - vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo
546
- - vendor/local/share/locale/or/LC_MESSAGES/glib20.mo
547
- - vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo
548
- - vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo
549
- - vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo
550
- - vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo
551
- - vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo
552
- - vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo
553
- - vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo
554
- - vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo
555
- - vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo
556
- - vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo
557
- - vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo
558
- - vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo
559
- - vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo
560
- - vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo
561
- - vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo
562
- - vendor/local/share/locale/te/LC_MESSAGES/glib20.mo
563
- - vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo
564
- - vendor/local/share/locale/et/LC_MESSAGES/glib20.mo
565
- - vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo
566
- - vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo
567
- - vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo
568
- - vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo
569
- - vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo
570
- - vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo
571
- - vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo
572
- - vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo
573
- - vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo
574
- - vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
575
- - vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo
576
- - vendor/local/share/locale/da/LC_MESSAGES/glib20.mo
577
- - vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo
578
- - vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo
579
- - vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo
580
- - vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo
581
- - vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo
582
- - vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo
583
- - vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo
584
- - vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo
585
- - vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo
586
- - vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo
587
- - vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo
588
- - vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo
589
- - vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo
590
- - vendor/local/share/locale/be/LC_MESSAGES/glib20.mo
591
- - vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo
592
- - vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo
593
- - vendor/local/share/locale/el/LC_MESSAGES/glib20.mo
594
- - vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo
595
- - vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo
596
- - vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo
597
- - vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo
598
- - vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo
599
- - vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo
600
- - vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo
601
- - vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo
602
- - vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo
603
- - vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo
604
- - vendor/local/share/locale/es/LC_MESSAGES/glib20.mo
605
- - vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo
606
- - vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
607
- - vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo
608
- - vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
609
- - vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo
610
- - vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo
611
- - vendor/local/share/locale/af/LC_MESSAGES/glib20.mo
612
- - vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo
613
- - vendor/local/share/locale/am/LC_MESSAGES/glib20.mo
614
- - vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo
615
- - vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo
616
- - vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo
617
- - vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo
618
- - vendor/local/share/locale/it/LC_MESSAGES/glib20.mo
619
- - vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo
620
- - vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo
621
- - vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo
622
- - vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo
623
- - vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo
624
- - vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
625
- - vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo
626
- - vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo
627
- - vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo
628
- - vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo
629
- - vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo
630
- - vendor/local/share/locale/locale.alias
631
- - vendor/local/share/locale/az/LC_MESSAGES/glib20.mo
632
- - vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo
633
- - vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo
634
- - vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo
635
- - vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
636
- - vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo
637
- - vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo
638
- - vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo
639
- - vendor/local/share/locale/th/LC_MESSAGES/glib20.mo
640
- - vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo
641
- - vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo
642
- - vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo
643
- - vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo
644
- - vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo
645
- - vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo
646
- - vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo
647
- - vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo
648
- - vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo
649
- - vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
650
- - vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo
651
- - vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo
652
- - vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo
653
- - vendor/local/share/locale/as/LC_MESSAGES/glib20.mo
654
- - vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo
655
- - vendor/local/share/locale/he/LC_MESSAGES/glib20.mo
656
- - vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo
657
- - vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo
658
- - vendor/local/share/locale/si/LC_MESSAGES/glib20.mo
659
- - vendor/local/share/locale/is/LC_MESSAGES/glib20.mo
660
- - vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo
661
- - vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo
662
- - vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo
663
- - vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo
664
- - vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo
665
- - vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo
666
- - vendor/local/share/aclocal/glib-gettext.m4
667
- - vendor/local/share/aclocal/glib-2.0.m4
668
- - vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft
669
- - vendor/local/manifest/glib_2.24.2-2_win32.mft
670
- - vendor/local/manifest/glib_2.26.0-2_win32.mft
671
- - vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft
672
- - vendor/local/manifest/glib-dev_2.24.2-2_win32.mft
673
- - vendor/local/manifest/glib-dev_2.26.0-2_win32.mft
674
- - vendor/local/bin/libgthread-2.0-0.dll
675
- - vendor/local/bin/gspawn-win32-helper.exe
676
- - vendor/local/bin/glib-gettextize
677
135
  - vendor/local/bin/intl.dll
678
- - vendor/local/bin/gspawn-win32-helper-console.exe
679
- - vendor/local/bin/glib-genmarshal.exe
680
136
  - vendor/local/bin/gobject-query.exe
137
+ - vendor/local/bin/gettext.exe
681
138
  - vendor/local/bin/glib-mkenums
682
- - vendor/local/bin/libgmodule-2.0-0.dll
139
+ - vendor/local/bin/gettext.sh
140
+ - vendor/local/bin/ngettext.exe
141
+ - vendor/local/bin/libgio-2.0-0.dll
142
+ - vendor/local/bin/gspawn-win32-helper.exe
143
+ - vendor/local/bin/libglib-2.0-0.dll
683
144
  - vendor/local/bin/libgcc_s_dw2-1.dll
684
- - vendor/local/bin/libasprintf-0.dll
145
+ - vendor/local/bin/glib-genmarshal.exe
146
+ - vendor/local/bin/gspawn-win32-helper-console.exe
147
+ - vendor/local/bin/libgmodule-2.0-0.dll
685
148
  - vendor/local/bin/envsubst.exe
149
+ - vendor/local/bin/glib-gettextize
150
+ - vendor/local/bin/libgthread-2.0-0.dll
686
151
  - vendor/local/bin/libgobject-2.0-0.dll
687
- - vendor/local/bin/gettext.exe
688
- - vendor/local/bin/libglib-2.0-0.dll
689
- - vendor/local/bin/libgio-2.0-0.dll
690
- - vendor/local/bin/ngettext.exe
691
- - vendor/local/bin/gettext.sh
692
- - vendor/local/lib/glib-2.0/include/glibconfig.h
693
- - vendor/local/lib/gthread-2.0.def
694
- - vendor/local/lib/gmodule-2.0.def
695
- - vendor/local/lib/libgthread-2.0.dll.a
696
- - vendor/local/lib/libgmodule-2.0.dll.a
697
- - vendor/local/lib/gio-2.0.lib
698
- - vendor/local/lib/gobject-2.0.def
699
- - vendor/local/lib/glib-2.0.lib
700
- - vendor/local/lib/libintl.def
701
- - vendor/local/lib/libintl.dll.a
702
- - vendor/local/lib/gmodule-2.0.lib
703
- - vendor/local/lib/gthread-2.0.lib
704
- - vendor/local/lib/gio-2.0.def
705
- - vendor/local/lib/libasprintf.dll.a
706
- - vendor/local/lib/intl.lib
707
- - vendor/local/lib/glib-2.0.def
708
- - vendor/local/lib/libgobject-2.0.dll.a
709
- - vendor/local/lib/gobject-2.0.lib
710
- - vendor/local/lib/GNU.Gettext.dll
711
- - vendor/local/lib/pkgconfig/glib-2.0.pc
712
- - vendor/local/lib/pkgconfig/gthread-2.0.pc
713
- - vendor/local/lib/pkgconfig/gio-windows-2.0.pc
714
- - vendor/local/lib/pkgconfig/gio-2.0.pc
715
- - vendor/local/lib/pkgconfig/gmodule-2.0.pc
716
- - vendor/local/lib/pkgconfig/gobject-2.0.pc
717
- - vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc
718
- - vendor/local/lib/libglib-2.0.dll.a
719
- - vendor/local/lib/libgio-2.0.dll.a
720
- - vendor/local/include/glib-2.0/gio/gsocketconnectable.h
721
- - vendor/local/include/glib-2.0/gio/gdataoutputstream.h
722
- - vendor/local/include/glib-2.0/gio/gtcpconnection.h
723
- - vendor/local/include/glib-2.0/gio/gnetworkservice.h
724
- - vendor/local/include/glib-2.0/gio/gcontenttype.h
725
- - vendor/local/include/glib-2.0/gio/gsimplepermission.h
726
- - vendor/local/include/glib-2.0/gio/gzlibdecompressor.h
727
- - vendor/local/include/glib-2.0/gio/gsocketclient.h
728
- - vendor/local/include/glib-2.0/gio/gsocketlistener.h
729
- - vendor/local/include/glib-2.0/gio/gfile.h
730
- - vendor/local/include/glib-2.0/gio/gfileiostream.h
731
- - vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h
732
- - vendor/local/include/glib-2.0/gio/gvolumemonitor.h
733
- - vendor/local/include/glib-2.0/gio/gdbusutils.h
734
- - vendor/local/include/glib-2.0/gio/gfilemonitor.h
152
+ - vendor/local/bin/libasprintf-0.dll
153
+ - vendor/local/include/autosprintf.h
154
+ - vendor/local/include/libintl.h
155
+ - vendor/local/include/glib-2.0/glib.h
156
+ - vendor/local/include/glib-2.0/glib/gurifuncs.h
157
+ - vendor/local/include/glib-2.0/glib/gi18n-lib.h
158
+ - vendor/local/include/glib-2.0/glib/gmappedfile.h
159
+ - vendor/local/include/glib-2.0/glib/gscanner.h
160
+ - vendor/local/include/glib-2.0/glib/ghash.h
161
+ - vendor/local/include/glib-2.0/glib/gstdio.h
162
+ - vendor/local/include/glib-2.0/glib/gdatetime.h
163
+ - vendor/local/include/glib-2.0/glib/goption.h
164
+ - vendor/local/include/glib-2.0/glib/gdir.h
165
+ - vendor/local/include/glib-2.0/glib/gstring.h
166
+ - vendor/local/include/glib-2.0/glib/gregex.h
167
+ - vendor/local/include/glib-2.0/glib/gfileutils.h
168
+ - vendor/local/include/glib-2.0/glib/gbitlock.h
169
+ - vendor/local/include/glib-2.0/glib/gasyncqueue.h
170
+ - vendor/local/include/glib-2.0/glib/gtree.h
171
+ - vendor/local/include/glib-2.0/glib/gtimezone.h
172
+ - vendor/local/include/glib-2.0/glib/gchecksum.h
173
+ - vendor/local/include/glib-2.0/glib/gpattern.h
174
+ - vendor/local/include/glib-2.0/glib/gunicode.h
175
+ - vendor/local/include/glib-2.0/glib/gdataset.h
176
+ - vendor/local/include/glib-2.0/glib/gatomic.h
177
+ - vendor/local/include/glib-2.0/glib/gmem.h
178
+ - vendor/local/include/glib-2.0/glib/gthreadpool.h
179
+ - vendor/local/include/glib-2.0/glib/gquark.h
180
+ - vendor/local/include/glib-2.0/glib/gtimer.h
181
+ - vendor/local/include/glib-2.0/glib/gqsort.h
182
+ - vendor/local/include/glib-2.0/glib/gdate.h
183
+ - vendor/local/include/glib-2.0/glib/gconvert.h
184
+ - vendor/local/include/glib-2.0/glib/gthread.h
185
+ - vendor/local/include/glib-2.0/glib/gqueue.h
186
+ - vendor/local/include/glib-2.0/glib/gi18n.h
187
+ - vendor/local/include/glib-2.0/glib/gkeyfile.h
188
+ - vendor/local/include/glib-2.0/glib/gvariant.h
189
+ - vendor/local/include/glib-2.0/glib/gmessages.h
190
+ - vendor/local/include/glib-2.0/glib/grel.h
191
+ - vendor/local/include/glib-2.0/glib/galloca.h
192
+ - vendor/local/include/glib-2.0/glib/glist.h
193
+ - vendor/local/include/glib-2.0/glib/gvarianttype.h
194
+ - vendor/local/include/glib-2.0/glib/gtypes.h
195
+ - vendor/local/include/glib-2.0/glib/gerror.h
196
+ - vendor/local/include/glib-2.0/glib/gcompletion.h
197
+ - vendor/local/include/glib-2.0/glib/gmacros.h
198
+ - vendor/local/include/glib-2.0/glib/gshell.h
199
+ - vendor/local/include/glib-2.0/glib/gbacktrace.h
200
+ - vendor/local/include/glib-2.0/glib/giochannel.h
201
+ - vendor/local/include/glib-2.0/glib/gprimes.h
202
+ - vendor/local/include/glib-2.0/glib/gslist.h
203
+ - vendor/local/include/glib-2.0/glib/gsequence.h
204
+ - vendor/local/include/glib-2.0/glib/gpoll.h
205
+ - vendor/local/include/glib-2.0/glib/gwin32.h
206
+ - vendor/local/include/glib-2.0/glib/grand.h
207
+ - vendor/local/include/glib-2.0/glib/gspawn.h
208
+ - vendor/local/include/glib-2.0/glib/gtestutils.h
209
+ - vendor/local/include/glib-2.0/glib/gmain.h
210
+ - vendor/local/include/glib-2.0/glib/gutils.h
211
+ - vendor/local/include/glib-2.0/glib/ghook.h
212
+ - vendor/local/include/glib-2.0/glib/gstrfuncs.h
213
+ - vendor/local/include/glib-2.0/glib/garray.h
214
+ - vendor/local/include/glib-2.0/glib/gbookmarkfile.h
215
+ - vendor/local/include/glib-2.0/glib/gnode.h
216
+ - vendor/local/include/glib-2.0/glib/ghostutils.h
217
+ - vendor/local/include/glib-2.0/glib/gcache.h
218
+ - vendor/local/include/glib-2.0/glib/gprintf.h
219
+ - vendor/local/include/glib-2.0/glib/gbase64.h
220
+ - vendor/local/include/glib-2.0/glib/gmarkup.h
221
+ - vendor/local/include/glib-2.0/glib/gslice.h
222
+ - vendor/local/include/glib-2.0/gio/gsrvtarget.h
223
+ - vendor/local/include/glib-2.0/gio/gasyncresult.h
735
224
  - vendor/local/include/glib-2.0/gio/giomodule.h
736
- - vendor/local/include/glib-2.0/gio/gpermission.h
737
- - vendor/local/include/glib-2.0/gio/gmountoperation.h
738
- - vendor/local/include/glib-2.0/gio/gfileicon.h
739
- - vendor/local/include/glib-2.0/gio/gmount.h
740
- - vendor/local/include/glib-2.0/gio/gemblemedicon.h
741
- - vendor/local/include/glib-2.0/gio/gfilteroutputstream.h
742
- - vendor/local/include/glib-2.0/gio/gfileinfo.h
743
- - vendor/local/include/glib-2.0/gio/gsocketconnection.h
744
- - vendor/local/include/glib-2.0/gio/gsocketservice.h
745
- - vendor/local/include/glib-2.0/gio/gmemoryinputstream.h
746
- - vendor/local/include/glib-2.0/gio/gcredentials.h
225
+ - vendor/local/include/glib-2.0/gio/gfileattribute.h
747
226
  - vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h
748
- - vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h
749
- - vendor/local/include/glib-2.0/gio/gdbusserver.h
227
+ - vendor/local/include/glib-2.0/gio/gfileinfo.h
228
+ - vendor/local/include/glib-2.0/gio/gvolume.h
229
+ - vendor/local/include/glib-2.0/gio/goutputstream.h
230
+ - vendor/local/include/glib-2.0/gio/gvfs.h
231
+ - vendor/local/include/glib-2.0/gio/ginitable.h
750
232
  - vendor/local/include/glib-2.0/gio/gdbusaddress.h
751
233
  - vendor/local/include/glib-2.0/gio/gproxy.h
752
- - vendor/local/include/glib-2.0/gio/gresolver.h
753
- - vendor/local/include/glib-2.0/gio/gdbusconnection.h
234
+ - vendor/local/include/glib-2.0/gio/gfilterinputstream.h
754
235
  - vendor/local/include/glib-2.0/gio/gfilenamecompleter.h
755
- - vendor/local/include/glib-2.0/gio/gsocketaddress.h
756
- - vendor/local/include/glib-2.0/gio/gdbusintrospection.h
757
- - vendor/local/include/glib-2.0/gio/goutputstream.h
758
- - vendor/local/include/glib-2.0/gio/gthemedicon.h
759
- - vendor/local/include/glib-2.0/gio/gconverteroutputstream.h
760
- - vendor/local/include/glib-2.0/gio/gicon.h
761
- - vendor/local/include/glib-2.0/gio/gbufferedinputstream.h
762
- - vendor/local/include/glib-2.0/gio/gdatainputstream.h
763
- - vendor/local/include/glib-2.0/gio/gfileenumerator.h
764
- - vendor/local/include/glib-2.0/gio/ginetaddress.h
236
+ - vendor/local/include/glib-2.0/gio/gseekable.h
237
+ - vendor/local/include/glib-2.0/gio/gdataoutputstream.h
238
+ - vendor/local/include/glib-2.0/gio/gfilteroutputstream.h
239
+ - vendor/local/include/glib-2.0/gio/gmount.h
240
+ - vendor/local/include/glib-2.0/gio/gasyncinitable.h
241
+ - vendor/local/include/glib-2.0/gio/gnetworkservice.h
242
+ - vendor/local/include/glib-2.0/gio/gdbusconnection.h
243
+ - vendor/local/include/glib-2.0/gio/gzlibdecompressor.h
244
+ - vendor/local/include/glib-2.0/gio/gnativevolumemonitor.h
245
+ - vendor/local/include/glib-2.0/gio/gioscheduler.h
765
246
  - vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h
766
- - vendor/local/include/glib-2.0/gio/gzlibcompressor.h
767
- - vendor/local/include/glib-2.0/gio/ginetsocketaddress.h
768
247
  - vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h
769
- - vendor/local/include/glib-2.0/gio/gconverter.h
770
- - vendor/local/include/glib-2.0/gio/gfileattribute.h
771
- - vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h
772
- - vendor/local/include/glib-2.0/gio/gioscheduler.h
773
- - vendor/local/include/glib-2.0/gio/gappinfo.h
774
- - vendor/local/include/glib-2.0/gio/gseekable.h
775
- - vendor/local/include/glib-2.0/gio/gfileoutputstream.h
776
- - vendor/local/include/glib-2.0/gio/gdbusauthobserver.h
777
- - vendor/local/include/glib-2.0/gio/gcancellable.h
248
+ - vendor/local/include/glib-2.0/gio/gioenumtypes.h
249
+ - vendor/local/include/glib-2.0/gio/gfileiostream.h
250
+ - vendor/local/include/glib-2.0/gio/gcontenttype.h
251
+ - vendor/local/include/glib-2.0/gio/gbufferedinputstream.h
252
+ - vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h
253
+ - vendor/local/include/glib-2.0/gio/gdbusserver.h
778
254
  - vendor/local/include/glib-2.0/gio/gdbuserror.h
255
+ - vendor/local/include/glib-2.0/gio/gzlibcompressor.h
256
+ - vendor/local/include/glib-2.0/gio/gdbusnamewatching.h
257
+ - vendor/local/include/glib-2.0/gio/gconverteroutputstream.h
258
+ - vendor/local/include/glib-2.0/gio/gicon.h
259
+ - vendor/local/include/glib-2.0/gio/gsocketconnectable.h
779
260
  - vendor/local/include/glib-2.0/gio/gthreadedsocketservice.h
780
- - vendor/local/include/glib-2.0/gio/gioerror.h
261
+ - vendor/local/include/glib-2.0/gio/giotypes.h
262
+ - vendor/local/include/glib-2.0/gio/gproxyresolver.h
263
+ - vendor/local/include/glib-2.0/gio/gsocketclient.h
264
+ - vendor/local/include/glib-2.0/gio/gappinfo.h
781
265
  - vendor/local/include/glib-2.0/gio/gio.h
782
- - vendor/local/include/glib-2.0/gio/gioenums.h
266
+ - vendor/local/include/glib-2.0/gio/gthemedicon.h
267
+ - vendor/local/include/glib-2.0/gio/ginetsocketaddress.h
268
+ - vendor/local/include/glib-2.0/gio/gsocketaddress.h
269
+ - vendor/local/include/glib-2.0/gio/gresolver.h
270
+ - vendor/local/include/glib-2.0/gio/gdbusmessage.h
271
+ - vendor/local/include/glib-2.0/gio/gmountoperation.h
272
+ - vendor/local/include/glib-2.0/gio/gdbusutils.h
273
+ - vendor/local/include/glib-2.0/gio/gnetworkaddress.h
274
+ - vendor/local/include/glib-2.0/gio/gloadableicon.h
275
+ - vendor/local/include/glib-2.0/gio/gconverter.h
276
+ - vendor/local/include/glib-2.0/gio/gsocketservice.h
277
+ - vendor/local/include/glib-2.0/gio/gdatainputstream.h
278
+ - vendor/local/include/glib-2.0/gio/gproxyaddress.h
279
+ - vendor/local/include/glib-2.0/gio/ginetaddress.h
280
+ - vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h
281
+ - vendor/local/include/glib-2.0/gio/gioerror.h
282
+ - vendor/local/include/glib-2.0/gio/gfileoutputstream.h
283
+ - vendor/local/include/glib-2.0/gio/gsettings.h
284
+ - vendor/local/include/glib-2.0/gio/gcredentials.h
783
285
  - vendor/local/include/glib-2.0/gio/gdrive.h
286
+ - vendor/local/include/glib-2.0/gio/gsocketlistener.h
287
+ - vendor/local/include/glib-2.0/gio/gsimplepermission.h
288
+ - vendor/local/include/glib-2.0/gio/gsocket.h
784
289
  - vendor/local/include/glib-2.0/gio/ginputstream.h
785
- - vendor/local/include/glib-2.0/gio/gcharsetconverter.h
786
- - vendor/local/include/glib-2.0/gio/gioenumtypes.h
787
- - vendor/local/include/glib-2.0/gio/gasyncinitable.h
788
- - vendor/local/include/glib-2.0/gio/gasyncresult.h
789
- - vendor/local/include/glib-2.0/gio/gdbusnamewatching.h
290
+ - vendor/local/include/glib-2.0/gio/gdbusintrospection.h
291
+ - vendor/local/include/glib-2.0/gio/gfileenumerator.h
292
+ - vendor/local/include/glib-2.0/gio/gioenums.h
293
+ - vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h
790
294
  - vendor/local/include/glib-2.0/gio/gemblem.h
791
- - vendor/local/include/glib-2.0/gio/gproxyaddress.h
792
- - vendor/local/include/glib-2.0/gio/gproxyresolver.h
793
- - vendor/local/include/glib-2.0/gio/gloadableicon.h
794
- - vendor/local/include/glib-2.0/gio/gvolume.h
795
- - vendor/local/include/glib-2.0/gio/giostream.h
796
- - vendor/local/include/glib-2.0/gio/gvfs.h
797
- - vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h
798
- - vendor/local/include/glib-2.0/gio/gfilterinputstream.h
799
- - vendor/local/include/glib-2.0/gio/gsettingsbackend.h
800
- - vendor/local/include/glib-2.0/gio/gnetworkaddress.h
801
295
  - vendor/local/include/glib-2.0/gio/gdbusnameowning.h
802
- - vendor/local/include/glib-2.0/gio/ginitable.h
296
+ - vendor/local/include/glib-2.0/gio/gvolumemonitor.h
297
+ - vendor/local/include/glib-2.0/gio/gmemoryinputstream.h
298
+ - vendor/local/include/glib-2.0/gio/gcharsetconverter.h
299
+ - vendor/local/include/glib-2.0/gio/gemblemedicon.h
300
+ - vendor/local/include/glib-2.0/gio/gpermission.h
803
301
  - vendor/local/include/glib-2.0/gio/gfileinputstream.h
804
302
  - vendor/local/include/glib-2.0/gio/gdbusproxy.h
805
- - vendor/local/include/glib-2.0/gio/gsettings.h
806
- - vendor/local/include/glib-2.0/gio/gsocket.h
807
- - vendor/local/include/glib-2.0/gio/gdbusmessage.h
808
- - vendor/local/include/glib-2.0/gio/gsrvtarget.h
303
+ - vendor/local/include/glib-2.0/gio/gcancellable.h
304
+ - vendor/local/include/glib-2.0/gio/gtcpconnection.h
305
+ - vendor/local/include/glib-2.0/gio/gfileicon.h
306
+ - vendor/local/include/glib-2.0/gio/gsettingsbackend.h
307
+ - vendor/local/include/glib-2.0/gio/gfilemonitor.h
308
+ - vendor/local/include/glib-2.0/gio/gdbusauthobserver.h
309
+ - vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h
310
+ - vendor/local/include/glib-2.0/gio/gfile.h
311
+ - vendor/local/include/glib-2.0/gio/gsocketconnection.h
312
+ - vendor/local/include/glib-2.0/gio/giostream.h
809
313
  - vendor/local/include/glib-2.0/gio/gconverterinputstream.h
810
- - vendor/local/include/glib-2.0/gio/gnativevolumemonitor.h
811
- - vendor/local/include/glib-2.0/gio/giotypes.h
812
- - vendor/local/include/glib-2.0/glib.h
813
- - vendor/local/include/glib-2.0/gmodule.h
814
- - vendor/local/include/glib-2.0/glib/grand.h
815
- - vendor/local/include/glib-2.0/glib/gerror.h
816
- - vendor/local/include/glib-2.0/glib/ghash.h
817
- - vendor/local/include/glib-2.0/glib/garray.h
818
- - vendor/local/include/glib-2.0/glib/gurifuncs.h
819
- - vendor/local/include/glib-2.0/glib/gtimezone.h
820
- - vendor/local/include/glib-2.0/glib/gslice.h
821
- - vendor/local/include/glib-2.0/glib/gdate.h
822
- - vendor/local/include/glib-2.0/glib/gdatetime.h
823
- - vendor/local/include/glib-2.0/glib/gbase64.h
824
- - vendor/local/include/glib-2.0/glib/gtestutils.h
825
- - vendor/local/include/glib-2.0/glib/gasyncqueue.h
826
- - vendor/local/include/glib-2.0/glib/grel.h
827
- - vendor/local/include/glib-2.0/glib/goption.h
828
- - vendor/local/include/glib-2.0/glib/gmappedfile.h
829
- - vendor/local/include/glib-2.0/glib/gstrfuncs.h
830
- - vendor/local/include/glib-2.0/glib/gprintf.h
831
- - vendor/local/include/glib-2.0/glib/gcompletion.h
832
- - vendor/local/include/glib-2.0/glib/gtimer.h
833
- - vendor/local/include/glib-2.0/glib/gwin32.h
834
- - vendor/local/include/glib-2.0/glib/gbookmarkfile.h
835
- - vendor/local/include/glib-2.0/glib/gmarkup.h
836
- - vendor/local/include/glib-2.0/glib/gthread.h
837
- - vendor/local/include/glib-2.0/glib/gcache.h
838
- - vendor/local/include/glib-2.0/glib/gmessages.h
839
- - vendor/local/include/glib-2.0/glib/gi18n-lib.h
840
- - vendor/local/include/glib-2.0/glib/gshell.h
841
- - vendor/local/include/glib-2.0/glib/gbitlock.h
842
- - vendor/local/include/glib-2.0/glib/gquark.h
843
- - vendor/local/include/glib-2.0/glib/gmem.h
844
- - vendor/local/include/glib-2.0/glib/gthreadpool.h
845
- - vendor/local/include/glib-2.0/glib/gi18n.h
846
- - vendor/local/include/glib-2.0/glib/gmain.h
847
- - vendor/local/include/glib-2.0/glib/gunicode.h
848
- - vendor/local/include/glib-2.0/glib/gscanner.h
849
- - vendor/local/include/glib-2.0/glib/gsequence.h
850
- - vendor/local/include/glib-2.0/glib/gvarianttype.h
851
- - vendor/local/include/glib-2.0/glib/glist.h
852
- - vendor/local/include/glib-2.0/glib/gpattern.h
853
- - vendor/local/include/glib-2.0/glib/gprimes.h
854
- - vendor/local/include/glib-2.0/glib/gqsort.h
855
- - vendor/local/include/glib-2.0/glib/ghostutils.h
856
- - vendor/local/include/glib-2.0/glib/gfileutils.h
857
- - vendor/local/include/glib-2.0/glib/galloca.h
858
- - vendor/local/include/glib-2.0/glib/gutils.h
859
- - vendor/local/include/glib-2.0/glib/gkeyfile.h
860
- - vendor/local/include/glib-2.0/glib/gtree.h
861
- - vendor/local/include/glib-2.0/glib/gstdio.h
862
- - vendor/local/include/glib-2.0/glib/gchecksum.h
863
- - vendor/local/include/glib-2.0/glib/gatomic.h
864
- - vendor/local/include/glib-2.0/glib/gstring.h
865
- - vendor/local/include/glib-2.0/glib/gslist.h
866
- - vendor/local/include/glib-2.0/glib/gqueue.h
867
- - vendor/local/include/glib-2.0/glib/gregex.h
868
- - vendor/local/include/glib-2.0/glib/gbacktrace.h
869
- - vendor/local/include/glib-2.0/glib/gtypes.h
870
- - vendor/local/include/glib-2.0/glib/gdataset.h
871
- - vendor/local/include/glib-2.0/glib/gdir.h
872
- - vendor/local/include/glib-2.0/glib/gpoll.h
873
- - vendor/local/include/glib-2.0/glib/gspawn.h
874
- - vendor/local/include/glib-2.0/glib/gnode.h
875
- - vendor/local/include/glib-2.0/glib/ghook.h
876
- - vendor/local/include/glib-2.0/glib/gmacros.h
877
- - vendor/local/include/glib-2.0/glib/giochannel.h
878
- - vendor/local/include/glib-2.0/glib/gconvert.h
879
- - vendor/local/include/glib-2.0/glib/gvariant.h
880
314
  - vendor/local/include/glib-2.0/glib-object.h
881
- - vendor/local/include/glib-2.0/gobject/gtypeplugin.h
882
- - vendor/local/include/glib-2.0/gobject/gbinding.h
883
- - vendor/local/include/glib-2.0/gobject/gmarshal.h
884
- - vendor/local/include/glib-2.0/gobject/genums.h
885
- - vendor/local/include/glib-2.0/gobject/gtype.h
886
- - vendor/local/include/glib-2.0/gobject/gvaluearray.h
887
- - vendor/local/include/glib-2.0/gobject/gvaluecollector.h
888
- - vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c
889
315
  - vendor/local/include/glib-2.0/gobject/gtypemodule.h
890
- - vendor/local/include/glib-2.0/gobject/gsignal.h
891
- - vendor/local/include/glib-2.0/gobject/gparamspecs.h
892
- - vendor/local/include/glib-2.0/gobject/gobject.h
893
- - vendor/local/include/glib-2.0/gobject/gboxed.h
894
- - vendor/local/include/glib-2.0/gobject/gvalue.h
316
+ - vendor/local/include/glib-2.0/gobject/gvaluecollector.h
895
317
  - vendor/local/include/glib-2.0/gobject/gsourceclosure.h
318
+ - vendor/local/include/glib-2.0/gobject/gobject.h
896
319
  - vendor/local/include/glib-2.0/gobject/gclosure.h
320
+ - vendor/local/include/glib-2.0/gobject/gtypeplugin.h
897
321
  - vendor/local/include/glib-2.0/gobject/gparam.h
322
+ - vendor/local/include/glib-2.0/gobject/gvaluearray.h
898
323
  - vendor/local/include/glib-2.0/gobject/gvaluetypes.h
899
- - vendor/local/include/libintl.h
900
- - vendor/local/include/autosprintf.h
324
+ - vendor/local/include/glib-2.0/gobject/gbinding.h
325
+ - vendor/local/include/glib-2.0/gobject/gsignal.h
326
+ - vendor/local/include/glib-2.0/gobject/gtype.h
327
+ - vendor/local/include/glib-2.0/gobject/gvalue.h
328
+ - vendor/local/include/glib-2.0/gobject/gparamspecs.h
329
+ - vendor/local/include/glib-2.0/gobject/genums.h
330
+ - vendor/local/include/glib-2.0/gobject/gmarshal.h
331
+ - vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c
332
+ - vendor/local/include/glib-2.0/gobject/gboxed.h
333
+ - vendor/local/include/glib-2.0/gmodule.h
334
+ - vendor/local/src/tml/packaging/glib_2.26.0-2_win32.log
335
+ - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh
336
+ - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log
337
+ - vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh
338
+ - vendor/local/manifest/glib-dev_2.26.0-2_win32.mft
339
+ - vendor/local/manifest/glib_2.26.0-2_win32.mft
340
+ - vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft
341
+ - vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft
342
+ - vendor/local/lib/gobject-2.0.def
343
+ - vendor/local/lib/gobject-2.0.lib
344
+ - vendor/local/lib/gmodule-2.0.lib
345
+ - vendor/local/lib/libgobject-2.0.dll.a
346
+ - vendor/local/lib/libintl.def
347
+ - vendor/local/lib/gthread-2.0.lib
348
+ - vendor/local/lib/intl.lib
349
+ - vendor/local/lib/glib-2.0/include/glibconfig.h
350
+ - vendor/local/lib/GNU.Gettext.dll
351
+ - vendor/local/lib/gio-2.0.def
352
+ - vendor/local/lib/gthread-2.0.def
353
+ - vendor/local/lib/gio-2.0.lib
354
+ - vendor/local/lib/libgmodule-2.0.dll.a
355
+ - vendor/local/lib/libgio-2.0.dll.a
356
+ - vendor/local/lib/libglib-2.0.dll.a
357
+ - vendor/local/lib/libgthread-2.0.dll.a
358
+ - vendor/local/lib/libasprintf.dll.a
359
+ - vendor/local/lib/glib-2.0.def
360
+ - vendor/local/lib/libintl.dll.a
361
+ - vendor/local/lib/glib-2.0.lib
362
+ - vendor/local/lib/pkgconfig/gio-windows-2.0.pc
363
+ - vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc
364
+ - vendor/local/lib/pkgconfig/gmodule-2.0.pc
365
+ - vendor/local/lib/pkgconfig/gthread-2.0.pc
366
+ - vendor/local/lib/pkgconfig/gio-2.0.pc
367
+ - vendor/local/lib/pkgconfig/glib-2.0.pc
368
+ - vendor/local/lib/pkgconfig/gobject-2.0.pc
369
+ - vendor/local/lib/gmodule-2.0.def
370
+ - vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo
371
+ - vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo
372
+ - vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo
373
+ - vendor/local/share/locale/or/LC_MESSAGES/glib20.mo
374
+ - vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo
375
+ - vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo
376
+ - vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo
377
+ - vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo
378
+ - vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo
379
+ - vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo
380
+ - vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo
381
+ - vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo
382
+ - vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo
383
+ - vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo
384
+ - vendor/local/share/locale/si/LC_MESSAGES/glib20.mo
385
+ - vendor/local/share/locale/th/LC_MESSAGES/glib20.mo
386
+ - vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo
387
+ - vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
388
+ - vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo
389
+ - vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo
390
+ - vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo
391
+ - vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo
392
+ - vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo
393
+ - vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo
394
+ - vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo
395
+ - vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo
396
+ - vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo
397
+ - vendor/local/share/locale/locale.alias
398
+ - vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo
399
+ - vendor/local/share/locale/de/LC_MESSAGES/glib20.mo
400
+ - vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo
401
+ - vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo
402
+ - vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo
403
+ - vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo
404
+ - vendor/local/share/locale/az/LC_MESSAGES/glib20.mo
405
+ - vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo
406
+ - vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo
407
+ - vendor/local/share/locale/af/LC_MESSAGES/glib20.mo
408
+ - vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo
409
+ - vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo
410
+ - vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo
411
+ - vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo
412
+ - vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo
413
+ - vendor/local/share/locale/id/LC_MESSAGES/glib20.mo
414
+ - vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo
415
+ - vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo
416
+ - vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo
417
+ - vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo
418
+ - vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo
419
+ - vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo
420
+ - vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo
421
+ - vendor/local/share/locale/es/LC_MESSAGES/glib20.mo
422
+ - vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo
423
+ - vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
424
+ - vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo
425
+ - vendor/local/share/locale/da/LC_MESSAGES/glib20.mo
426
+ - vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo
427
+ - vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo
428
+ - vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo
429
+ - vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo
430
+ - vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo
431
+ - vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo
432
+ - vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo
433
+ - vendor/local/share/locale/it/LC_MESSAGES/glib20.mo
434
+ - vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo
435
+ - vendor/local/share/locale/et/LC_MESSAGES/glib20.mo
436
+ - vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo
437
+ - vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo
438
+ - vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo
439
+ - vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo
440
+ - vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo
441
+ - vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
442
+ - vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo
443
+ - vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo
444
+ - vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo
445
+ - vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo
446
+ - vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo
447
+ - vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo
448
+ - vendor/local/share/locale/am/LC_MESSAGES/glib20.mo
449
+ - vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
450
+ - vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo
451
+ - vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo
452
+ - vendor/local/share/locale/be/LC_MESSAGES/glib20.mo
453
+ - vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo
454
+ - vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo
455
+ - vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo
456
+ - vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo
457
+ - vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo
458
+ - vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo
459
+ - vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo
460
+ - vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo
461
+ - vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo
462
+ - vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo
463
+ - vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo
464
+ - vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo
465
+ - vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo
466
+ - vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
467
+ - vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo
468
+ - vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo
469
+ - vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo
470
+ - vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo
471
+ - vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo
472
+ - vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo
473
+ - vendor/local/share/locale/el/LC_MESSAGES/glib20.mo
474
+ - vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo
475
+ - vendor/local/share/locale/as/LC_MESSAGES/glib20.mo
476
+ - vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo
477
+ - vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo
478
+ - vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo
479
+ - vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo
480
+ - vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo
481
+ - vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
482
+ - vendor/local/share/locale/is/LC_MESSAGES/glib20.mo
483
+ - vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo
484
+ - vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo
485
+ - vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
486
+ - vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo
487
+ - vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo
488
+ - vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo
489
+ - vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo
490
+ - vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo
491
+ - vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo
492
+ - vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo
493
+ - vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo
494
+ - vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo
495
+ - vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo
496
+ - vendor/local/share/locale/te/LC_MESSAGES/glib20.mo
497
+ - vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo
498
+ - vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo
499
+ - vendor/local/share/locale/he/LC_MESSAGES/glib20.mo
500
+ - vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo
501
+ - vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo
502
+ - vendor/local/share/doc/glib-2.26.0/COPYING
503
+ - vendor/local/share/doc/glib-dev-2.26.0/COPYING
504
+ - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
505
+ - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
506
+ - vendor/local/share/doc/gettext/csharpdoc/begin.html
507
+ - vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext.html
508
+ - vendor/local/share/doc/gettext/csharpdoc/index.html
509
+ - vendor/local/share/doc/gettext/csharpdoc/namespaces.html
510
+ - vendor/local/share/doc/gettext/textdomain.3.html
511
+ - vendor/local/share/doc/gettext/envsubst.1.html
512
+ - vendor/local/share/doc/gettext/bindtextdomain.3.html
513
+ - vendor/local/share/doc/gettext/gettext.1.html
514
+ - vendor/local/share/doc/gettext/ngettext.1.html
515
+ - vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html
516
+ - vendor/local/share/doc/gettext/ngettext.3.html
517
+ - vendor/local/share/doc/gettext/gettext.3.html
518
+ - vendor/local/share/doc/libasprintf/autosprintf_all.html
519
+ - vendor/local/share/aclocal/glib-gettext.m4
520
+ - vendor/local/share/aclocal/glib-2.0.m4
521
+ - vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html
522
+ - vendor/local/share/gtk-doc/html/glib/glib-gettextize.html
523
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-6.html
524
+ - vendor/local/share/gtk-doc/html/glib/glib-utilities.html
525
+ - vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html
526
+ - vendor/local/share/gtk-doc/html/glib/gtester-report.html
527
+ - vendor/local/share/gtk-doc/html/glib/up.png
528
+ - vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html
529
+ - vendor/local/share/gtk-doc/html/glib/glib-Threads.html
530
+ - vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html
531
+ - vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html
532
+ - vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html
533
+ - vendor/local/share/gtk-doc/html/glib/glib-compiling.html
534
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-10.html
535
+ - vendor/local/share/gtk-doc/html/glib/glib-Quarks.html
536
+ - vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html
537
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-8.html
538
+ - vendor/local/share/gtk-doc/html/glib/glib-running.html
539
+ - vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html
540
+ - vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html
541
+ - vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html
542
+ - vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html
543
+ - vendor/local/share/gtk-doc/html/glib/annotation-glossary.html
544
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-12.html
545
+ - vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html
546
+ - vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html
547
+ - vendor/local/share/gtk-doc/html/glib/glib-building.html
548
+ - vendor/local/share/gtk-doc/html/glib/glib-Timers.html
549
+ - vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html
550
+ - vendor/local/share/gtk-doc/html/glib/home.png
551
+ - vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html
552
+ - vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html
553
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-22.html
554
+ - vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html
555
+ - vendor/local/share/gtk-doc/html/glib/glib-Arrays.html
556
+ - vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html
557
+ - vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html
558
+ - vendor/local/share/gtk-doc/html/glib/glib-Datasets.html
559
+ - vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html
560
+ - vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html
561
+ - vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html
562
+ - vendor/local/share/gtk-doc/html/glib/glib-Caches.html
563
+ - vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html
564
+ - vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html
565
+ - vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html
566
+ - vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html
567
+ - vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html
568
+ - vendor/local/share/gtk-doc/html/glib/file-name-encodings.png
569
+ - vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html
570
+ - vendor/local/share/gtk-doc/html/glib/glib-core.html
571
+ - vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html
572
+ - vendor/local/share/gtk-doc/html/glib/index.sgml
573
+ - vendor/local/share/gtk-doc/html/glib/glib-GVariant.html
574
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-24.html
575
+ - vendor/local/share/gtk-doc/html/glib/left.png
576
+ - vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html
577
+ - vendor/local/share/gtk-doc/html/glib/glib-data-types.html
578
+ - vendor/local/share/gtk-doc/html/glib/glib.html
579
+ - vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html
580
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-18.html
581
+ - vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html
582
+ - vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html
583
+ - vendor/local/share/gtk-doc/html/glib/style.css
584
+ - vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html
585
+ - vendor/local/share/gtk-doc/html/glib/gtester.html
586
+ - vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html
587
+ - vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html
588
+ - vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html
589
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-26.html
590
+ - vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html
591
+ - vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html
592
+ - vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html
593
+ - vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html
594
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-16.html
595
+ - vendor/local/share/gtk-doc/html/glib/api-index-full.html
596
+ - vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html
597
+ - vendor/local/share/gtk-doc/html/glib/glib-resources.html
598
+ - vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html
599
+ - vendor/local/share/gtk-doc/html/glib/glib-Sequences.html
600
+ - vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html
601
+ - vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html
602
+ - vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html
603
+ - vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html
604
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-20.html
605
+ - vendor/local/share/gtk-doc/html/glib/glib-I18N.html
606
+ - vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html
607
+ - vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html
608
+ - vendor/local/share/gtk-doc/html/glib/glib.devhelp
609
+ - vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html
610
+ - vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html
611
+ - vendor/local/share/gtk-doc/html/glib/tools.html
612
+ - vendor/local/share/gtk-doc/html/glib/index.html
613
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-4.html
614
+ - vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html
615
+ - vendor/local/share/gtk-doc/html/glib/glib-Testing.html
616
+ - vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html
617
+ - vendor/local/share/gtk-doc/html/glib/glib.devhelp2
618
+ - vendor/local/share/gtk-doc/html/glib/mainloop-states.gif
619
+ - vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html
620
+ - vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html
621
+ - vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html
622
+ - vendor/local/share/gtk-doc/html/glib/glib-changes.html
623
+ - vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html
624
+ - vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html
625
+ - vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html
626
+ - vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html
627
+ - vendor/local/share/gtk-doc/html/glib/glib-Strings.html
628
+ - vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html
629
+ - vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html
630
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-2.html
631
+ - vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html
632
+ - vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html
633
+ - vendor/local/share/gtk-doc/html/glib/right.png
634
+ - vendor/local/share/gtk-doc/html/glib/api-index-2-14.html
635
+ - vendor/local/share/gtk-doc/html/gio/ch26s02.html
636
+ - vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html
637
+ - vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html
638
+ - vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html
639
+ - vendor/local/share/gtk-doc/html/gio/ch26s04.html
640
+ - vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html
641
+ - vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html
642
+ - vendor/local/share/gtk-doc/html/gio/GCancellable.html
643
+ - vendor/local/share/gtk-doc/html/gio/up.png
644
+ - vendor/local/share/gtk-doc/html/gio/GSocketAddress.html
645
+ - vendor/local/share/gtk-doc/html/gio/GIOModule.html
646
+ - vendor/local/share/gtk-doc/html/gio/pt01.html
647
+ - vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html
648
+ - vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html
649
+ - vendor/local/share/gtk-doc/html/gio/GDataInputStream.html
650
+ - vendor/local/share/gtk-doc/html/gio/GFile.html
651
+ - vendor/local/share/gtk-doc/html/gio/types.html
652
+ - vendor/local/share/gtk-doc/html/gio/ch25.html
653
+ - vendor/local/share/gtk-doc/html/gio/GVfs.html
654
+ - vendor/local/share/gtk-doc/html/gio/GTcpConnection.html
655
+ - vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html
656
+ - vendor/local/share/gtk-doc/html/gio/extending-gio.html
657
+ - vendor/local/share/gtk-doc/html/gio/GFileInfo.html
658
+ - vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html
659
+ - vendor/local/share/gtk-doc/html/gio/ch03.html
660
+ - vendor/local/share/gtk-doc/html/gio/gio.devhelp
661
+ - vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html
662
+ - vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html
663
+ - vendor/local/share/gtk-doc/html/gio/ch01.html
664
+ - vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html
665
+ - vendor/local/share/gtk-doc/html/gio/ch24.html
666
+ - vendor/local/share/gtk-doc/html/gio/gio-querymodules.html
667
+ - vendor/local/share/gtk-doc/html/gio/permissions.html
668
+ - vendor/local/share/gtk-doc/html/gio/GFileIOStream.html
669
+ - vendor/local/share/gtk-doc/html/gio/failable_initialization.html
670
+ - vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html
671
+ - vendor/local/share/gtk-doc/html/gio/ch27s02.html
672
+ - vendor/local/share/gtk-doc/html/gio/ch27s06.html
673
+ - vendor/local/share/gtk-doc/html/gio/ch25s03.html
674
+ - vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html
675
+ - vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html
676
+ - vendor/local/share/gtk-doc/html/gio/GUnixConnection.html
677
+ - vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html
678
+ - vendor/local/share/gtk-doc/html/gio/annotation-glossary.html
679
+ - vendor/local/share/gtk-doc/html/gio/GCredentials.html
680
+ - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html
681
+ - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html
682
+ - vendor/local/share/gtk-doc/html/gio/GDrive.html
683
+ - vendor/local/share/gtk-doc/html/gio/GPermission.html
684
+ - vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html
685
+ - vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html
686
+ - vendor/local/share/gtk-doc/html/gio/home.png
687
+ - vendor/local/share/gtk-doc/html/gio/ch27s04.html
688
+ - vendor/local/share/gtk-doc/html/gio/gvfs-overview.png
689
+ - vendor/local/share/gtk-doc/html/gio/GNetworkService.html
690
+ - vendor/local/share/gtk-doc/html/gio/GProxyAddress.html
691
+ - vendor/local/share/gtk-doc/html/gio/api-index-2-22.html
692
+ - vendor/local/share/gtk-doc/html/gio/GOutputStream.html
693
+ - vendor/local/share/gtk-doc/html/gio/conversion.html
694
+ - vendor/local/share/gtk-doc/html/gio/GMount.html
695
+ - vendor/local/share/gtk-doc/html/gio/extending.html
696
+ - vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html
697
+ - vendor/local/share/gtk-doc/html/gio/GSocketService.html
698
+ - vendor/local/share/gtk-doc/html/gio/GSeekable.html
699
+ - vendor/local/share/gtk-doc/html/gio/ch27s05.html
700
+ - vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html
701
+ - vendor/local/share/gtk-doc/html/gio/gdbus.html
702
+ - vendor/local/share/gtk-doc/html/gio/settings.html
703
+ - vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html
704
+ - vendor/local/share/gtk-doc/html/gio/GSocketListener.html
705
+ - vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html
706
+ - vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html
707
+ - vendor/local/share/gtk-doc/html/gio/index.sgml
708
+ - vendor/local/share/gtk-doc/html/gio/GVolume.html
709
+ - vendor/local/share/gtk-doc/html/gio/GIOStream.html
710
+ - vendor/local/share/gtk-doc/html/gio/gio.devhelp2
711
+ - vendor/local/share/gtk-doc/html/gio/GUnixFDList.html
712
+ - vendor/local/share/gtk-doc/html/gio/api-index-2-24.html
713
+ - vendor/local/share/gtk-doc/html/gio/left.png
714
+ - vendor/local/share/gtk-doc/html/gio/volume_mon.html
715
+ - vendor/local/share/gtk-doc/html/gio/ch02.html
716
+ - vendor/local/share/gtk-doc/html/gio/GDBusServer.html
717
+ - vendor/local/share/gtk-doc/html/gio/GFileInputStream.html
718
+ - vendor/local/share/gtk-doc/html/gio/utils.html
719
+ - vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html
720
+ - vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html
721
+ - vendor/local/share/gtk-doc/html/gio/GEmblem.html
722
+ - vendor/local/share/gtk-doc/html/gio/file_mon.html
723
+ - vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html
724
+ - vendor/local/share/gtk-doc/html/gio/api-index-2-18.html
725
+ - vendor/local/share/gtk-doc/html/gio/style.css
726
+ - vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html
727
+ - vendor/local/share/gtk-doc/html/gio/GProxy.html
728
+ - vendor/local/share/gtk-doc/html/gio/GInputStream.html
729
+ - vendor/local/share/gtk-doc/html/gio/api-index-2-26.html
730
+ - vendor/local/share/gtk-doc/html/gio/ch25s02.html
731
+ - vendor/local/share/gtk-doc/html/gio/GSocketClient.html
732
+ - vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html
733
+ - vendor/local/share/gtk-doc/html/gio/GConverter.html
734
+ - vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html
735
+ - vendor/local/share/gtk-doc/html/gio/ch26s07.html
736
+ - vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html
737
+ - vendor/local/share/gtk-doc/html/gio/gio-GContentType.html
738
+ - vendor/local/share/gtk-doc/html/gio/GSocket.html
739
+ - vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html
740
+ - vendor/local/share/gtk-doc/html/gio/api-index-full.html
741
+ - vendor/local/share/gtk-doc/html/gio/resolver.html
742
+ - vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html
743
+ - vendor/local/share/gtk-doc/html/gio/GDBusProxy.html
744
+ - vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html
745
+ - vendor/local/share/gtk-doc/html/gio/GResolver.html
746
+ - vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html
747
+ - vendor/local/share/gtk-doc/html/gio/GThemedIcon.html
748
+ - vendor/local/share/gtk-doc/html/gio/migrating.html
749
+ - vendor/local/share/gtk-doc/html/gio/GSimplePermission.html
750
+ - vendor/local/share/gtk-doc/html/gio/GInitable.html
751
+ - vendor/local/share/gtk-doc/html/gio/ch26s05.html
752
+ - vendor/local/share/gtk-doc/html/gio/GFileMonitor.html
753
+ - vendor/local/share/gtk-doc/html/gio/GAsyncResult.html
754
+ - vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html
755
+ - vendor/local/share/gtk-doc/html/gio/api-index-2-20.html
756
+ - vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html
757
+ - vendor/local/share/gtk-doc/html/gio/GDBusMessage.html
758
+ - vendor/local/share/gtk-doc/html/gio/GAppInfo.html
759
+ - vendor/local/share/gtk-doc/html/gio/ch27s03.html
760
+ - vendor/local/share/gtk-doc/html/gio/highlevel-socket.html
761
+ - vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html
762
+ - vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html
763
+ - vendor/local/share/gtk-doc/html/gio/ch26s06.html
764
+ - vendor/local/share/gtk-doc/html/gio/tools.html
765
+ - vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
766
+ - vendor/local/share/gtk-doc/html/gio/networking.html
767
+ - vendor/local/share/gtk-doc/html/gio/index.html
768
+ - vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html
769
+ - vendor/local/share/gtk-doc/html/gio/icons.html
770
+ - vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html
771
+ - vendor/local/share/gtk-doc/html/gio/pt02.html
772
+ - vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html
773
+ - vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html
774
+ - vendor/local/share/gtk-doc/html/gio/GDBusConnection.html
775
+ - vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html
776
+ - vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html
777
+ - vendor/local/share/gtk-doc/html/gio/GInetAddress.html
778
+ - vendor/local/share/gtk-doc/html/gio/GIcon.html
779
+ - vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html
780
+ - vendor/local/share/gtk-doc/html/gio/async.html
781
+ - vendor/local/share/gtk-doc/html/gio/GSettings.html
782
+ - vendor/local/share/gtk-doc/html/gio/ch27.html
783
+ - vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html
784
+ - vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html
785
+ - vendor/local/share/gtk-doc/html/gio/streaming.html
786
+ - vendor/local/share/gtk-doc/html/gio/GSocketConnection.html
787
+ - vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html
788
+ - vendor/local/share/gtk-doc/html/gio/file_ops.html
789
+ - vendor/local/share/gtk-doc/html/gio/gio-GIOError.html
790
+ - vendor/local/share/gtk-doc/html/gio/GProxyResolver.html
791
+ - vendor/local/share/gtk-doc/html/gio/GMountOperation.html
792
+ - vendor/local/share/gtk-doc/html/gio/GFileIcon.html
793
+ - vendor/local/share/gtk-doc/html/gio/ch26.html
794
+ - vendor/local/share/gtk-doc/html/gio/right.png
795
+ - vendor/local/share/gtk-doc/html/gio/ch26s03.html
796
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html
797
+ - vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html
798
+ - vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html
799
+ - vendor/local/share/gtk-doc/html/gobject/up.png
800
+ - vendor/local/share/gtk-doc/html/gobject/signal.html
801
+ - vendor/local/share/gtk-doc/html/gobject/pt01.html
802
+ - vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html
803
+ - vendor/local/share/gtk-doc/html/gobject/pr01.html
804
+ - vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html
805
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject.html
806
+ - vendor/local/share/gtk-doc/html/gobject/pt03.html
807
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html
808
+ - vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html
809
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html
810
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html
811
+ - vendor/local/share/gtk-doc/html/gobject/gobject-query.html
812
+ - vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html
813
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html
814
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html
815
+ - vendor/local/share/gtk-doc/html/gobject/ch06s03.html
816
+ - vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html
817
+ - vendor/local/share/gtk-doc/html/gobject/tools-vala.html
818
+ - vendor/local/share/gtk-doc/html/gobject/home.png
819
+ - vendor/local/share/gtk-doc/html/gobject/rn02.html
820
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html
821
+ - vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html
822
+ - vendor/local/share/gtk-doc/html/gobject/glue.png
823
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html
824
+ - vendor/local/share/gtk-doc/html/gobject/GBinding.html
825
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html
826
+ - vendor/local/share/gtk-doc/html/gobject/howto-signals.html
827
+ - vendor/local/share/gtk-doc/html/gobject/index.sgml
828
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html
829
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html
830
+ - vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html
831
+ - vendor/local/share/gtk-doc/html/gobject/left.png
832
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html
833
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html
834
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html
835
+ - vendor/local/share/gtk-doc/html/gobject/gobject-memory.html
836
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html
837
+ - vendor/local/share/gtk-doc/html/gobject/style.css
838
+ - vendor/local/share/gtk-doc/html/gobject/gobject-properties.html
839
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html
840
+ - vendor/local/share/gtk-doc/html/gobject/chapter-intro.html
841
+ - vendor/local/share/gtk-doc/html/gobject/GTypeModule.html
842
+ - vendor/local/share/gtk-doc/html/gobject/api-index-full.html
843
+ - vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2
844
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html
845
+ - vendor/local/share/gtk-doc/html/gobject/gobject.devhelp
846
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html
847
+ - vendor/local/share/gtk-doc/html/gobject/rn01.html
848
+ - vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html
849
+ - vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html
850
+ - vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html
851
+ - vendor/local/share/gtk-doc/html/gobject/howto-interface.html
852
+ - vendor/local/share/gtk-doc/html/gobject/chapter-signal.html
853
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html
854
+ - vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html
855
+ - vendor/local/share/gtk-doc/html/gobject/tools-refdb.html
856
+ - vendor/local/share/gtk-doc/html/gobject/index.html
857
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html
858
+ - vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html
859
+ - vendor/local/share/gtk-doc/html/gobject/pt02.html
860
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html
861
+ - vendor/local/share/gtk-doc/html/gobject/tools-gob.html
862
+ - vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html
863
+ - vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html
864
+ - vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html
865
+ - vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html
866
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html
867
+ - vendor/local/share/gtk-doc/html/gobject/ch01s02.html
868
+ - vendor/local/share/gtk-doc/html/gobject/right.png
869
+ - vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html
870
+ - vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html
871
+ - vendor/local/share/glib-2.0/schemas/gschema.dtd
872
+ - vendor/local/share/glib-2.0/gettext/mkinstalldirs
873
+ - vendor/local/share/glib-2.0/gettext/po/Makefile.in.in
874
+ - vendor/local/share/glib-2.0/gdb/glib.py
875
+ - vendor/local/share/glib-2.0/gdb/gobject.py
876
+ - vendor/local/share/man/man3/gettext.3
877
+ - vendor/local/share/man/man3/ngettext.3
878
+ - vendor/local/share/man/man3/bind_textdomain_codeset.3
879
+ - vendor/local/share/man/man3/dngettext.3
880
+ - vendor/local/share/man/man3/dgettext.3
881
+ - vendor/local/share/man/man3/dcgettext.3
882
+ - vendor/local/share/man/man3/textdomain.3
883
+ - vendor/local/share/man/man3/dcngettext.3
884
+ - vendor/local/share/man/man3/bindtextdomain.3
885
+ - vendor/local/share/man/man1/glib-mkenums.1
886
+ - vendor/local/share/man/man1/glib-genmarshal.1
887
+ - vendor/local/share/man/man1/envsubst.1
888
+ - vendor/local/share/man/man1/ngettext.1
889
+ - vendor/local/share/man/man1/gettext.1
890
+ - vendor/local/share/man/man1/gobject-query.1
901
891
  has_rdoc: true
902
892
  homepage: http://ruby-gnome2.sourceforge.jp/
903
893
  licenses: []