glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (620) hide show
  1. data/ChangeLog +46 -0
  2. data/Rakefile +1 -0
  3. data/ext/glib2/rbglib.h +1 -1
  4. data/ext/glib2/rbglib_iochannel.c +15 -6
  5. data/ext/glib2/rbgobj_signal.c +1 -1
  6. data/ext/glib2/rbgobject.h +1 -1
  7. data/lib/1.8/glib2.so +0 -0
  8. data/lib/1.9/glib2.so +0 -0
  9. data/lib/gnome2-raketask.rb +3 -2
  10. data/lib/mkmf-gnome2.rb +47 -23
  11. data/test/glib-test-init.rb +1 -3
  12. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  13. data/vendor/local/bin/glib-gettextize +2 -2
  14. data/vendor/local/bin/glib-mkenums +3 -2
  15. data/vendor/local/bin/gobject-query.exe +0 -0
  16. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  17. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  18. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  19. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  20. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  21. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  22. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  23. data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
  24. data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
  25. data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
  26. data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
  27. data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
  28. data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
  29. data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
  30. data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
  31. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
  32. data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
  33. data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
  34. data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
  35. data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
  36. data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
  37. data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
  38. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
  39. data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
  40. data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
  41. data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
  42. data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
  43. data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
  44. data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
  45. data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
  46. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
  47. data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
  48. data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
  49. data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
  50. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
  51. data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
  52. data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
  53. data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
  54. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
  55. data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
  56. data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
  57. data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
  58. data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
  59. data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
  60. data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
  61. data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
  62. data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
  63. data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
  64. data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
  65. data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
  66. data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
  67. data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
  68. data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
  69. data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
  70. data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
  71. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
  72. data/vendor/local/lib/gio-2.0.def +142 -0
  73. data/vendor/local/lib/gio-2.0.lib +0 -0
  74. data/vendor/local/lib/glib-2.0.def +21 -0
  75. data/vendor/local/lib/glib-2.0.lib +0 -0
  76. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  77. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  78. data/vendor/local/lib/gobject-2.0.def +3 -0
  79. data/vendor/local/lib/gobject-2.0.lib +0 -0
  80. data/vendor/local/lib/gthread-2.0.lib +0 -0
  81. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  82. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  83. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  84. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  85. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  86. data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
  87. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  88. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  89. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  90. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  91. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  92. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  93. data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
  94. data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
  95. data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
  96. data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
  97. data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
  98. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
  99. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
  100. data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
  101. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
  102. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
  103. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
  104. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
  105. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
  106. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
  107. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
  108. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
  109. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
  110. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
  111. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
  112. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
  113. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
  114. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
  115. data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
  116. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
  117. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
  118. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
  119. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
  120. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
  121. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
  122. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
  123. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
  124. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
  125. data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
  126. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
  127. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
  128. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
  129. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
  130. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
  131. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
  132. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
  133. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
  134. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
  135. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
  136. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
  137. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
  138. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
  139. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
  140. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
  141. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
  142. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
  143. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
  144. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
  145. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
  146. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
  147. data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
  148. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
  149. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
  150. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
  151. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
  152. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
  153. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
  154. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
  155. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
  156. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
  157. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
  158. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
  159. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
  160. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
  161. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
  162. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
  163. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
  164. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
  165. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
  166. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
  167. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
  168. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
  169. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
  170. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
  171. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
  172. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
  173. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
  174. data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
  175. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
  176. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
  177. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
  178. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
  179. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
  180. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
  181. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
  182. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
  183. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
  184. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
  185. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
  186. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
  187. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
  188. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
  189. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
  190. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
  191. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
  192. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
  193. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
  194. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
  195. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
  196. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
  197. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
  198. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
  199. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
  200. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
  201. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
  202. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
  203. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
  204. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
  205. data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
  206. data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
  209. data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
  210. data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
  211. data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
  212. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
  213. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
  214. data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
  215. data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
  216. data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
  217. data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
  218. data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
  219. data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
  220. data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
  221. data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
  222. data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
  223. data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
  224. data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
  225. data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
  226. data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
  227. data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
  229. data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
  231. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
  233. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
  234. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
  235. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
  236. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
  237. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
  238. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
  239. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
  240. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
  241. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
  242. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
  243. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
  244. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
  245. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
  246. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
  247. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
  248. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
  249. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
  250. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
  251. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
  252. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
  253. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
  254. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
  255. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
  256. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
  257. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
  258. data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
  260. data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
  261. data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
  262. data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
  263. data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
  266. data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
  267. data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
  268. data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
  269. data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
  270. data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
  271. data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
  274. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
  275. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
  276. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
  277. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
  278. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
  280. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
  281. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
  282. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
  283. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
  284. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
  285. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
  286. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
  287. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
  289. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
  290. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
  291. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
  292. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
  293. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
  294. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
  295. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
  296. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
  297. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
  298. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
  299. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
  300. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
  301. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
  302. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
  303. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
  304. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
  305. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
  306. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
  307. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
  308. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
  309. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
  310. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
  311. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
  312. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
  313. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
  314. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
  315. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
  316. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
  317. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
  318. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
  319. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
  320. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
  321. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
  322. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
  330. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
  334. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
  343. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
  344. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
  345. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
  346. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
  347. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
  348. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
  351. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
  352. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
  353. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
  357. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
  362. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
  363. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
  364. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
  365. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
  366. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
  367. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
  368. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
  371. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
  372. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
  373. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
  374. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
  375. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
  376. data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
  377. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
  378. data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
  380. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
  381. data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
  382. data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
  383. data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
  384. data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
  385. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
  386. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
  387. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
  388. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
  389. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  390. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
  392. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
  393. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
  396. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
  397. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
  398. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  399. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
  401. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
  403. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
  404. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
  405. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
  406. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
  407. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
  408. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
  409. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
  410. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
  411. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
  412. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
  413. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
  414. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
  415. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
  416. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
  417. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
  418. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
  419. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
  420. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
  421. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
  422. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
  423. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
  424. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
  425. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
  426. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
  427. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
  428. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
  429. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
  430. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
  431. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
  432. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
  433. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
  434. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
  435. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
  436. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
  437. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
  439. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
  440. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
  441. data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
  442. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
  443. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
  445. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
  446. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
  449. data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
  450. data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
  451. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
  452. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
  453. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
  454. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
  456. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  457. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  458. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  459. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  460. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  461. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  462. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  463. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  464. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  465. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  466. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  467. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  468. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  469. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  470. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  471. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  472. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  473. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  474. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  475. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  476. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  477. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  478. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  479. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  480. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  481. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  482. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  483. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  484. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
  495. data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
  496. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  497. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
  498. data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
  499. metadata +78 -146
  500. data/ext/glib2/Makefile +0 -169
  501. data/ext/glib2/glib-enum-types.c +0 -1065
  502. data/ext/glib2/glib-enum-types.h +0 -144
  503. data/ext/glib2/ruby-glib2.pc +0 -3
  504. data/test-unit/COPYING +0 -56
  505. data/test-unit/GPL +0 -340
  506. data/test-unit/History.txt +0 -279
  507. data/test-unit/Manifest.txt +0 -110
  508. data/test-unit/PSFL +0 -271
  509. data/test-unit/README.txt +0 -75
  510. data/test-unit/Rakefile +0 -53
  511. data/test-unit/TODO +0 -5
  512. data/test-unit/bin/testrb +0 -5
  513. data/test-unit/html/bar.png +0 -0
  514. data/test-unit/html/bar.svg +0 -153
  515. data/test-unit/html/developer.png +0 -0
  516. data/test-unit/html/developer.svg +0 -469
  517. data/test-unit/html/famfamfam-logo.png +0 -0
  518. data/test-unit/html/favicon.ico +0 -0
  519. data/test-unit/html/favicon.png +0 -0
  520. data/test-unit/html/favicon.svg +0 -82
  521. data/test-unit/html/heading-mark.png +0 -0
  522. data/test-unit/html/heading-mark.svg +0 -393
  523. data/test-unit/html/index.html +0 -285
  524. data/test-unit/html/index.html.ja +0 -299
  525. data/test-unit/html/install.png +0 -0
  526. data/test-unit/html/install.svg +0 -636
  527. data/test-unit/html/jp.png +0 -0
  528. data/test-unit/html/kinotan-failure.png +0 -0
  529. data/test-unit/html/kinotan-pass.png +0 -0
  530. data/test-unit/html/logo.png +0 -0
  531. data/test-unit/html/logo.svg +0 -483
  532. data/test-unit/html/reference.png +0 -0
  533. data/test-unit/html/rubyforge.png +0 -0
  534. data/test-unit/html/tango-logo.png +0 -0
  535. data/test-unit/html/test-unit.css +0 -339
  536. data/test-unit/html/tutorial.png +0 -0
  537. data/test-unit/html/tutorial.svg +0 -559
  538. data/test-unit/html/us.png +0 -0
  539. data/test-unit/images/color-diff.png +0 -0
  540. data/test-unit/lib/test/unit.rb +0 -328
  541. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  542. data/test-unit/lib/test/unit/assertions.rb +0 -1792
  543. data/test-unit/lib/test/unit/attribute.rb +0 -125
  544. data/test-unit/lib/test/unit/autorunner.rb +0 -415
  545. data/test-unit/lib/test/unit/collector.rb +0 -38
  546. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  547. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  548. data/test-unit/lib/test/unit/collector/load.rb +0 -187
  549. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  550. data/test-unit/lib/test/unit/collector/xml.rb +0 -250
  551. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  552. data/test-unit/lib/test/unit/color.rb +0 -96
  553. data/test-unit/lib/test/unit/diff.rb +0 -740
  554. data/test-unit/lib/test/unit/error.rb +0 -131
  555. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  556. data/test-unit/lib/test/unit/failure.rb +0 -136
  557. data/test-unit/lib/test/unit/fixture.rb +0 -185
  558. data/test-unit/lib/test/unit/notification.rb +0 -129
  559. data/test-unit/lib/test/unit/omission.rb +0 -191
  560. data/test-unit/lib/test/unit/pending.rb +0 -150
  561. data/test-unit/lib/test/unit/priority.rb +0 -180
  562. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  563. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  564. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  565. data/test-unit/lib/test/unit/runner/xml.rb +0 -15
  566. data/test-unit/lib/test/unit/testcase.rb +0 -515
  567. data/test-unit/lib/test/unit/testresult.rb +0 -125
  568. data/test-unit/lib/test/unit/testsuite.rb +0 -134
  569. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  570. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
  571. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  572. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
  573. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
  574. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
  575. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  576. data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
  577. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  578. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  579. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  580. data/test-unit/lib/test/unit/util/output.rb +0 -31
  581. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  582. data/test-unit/lib/test/unit/version.rb +0 -7
  583. data/test-unit/sample/adder.rb +0 -13
  584. data/test-unit/sample/subtracter.rb +0 -12
  585. data/test-unit/sample/test_adder.rb +0 -20
  586. data/test-unit/sample/test_subtracter.rb +0 -20
  587. data/test-unit/sample/test_user.rb +0 -23
  588. data/test-unit/test/collector/test-descendant.rb +0 -133
  589. data/test-unit/test/collector/test-load.rb +0 -442
  590. data/test-unit/test/collector/test_dir.rb +0 -406
  591. data/test-unit/test/collector/test_objectspace.rb +0 -100
  592. data/test-unit/test/run-test.rb +0 -22
  593. data/test-unit/test/test-assertions.rb +0 -1849
  594. data/test-unit/test/test-attribute.rb +0 -86
  595. data/test-unit/test/test-color-scheme.rb +0 -69
  596. data/test-unit/test/test-color.rb +0 -47
  597. data/test-unit/test/test-diff.rb +0 -518
  598. data/test-unit/test/test-emacs-runner.rb +0 -60
  599. data/test-unit/test/test-fixture.rb +0 -324
  600. data/test-unit/test/test-notification.rb +0 -33
  601. data/test-unit/test/test-omission.rb +0 -81
  602. data/test-unit/test/test-pending.rb +0 -70
  603. data/test-unit/test/test-priority.rb +0 -119
  604. data/test-unit/test/test-testcase.rb +0 -569
  605. data/test-unit/test/test_error.rb +0 -26
  606. data/test-unit/test/test_failure.rb +0 -33
  607. data/test-unit/test/test_testresult.rb +0 -113
  608. data/test-unit/test/test_testsuite.rb +0 -137
  609. data/test-unit/test/testunit-test-util.rb +0 -14
  610. data/test-unit/test/ui/test_tap.rb +0 -33
  611. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  612. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  613. data/test-unit/test/util/test-output.rb +0 -11
  614. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  615. data/test-unit/test/util/test_observable.rb +0 -102
  616. data/test-unit/test/util/test_procwrapper.rb +0 -36
  617. data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
  618. data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
  619. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
  620. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="chapter-signal.html" title="The GObject messaging system">
9
9
  <link rel="prev" href="chapter-signal.html" title="The GObject messaging system">
10
10
  <link rel="next" href="rn01.html" title="API Reference">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="rn01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="sect1" title="Signals">
22
+ <div class="sect1">
23
23
  <div class="titlepage"><div><div><h2 class="title" style="clear: both">
24
24
  <a name="signal"></a>Signals</h2></div></div></div>
25
25
  <p>
@@ -47,7 +47,7 @@ return_type function_callback (gpointer instance, ... , gpointer user_data);
47
47
  </pre>
48
48
  <p>
49
49
  </p>
50
- <div class="sect2" title="Signal registration">
50
+ <div class="sect2">
51
51
  <div class="titlepage"><div><div><h3 class="title">
52
52
  <a name="signal-registration"></a>Signal registration</h3></div></div></div>
53
53
  <p>
@@ -120,7 +120,7 @@ guint g_signal_newv (const gchar *signal_name,
120
120
  order in which the closures connected to this signal will be invoked.
121
121
  </p>
122
122
  </div>
123
- <div class="sect2" title="Signal connection">
123
+ <div class="sect2">
124
124
  <div class="titlepage"><div><div><h3 class="title">
125
125
  <a name="signal-connection"></a>Signal connection</h3></div></div></div>
126
126
  <p>
@@ -153,7 +153,7 @@ guint g_signal_newv (const gchar *signal_name,
153
153
  and removed with <code class="function"><a class="link" href="gobject-Signals.html#g-signal-remove-emission-hook" title="g_signal_remove_emission_hook ()">g_signal_remove_emission_hook</a></code>.
154
154
  </p>
155
155
  </div>
156
- <div class="sect2" title="Signal emission">
156
+ <div class="sect2">
157
157
  <div class="titlepage"><div><div><h3 class="title">
158
158
  <a name="signal-emission"></a>Signal emission</h3></div></div></div>
159
159
  <p>
@@ -190,7 +190,7 @@ void g_signal_emitv (const GValue *instance_and_params,
190
190
  no accumulator was specified. If an accumulator was specified during signal creation,
191
191
  this accumulator is used to calculate the return_value as a function of the return
192
192
  values of all the closures invoked during emission.
193
- <sup>[<a name="id377546" href="#ftn.id377546" class="footnote">8</a>]</sup>
193
+ <sup>[<a name="id584658" href="#ftn.id584658" class="footnote">8</a>]</sup>
194
194
  If no closure is invoked during
195
195
  emission, the return_value is nonetheless initialized to zero/null.
196
196
  </p></li>
@@ -262,7 +262,7 @@ void g_signal_emitv (const GValue *instance_and_params,
262
262
  run will be returned by <code class="function"><a class="link" href="gobject-Signals.html#g-signal-emit" title="g_signal_emit ()">g_signal_emit</a></code>.
263
263
  </p>
264
264
  </div>
265
- <div class="sect2" title="The detail argument">
265
+ <div class="sect2">
266
266
  <div class="titlepage"><div><div><h3 class="title">
267
267
  <a name="signal-detail"></a>The <span class="emphasis"><em>detail</em></span> argument</h3></div></div></div>
268
268
  <p>All the functions related to signal emission or signal connection have a parameter
@@ -271,8 +271,8 @@ void g_signal_emitv (const GValue *instance_and_params,
271
271
  </p>
272
272
  <p>
273
273
  Of the three main connection functions,
274
- only one has an explicit detail parameter as a <span class="type"><a href="./../glib/glib/glib-Quarks.html#GQuark">GQuark</a></span>
275
- <sup>[<a name="id377752" href="#ftn.id377752" class="footnote">9</a>]</sup>:
274
+ only one has an explicit detail parameter as a <a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>
275
+ <sup>[<a name="id584864" href="#ftn.id584864" class="footnote">9</a>]</sup>:
276
276
  </p>
277
277
  <pre class="programlisting">
278
278
  gulong g_signal_connect_closure_by_id (gpointer instance,
@@ -306,7 +306,7 @@ gulong g_signal_connect_data (gpointer instance,
306
306
  </p>
307
307
  <p>
308
308
  Of the four main signal emission functions, three have an explicit detail parameter as a
309
- <span class="type"><a href="./../glib/glib/glib-Quarks.html#GQuark">GQuark</a></span> again:
309
+ <a href="./../glib/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> again:
310
310
  </p>
311
311
  <pre class="programlisting">
312
312
  void g_signal_emitv (const GValue *instance_and_params,
@@ -356,7 +356,7 @@ void g_signal_emit_by_name (gpointer instance,
356
356
  </div>
357
357
  <div class="footnotes">
358
358
  <br><hr width="100" align="left">
359
- <div class="footnote"><p><sup>[<a id="ftn.id377546" href="#id377546" class="para">8</a>] </sup>
359
+ <div class="footnote"><p><sup>[<a id="ftn.id584658" href="#id584658" class="para">8</a>] </sup>
360
360
  James (again!!) gives a few non-trivial examples of accumulators:
361
361
  <span class="quote">“<span class="quote">
362
362
  For instance, you may have an accumulator that ignores NULL returns from
@@ -364,7 +364,7 @@ void g_signal_emit_by_name (gpointer instance,
364
364
  to return the list of values returned by the closures.
365
365
  </span>”</span>
366
366
  </p></div>
367
- <div class="footnote"><p><sup>[<a id="ftn.id377752" href="#id377752" class="para">9</a>] </sup>A GQuark is an integer which uniquely represents a string. It is possible to transform
367
+ <div class="footnote"><p><sup>[<a id="ftn.id584864" href="#id584864" class="para">9</a>] </sup>A GQuark is an integer which uniquely represents a string. It is possible to transform
368
368
  back and forth between the integer and string representations with the functions
369
369
  <code class="function"><a href="./../glib/glib/glib-Quarks.html#g-quark-from-string">g_quark_from_string</a></code> and <code class="function"><a href="./../glib/glib/glib-Quarks.html#g-quark-to-string">g_quark_to_string</a></code>.
370
370
  </p></div>
@@ -372,6 +372,6 @@ void g_signal_emit_by_name (gpointer instance,
372
372
  </div>
373
373
  <div class="footer">
374
374
  <hr>
375
- Generated by GTK-Doc V1.15</div>
375
+ Generated by GTK-Doc V1.16.1</div>
376
376
  </body>
377
377
  </html>
@@ -32,8 +32,9 @@
32
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
33
33
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
34
34
  {
35
+ display: inline-block;
35
36
  position: relative;
36
- padding-top:4.5em;
37
+ top:-5em;
37
38
  }
38
39
  /* this seems to be a bug in the xsl style sheets when generating indexes */
39
40
  div.index div.index
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt03.html" title="Part V. Related Tools">
9
9
  <link rel="prev" href="tools-gob.html" title="GObject builder">
10
10
  <link rel="next" href="tools-refdb.html" title="Debugging reference count problems">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="tools-refdb.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Graphical inspection of GObjects">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools-ginspector"></a>Graphical inspection of GObjects</h2></div></div></div>
25
25
  <p>
@@ -30,6 +30,6 @@
30
30
  </div>
31
31
  <div class="footer">
32
32
  <hr>
33
- Generated by GTK-Doc V1.15</div>
33
+ Generated by GTK-Doc V1.16.1</div>
34
34
  </body>
35
35
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt03.html" title="Part V. Related Tools">
9
9
  <link rel="prev" href="tools-vala.html" title="Vala">
10
10
  <link rel="next" href="tools-ginspector.html" title="Graphical inspection of GObjects">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="tools-ginspector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="GObject builder">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools-gob"></a>GObject builder</h2></div></div></div>
25
25
  <p>
@@ -35,6 +35,6 @@
35
35
  </div>
36
36
  <div class="footer">
37
37
  <hr>
38
- Generated by GTK-Doc V1.15</div>
38
+ Generated by GTK-Doc V1.16.1</div>
39
39
  </body>
40
40
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt03.html" title="Part V. Related Tools">
9
9
  <link rel="prev" href="tools-refdb.html" title="Debugging reference count problems">
10
10
  <link rel="next" href="api-index-full.html" title="Index">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Writing API docs">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools-gtkdoc"></a>Writing API docs</h2></div></div></div>
25
25
  <p>The API documentation for most of the GLib, GObject, GTK+ and GNOME
@@ -51,13 +51,13 @@ gtk_widget_freeze_child_notify (GtkWidget *widget)
51
51
  </p>
52
52
  <p>
53
53
  Thorough
54
- <a class="ulink" href="http://developer.gnome.org/arch/doc/authors.html" target="_top">documentation</a>
55
- on how to set up and use gtk-doc in your
56
- project is provided on the GNOME developer website.
54
+ <a class="ulink" href="http://library.gnome.org/devel/gtk-doc-manual/stable/" target="_top">documentation</a>
55
+ on how to set up and use gtk-doc in your project is provided on the
56
+ <a class="ulink" href="http://library.gnome.org/devel/" target="_top">GNOME developer website</a>.
57
57
  </p>
58
58
  </div>
59
59
  <div class="footer">
60
60
  <hr>
61
- Generated by GTK-Doc V1.15</div>
61
+ Generated by GTK-Doc V1.16.1</div>
62
62
  </body>
63
63
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt03.html" title="Part V. Related Tools">
9
9
  <link rel="prev" href="tools-ginspector.html" title="Graphical inspection of GObjects">
10
10
  <link rel="next" href="tools-gtkdoc.html" title="Writing API docs">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="tools-gtkdoc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Debugging reference count problems">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools-refdb"></a>Debugging reference count problems</h2></div></div></div>
25
25
  <p>
@@ -50,6 +50,6 @@ static volatile GObject *g_trap_object_ref;
50
50
  </div>
51
51
  <div class="footer">
52
52
  <hr>
53
- Generated by GTK-Doc V1.15</div>
53
+ Generated by GTK-Doc V1.16.1</div>
54
54
  </body>
55
55
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt03.html" title="Part V. Related Tools">
9
9
  <link rel="prev" href="pt03.html" title="Part V. Related Tools">
10
10
  <link rel="next" href="tools-gob.html" title="GObject builder">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GObject Reference Manual</th>
20
20
  <td><a accesskey="n" href="tools-gob.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Vala">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="tools-vala"></a>Vala</h2></div></div></div>
25
25
  <p>
@@ -38,6 +38,6 @@
38
38
  </div>
39
39
  <div class="footer">
40
40
  <hr>
41
- Generated by GTK-Doc V1.15</div>
41
+ Generated by GTK-Doc V1.16.1</div>
42
42
  </body>
43
43
  </html>
@@ -2,12 +2,12 @@
2
2
  .\" Title: glib-genmarshal
3
3
  .\" Author: [see the "Author" section]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 11/14/2010
5
+ .\" Date: 02/18/2011
6
6
  .\" Manual: User Commands
7
7
  .\" Source: User Commands
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GLIB\-GENMARSHAL" "1" "11/14/2010" "User Commands" "User Commands"
10
+ .TH "GLIB\-GENMARSHAL" "1" "02/18/2011" "User Commands" "User Commands"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -2,12 +2,12 @@
2
2
  .\" Title: glib-mkenums
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 11/14/2010
5
+ .\" Date: 02/18/2011
6
6
  .\" Manual: User Commands
7
7
  .\" Source: User Commands
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GLIB\-MKENUMS" "1" "11/14/2010" "User Commands" "User Commands"
10
+ .TH "GLIB\-MKENUMS" "1" "02/18/2011" "User Commands" "User Commands"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -2,12 +2,12 @@
2
2
  .\" Title: gobject-query
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 11/14/2010
5
+ .\" Date: 02/18/2011
6
6
  .\" Manual: User Commands
7
7
  .\" Source: User Commands
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GOBJECT\-QUERY" "1" "11/14/2010" "User Commands" "User Commands"
10
+ .TH "GOBJECT\-QUERY" "1" "02/18/2011" "User Commands" "User Commands"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -1,49 +1,47 @@
1
- ++ dos2unix glib/win_iconv.c
2
- glib/win_iconv.c: done.
3
1
  +++ latest --arch=win32 gettext-runtime gettext-tools glib pkg-config
4
- ++ DEPS='gettext-runtime-0.18.1.1-2 gettext-tools-0.18.1.1-2 glib-2.26.0-2 pkg-config-0.23-3'
2
+ ++ DEPS='gettext-runtime-0.18.1.1-2 gettext-tools-0.18.1.1-2 glib-2.26.1-1 pkg-config-0.25-1'
5
3
  +++ latest --arch=win32 gettext-runtime
6
4
  ++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
7
5
  +++ latest --arch=win32 zlib
8
6
  ++ ZLIB=zlib-1.2.5-2
9
7
  ++ PKG_CONFIG_PATH=/dummy
10
8
  ++ for D in '$DEPS'
11
- ++ PATH='/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
9
+ ++ PATH='/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
12
10
  ++ '[' -d /devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig ']'
13
11
  ++ for D in '$DEPS'
14
- ++ PATH='/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
12
+ ++ PATH='/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
15
13
  ++ '[' -d /devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig ']'
16
14
  ++ for D in '$DEPS'
17
- ++ PATH='/devel/dist/win32/glib-2.26.0-2/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
18
- ++ '[' -d /devel/dist/win32/glib-2.26.0-2/lib/pkgconfig ']'
19
- ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
15
+ ++ PATH='/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
16
+ ++ '[' -d /devel/dist/win32/glib-2.26.1-1/lib/pkgconfig ']'
17
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.1-1/lib/pkgconfig:/dummy
20
18
  ++ for D in '$DEPS'
21
- ++ PATH='/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
22
- ++ '[' -d /devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig ']'
19
+ ++ PATH='/devel/dist/win32/pkg-config-0.25-1/bin:/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
20
+ ++ '[' -d /devel/dist/win32/pkg-config-0.25-1/lib/pkgconfig ']'
23
21
  ++ lt_cv_deplibs_check_method=pass_all
24
- ++ CC='gcc -mtune=pentium3 -mthreads'
22
+ ++ CC='gcc -mthreads'
25
23
  ++ CPPFLAGS='-I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -I/devel/dist/win32/zlib-1.2.5-2/include'
26
24
  ++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base -L/devel/dist/win32/zlib-1.2.5-2/lib'
27
25
  ++ CFLAGS=-O2
28
- ++ ./configure --enable-silent-rules --disable-gtk-doc --prefix=c:/devel/target/059c48de6b739307c37648aba3005b29
26
+ ++ ./configure --enable-silent-rules --disable-gtk-doc --prefix=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2
29
27
  checking for a BSD-compatible install... /opt/local/bin/install -c
30
28
  checking whether build environment is sane... yes
31
29
  checking for a thread-safe mkdir -p... /bin/mkdir -p
32
30
  checking for gawk... gawk
33
31
  checking whether make sets $(MAKE)... yes
34
32
  checking whether to enable maintainer-specific portions of Makefiles... no
35
- checking for gcc... gcc -mtune=pentium3 -mthreads
33
+ checking for gcc... gcc -mthreads
36
34
  checking whether the C compiler works... yes
37
35
  checking for C compiler default output file name... a.exe
38
36
  checking for suffix of executables... .exe
39
37
  checking whether we are cross compiling... no
40
38
  checking for suffix of object files... o
41
39
  checking whether we are using the GNU C compiler... yes
42
- checking whether gcc -mtune=pentium3 -mthreads accepts -g... yes
43
- checking for gcc -mtune=pentium3 -mthreads option to accept ISO C89... none needed
40
+ checking whether gcc -mthreads accepts -g... yes
41
+ checking for gcc -mthreads option to accept ISO C89... none needed
44
42
  checking for style of include used by make... GNU
45
- checking dependency style of gcc -mtune=pentium3 -mthreads... gcc3
46
- checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -E
43
+ checking dependency style of gcc -mthreads... gcc3
44
+ checking how to run the C preprocessor... gcc -mthreads -E
47
45
  checking build system type... i686-pc-mingw32
48
46
  checking host system type... i686-pc-mingw32
49
47
  checking for the BeOS... no
@@ -55,21 +53,20 @@ checking for ranlib... ranlib
55
53
  checking for lib.exe... yes
56
54
  checking whether to enable garbage collector friendliness... no
57
55
  checking whether to disable memory pools... no
58
- ./configure: line 5198: readlink: command not found
56
+ ./configure: line 5205: readlink: command not found
59
57
  checking for c++... c++
60
58
  checking whether we are using the GNU C++ compiler... yes
61
59
  checking whether c++ accepts -g... yes
62
60
  checking dependency style of c++... gcc3
63
- checking for gcc... (cached) gcc -mtune=pentium3 -mthreads
61
+ checking for gcc... (cached) gcc -mthreads
64
62
  checking whether we are using the GNU C compiler... (cached) yes
65
- checking whether gcc -mtune=pentium3 -mthreads accepts -g... (cached) yes
66
- checking for gcc -mtune=pentium3 -mthreads option to accept ISO C89... (cached) none needed
67
- checking dependency style of gcc -mtune=pentium3 -mthreads... (cached) gcc3
68
- checking whether gcc -mtune=pentium3 -mthreads and cc understand -c and -o together... yes
63
+ checking whether gcc -mthreads accepts -g... (cached) yes
64
+ checking for gcc -mthreads option to accept ISO C89... (cached) none needed
65
+ checking dependency style of gcc -mthreads... (cached) gcc3
66
+ checking whether gcc -mthreads and cc understand -c and -o together... yes
69
67
  checking for special C compiler options needed for large files... no
70
68
  checking for _FILE_OFFSET_BITS value needed for large files... unknown
71
69
  checking for _LARGE_FILES value needed for large files... unknown
72
- checking for pkg-config... /devel/dist/win32/pkg-config-0.23-3/bin/pkg-config
73
70
  checking pkg-config is at least version 0.16... yes
74
71
  checking how to get MSVC-compatible struct packing... -mms-bitfields
75
72
  checking for gawk... (cached) gawk
@@ -114,37 +111,45 @@ checking for dcgettext... yes
114
111
  checking if msgfmt accepts -c... yes
115
112
  checking for gmsgfmt... /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/msgfmt
116
113
  checking for xgettext... /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/xgettext
117
- checking for catalogs to be installed... af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW
114
+ checking for catalogs to be installed... af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
118
115
  checking how to print strings... printf
119
116
  checking for a sed that does not truncate output... /bin/sed
120
117
  checking for fgrep... /bin/grep -F
121
- checking for ld used by gcc -mtune=pentium3 -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
118
+ checking for ld used by gcc -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
122
119
  checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
123
120
  checking for BSD- or MS-compatible name lister (nm)... nm
124
121
  checking the name lister (nm) interface... BSD nm
125
- checking whether ln -s works... yes
122
+ checking whether ln -s works... no, using cp -p
126
123
  checking the maximum length of command line arguments... 8192
127
124
  checking whether the shell understands some XSI constructs... yes
128
125
  checking whether the shell understands "+="... yes
126
+ checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
127
+ checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
129
128
  checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
130
129
  checking for objdump... objdump
131
130
  checking how to recognize dependent libraries... (cached) pass_all
131
+ checking for dlltool... dlltool
132
+ checking how to associate runtime and link libraries... func_cygming_dll_for_implib
132
133
  checking for ar... ar
134
+ checking for archiver @FILE support... @
133
135
  checking for strip... strip
134
136
  checking for ranlib... (cached) ranlib
135
- checking command to parse nm output from gcc -mtune=pentium3 -mthreads object... ok
137
+ checking command to parse nm output from gcc -mthreads object... ok
138
+ checking for sysroot... no
139
+ checking for mt... no
140
+ checking if : is a manifest tool... no
136
141
  checking for dlfcn.h... no
137
142
  checking for as... as
138
- checking for dlltool... dlltool
143
+ checking for dlltool... (cached) dlltool
139
144
  checking for objdump... (cached) objdump
140
145
  checking for objdir... .libs
141
- checking if gcc -mtune=pentium3 -mthreads supports -fno-rtti -fno-exceptions... no
142
- checking for gcc -mtune=pentium3 -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
143
- checking if gcc -mtune=pentium3 -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
144
- checking if gcc -mtune=pentium3 -mthreads static flag -static works... yes
145
- checking if gcc -mtune=pentium3 -mthreads supports -c -o file.o... yes
146
- checking if gcc -mtune=pentium3 -mthreads supports -c -o file.o... (cached) yes
147
- checking whether the gcc -mtune=pentium3 -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
146
+ checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
147
+ checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
148
+ checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
149
+ checking if gcc -mthreads static flag -static works... yes
150
+ checking if gcc -mthreads supports -c -o file.o... yes
151
+ checking if gcc -mthreads supports -c -o file.o... (cached) yes
152
+ checking whether the gcc -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
148
153
  checking whether -lc should be explicitly linked in... yes
149
154
  checking dynamic linker characteristics... Win32 ld.exe
150
155
  checking how to hardcode library paths into programs... immediate
@@ -171,6 +176,7 @@ checking for extra flags for POSIX compliance... none needed
171
176
  checking for ANSI C header files... (cached) yes
172
177
  checking for vprintf... yes
173
178
  checking for _doprnt... no
179
+ checking for size_t... yes
174
180
  checking for working alloca.h... no
175
181
  checking for alloca... yes
176
182
  checking for mmap... no
@@ -290,6 +296,9 @@ checking for fstab.h... no
290
296
  checking sys/uio.h usability... no
291
297
  checking sys/uio.h presence... no
292
298
  checking for sys/uio.h... no
299
+ checking sys/mkdev.h usability... no
300
+ checking sys/mkdev.h presence... no
301
+ checking for sys/mkdev.h... no
293
302
  checking for struct stat.st_mtimensec... no
294
303
  checking for struct stat.st_mtim.tv_nsec... no
295
304
  checking for struct stat.st_atimensec... no
@@ -302,6 +311,7 @@ checking for struct statfs.f_fstypename... no
302
311
  checking for struct statfs.f_bavail... no
303
312
  checking for struct statvfs.f_basetype... no
304
313
  checking for struct tm.tm_gmtoff... no
314
+ checking for struct tm.__tm_gmtoff... no
305
315
  checking for nl_langinfo and CODESET... no
306
316
  checking whether we are using the GNU C Library 2.1 or newer... (cached) no
307
317
  checking stddef.h usability... yes
@@ -346,8 +356,6 @@ checking for setmntent... no
346
356
  checking for endmntent... no
347
357
  checking for hasmntopt... no
348
358
  checking for getmntinfo... no
349
- checking for nanosleep... no
350
- checking for nsleep... no
351
359
  checking for splice... no
352
360
  checking crt_externs.h usability... no
353
361
  checking crt_externs.h presence... no
@@ -374,7 +382,7 @@ checking for long long... yes
374
382
  checking for long double... yes
375
383
  checking for wchar_t... yes
376
384
  checking for wint_t... yes
377
- checking for size_t... yes
385
+ checking for size_t... (cached) yes
378
386
  checking for ptrdiff_t... yes
379
387
  checking for inttypes.h... yes
380
388
  checking for stdint.h... yes
@@ -515,75 +523,75 @@ config.status: executing glib/glibconfig.h commands
515
523
  config.status: glib/glibconfig.h is unchanged
516
524
  ++ mv glibconfig.h glibconfig.h.autogened
517
525
  ++ cp glibconfig.h.win32 glibconfig.h
518
- ++ PATH='/devel/target/059c48de6b739307c37648aba3005b29/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
526
+ ++ PATH='/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin:/devel/dist/win32/pkg-config-0.25-1/bin:/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
519
527
  ++ make -j3 install
520
528
  Making install in .
521
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32'
522
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32'
523
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
524
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext"
525
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib/pkgconfig"
526
- /opt/local/bin/install -c glib-gettextize 'c:/devel/target/059c48de6b739307c37648aba3005b29/bin'
527
- /opt/local/bin/install -c mkinstalldirs 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext'
528
- /opt/local/bin/install -c -m 644 glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-windows-2.0.pc 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib/pkgconfig'
529
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32'
530
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32'
529
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32'
530
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32'
531
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
532
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext"
533
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig"
534
+ /opt/local/bin/install -c mkinstalldirs 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext'
535
+ /opt/local/bin/install -c glib-gettextize 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
536
+ /opt/local/bin/install -c -m 644 glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-windows-2.0.pc 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig'
537
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32'
538
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32'
531
539
  Making install in m4macros
532
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/m4macros'
533
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/m4macros'
540
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
541
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
534
542
  make[2]: Nothing to be done for `install-exec-am'.
535
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/aclocal" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/aclocal"
536
- /opt/local/bin/install -c -m 644 glib-2.0.m4 glib-gettext.m4 gsettings.m4 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/aclocal'
537
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/m4macros'
538
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/m4macros'
543
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal"
544
+ /opt/local/bin/install -c -m 644 glib-2.0.m4 glib-gettext.m4 gsettings.m4 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal'
545
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
546
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
539
547
  Making install in glib
540
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
548
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
541
549
  make install-recursive
542
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
550
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
543
551
  Making install in libcharset
544
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/libcharset'
552
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
545
553
  sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-add.sin > t-ref-add.sed
546
554
  sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-del.sin > t-ref-del.sed
547
555
  CC localcharset.lo
548
- mv t-ref-add.sed ref-add.sed
549
556
  mv t-ref-del.sed ref-del.sed
557
+ mv t-ref-add.sed ref-add.sed
550
558
  /bin/sh ./config.charset 'i686-pc-mingw32' > t-charset.alias
551
559
  mv t-charset.alias charset.alias
552
560
  CCLD libcharset.la
553
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/libcharset'
554
- /bin/sh ../../mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/lib
561
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
562
+ /bin/sh ../../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
555
563
  make[4]: Nothing to be done for `install-data-am'.
556
- if test -f c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.alias; then \
557
- sed -f ref-add.sed c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.alias > c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp ; \
558
- /opt/local/bin/install -c -m 644 c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.alias ; \
559
- rm -f c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp ; \
564
+ if test -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias; then \
565
+ sed -f ref-add.sed c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias > c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
566
+ /opt/local/bin/install -c -m 644 c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias ; \
567
+ rm -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
560
568
  else \
561
569
  if test no = no; then \
562
- sed -f ref-add.sed charset.alias > c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp ; \
563
- /opt/local/bin/install -c -m 644 c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.alias ; \
564
- rm -f c:/devel/target/059c48de6b739307c37648aba3005b29/lib/charset.tmp ; \
570
+ sed -f ref-add.sed charset.alias > c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
571
+ /opt/local/bin/install -c -m 644 c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias ; \
572
+ rm -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
565
573
  fi ; \
566
574
  fi
567
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/libcharset'
568
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/libcharset'
575
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
576
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
569
577
  Making install in gnulib
570
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/gnulib'
578
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
571
579
  CC asnprintf.lo
572
580
  CC printf-args.lo
573
581
  CC printf-parse.lo
574
582
  CC vasnprintf.lo
575
583
  CC printf.lo
576
584
  CCLD libgnulib.la
577
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/gnulib'
585
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
578
586
  make[4]: Nothing to be done for `install-exec-am'.
579
587
  make[4]: Nothing to be done for `install-data-am'.
580
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/gnulib'
581
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/gnulib'
588
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
589
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
582
590
  Making install in pcre
583
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/pcre'
591
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
584
592
  CC pcre_compile.lo
585
- CC pcre_chartables.lo
586
593
  CC pcre_config.lo
594
+ CC pcre_chartables.lo
587
595
  CC pcre_dfa_exec.lo
588
596
  CC pcre_exec.lo
589
597
  CC pcre_fullinfo.lo
@@ -597,45 +605,47 @@ make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/pcre'
597
605
  CC pcre_ucp_searchfuncs.lo
598
606
  CC pcre_xclass.lo
599
607
  CCLD libpcre.la
600
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/pcre'
608
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
601
609
  make[4]: Nothing to be done for `install-exec-am'.
602
610
  make[4]: Nothing to be done for `install-data-am'.
603
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/pcre'
604
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/pcre'
611
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
612
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
605
613
  Making install in update-pcre
606
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/update-pcre'
607
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/update-pcre'
614
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
615
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
608
616
  make[4]: Nothing to be done for `install-exec-am'.
609
617
  make[4]: Nothing to be done for `install-data-am'.
610
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/update-pcre'
611
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/update-pcre'
618
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
619
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
612
620
  Making install in .
613
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
614
- CC garray.lo
621
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
615
622
  CC gasyncqueue.lo
616
623
  CC gatomic.lo
624
+ CC garray.lo
617
625
  CC gbacktrace.lo
618
626
  CC gbase64.lo
619
627
  CC gbitlock.lo
620
- CC gbookmarkfile.lo
621
628
  CC gbuffer.lo
629
+ CC gbookmarkfile.lo
622
630
  CC gcache.lo
623
631
  CC gchecksum.lo
624
632
  CC gcompletion.lo
625
633
  CC gconvert.lo
626
- CC gdataset.lo
627
634
  gconvert.c: In function 'g_iconv':
628
635
  gconvert.c:313:3: warning: passing argument 2 of 'iconv' from incompatible pointer type
629
636
  win_iconv.c:775:1: note: expected 'const char **' but argument is of type 'gchar **'
630
637
  In file included from gconvert.c:35:0:
631
638
  win_iconv.c: In function 'utf32_mbtowc':
632
639
  win_iconv.c:1532:10: warning: 'wc' may be used uninitialized in this function
640
+ CC gdataset.lo
633
641
  CC gdate.lo
634
642
  CC gdatetime.lo
635
643
  CC gdir.lo
636
644
  CC gerror.lo
637
645
  CC gfileutils.lo
638
646
  CC ghash.lo
647
+ gfileutils.c: In function 'write_to_temp_file':
648
+ gfileutils.c:1015:2: warning: label 'no_fsync' defined but not used
639
649
  CC ghook.lo
640
650
  CC ghostutils.lo
641
651
  CC giochannel.lo
@@ -663,11 +673,13 @@ win_iconv.c:1532:10: warning: 'wc' may be used uninitialized in this function
663
673
  CC gslist.lo
664
674
  CC gstdio.lo
665
675
  CC gstrfuncs.lo
676
+ CC gstring.lo
666
677
  gstdio.c: In function 'g_stat':
667
678
  gstdio.c:491:3: warning: passing argument 2 of '_wstat' from incompatible pointer type
668
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/sys/stat.h:251:37: note: expected 'struct _stat *' but argument is of type 'struct GStatBuf *'
669
- CC gstring.lo
679
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/sys/stat.h:251:37: note: expected 'struct _stat *' but argument is of type 'struct GStatBuf *'
670
680
  CC gtestutils.lo
681
+ CC gthread.lo
682
+ CC gthreadpool.lo
671
683
  gtestutils.c: In function 'g_test_log_send':
672
684
  gtestutils.c:174:13: warning: unknown conversion type character 'L' in format
673
685
  gtestutils.c:174:13: warning: too many arguments for format
@@ -680,8 +692,6 @@ gtestutils.c:1389:5: warning: unknown conversion type character 'L' in format
680
692
  gtestutils.c:1389:5: warning: format '%s' expects type 'char *', but argument 3 has type 'long double'
681
693
  gtestutils.c:1389:5: warning: unknown conversion type character 'L' in format
682
694
  gtestutils.c:1389:5: warning: too many arguments for format
683
- CC gthread.lo
684
- CC gthreadpool.lo
685
695
  CC gtimer.lo
686
696
  CC gtimezone.lo
687
697
  CC gtree.lo
@@ -695,7 +705,7 @@ gtestutils.c:1389:5: warning: too many arguments for format
695
705
  CC gvariant.lo
696
706
  CC gvariant-core.lo
697
707
  gutils.c: In function 'g_win32_get_system_data_dirs_for_module':
698
- gutils.c:2668:11: warning: 'hmodule' may be used uninitialized in this function
708
+ gutils.c:2792:11: warning: 'hmodule' may be used uninitialized in this function
699
709
  CC gvariant-parser.lo
700
710
  CC gvariant-serialiser.lo
701
711
  CC gvarianttypeinfo.lo
@@ -716,88 +726,69 @@ giowin32.c:1513:7: warning: 'winsock_error' may be used uninitialized in this fu
716
726
  giowin32.c: In function 'g_io_win32_sock_read':
717
727
  giowin32.c:1452:7: warning: 'winsock_error' may be used uninitialized in this function
718
728
  cd .. && /bin/sh ./config.status glib/glib.rc
719
- GEN glib.def
720
729
  CC gspawn-win32-helper.o
721
- CC gspawn-win32-helper-console.o
730
+ GEN glib.def
722
731
  gspawn-win32.c:67:14: warning: 'debug' defined but not used
732
+ CC gspawn-win32-helper-console.o
723
733
  gspawn-win32.c:67:14: warning: 'debug' defined but not used
724
734
  config.status: creating glib/glib.rc
725
735
  windres glib.rc glib-win32-res.o
726
736
  CCLD libglib-2.0.la
727
737
  Creating library file: .libs/libglib-2.0.dll.a
728
738
  lib -machine:X86 -name:libglib-2.0-0.dll -def:glib.def -out:glib-2.0.lib
729
- CCLD gspawn-win32-helper.exe
730
- CCLD gspawn-win32-helper-console.exe
731
739
  Microsoft (R) Library Manager Version 6.00.8447
732
740
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
733
741
 
734
742
  Creating library glib-2.0.lib and object glib-2.0.exp
735
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
736
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib"
737
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
738
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib/glib-2.0/include" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib/glib-2.0/include"
739
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libglib-2.0.la 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib'
740
- /opt/local/bin/install -c -m 644 glibconfig.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib/glib-2.0/include'
741
- /opt/local/bin/install -c glib-2.0.lib c:/devel/target/059c48de6b739307c37648aba3005b29/lib
742
- /opt/local/bin/install -c glib.def c:/devel/target/059c48de6b739307c37648aba3005b29/lib/glib-2.0.def
743
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb"
744
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0"
745
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.dll.a c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libglib-2.0.dll.a
746
- /opt/local/bin/install -c glib.py 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb'
747
- /opt/local/bin/install -c -m 644 glib-object.h glib.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0'
748
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/glib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/glib"
743
+ CCLD gspawn-win32-helper-console.exe
744
+ CCLD gspawn-win32-helper.exe
745
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
746
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
747
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
748
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include"
749
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libglib-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
750
+ /opt/local/bin/install -c -m 644 glibconfig.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include'
751
+ /opt/local/bin/install -c glib-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
752
+ /opt/local/bin/install -c glib.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0.def
753
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb"
754
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0"
755
+ libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libglib-2.0.dll.a
756
+ /opt/local/bin/install -c glib.py 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb'
757
+ /opt/local/bin/install -c -m 644 glib-object.h glib.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0'
758
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib"
749
759
  test -z "" || /bin/mkdir -p ""
750
760
  libtool: install: base_file=`basename libglib-2.0.la`
751
- /opt/local/bin/install -c -m 644 galloca.h garray.h gasyncqueue.h gatomic.h gbacktrace.h gbase64.h gbitlock.h gbookmarkfile.h gcache.h gchecksum.h gcompletion.h gconvert.h gdataset.h gdate.h gdatetime.h gdir.h gerror.h gfileutils.h ghash.h ghook.h ghostutils.h gi18n.h gi18n-lib.h giochannel.h gkeyfile.h glist.h gmacros.h gmain.h gmappedfile.h gmarkup.h gmem.h gmessages.h gnode.h goption.h gpattern.h gpoll.h gprimes.h gqsort.h gquark.h gqueue.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/glib'
761
+ /opt/local/bin/install -c -m 644 galloca.h garray.h gasyncqueue.h gatomic.h gbacktrace.h gbase64.h gbitlock.h gbookmarkfile.h gcache.h gchecksum.h gcompletion.h gconvert.h gdataset.h gdate.h gdatetime.h gdir.h gerror.h gfileutils.h ghash.h ghook.h ghostutils.h gi18n.h gi18n-lib.h giochannel.h gkeyfile.h glist.h gmacros.h gmain.h gmappedfile.h gmarkup.h gmem.h gmessages.h gnode.h goption.h gpattern.h gpoll.h gprimes.h gqsort.h gquark.h gqueue.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib'
752
762
  libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libglib-2.0.la'i; echo libglib-2.0-0.dll'`
753
- /opt/local/bin/install -c -m 644 grand.h gregex.h grel.h gscanner.h gsequence.h gshell.h gslice.h gslist.h gspawn.h gstdio.h gstrfuncs.h gtestutils.h gstring.h gthread.h gthreadpool.h gtimer.h gtimezone.h gtree.h gtypes.h gunicode.h gurifuncs.h gutils.h gvarianttype.h gvariant.h gwin32.h gprintf.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/glib'
754
- libtool: install: dldir=c:/devel/target/059c48de6b739307c37648aba3005b29/lib/`dirname ../bin/libglib-2.0-0.dll`
755
- libtool: install: test -d c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin || mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin
756
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0-0.dll c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libglib-2.0-0.dll
763
+ /opt/local/bin/install -c -m 644 grand.h gregex.h grel.h gscanner.h gsequence.h gshell.h gslice.h gslist.h gspawn.h gstdio.h gstrfuncs.h gtestutils.h gstring.h gthread.h gthreadpool.h gtimer.h gtimezone.h gtree.h gtypes.h gunicode.h gurifuncs.h gutils.h gvarianttype.h gvariant.h gwin32.h gprintf.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib'
757
764
  make install-data-hook
758
- libtool: install: chmod a+x c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libglib-2.0-0.dll
759
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libglib-2.0-0.dll' || exit 0; fi
760
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.lai c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libglib-2.0.la
761
- make[5]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
765
+ libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libglib-2.0-0.dll`
766
+ libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
767
+ libtool: install: /opt/local/bin/install -c .libs/libglib-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll
768
+ libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll
769
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll' || exit 0; fi
770
+ libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libglib-2.0.la
771
+ make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
762
772
  GEN libglib-gdb.py
763
- ----------------------------------------------------------------------
764
- Libraries have been installed in:
765
- c:/devel/target/059c48de6b739307c37648aba3005b29/lib
766
-
767
- If you ever happen to want to link against installed libraries
768
- in a given directory, LIBDIR, you must either use libtool, and
769
- specify the full pathname of the library, or use the `-LLIBDIR'
770
- flag during linking and do at least one of the following:
771
- - add LIBDIR to the `PATH' environment variable
772
- during execution
773
- - add LIBDIR to the `LD_RUN_PATH' environment variable
774
- during linking
775
- - use the `-LLIBDIR' linker flag
776
-
777
- See any operating system documentation about shared libraries for
778
- more information, such as the ld(1) and ld.so(8) manual pages.
779
- ----------------------------------------------------------------------
780
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
781
- mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/share/gdb/auto-load
782
- /opt/local/bin/install -c libglib-gdb.py c:/devel/target/059c48de6b739307c37648aba3005b29/share/gdb/auto-load/libglib-2.0.so.0.2600.1-gdb.py
783
- make[5]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
784
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gspawn-win32-helper.exe gspawn-win32-helper-console.exe 'c:/devel/target/059c48de6b739307c37648aba3005b29/bin'
785
- libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gspawn-win32-helper.exe
786
- libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper-console.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gspawn-win32-helper-console.exe
773
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
774
+ mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load
775
+ /opt/local/bin/install -c libglib-gdb.py c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load/libglib-2.0.so.0.2800.1-gdb.py
776
+ make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
777
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c gspawn-win32-helper.exe gspawn-win32-helper-console.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
778
+ libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gspawn-win32-helper.exe
779
+ libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper-console.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gspawn-win32-helper-console.exe
787
780
  make install-exec-hook
788
- make[5]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
781
+ make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
789
782
  make[5]: Nothing to be done for `install-exec-hook'.
790
- make[5]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
791
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
792
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
783
+ make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
784
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
785
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
793
786
  Making install in tests
794
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/tests'
787
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
795
788
  CC testing.o
796
789
  CC option-context.o
797
790
  CC keyfile.o
798
791
  CC fileutils.o
799
- fileutils.c: In function 'test_build_filename':
800
- fileutils.c:252:3: warning: not enough variable arguments to fit a sentinel
801
792
  CC printf.o
802
793
  printf.c: In function 'test_64bit':
803
794
  printf.c:724:3: warning: unknown conversion type character 'l' in format
@@ -808,6 +799,8 @@ printf.c:732:3: warning: unknown conversion type character 'l' in format
808
799
  printf.c:732:3: warning: too many arguments for format
809
800
  printf.c:736:3: warning: unknown conversion type character 'l' in format
810
801
  printf.c:736:3: warning: too many arguments for format
802
+ fileutils.c: In function 'test_build_filename':
803
+ fileutils.c:252:3: warning: not enough variable arguments to fit a sentinel
811
804
  printf.c:740:3: warning: unknown conversion type character 'l' in format
812
805
  printf.c:740:3: warning: too many arguments for format
813
806
  printf.c:744:3: warning: unknown conversion type character 'l' in format
@@ -835,8 +828,8 @@ printf.c:908:7: warning: unknown conversion type character 'l' in format
835
828
  printf.c:908:7: warning: too many arguments for format
836
829
  CC protocol.o
837
830
  CC rand.o
838
- CC strfuncs.o
839
831
  CC string.o
832
+ CC strfuncs.o
840
833
  CC markup-parse.o
841
834
  CC markup-collect.o
842
835
  CC markup-escape.o
@@ -871,6 +864,8 @@ printf.c:908:7: warning: too many arguments for format
871
864
  CC error.o
872
865
  CC bookmarkfile.o
873
866
  CC gdatetime.o
867
+ CC timeout.o
868
+ CC environment.o
874
869
  CCLD testing.exe
875
870
  CCLD option-context.exe
876
871
  CCLD keyfile.exe
@@ -914,17 +909,19 @@ printf.c:908:7: warning: too many arguments for format
914
909
  CCLD error.exe
915
910
  CCLD bookmarkfile.exe
916
911
  CCLD gdatetime.exe
917
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/tests'
912
+ CCLD timeout.exe
913
+ CCLD environment.exe
914
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
918
915
  make[4]: Nothing to be done for `install-exec-am'.
919
916
  make[4]: Nothing to be done for `install-data-am'.
920
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/tests'
921
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib/tests'
922
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
923
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/glib'
917
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
918
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
919
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
920
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
924
921
  Making install in gmodule
925
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
922
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
926
923
  make install-am
927
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
924
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
928
925
  cd .. && /bin/sh ./config.status gmodule/gmodule.rc
929
926
  CC gmodule.lo
930
927
  GEN gmodule.def
@@ -937,50 +934,33 @@ Microsoft (R) Library Manager Version 6.00.8447
937
934
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
938
935
 
939
936
  Creating library gmodule-2.0.lib and object gmodule-2.0.exp
940
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
941
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib"
942
- /opt/local/bin/install -c gmodule-2.0.lib c:/devel/target/059c48de6b739307c37648aba3005b29/lib
943
- /opt/local/bin/install -c gmodule.def c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gmodule-2.0.def
944
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0"
945
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgmodule-2.0.la 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib'
946
- /opt/local/bin/install -c -m 644 gmodule.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0'
937
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
938
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
939
+ /opt/local/bin/install -c gmodule-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
940
+ /opt/local/bin/install -c gmodule.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gmodule-2.0.def
941
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0"
942
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgmodule-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
943
+ /opt/local/bin/install -c -m 644 gmodule.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0'
947
944
  make install-data-hook
948
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
945
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
949
946
  make[4]: Nothing to be done for `install-data-hook'.
950
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
951
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.dll.a c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgmodule-2.0.dll.a
947
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
948
+ libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgmodule-2.0.dll.a
952
949
  libtool: install: base_file=`basename libgmodule-2.0.la`
953
950
  libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgmodule-2.0.la'i; echo libgmodule-2.0-0.dll'`
954
- libtool: install: dldir=c:/devel/target/059c48de6b739307c37648aba3005b29/lib/`dirname ../bin/libgmodule-2.0-0.dll`
955
- libtool: install: test -d c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin || mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin
956
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0-0.dll c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgmodule-2.0-0.dll
957
- libtool: install: chmod a+x c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgmodule-2.0-0.dll
958
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgmodule-2.0-0.dll' || exit 0; fi
959
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.lai c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgmodule-2.0.la
960
- ----------------------------------------------------------------------
961
- Libraries have been installed in:
962
- c:/devel/target/059c48de6b739307c37648aba3005b29/lib
963
-
964
- If you ever happen to want to link against installed libraries
965
- in a given directory, LIBDIR, you must either use libtool, and
966
- specify the full pathname of the library, or use the `-LLIBDIR'
967
- flag during linking and do at least one of the following:
968
- - add LIBDIR to the `PATH' environment variable
969
- during execution
970
- - add LIBDIR to the `LD_RUN_PATH' environment variable
971
- during linking
972
- - use the `-LLIBDIR' linker flag
973
-
974
- See any operating system documentation about shared libraries for
975
- more information, such as the ld(1) and ld.so(8) manual pages.
976
- ----------------------------------------------------------------------
977
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
978
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
979
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gmodule'
951
+ libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgmodule-2.0-0.dll`
952
+ libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
953
+ libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll
954
+ libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll
955
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll' || exit 0; fi
956
+ libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgmodule-2.0.la
957
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
958
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
959
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
980
960
  Making install in gthread
981
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
961
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
982
962
  Making install in .
983
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
963
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
984
964
  cd .. && /bin/sh ./config.status gthread/gthread.rc
985
965
  CC gthread-impl.lo
986
966
  gthread-impl.c: In function 'g_thread_init':
@@ -994,79 +974,55 @@ Microsoft (R) Library Manager Version 6.00.8447
994
974
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
995
975
 
996
976
  Creating library gthread-2.0.lib and object gthread-2.0.exp
997
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
998
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib"
999
- /opt/local/bin/install -c gthread-2.0.lib c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1000
- /opt/local/bin/install -c ./gthread.def c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gthread-2.0.def
977
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
978
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
979
+ /opt/local/bin/install -c gthread-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
980
+ /opt/local/bin/install -c ./gthread.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gthread-2.0.def
1001
981
  make install-data-hook
1002
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgthread-2.0.la 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib'
1003
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
982
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgthread-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
983
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
1004
984
  make[4]: Nothing to be done for `install-data-hook'.
1005
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
1006
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.dll.a c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgthread-2.0.dll.a
985
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
986
+ libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgthread-2.0.dll.a
1007
987
  libtool: install: base_file=`basename libgthread-2.0.la`
1008
988
  libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgthread-2.0.la'i; echo libgthread-2.0-0.dll'`
1009
- libtool: install: dldir=c:/devel/target/059c48de6b739307c37648aba3005b29/lib/`dirname ../bin/libgthread-2.0-0.dll`
1010
- libtool: install: test -d c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin || mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin
1011
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0-0.dll c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgthread-2.0-0.dll
1012
- libtool: install: chmod a+x c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgthread-2.0-0.dll
1013
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgthread-2.0-0.dll' || exit 0; fi
1014
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.lai c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgthread-2.0.la
1015
- ----------------------------------------------------------------------
1016
- Libraries have been installed in:
1017
- c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1018
-
1019
- If you ever happen to want to link against installed libraries
1020
- in a given directory, LIBDIR, you must either use libtool, and
1021
- specify the full pathname of the library, or use the `-LLIBDIR'
1022
- flag during linking and do at least one of the following:
1023
- - add LIBDIR to the `PATH' environment variable
1024
- during execution
1025
- - add LIBDIR to the `LD_RUN_PATH' environment variable
1026
- during linking
1027
- - use the `-LLIBDIR' linker flag
1028
-
1029
- See any operating system documentation about shared libraries for
1030
- more information, such as the ld(1) and ld.so(8) manual pages.
1031
- ----------------------------------------------------------------------
1032
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
1033
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
989
+ libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgthread-2.0-0.dll`
990
+ libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
991
+ libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll
992
+ libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll
993
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll' || exit 0; fi
994
+ libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgthread-2.0.la
995
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
996
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
1034
997
  Making install in tests
1035
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread/tests'
998
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1036
999
  CC 1bit-mutex.o
1037
1000
  CC 1bit_emufutex-1bit-mutex.o
1038
1001
  CCLD 1bit-mutex.exe
1039
1002
  CCLD 1bit-emufutex.exe
1040
- Info: resolving _g_thread_functions_for_glib_use by linking to __imp__g_thread_functions_for_glib_use (auto-import)
1041
- Info: resolving _g_threads_got_initialized by linking to __imp__g_threads_got_initialized (auto-import)
1042
- Info: resolving _g_test_config_vars by linking to __imp__g_test_config_vars (auto-importc:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
1043
- This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.)
1044
-
1045
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread/tests'
1003
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1046
1004
  make[3]: Nothing to be done for `install-exec-am'.
1047
1005
  make[3]: Nothing to be done for `install-data-am'.
1048
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread/tests'
1049
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread/tests'
1050
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gthread'
1006
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1007
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1008
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
1051
1009
  Making install in gobject
1052
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1010
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1053
1011
  CC glib-genmarshal.o
1054
- glib-genmarshal.c: In function 'main':
1055
- glib-genmarshal.c:695:6: warning: case value '10' not in enumerated type 'GTokenType'
1056
1012
  CCLD glib-genmarshal.exe
1057
1013
  make glib-genmarshal.exe
1058
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1014
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1059
1015
  make[2]: `glib-genmarshal.exe' is up to date.
1060
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1016
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1061
1017
  GEN stamp-gmarshal.h
1062
1018
  GEN gmarshal.c
1063
1019
  make install-recursive
1064
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1020
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1065
1021
  Making install in .
1066
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1022
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1067
1023
  CC gatomicarray.lo
1068
- CC gbinding.lo
1069
1024
  CC gboxed.lo
1025
+ CC gbinding.lo
1070
1026
  CC gclosure.lo
1071
1027
  CC genums.lo
1072
1028
  CC gobject.lo
@@ -1090,101 +1046,88 @@ config.status: creating gobject/gobject.rc
1090
1046
  CCLD libgobject-2.0.la
1091
1047
  Creating library file: .libs/libgobject-2.0.dll.a
1092
1048
  lib -machine:X86 -name:libgobject-2.0-0.dll -def:gobject.def -out:gobject-2.0.lib
1093
- CCLD gobject-query.exe
1094
- CCLD testgobject.exe
1095
1049
  Microsoft (R) Library Manager Version 6.00.8447
1096
1050
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
1097
1051
 
1098
1052
  Creating library gobject-2.0.lib and object gobject-2.0.exp
1099
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1100
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib"
1101
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
1102
- /opt/local/bin/install -c gobject-2.0.lib c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1103
- /opt/local/bin/install -c gobject.def c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gobject-2.0.def
1104
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb"
1105
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgobject-2.0.la 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib'
1106
- /opt/local/bin/install -c glib-mkenums 'c:/devel/target/059c48de6b739307c37648aba3005b29/bin'
1107
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gobject" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gobject"
1108
- /opt/local/bin/install -c gobject.py 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gdb'
1053
+ CCLD gobject-query.exe
1054
+ CCLD testgobject.exe
1055
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1056
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
1057
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1058
+ /opt/local/bin/install -c gobject-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
1059
+ /opt/local/bin/install -c gobject.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gobject-2.0.def
1060
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb"
1061
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgobject-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
1062
+ /opt/local/bin/install -c glib-mkenums 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1063
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject"
1064
+ /opt/local/bin/install -c gobject.py 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb'
1065
+ libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgobject-2.0.dll.a
1109
1066
  test -z "" || /bin/mkdir -p ""
1110
- /opt/local/bin/install -c -m 644 gbinding.h gboxed.h gclosure.h genums.h gobject.h gparam.h gparamspecs.h gsignal.h gsourceclosure.h gtype.h gtypemodule.h gtypeplugin.h gvalue.h gvaluearray.h gvaluecollector.h gvaluetypes.h gobjectnotifyqueue.c gmarshal.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gobject'
1111
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.dll.a c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgobject-2.0.dll.a
1112
- make install-data-hook
1067
+ /opt/local/bin/install -c -m 644 gbinding.h gboxed.h gclosure.h genums.h gobject.h gparam.h gparamspecs.h gsignal.h gsourceclosure.h gtype.h gtypemodule.h gtypeplugin.h gvalue.h gvaluearray.h gvaluecollector.h gvaluetypes.h gobjectnotifyqueue.c gmarshal.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject'
1113
1068
  libtool: install: base_file=`basename libgobject-2.0.la`
1069
+ make install-data-hook
1114
1070
  libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgobject-2.0.la'i; echo libgobject-2.0-0.dll'`
1115
- make[5]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1071
+ libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgobject-2.0-0.dll`
1072
+ make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1073
+ libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
1074
+ libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll
1116
1075
  GEN libgobject-gdb.py
1117
- libtool: install: dldir=c:/devel/target/059c48de6b739307c37648aba3005b29/lib/`dirname ../bin/libgobject-2.0-0.dll`
1118
- mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/share/gdb/auto-load/
1119
- /opt/local/bin/install -c libgobject-gdb.py c:/devel/target/059c48de6b739307c37648aba3005b29/share/gdb/auto-load//libgobject-2.0.so.0.2600.1-gdb.py
1120
- libtool: install: test -d c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin || mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin
1121
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0-0.dll c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgobject-2.0-0.dll
1122
- make[5]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1123
- libtool: install: chmod a+x c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgobject-2.0-0.dll
1124
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgobject-2.0-0.dll' || exit 0; fi
1125
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.lai c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgobject-2.0.la
1126
- ----------------------------------------------------------------------
1127
- Libraries have been installed in:
1128
- c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1129
-
1130
- If you ever happen to want to link against installed libraries
1131
- in a given directory, LIBDIR, you must either use libtool, and
1132
- specify the full pathname of the library, or use the `-LLIBDIR'
1133
- flag during linking and do at least one of the following:
1134
- - add LIBDIR to the `PATH' environment variable
1135
- during execution
1136
- - add LIBDIR to the `LD_RUN_PATH' environment variable
1137
- during linking
1138
- - use the `-LLIBDIR' linker flag
1139
-
1140
- See any operating system documentation about shared libraries for
1141
- more information, such as the ld(1) and ld.so(8) manual pages.
1142
- ----------------------------------------------------------------------
1143
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
1144
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gobject-query.exe glib-genmarshal.exe 'c:/devel/target/059c48de6b739307c37648aba3005b29/bin'
1145
- libtool: install: /opt/local/bin/install -c .libs/gobject-query.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gobject-query.exe
1146
- libtool: install: /opt/local/bin/install -c .libs/glib-genmarshal.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/glib-genmarshal.exe
1147
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1148
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1076
+ libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll
1077
+ mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load/
1078
+ /opt/local/bin/install -c libgobject-gdb.py c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load//libgobject-2.0.so.0.2800.1-gdb.py
1079
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll' || exit 0; fi
1080
+ libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgobject-2.0.la
1081
+ make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1082
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1083
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c gobject-query.exe glib-genmarshal.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1084
+ libtool: install: /opt/local/bin/install -c .libs/gobject-query.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gobject-query.exe
1085
+ libtool: install: /opt/local/bin/install -c .libs/glib-genmarshal.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/glib-genmarshal.exe
1086
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1087
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1149
1088
  Making install in tests
1150
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject/tests'
1089
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1151
1090
  CC threadtests.o
1152
1091
  CC dynamictests.o
1153
1092
  CC binding.o
1093
+ CC reference.o
1154
1094
  CC properties.o
1095
+ CC ifaceproperties.o
1155
1096
  CCLD threadtests.exe
1156
1097
  CCLD dynamictests.exe
1157
1098
  CCLD binding.exe
1158
1099
  CCLD properties.exe
1159
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject/tests'
1100
+ CCLD reference.exe
1101
+ CCLD ifaceproperties.exe
1102
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1160
1103
  make[4]: Nothing to be done for `install-exec-am'.
1161
1104
  make[4]: Nothing to be done for `install-data-am'.
1162
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject/tests'
1163
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject/tests'
1164
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1165
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gobject'
1105
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1106
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1107
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1108
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1166
1109
  Making install in gio
1167
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1110
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1168
1111
  make install-recursive
1169
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1112
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1170
1113
  Making install in win32
1171
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/win32'
1114
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1172
1115
  CC libgiowin32_la-gwin32directorymonitor.lo
1173
1116
  CC libgiowin32_la-gwinhttpvfs.lo
1174
1117
  CC libgiowin32_la-gwinhttpfile.lo
1175
1118
  CC libgiowin32_la-gwinhttpfileinputstream.lo
1176
1119
  CC libgiowin32_la-gwinhttpfileoutputstream.lo
1177
1120
  CCLD libgiowin32.la
1178
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/win32'
1121
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1179
1122
  make[4]: Nothing to be done for `install-exec-am'.
1180
1123
  make[4]: Nothing to be done for `install-data-am'.
1181
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/win32'
1182
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/win32'
1124
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1125
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1183
1126
  Making install in .
1184
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1127
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1185
1128
  CC gappinfo.lo
1186
- CC gasynchelper.lo
1187
1129
  CC gasyncinitable.lo
1130
+ CC gasynchelper.lo
1188
1131
  CC gasyncresult.lo
1189
1132
  CC gbufferedinputstream.lo
1190
1133
  CC gbufferedoutputstream.lo
@@ -1201,6 +1144,7 @@ gcredentials.c:87:2: warning: #warning Please add GCredentials support for your
1201
1144
  CC gdrive.lo
1202
1145
  CC gdummyfile.lo
1203
1146
  CC gdummyproxyresolver.lo
1147
+ CC gdummytlsbackend.lo
1204
1148
  CC gemblem.lo
1205
1149
  CC gemblemedicon.lo
1206
1150
  CC gfile.lo
@@ -1210,8 +1154,8 @@ gcredentials.c:87:2: warning: #warning Please add GCredentials support for your
1210
1154
  CC gfileinfo.lo
1211
1155
  CC gfileinputstream.lo
1212
1156
  CC gfilemonitor.lo
1213
- CC gfilenamecompleter.lo
1214
1157
  CC gfileoutputstream.lo
1158
+ CC gfilenamecompleter.lo
1215
1159
  CC gfileiostream.lo
1216
1160
  CC gfilterinputstream.lo
1217
1161
  CC gfilteroutputstream.lo
@@ -1234,6 +1178,8 @@ gcredentials.c:87:2: warning: #warning Please add GCredentials support for your
1234
1178
  CC gnetworkservice.lo
1235
1179
  CC goutputstream.lo
1236
1180
  CC gpermission.lo
1181
+ CC gpollableinputstream.lo
1182
+ CC gpollableoutputstream.lo
1237
1183
  CC gpollfilemonitor.lo
1238
1184
  CC gproxyresolver.lo
1239
1185
  CC gresolver.lo
@@ -1244,23 +1190,23 @@ gcredentials.c:87:2: warning: #warning Please add GCredentials support for your
1244
1190
  CC gsocketaddress.lo
1245
1191
  CC gsocketaddressenumerator.lo
1246
1192
  gsocket.c: In function 'g_socket_details_from_fd':
1247
- gsocket.c:324:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1248
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1249
- gsocket.c:368:32: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1250
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint *'
1251
- gsocket.c:413:36: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1252
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint *'
1253
- gsocket.c:419:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1254
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1193
+ gsocket.c:325:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1194
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1195
+ gsocket.c:369:32: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1196
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint *'
1197
+ gsocket.c:414:36: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1198
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint *'
1199
+ gsocket.c:420:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1200
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1255
1201
  gsocket.c: In function 'g_socket_get_local_address':
1256
- gsocket.c:1241:46: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1257
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint32 *'
1202
+ gsocket.c:1242:46: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1203
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint32 *'
1258
1204
  gsocket.c: In function 'g_socket_get_remote_address':
1259
- gsocket.c:1284:50: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1260
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint32 *'
1205
+ gsocket.c:1285:50: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1206
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint32 *'
1261
1207
  gsocket.c: In function 'g_socket_check_connect_result':
1262
- gsocket.c:1710:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1263
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1208
+ gsocket.c:1711:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1209
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1264
1210
  CC gsocketclient.lo
1265
1211
  CC gsocketconnectable.lo
1266
1212
  CC gsocketconnection.lo
@@ -1271,13 +1217,18 @@ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:543:32:
1271
1217
  CC gproxy.lo
1272
1218
  CC gproxyaddress.lo
1273
1219
  CC gproxyaddressenumerator.lo
1274
- CC gproxyconnection.lo
1275
1220
  CC gsocketservice.lo
1276
1221
  CC gsrvtarget.lo
1277
1222
  CC gtcpconnection.lo
1223
+ CC gtcpwrapperconnection.lo
1278
1224
  CC gthreadedsocketservice.lo
1279
1225
  CC gthemedicon.lo
1280
1226
  CC gthreadedresolver.lo
1227
+ CC gtlsbackend.lo
1228
+ CC gtlscertificate.lo
1229
+ CC gtlsclientconnection.lo
1230
+ CC gtlsconnection.lo
1231
+ CC gtlsserverconnection.lo
1281
1232
  CC gunionvolumemonitor.lo
1282
1233
  CC gvfs.lo
1283
1234
  CC gvolume.lo
@@ -1295,6 +1246,13 @@ gwin32volumemonitor.c:172:11: warning: unused variable 'wc_name'
1295
1246
  gwin32volumemonitor.c:171:11: warning: unused variable 'found'
1296
1247
  gwin32volumemonitor.c:170:11: warning: unused variable 'find_handle'
1297
1248
  CC gwin32outputstream.lo
1249
+ CC gactiongroup.lo
1250
+ CC gsimpleactiongroup.lo
1251
+ CC gaction.lo
1252
+ CC gsimpleaction.lo
1253
+ CC gapplicationcommandline.lo
1254
+ CC gapplicationimpl-dbus.lo
1255
+ CC gapplication.lo
1298
1256
  CC gvdb-reader.lo
1299
1257
  CC gdelayedsettingsbackend.lo
1300
1258
  CC gkeyfilesettingsbackend.lo
@@ -1313,25 +1271,25 @@ gregistrysettingsbackend.c:500:1: warning: 'registry_cache_dump' defined but not
1313
1271
  CC gdbusauthmechanism.lo
1314
1272
  CC gdbusauthmechanismanon.lo
1315
1273
  CC gdbusauthmechanismexternal.lo
1316
- gdbusauthmechanismexternal.c: In function 'mechanism_client_initiate':
1317
- gdbusauthmechanismexternal.c:355:2: warning: #warning Dont know how to send credentials on this OS. The EXTERNAL D-Bus authentication mechanism will not work.
1318
1274
  CC gdbusauthmechanismsha1.lo
1319
1275
  CC gdbuserror.lo
1320
- CC gdbusconnection.lo
1276
+ gdbusauthmechanismexternal.c: In function 'mechanism_client_initiate':
1277
+ gdbusauthmechanismexternal.c:355:2: warning: #warning Dont know how to send credentials on this OS. The EXTERNAL D-Bus authentication mechanism will not work.
1321
1278
  gdbusauthmechanismsha1.c: In function 'ensure_keyring_directory':
1322
1279
  gdbusauthmechanismsha1.c:287:2: warning: #warning Please implement permission checking on this non-UNIX platform
1280
+ CC gdbusconnection.lo
1323
1281
  CC gdbusmessage.lo
1324
1282
  CC gdbusnameowning.lo
1325
1283
  gdbusmessage.c: In function 'g_dbus_message_copy':
1326
- gdbusmessage.c:3253:2: warning: label 'out' defined but not used
1284
+ gdbusmessage.c:3256:2: warning: label 'out' defined but not used
1327
1285
  CC gdbusnamewatching.lo
1328
1286
  CC gdbusproxy.lo
1329
1287
  CC gdbusprivate.lo
1330
1288
  CC gdbusintrospection.lo
1331
1289
  gdbusprivate.c: In function 'write_message_continue_writing':
1332
- gdbusprivate.c:1077:2: warning: label 'out' defined but not used
1290
+ gdbusprivate.c:1075:2: warning: label 'out' defined but not used
1333
1291
  gdbusprivate.c: At top level:
1334
- gdbusprivate.c:938:1: warning: 'on_socket_ready' defined but not used
1292
+ gdbusprivate.c:937:1: warning: 'on_socket_ready' defined but not used
1335
1293
  CC gdbusmethodinvocation.lo
1336
1294
  CC gdbusserver.lo
1337
1295
  CC glocaldirectorymonitor.lo
@@ -1359,72 +1317,56 @@ config.status: creating gio/gio.rc
1359
1317
  windres gio.rc gio-win32-res.o
1360
1318
  CCLD libgio-2.0.la
1361
1319
  Creating library file: .libs/libgio-2.0.dll.a
1362
- CCLD gio-querymodules.exe
1363
1320
  CCLD gsettings.exe
1321
+ CCLD gio-querymodules.exe
1364
1322
  CCLD gdbus.exe
1365
1323
  lib -machine:X86 -name:libgio-2.0-0.dll -def:gio.def -out:gio-2.0.lib
1366
1324
  Microsoft (R) Library Manager Version 6.00.8447
1367
1325
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
1368
1326
 
1369
1327
  Creating library gio-2.0.lib and object gio-2.0.exp
1370
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1371
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/lib" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/lib"
1372
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/etc/bash_completion.d" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/etc/bash_completion.d"
1373
- /opt/local/bin/install -c gio-2.0.lib c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1374
- /opt/local/bin/install -c gio.def c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gio-2.0.def
1375
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgio-2.0.la 'c:/devel/target/059c48de6b739307c37648aba3005b29/lib'
1376
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/schemas" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/schemas"
1377
- /opt/local/bin/install -c gdbus-bash-completion.sh gsettings-bash-completion.sh 'c:/devel/target/059c48de6b739307c37648aba3005b29/etc/bash_completion.d'
1378
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gio/" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gio/"
1379
- /opt/local/bin/install -c -m 644 gschema.dtd 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/schemas'
1328
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1329
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
1330
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d"
1331
+ /opt/local/bin/install -c gio-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
1332
+ /opt/local/bin/install -c gio.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gio-2.0.def
1333
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas"
1334
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgio-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
1335
+ /opt/local/bin/install -c gdbus-bash-completion.sh gsettings-bash-completion.sh 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d'
1336
+ /opt/local/bin/install -c -m 644 gschema.dtd 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas'
1337
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/"
1380
1338
  test -z "" || /bin/mkdir -p ""
1381
- /opt/local/bin/install -c -m 644 gappinfo.h gasyncinitable.h gasyncresult.h gbufferedinputstream.h gbufferedoutputstream.h gcancellable.h gcontenttype.h gcharsetconverter.h gconverter.h gconverterinputstream.h gconverteroutputstream.h gdatainputstream.h gdataoutputstream.h gdrive.h gemblem.h gemblemedicon.h gfile.h gfileattribute.h gfileenumerator.h gfileicon.h gfileinfo.h gfileinputstream.h gfilemonitor.h gfilenamecompleter.h gfileoutputstream.h gfileiostream.h gfilterinputstream.h gfilteroutputstream.h gicon.h ginetaddress.h ginetsocketaddress.h ginputstream.h ginitable.h gio.h giotypes.h gioenums.h gioerror.h giomodule.h gioscheduler.h giostream.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gio/'
1382
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.dll.a c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgio-2.0.dll.a
1383
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/include/gio-win32-2.0/gio" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/include/gio-win32-2.0/gio"
1384
- /opt/local/bin/install -c -m 644 gloadableicon.h gmount.h gmemoryinputstream.h gmemoryoutputstream.h gmountoperation.h gnativevolumemonitor.h gnetworkaddress.h gnetworkservice.h goutputstream.h gpermission.h gproxyaddress.h gproxy.h gproxyaddressenumerator.h gproxyresolver.h gresolver.h gseekable.h gsimpleasyncresult.h gsimplepermission.h gsocket.h gsocketaddress.h gsocketaddressenumerator.h gsocketclient.h gsocketconnectable.h gsocketconnection.h gsocketcontrolmessage.h gsocketlistener.h gsocketservice.h gsrvtarget.h gtcpconnection.h gthreadedsocketservice.h gthemedicon.h gvfs.h gvolume.h gvolumemonitor.h gzlibcompressor.h gzlibdecompressor.h gsettingsbackend.h gsettings.h gdbusauthobserver.h gcredentials.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gio/'
1339
+ libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgio-2.0.dll.a
1340
+ /opt/local/bin/install -c -m 644 gappinfo.h gasyncinitable.h gasyncresult.h gbufferedinputstream.h gbufferedoutputstream.h gcancellable.h gcontenttype.h gcharsetconverter.h gconverter.h gconverterinputstream.h gconverteroutputstream.h gdatainputstream.h gdataoutputstream.h gdrive.h gemblem.h gemblemedicon.h gfile.h gfileattribute.h gfileenumerator.h gfileicon.h gfileinfo.h gfileinputstream.h gfilemonitor.h gfilenamecompleter.h gfileoutputstream.h gfileiostream.h gfilterinputstream.h gfilteroutputstream.h gicon.h ginetaddress.h ginetsocketaddress.h ginputstream.h ginitable.h gio.h giotypes.h gioenums.h gioerror.h giomodule.h gioscheduler.h giostream.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1341
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio"
1342
+ /opt/local/bin/install -c -m 644 gloadableicon.h gmount.h gmemoryinputstream.h gmemoryoutputstream.h gmountoperation.h gnativevolumemonitor.h gnetworkaddress.h gnetworkservice.h goutputstream.h gpermission.h gpollableinputstream.h gpollableoutputstream.h gproxyaddress.h gproxy.h gproxyaddressenumerator.h gproxyresolver.h gresolver.h gseekable.h gsimpleasyncresult.h gsimplepermission.h gsocket.h gsocketaddress.h gsocketaddressenumerator.h gsocketclient.h gsocketconnectable.h gsocketconnection.h gsocketcontrolmessage.h gsocketlistener.h gsocketservice.h gsrvtarget.h gtcpconnection.h gtcpwrapperconnection.h gthreadedsocketservice.h gthemedicon.h gtlsbackend.h gtlscertificate.h gtlsclientconnection.h gtlsconnection.h gtlsserverconnection.h gvfs.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1385
1343
  libtool: install: base_file=`basename libgio-2.0.la`
1386
- /opt/local/bin/install -c -m 644 gwin32inputstream.h gwin32outputstream.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/gio-win32-2.0/gio'
1387
- /opt/local/bin/install -c -m 644 gdbusutils.h gdbuserror.h gdbusaddress.h gdbusconnection.h gdbusmessage.h gdbusnameowning.h gdbusnamewatching.h gdbusproxy.h gdbusintrospection.h gdbusmethodinvocation.h gdbusserver.h gioenumtypes.h 'c:/devel/target/059c48de6b739307c37648aba3005b29/include/glib-2.0/gio/'
1388
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgio-2.0.la'i; echo libgio-2.0-0.dll'`
1389
- /bin/sh ../mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gio/modules
1390
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/lib/gio/modules
1344
+ /opt/local/bin/install -c -m 644 gwin32inputstream.h gwin32outputstream.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio'
1345
+ /opt/local/bin/install -c -m 644 gvolume.h gvolumemonitor.h gzlibcompressor.h gzlibdecompressor.h gactiongroup.h gsimpleactiongroup.h gaction.h gsimpleaction.h gapplicationcommandline.h gapplication.h gsettingsbackend.h gsettings.h gdbusauthobserver.h gcredentials.h gdbusutils.h gdbuserror.h gdbusaddress.h gdbusconnection.h gdbusmessage.h gdbusnameowning.h gdbusnamewatching.h gdbusproxy.h gdbusintrospection.h gdbusmethodinvocation.h gdbusserver.h gioenumtypes.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1346
+ /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gio/modules
1391
1347
  make install-data-hook
1392
- libtool: install: dldir=c:/devel/target/059c48de6b739307c37648aba3005b29/lib/`dirname ../bin/libgio-2.0-0.dll`
1393
- libtool: install: test -d c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin || mkdir -p c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin
1394
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0-0.dll c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgio-2.0-0.dll
1395
- libtool: install: chmod a+x c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgio-2.0-0.dll
1396
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/059c48de6b739307c37648aba3005b29/lib/../bin/libgio-2.0-0.dll' || exit 0; fi
1397
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.lai c:/devel/target/059c48de6b739307c37648aba3005b29/lib/libgio-2.0.la
1398
- ----------------------------------------------------------------------
1399
- Libraries have been installed in:
1400
- c:/devel/target/059c48de6b739307c37648aba3005b29/lib
1401
-
1402
- If you ever happen to want to link against installed libraries
1403
- in a given directory, LIBDIR, you must either use libtool, and
1404
- specify the full pathname of the library, or use the `-LLIBDIR'
1405
- flag during linking and do at least one of the following:
1406
- - add LIBDIR to the `PATH' environment variable
1407
- during execution
1408
- - add LIBDIR to the `LD_RUN_PATH' environment variable
1409
- during linking
1410
- - use the `-LLIBDIR' linker flag
1411
-
1412
- See any operating system documentation about shared libraries for
1413
- more information, such as the ld(1) and ld.so(8) manual pages.
1414
- ----------------------------------------------------------------------
1415
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/bin" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/bin"
1416
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gio-querymodules.exe glib-compile-schemas.exe gsettings.exe gdbus.exe 'c:/devel/target/059c48de6b739307c37648aba3005b29/bin'
1417
- make[5]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1348
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgio-2.0.la'i; echo libgio-2.0-0.dll'`
1349
+ libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgio-2.0-0.dll`
1350
+ libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
1351
+ libtool: install: /opt/local/bin/install -c .libs/libgio-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll
1352
+ libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll
1353
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll' || exit 0; fi
1354
+ libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgio-2.0.la
1355
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1356
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c gio-querymodules.exe glib-compile-schemas.exe gsettings.exe gdbus.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1357
+ make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1418
1358
  make[5]: Nothing to be done for `install-data-hook'.
1419
- make[5]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1420
- libtool: install: /opt/local/bin/install -c .libs/gio-querymodules.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gio-querymodules.exe
1421
- libtool: install: /opt/local/bin/install -c .libs/glib-compile-schemas.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/glib-compile-schemas.exe
1422
- libtool: install: /opt/local/bin/install -c .libs/gsettings.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gsettings.exe
1423
- libtool: install: /opt/local/bin/install -c .libs/gdbus.exe c:/devel/target/059c48de6b739307c37648aba3005b29/bin/gdbus.exe
1424
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1425
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1359
+ make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1360
+ libtool: install: /opt/local/bin/install -c .libs/gio-querymodules.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gio-querymodules.exe
1361
+ libtool: install: /opt/local/bin/install -c .libs/glib-compile-schemas.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/glib-compile-schemas.exe
1362
+ libtool: install: /opt/local/bin/install -c .libs/gsettings.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gsettings.exe
1363
+ libtool: install: /opt/local/bin/install -c .libs/gdbus.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gdbus.exe
1364
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1365
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1426
1366
  Making install in tests
1427
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/tests'
1367
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1368
+ CC io-stream.o
1369
+ CC actions.o
1428
1370
  CC memory-input-stream.o
1429
1371
  CC memory-output-stream.o
1430
1372
  CC readwrite.o
@@ -1439,31 +1381,32 @@ make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/tests'
1439
1381
  CC sleepy-stream.o
1440
1382
  CC filter-streams.o
1441
1383
  CC volumemonitor.o
1442
- CC simple-async-result.o
1443
1384
  CC srvtarget.o
1385
+ CC simple-async-result.o
1444
1386
  CC contexts.o
1445
1387
  CC gsettings.o
1446
1388
  CC gschema-compile.o
1447
- CC async-close-output-stream.o
1448
1389
  gschema-compile.c: In function 'test_schema':
1449
1390
  gschema-compile.c:32:7: warning: passing argument 2 of 'execve' from incompatible pointer type
1450
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1391
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1451
1392
  gschema-compile.c:32:7: warning: passing argument 3 of 'execve' from incompatible pointer type
1452
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1393
+ c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1394
+ CC async-close-output-stream.o
1453
1395
  CC gdbus-addresses.o
1454
1396
  CC network-address.o
1455
1397
  CC gdbus-message.o
1456
1398
  CC socket.o
1457
- CC win32-streams.o
1399
+ CC pollable.o
1458
1400
  CC resolver.o
1401
+ CC win32-streams.o
1459
1402
  CC socket-server.o
1460
1403
  socket-common.c:3:20: warning: 'unix_socket_address_types' defined but not used
1461
1404
  CC socket-client.o
1462
1405
  CC echo-server.o
1463
1406
  CC httpd.o
1464
1407
  socket-common.c:3:20: warning: 'unix_socket_address_types' defined but not used
1465
- CC send-data.o
1466
1408
  CC filter-cat.o
1409
+ CC send-data.o
1467
1410
  CC gdbus-example-export.o
1468
1411
  CC gdbus-example-own-name.o
1469
1412
  CC gdbus-example-watch-name.o
@@ -1474,12 +1417,18 @@ socket-common.c:3:20: warning: 'unix_socket_address_types' defined but not used
1474
1417
  CC gdbus-example-proxy-subclass.o
1475
1418
  CC gdbus-connection-flush-helper.o
1476
1419
  CC appinfo-test.o
1420
+ appinfo-test.c: In function 'main':
1421
+ appinfo-test.c:13:3: warning: implicit declaration of function 'getpid'
1477
1422
  CC proxy.o
1423
+ CC gapplication-example-open.o
1424
+ CC gapplication-example-cmdline.o
1425
+ CC gapplication-example-cmdline2.o
1426
+ CC gapplication-example-actions.o
1478
1427
  /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/msgfmt -o test.mo ./de.po; \
1479
1428
  /bin/mkdir -p de/LC_MESSAGES; \
1480
1429
  cp -f test.mo de/LC_MESSAGES
1481
- appinfo-test.c: In function 'main':
1482
- appinfo-test.c:13:3: warning: implicit declaration of function 'getpid'
1430
+ CCLD actions.exe
1431
+ CCLD io-stream.exe
1483
1432
  CCLD memory-input-stream.exe
1484
1433
  CCLD memory-output-stream.exe
1485
1434
  CCLD readwrite.exe
@@ -1504,6 +1453,7 @@ appinfo-test.c:13:3: warning: implicit declaration of function 'getpid'
1504
1453
  CCLD network-address.exe
1505
1454
  CCLD gdbus-message.exe
1506
1455
  CCLD socket.exe
1456
+ CCLD pollable.exe
1507
1457
  CCLD win32-streams.exe
1508
1458
  CCLD resolver.exe
1509
1459
  CCLD socket-server.exe
@@ -1523,41 +1473,45 @@ appinfo-test.c:13:3: warning: implicit declaration of function 'getpid'
1523
1473
  CCLD gdbus-connection-flush-helper.exe
1524
1474
  CCLD appinfo-test.exe
1525
1475
  CCLD proxy.exe
1526
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/tests'
1476
+ CCLD gapplication-example-open.exe
1477
+ CCLD gapplication-example-cmdline.exe
1478
+ CCLD gapplication-example-cmdline2.exe
1479
+ CCLD gapplication-example-actions.exe
1480
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1527
1481
  make[4]: Nothing to be done for `install-exec-am'.
1528
1482
  make[4]: Nothing to be done for `install-data-am'.
1529
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/tests'
1530
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio/tests'
1531
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1532
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/gio'
1483
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1484
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1485
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1486
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1533
1487
  Making install in tests
1534
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1488
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1535
1489
  Making install in gobject
1536
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1537
- GEN stamp-testmarshal.h
1490
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1538
1491
  GEN testmarshal.c
1492
+ GEN stamp-testmarshal.h
1539
1493
  make install-am
1540
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1494
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1541
1495
  CC testmarshal.lo
1542
1496
  CC testmodule.lo
1543
1497
  CCLD libtestgobject.la
1544
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1498
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1545
1499
  make[4]: Nothing to be done for `install-exec-am'.
1546
1500
  make[4]: Nothing to be done for `install-data-am'.
1547
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1548
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1549
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/gobject'
1501
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1502
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1503
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1550
1504
  Making install in refcount
1551
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/refcount'
1552
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/refcount'
1505
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1506
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1553
1507
  make[3]: Nothing to be done for `install-exec-am'.
1554
1508
  make[3]: Nothing to be done for `install-data-am'.
1555
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/refcount'
1556
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests/refcount'
1557
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1509
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1510
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1511
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1558
1512
  CC libmoduletestplugin_a.lo
1559
- CC libmoduletestplugin_b.lo
1560
1513
  CC testglib.o
1514
+ CC libmoduletestplugin_b.lo
1561
1515
  CC testgdate.o
1562
1516
  CC testgdateparser.o
1563
1517
  CC unicode-normalize.o
@@ -1575,233 +1529,139 @@ Creating library file: .libs/libmoduletestplugin_b.dll.a
1575
1529
  CCLD unicode-collate.exe
1576
1530
  CCLD errorcheck-mutex-test.exe
1577
1531
  CCLD assert-msg-test.exe
1578
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1532
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1579
1533
  make[3]: Nothing to be done for `install-exec-am'.
1580
1534
  make[3]: Nothing to be done for `install-data-am'.
1581
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1582
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1583
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/tests'
1535
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1536
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1537
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1584
1538
  Making install in po
1585
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/po'
1539
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/po'
1586
1540
  if test -r ".././mkinstalldirs"; then \
1587
- .././mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/share; \
1541
+ .././mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share; \
1588
1542
  else \
1589
- /bin/sh ../mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/share; \
1543
+ /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share; \
1590
1544
  fi
1591
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/af/LC_MESSAGES
1592
- installing af.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/af/LC_MESSAGES/glib20.mo
1593
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/am/LC_MESSAGES
1594
- installing am.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/am/LC_MESSAGES/glib20.mo
1595
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ar/LC_MESSAGES
1596
- installing ar.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ar/LC_MESSAGES/glib20.mo
1597
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/as/LC_MESSAGES
1598
- installing as.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/as/LC_MESSAGES/glib20.mo
1599
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ast/LC_MESSAGES
1600
- installing ast.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ast/LC_MESSAGES/glib20.mo
1601
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/az/LC_MESSAGES
1602
- installing az.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/az/LC_MESSAGES/glib20.mo
1603
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/be/LC_MESSAGES
1604
- installing be.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/be/LC_MESSAGES/glib20.mo
1605
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/be@latin/LC_MESSAGES
1606
- installing be@latin.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/be@latin/LC_MESSAGES/glib20.mo
1607
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bg/LC_MESSAGES
1608
- installing bg.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bg/LC_MESSAGES/glib20.mo
1609
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bn/LC_MESSAGES
1610
- installing bn.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bn/LC_MESSAGES/glib20.mo
1611
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bn_IN/LC_MESSAGES
1612
- installing bn_IN.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bn_IN/LC_MESSAGES/glib20.mo
1613
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bs/LC_MESSAGES
1614
- installing bs.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/bs/LC_MESSAGES/glib20.mo
1615
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ca/LC_MESSAGES
1616
- installing ca.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ca/LC_MESSAGES/glib20.mo
1617
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ca@valencia/LC_MESSAGES
1618
- installing ca@valencia.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
1619
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/cs/LC_MESSAGES
1620
- installing cs.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/cs/LC_MESSAGES/glib20.mo
1621
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/cy/LC_MESSAGES
1622
- installing cy.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/cy/LC_MESSAGES/glib20.mo
1623
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/da/LC_MESSAGES
1624
- installing da.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/da/LC_MESSAGES/glib20.mo
1625
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/de/LC_MESSAGES
1626
- installing de.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/de/LC_MESSAGES/glib20.mo
1627
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/dz/LC_MESSAGES
1628
- installing dz.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/dz/LC_MESSAGES/glib20.mo
1629
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/el/LC_MESSAGES
1630
- installing el.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/el/LC_MESSAGES/glib20.mo
1631
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en_CA/LC_MESSAGES
1632
- installing en_CA.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en_CA/LC_MESSAGES/glib20.mo
1633
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en_GB/LC_MESSAGES
1634
- installing en_GB.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en_GB/LC_MESSAGES/glib20.mo
1635
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en@shaw/LC_MESSAGES
1636
- installing en@shaw.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/en@shaw/LC_MESSAGES/glib20.mo
1637
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/eo/LC_MESSAGES
1638
- installing eo.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/eo/LC_MESSAGES/glib20.mo
1639
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/es/LC_MESSAGES
1640
- installing es.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/es/LC_MESSAGES/glib20.mo
1641
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/et/LC_MESSAGES
1642
- installing et.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/et/LC_MESSAGES/glib20.mo
1643
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/eu/LC_MESSAGES
1644
- installing eu.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/eu/LC_MESSAGES/glib20.mo
1645
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fa/LC_MESSAGES
1646
- installing fa.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fa/LC_MESSAGES/glib20.mo
1647
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fi/LC_MESSAGES
1648
- installing fi.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fi/LC_MESSAGES/glib20.mo
1649
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fr/LC_MESSAGES
1650
- installing fr.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/fr/LC_MESSAGES/glib20.mo
1651
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ga/LC_MESSAGES
1652
- installing ga.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ga/LC_MESSAGES/glib20.mo
1653
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/gl/LC_MESSAGES
1654
- installing gl.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/gl/LC_MESSAGES/glib20.mo
1655
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/gu/LC_MESSAGES
1656
- installing gu.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/gu/LC_MESSAGES/glib20.mo
1657
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/he/LC_MESSAGES
1658
- installing he.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/he/LC_MESSAGES/glib20.mo
1659
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hi/LC_MESSAGES
1660
- installing hi.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hi/LC_MESSAGES/glib20.mo
1661
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hr/LC_MESSAGES
1662
- installing hr.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hr/LC_MESSAGES/glib20.mo
1663
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hu/LC_MESSAGES
1664
- installing hu.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hu/LC_MESSAGES/glib20.mo
1665
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hy/LC_MESSAGES
1666
- installing hy.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/hy/LC_MESSAGES/glib20.mo
1667
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/id/LC_MESSAGES
1668
- installing id.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/id/LC_MESSAGES/glib20.mo
1669
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/is/LC_MESSAGES
1670
- installing is.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/is/LC_MESSAGES/glib20.mo
1671
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/it/LC_MESSAGES
1672
- installing it.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/it/LC_MESSAGES/glib20.mo
1673
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ja/LC_MESSAGES
1674
- installing ja.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ja/LC_MESSAGES/glib20.mo
1675
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ka/LC_MESSAGES
1676
- installing ka.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ka/LC_MESSAGES/glib20.mo
1677
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/kk/LC_MESSAGES
1678
- installing kk.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/kk/LC_MESSAGES/glib20.mo
1679
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/kn/LC_MESSAGES
1680
- installing kn.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/kn/LC_MESSAGES/glib20.mo
1681
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ko/LC_MESSAGES
1682
- installing ko.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ko/LC_MESSAGES/glib20.mo
1683
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ku/LC_MESSAGES
1684
- installing ku.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ku/LC_MESSAGES/glib20.mo
1685
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/lt/LC_MESSAGES
1686
- installing lt.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/lt/LC_MESSAGES/glib20.mo
1687
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/lv/LC_MESSAGES
1688
- installing lv.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/lv/LC_MESSAGES/glib20.mo
1689
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mai/LC_MESSAGES
1690
- installing mai.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mai/LC_MESSAGES/glib20.mo
1691
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mg/LC_MESSAGES
1692
- installing mg.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mg/LC_MESSAGES/glib20.mo
1693
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mk/LC_MESSAGES
1694
- installing mk.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mk/LC_MESSAGES/glib20.mo
1695
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ml/LC_MESSAGES
1696
- installing ml.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ml/LC_MESSAGES/glib20.mo
1697
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mn/LC_MESSAGES
1698
- installing mn.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mn/LC_MESSAGES/glib20.mo
1699
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mr/LC_MESSAGES
1700
- installing mr.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/mr/LC_MESSAGES/glib20.mo
1701
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ms/LC_MESSAGES
1702
- installing ms.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ms/LC_MESSAGES/glib20.mo
1703
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nb/LC_MESSAGES
1704
- installing nb.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nb/LC_MESSAGES/glib20.mo
1705
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nds/LC_MESSAGES
1706
- installing nds.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nds/LC_MESSAGES/glib20.mo
1707
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ne/LC_MESSAGES
1708
- installing ne.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ne/LC_MESSAGES/glib20.mo
1709
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nl/LC_MESSAGES
1710
- installing nl.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nl/LC_MESSAGES/glib20.mo
1711
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nn/LC_MESSAGES
1712
- installing nn.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/nn/LC_MESSAGES/glib20.mo
1713
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/oc/LC_MESSAGES
1714
- installing oc.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/oc/LC_MESSAGES/glib20.mo
1715
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/or/LC_MESSAGES
1716
- installing or.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/or/LC_MESSAGES/glib20.mo
1717
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pa/LC_MESSAGES
1718
- installing pa.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pa/LC_MESSAGES/glib20.mo
1719
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pl/LC_MESSAGES
1720
- installing pl.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pl/LC_MESSAGES/glib20.mo
1721
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ps/LC_MESSAGES
1722
- installing ps.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ps/LC_MESSAGES/glib20.mo
1723
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pt/LC_MESSAGES
1724
- installing pt.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pt/LC_MESSAGES/glib20.mo
1725
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pt_BR/LC_MESSAGES
1726
- installing pt_BR.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/pt_BR/LC_MESSAGES/glib20.mo
1727
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ro/LC_MESSAGES
1728
- installing ro.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ro/LC_MESSAGES/glib20.mo
1729
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ru/LC_MESSAGES
1730
- installing ru.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ru/LC_MESSAGES/glib20.mo
1731
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/rw/LC_MESSAGES
1732
- installing rw.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/rw/LC_MESSAGES/glib20.mo
1733
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/si/LC_MESSAGES
1734
- installing si.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/si/LC_MESSAGES/glib20.mo
1735
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sk/LC_MESSAGES
1736
- installing sk.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sk/LC_MESSAGES/glib20.mo
1737
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sl/LC_MESSAGES
1738
- installing sl.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sl/LC_MESSAGES/glib20.mo
1739
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sq/LC_MESSAGES
1740
- installing sq.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sq/LC_MESSAGES/glib20.mo
1741
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr/LC_MESSAGES
1742
- installing sr.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr/LC_MESSAGES/glib20.mo
1743
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr@latin/LC_MESSAGES
1744
- installing sr@latin.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr@latin/LC_MESSAGES/glib20.mo
1745
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr@ije/LC_MESSAGES
1746
- installing sr@ije.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sr@ije/LC_MESSAGES/glib20.mo
1747
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sv/LC_MESSAGES
1748
- installing sv.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/sv/LC_MESSAGES/glib20.mo
1749
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ta/LC_MESSAGES
1750
- installing ta.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/ta/LC_MESSAGES/glib20.mo
1751
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/te/LC_MESSAGES
1752
- installing te.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/te/LC_MESSAGES/glib20.mo
1753
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/th/LC_MESSAGES
1754
- installing th.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/th/LC_MESSAGES/glib20.mo
1755
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tl/LC_MESSAGES
1756
- installing tl.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tl/LC_MESSAGES/glib20.mo
1757
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tr/LC_MESSAGES
1758
- installing tr.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tr/LC_MESSAGES/glib20.mo
1759
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tt/LC_MESSAGES
1760
- installing tt.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/tt/LC_MESSAGES/glib20.mo
1761
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/uk/LC_MESSAGES
1762
- installing uk.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/uk/LC_MESSAGES/glib20.mo
1763
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/vi/LC_MESSAGES
1764
- installing vi.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/vi/LC_MESSAGES/glib20.mo
1765
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/wa/LC_MESSAGES
1766
- installing wa.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/wa/LC_MESSAGES/glib20.mo
1767
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/xh/LC_MESSAGES
1768
- installing xh.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/xh/LC_MESSAGES/glib20.mo
1769
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/yi/LC_MESSAGES
1770
- installing yi.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/yi/LC_MESSAGES/glib20.mo
1771
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_CN/LC_MESSAGES
1772
- installing zh_CN.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_CN/LC_MESSAGES/glib20.mo
1773
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_HK/LC_MESSAGES
1774
- installing zh_HK.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_HK/LC_MESSAGES/glib20.mo
1775
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_TW/LC_MESSAGES
1776
- installing zh_TW.gmo as c:/devel/target/059c48de6b739307c37648aba3005b29/share/locale/zh_TW/LC_MESSAGES/glib20.mo
1545
+ installing af.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/af/LC_MESSAGES/glib20.mo
1546
+ installing am.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/am/LC_MESSAGES/glib20.mo
1547
+ installing ar.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ar/LC_MESSAGES/glib20.mo
1548
+ installing as.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/as/LC_MESSAGES/glib20.mo
1549
+ installing ast.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ast/LC_MESSAGES/glib20.mo
1550
+ installing az.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/az/LC_MESSAGES/glib20.mo
1551
+ installing be.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/be/LC_MESSAGES/glib20.mo
1552
+ installing be@latin.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/be@latin/LC_MESSAGES/glib20.mo
1553
+ installing bg.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bg/LC_MESSAGES/glib20.mo
1554
+ installing bn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bn/LC_MESSAGES/glib20.mo
1555
+ installing bn_IN.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bn_IN/LC_MESSAGES/glib20.mo
1556
+ installing bs.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bs/LC_MESSAGES/glib20.mo
1557
+ installing ca.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ca/LC_MESSAGES/glib20.mo
1558
+ installing ca@valencia.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
1559
+ installing cs.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/cs/LC_MESSAGES/glib20.mo
1560
+ installing cy.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/cy/LC_MESSAGES/glib20.mo
1561
+ installing da.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/da/LC_MESSAGES/glib20.mo
1562
+ installing de.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/de/LC_MESSAGES/glib20.mo
1563
+ installing dz.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/dz/LC_MESSAGES/glib20.mo
1564
+ installing el.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/el/LC_MESSAGES/glib20.mo
1565
+ installing en_CA.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en_CA/LC_MESSAGES/glib20.mo
1566
+ installing en_GB.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en_GB/LC_MESSAGES/glib20.mo
1567
+ installing en@shaw.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en@shaw/LC_MESSAGES/glib20.mo
1568
+ installing eo.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/eo/LC_MESSAGES/glib20.mo
1569
+ installing es.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/es/LC_MESSAGES/glib20.mo
1570
+ installing et.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/et/LC_MESSAGES/glib20.mo
1571
+ installing eu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/eu/LC_MESSAGES/glib20.mo
1572
+ installing fa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fa/LC_MESSAGES/glib20.mo
1573
+ installing fi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fi/LC_MESSAGES/glib20.mo
1574
+ installing fr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fr/LC_MESSAGES/glib20.mo
1575
+ installing ga.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ga/LC_MESSAGES/glib20.mo
1576
+ installing gl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/gl/LC_MESSAGES/glib20.mo
1577
+ installing gu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/gu/LC_MESSAGES/glib20.mo
1578
+ installing he.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/he/LC_MESSAGES/glib20.mo
1579
+ installing hi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hi/LC_MESSAGES/glib20.mo
1580
+ installing hr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hr/LC_MESSAGES/glib20.mo
1581
+ installing hu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hu/LC_MESSAGES/glib20.mo
1582
+ installing hy.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hy/LC_MESSAGES/glib20.mo
1583
+ installing id.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/id/LC_MESSAGES/glib20.mo
1584
+ installing is.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/is/LC_MESSAGES/glib20.mo
1585
+ installing it.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/it/LC_MESSAGES/glib20.mo
1586
+ installing ja.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ja/LC_MESSAGES/glib20.mo
1587
+ installing ka.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ka/LC_MESSAGES/glib20.mo
1588
+ installing kk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/kk/LC_MESSAGES/glib20.mo
1589
+ installing kn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/kn/LC_MESSAGES/glib20.mo
1590
+ installing ko.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ko/LC_MESSAGES/glib20.mo
1591
+ installing ku.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ku/LC_MESSAGES/glib20.mo
1592
+ installing lt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/lt/LC_MESSAGES/glib20.mo
1593
+ installing lv.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/lv/LC_MESSAGES/glib20.mo
1594
+ installing mai.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mai/LC_MESSAGES/glib20.mo
1595
+ installing mg.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mg/LC_MESSAGES/glib20.mo
1596
+ installing mk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mk/LC_MESSAGES/glib20.mo
1597
+ installing ml.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ml/LC_MESSAGES/glib20.mo
1598
+ installing mn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mn/LC_MESSAGES/glib20.mo
1599
+ installing mr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mr/LC_MESSAGES/glib20.mo
1600
+ installing ms.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ms/LC_MESSAGES/glib20.mo
1601
+ installing nb.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nb/LC_MESSAGES/glib20.mo
1602
+ installing nds.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nds/LC_MESSAGES/glib20.mo
1603
+ installing ne.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ne/LC_MESSAGES/glib20.mo
1604
+ installing nl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nl/LC_MESSAGES/glib20.mo
1605
+ installing nn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nn/LC_MESSAGES/glib20.mo
1606
+ installing oc.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/oc/LC_MESSAGES/glib20.mo
1607
+ installing or.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/or/LC_MESSAGES/glib20.mo
1608
+ installing pa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pa/LC_MESSAGES/glib20.mo
1609
+ installing pl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pl/LC_MESSAGES/glib20.mo
1610
+ installing ps.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ps/LC_MESSAGES/glib20.mo
1611
+ installing pt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pt/LC_MESSAGES/glib20.mo
1612
+ installing pt_BR.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pt_BR/LC_MESSAGES/glib20.mo
1613
+ installing ro.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ro/LC_MESSAGES/glib20.mo
1614
+ installing ru.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ru/LC_MESSAGES/glib20.mo
1615
+ installing rw.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/rw/LC_MESSAGES/glib20.mo
1616
+ installing si.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/si/LC_MESSAGES/glib20.mo
1617
+ installing sk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sk/LC_MESSAGES/glib20.mo
1618
+ installing sl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sl/LC_MESSAGES/glib20.mo
1619
+ installing sq.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sq/LC_MESSAGES/glib20.mo
1620
+ installing sr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr/LC_MESSAGES/glib20.mo
1621
+ installing sr@latin.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr@latin/LC_MESSAGES/glib20.mo
1622
+ installing sr@ije.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr@ije/LC_MESSAGES/glib20.mo
1623
+ installing sv.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sv/LC_MESSAGES/glib20.mo
1624
+ installing ta.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ta/LC_MESSAGES/glib20.mo
1625
+ installing te.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/te/LC_MESSAGES/glib20.mo
1626
+ installing th.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/th/LC_MESSAGES/glib20.mo
1627
+ installing tl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tl/LC_MESSAGES/glib20.mo
1628
+ installing tr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tr/LC_MESSAGES/glib20.mo
1629
+ installing ug.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ug/LC_MESSAGES/glib20.mo
1630
+ installing tt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tt/LC_MESSAGES/glib20.mo
1631
+ installing uk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/uk/LC_MESSAGES/glib20.mo
1632
+ installing vi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/vi/LC_MESSAGES/glib20.mo
1633
+ installing wa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/wa/LC_MESSAGES/glib20.mo
1634
+ installing xh.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/xh/LC_MESSAGES/glib20.mo
1635
+ installing yi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/yi/LC_MESSAGES/glib20.mo
1636
+ installing zh_CN.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_CN/LC_MESSAGES/glib20.mo
1637
+ installing zh_HK.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_HK/LC_MESSAGES/glib20.mo
1638
+ installing zh_TW.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_TW/LC_MESSAGES/glib20.mo
1777
1639
  if test "glib" = "glib"; then \
1778
1640
  if test -r ".././mkinstalldirs"; then \
1779
- .././mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext/po; \
1641
+ .././mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po; \
1780
1642
  else \
1781
- /bin/sh ../mkinstalldirs c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext/po; \
1643
+ /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po; \
1782
1644
  fi; \
1783
1645
  /opt/local/bin/install -c -m 644 ./Makefile.in.in \
1784
- c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext/po/Makefile.in.in; \
1646
+ c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po/Makefile.in.in; \
1785
1647
  else \
1786
1648
  : ; \
1787
1649
  fi
1788
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/glib-2.0/gettext/po
1789
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/po'
1650
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/po'
1790
1651
  Making install in docs
1791
- make[1]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
1652
+ make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
1792
1653
  Making install in reference
1793
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
1654
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
1794
1655
  Making install in glib
1795
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/glib'
1796
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/glib'
1656
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1657
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1797
1658
  make[4]: Nothing to be done for `install-exec-am'.
1798
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1"
1799
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/glib
1659
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1800
1660
  -- Installing ./html/annotation-glossary.html
1801
1661
  -- Installing ./html/api-index-2-10.html
1802
- /opt/local/bin/install -c -m 644 glib-gettextize.1 gtester.1 gtester-report.1 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1'
1803
1662
  -- Installing ./html/api-index-2-12.html
1804
1663
  -- Installing ./html/api-index-2-14.html
1664
+ /opt/local/bin/install -c -m 644 glib-gettextize.1 gtester.1 gtester-report.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1805
1665
  -- Installing ./html/api-index-2-16.html
1806
1666
  -- Installing ./html/api-index-2-18.html
1807
1667
  -- Installing ./html/api-index-2-2.html
@@ -1809,6 +1669,7 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
1809
1669
  -- Installing ./html/api-index-2-22.html
1810
1670
  -- Installing ./html/api-index-2-24.html
1811
1671
  -- Installing ./html/api-index-2-26.html
1672
+ -- Installing ./html/api-index-2-28.html
1812
1673
  -- Installing ./html/api-index-2-4.html
1813
1674
  -- Installing ./html/api-index-2-6.html
1814
1675
  -- Installing ./html/api-index-2-8.html
@@ -1903,6 +1764,7 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
1903
1764
  -- Installing ./html/gtester-report.html
1904
1765
  -- Installing ./html/gtester.html
1905
1766
  -- Installing ./html/gvariant-format-strings.html
1767
+ -- Installing ./html/gvariant-text.html
1906
1768
  -- Installing ./html/home.png
1907
1769
  -- Installing ./html/index.html
1908
1770
  -- Installing ./html/index.sgml
@@ -1912,19 +1774,18 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
1912
1774
  -- Installing ./html/style.css
1913
1775
  -- Installing ./html/tools.html
1914
1776
  -- Installing ./html/up.png
1915
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/glib'
1916
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/glib'
1777
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1778
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1917
1779
  Making install in gobject
1918
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gobject'
1919
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gobject'
1780
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1781
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1920
1782
  make[4]: Nothing to be done for `install-exec-am'.
1921
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1"
1922
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/gobject
1783
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1923
1784
  -- Installing ./html/GBinding.html
1924
1785
  -- Installing ./html/GTypeModule.html
1925
- /opt/local/bin/install -c -m 644 glib-mkenums.1 glib-genmarshal.1 gobject-query.1 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1'
1926
1786
  -- Installing ./html/GTypePlugin.html
1927
1787
  -- Installing ./html/annotation-glossary.html
1788
+ /opt/local/bin/install -c -m 644 glib-mkenums.1 glib-genmarshal.1 gobject-query.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1928
1789
  -- Installing ./html/api-index-2-10.html
1929
1790
  -- Installing ./html/api-index-2-12.html
1930
1791
  -- Installing ./html/api-index-2-14.html
@@ -1933,6 +1794,7 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
1933
1794
  -- Installing ./html/api-index-2-22.html
1934
1795
  -- Installing ./html/api-index-2-24.html
1935
1796
  -- Installing ./html/api-index-2-26.html
1797
+ -- Installing ./html/api-index-2-28.html
1936
1798
  -- Installing ./html/api-index-2-4.html
1937
1799
  -- Installing ./html/api-index-2-6.html
1938
1800
  -- Installing ./html/api-index-2-8.html
@@ -1996,17 +1858,20 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
1996
1858
  -- Installing ./html/tools-refdb.html
1997
1859
  -- Installing ./html/tools-vala.html
1998
1860
  -- Installing ./html/up.png
1999
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gobject'
2000
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gobject'
1861
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1862
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
2001
1863
  Making install in gio
2002
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gio'
2003
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gio'
1864
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
1865
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
2004
1866
  make[4]: Nothing to be done for `install-exec-am'.
2005
- test -z "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1" || /bin/mkdir -p "c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1"
2006
- mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/gio
1867
+ test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1868
+ -- Installing ./html/GAction.html
1869
+ -- Installing ./html/GActionGroup.html
2007
1870
  -- Installing ./html/GAppInfo.html
1871
+ /opt/local/bin/install -c -m 644 gio-querymodules.1 glib-compile-schemas.1 gsettings.1 gdbus.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1872
+ -- Installing ./html/GApplication.html
1873
+ -- Installing ./html/GApplicationCommandLine.html
2008
1874
  -- Installing ./html/GAsyncInitable.html
2009
- /opt/local/bin/install -c -m 644 gio-querymodules.1 glib-compile-schemas.1 gsettings.1 gdbus.1 'c:/devel/target/059c48de6b739307c37648aba3005b29/share/man/man1'
2010
1875
  -- Installing ./html/GAsyncResult.html
2011
1876
  -- Installing ./html/GBufferedInputStream.html
2012
1877
  -- Installing ./html/GBufferedOutputStream.html
@@ -2016,6 +1881,7 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2016
1881
  -- Installing ./html/GCredentials.html
2017
1882
  -- Installing ./html/GDBusAuthObserver.html
2018
1883
  -- Installing ./html/GDBusConnection.html
1884
+ -- Installing ./html/GDBusError.html
2019
1885
  -- Installing ./html/GDBusMessage.html
2020
1886
  -- Installing ./html/GDBusMethodInvocation.html
2021
1887
  -- Installing ./html/GDBusProxy.html
@@ -2053,6 +1919,8 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2053
1919
  -- Installing ./html/GNetworkService.html
2054
1920
  -- Installing ./html/GOutputStream.html
2055
1921
  -- Installing ./html/GPermission.html
1922
+ -- Installing ./html/GPollableInputStream.html
1923
+ -- Installing ./html/GPollableOutputStream.html
2056
1924
  -- Installing ./html/GProxy.html
2057
1925
  -- Installing ./html/GProxyAddress.html
2058
1926
  -- Installing ./html/GProxyResolver.html
@@ -2060,6 +1928,8 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2060
1928
  -- Installing ./html/GSeekable.html
2061
1929
  -- Installing ./html/GSettings.html
2062
1930
  -- Installing ./html/GSettingsBackend.html
1931
+ -- Installing ./html/GSimpleAction.html
1932
+ -- Installing ./html/GSimpleActionGroup.html
2063
1933
  -- Installing ./html/GSimpleAsyncResult.html
2064
1934
  -- Installing ./html/GSimplePermission.html
2065
1935
  -- Installing ./html/GSocket.html
@@ -2070,9 +1940,16 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2070
1940
  -- Installing ./html/GSocketControlMessage.html
2071
1941
  -- Installing ./html/GSocketListener.html
2072
1942
  -- Installing ./html/GSocketService.html
1943
+ -- Installing ./html/GSrvTarget.html
2073
1944
  -- Installing ./html/GTcpConnection.html
1945
+ -- Installing ./html/GTcpWrapperConnection.html
2074
1946
  -- Installing ./html/GThemedIcon.html
2075
1947
  -- Installing ./html/GThreadedSocketService.html
1948
+ -- Installing ./html/GTlsBackend.html
1949
+ -- Installing ./html/GTlsCertificate.html
1950
+ -- Installing ./html/GTlsClientConnection.html
1951
+ -- Installing ./html/GTlsConnection.html
1952
+ -- Installing ./html/GTlsServerConnection.html
2076
1953
  -- Installing ./html/GUnixConnection.html
2077
1954
  -- Installing ./html/GUnixCredentialsMessage.html
2078
1955
  -- Installing ./html/GUnixFDList.html
@@ -2091,29 +1968,31 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2091
1968
  -- Installing ./html/api-index-2-22.html
2092
1969
  -- Installing ./html/api-index-2-24.html
2093
1970
  -- Installing ./html/api-index-2-26.html
1971
+ -- Installing ./html/api-index-2-28.html
2094
1972
  -- Installing ./html/api-index-deprecated.html
2095
1973
  -- Installing ./html/api-index-full.html
1974
+ -- Installing ./html/application.html
2096
1975
  -- Installing ./html/async.html
2097
1976
  -- Installing ./html/ch01.html
2098
1977
  -- Installing ./html/ch02.html
2099
1978
  -- Installing ./html/ch03.html
2100
- -- Installing ./html/ch24.html
2101
- -- Installing ./html/ch25.html
2102
- -- Installing ./html/ch25s02.html
2103
- -- Installing ./html/ch25s03.html
2104
1979
  -- Installing ./html/ch26.html
2105
- -- Installing ./html/ch26s02.html
2106
- -- Installing ./html/ch26s03.html
2107
- -- Installing ./html/ch26s04.html
2108
- -- Installing ./html/ch26s05.html
2109
- -- Installing ./html/ch26s06.html
2110
- -- Installing ./html/ch26s07.html
2111
1980
  -- Installing ./html/ch27.html
2112
1981
  -- Installing ./html/ch27s02.html
2113
1982
  -- Installing ./html/ch27s03.html
2114
- -- Installing ./html/ch27s04.html
2115
- -- Installing ./html/ch27s05.html
2116
- -- Installing ./html/ch27s06.html
1983
+ -- Installing ./html/ch28.html
1984
+ -- Installing ./html/ch28s02.html
1985
+ -- Installing ./html/ch28s03.html
1986
+ -- Installing ./html/ch28s04.html
1987
+ -- Installing ./html/ch28s05.html
1988
+ -- Installing ./html/ch28s06.html
1989
+ -- Installing ./html/ch28s07.html
1990
+ -- Installing ./html/ch29.html
1991
+ -- Installing ./html/ch29s02.html
1992
+ -- Installing ./html/ch29s03.html
1993
+ -- Installing ./html/ch29s04.html
1994
+ -- Installing ./html/ch29s05.html
1995
+ -- Installing ./html/ch29s06.html
2117
1996
  -- Installing ./html/conversion.html
2118
1997
  -- Installing ./html/extending-gio.html
2119
1998
  -- Installing ./html/extending.html
@@ -2131,12 +2010,11 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2131
2010
  -- Installing ./html/gio-GContentType.html
2132
2011
  -- Installing ./html/gio-GConverterInputstream.html
2133
2012
  -- Installing ./html/gio-GConverterOutputstream.html
2134
- -- Installing ./html/gio-GDBusError.html
2135
2013
  -- Installing ./html/gio-GFileAttribute.html
2136
2014
  -- Installing ./html/gio-GIOError.html
2137
2015
  -- Installing ./html/gio-GIOScheduler.html
2138
- -- Installing ./html/gio-GSrvTarget.html
2139
2016
  -- Installing ./html/gio-Owning-Bus-Names.html
2017
+ -- Installing ./html/gio-TLS-Overview.html
2140
2018
  -- Installing ./html/gio-Unix-Mounts.html
2141
2019
  -- Installing ./html/gio-Watching-Bus-Names.html
2142
2020
  -- Installing ./html/gio-hierarchy.html
@@ -2144,6 +2022,7 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2144
2022
  -- Installing ./html/gio.devhelp
2145
2023
  -- Installing ./html/gio.devhelp2
2146
2024
  -- Installing ./html/glib-compile-schemas.html
2025
+ -- Installing ./html/gsettings-tool.html
2147
2026
  -- Installing ./html/gvfs-overview.png
2148
2027
  -- Installing ./html/highlevel-socket.html
2149
2028
  -- Installing ./html/home.png
@@ -2161,35 +2040,36 @@ mkdir -p -- c:/devel/target/059c48de6b739307c37648aba3005b29/share/gtk-doc/html/
2161
2040
  -- Installing ./html/settings.html
2162
2041
  -- Installing ./html/streaming.html
2163
2042
  -- Installing ./html/style.css
2043
+ -- Installing ./html/tls.html
2164
2044
  -- Installing ./html/tools.html
2165
2045
  -- Installing ./html/types.html
2166
2046
  -- Installing ./html/up.png
2167
2047
  -- Installing ./html/utils.html
2168
2048
  -- Installing ./html/volume_mon.html
2169
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gio'
2170
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference/gio'
2171
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
2172
- make[4]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
2049
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
2050
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
2051
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2052
+ make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2173
2053
  make[4]: Nothing to be done for `install-exec-am'.
2174
2054
  make[4]: Nothing to be done for `install-data-am'.
2175
- make[4]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
2176
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
2177
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs/reference'
2178
- make[2]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
2179
- make[3]: Entering directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
2055
+ make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2056
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2057
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2058
+ make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2059
+ make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2180
2060
  make[3]: Nothing to be done for `install-exec-am'.
2181
2061
  make[3]: Nothing to be done for `install-data-am'.
2182
- make[3]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
2183
- make[2]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
2184
- make[1]: Leaving directory `/devel/src/gnome/glib/2.26.1-1_win32/docs'
2062
+ make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2063
+ make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2064
+ make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2185
2065
  ++ ./glib-zip
2186
- rm: cannot lstat `/tmp/glib-2.26.1.zip': No such file or directory
2187
- adding: bin/gspawn-win32-helper.exe (200 bytes security) (deflated 72%)
2188
- adding: bin/gspawn-win32-helper-console.exe (200 bytes security) (deflated 71%)
2189
- adding: bin/libglib-2.0-0.dll (200 bytes security) (deflated 60%)
2190
- adding: bin/libgio-2.0-0.dll (200 bytes security) (deflated 66%)
2066
+ rm: cannot lstat `/tmp/glib-2.28.1.zip': No such file or directory
2067
+ adding: bin/gspawn-win32-helper.exe (200 bytes security) (deflated 71%)
2068
+ adding: bin/gspawn-win32-helper-console.exe (200 bytes security) (deflated 72%)
2069
+ adding: bin/libglib-2.0-0.dll (200 bytes security) (deflated 62%)
2070
+ adding: bin/libgio-2.0-0.dll (200 bytes security) (deflated 67%)
2191
2071
  adding: bin/libgmodule-2.0-0.dll (200 bytes security) (deflated 69%)
2192
- adding: bin/libgobject-2.0-0.dll (200 bytes security) (deflated 63%)
2072
+ adding: bin/libgobject-2.0-0.dll (200 bytes security) (deflated 64%)
2193
2073
  adding: bin/libgthread-2.0-0.dll (200 bytes security) (deflated 69%)
2194
2074
  adding: share/locale/af/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 58%)
2195
2075
  adding: share/locale/am/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 28%)
@@ -2197,7 +2077,7 @@ rm: cannot lstat `/tmp/glib-2.26.1.zip': No such file or directory
2197
2077
  adding: share/locale/as/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2198
2078
  adding: share/locale/ast/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2199
2079
  adding: share/locale/az/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2200
- adding: share/locale/be/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 70%)
2080
+ adding: share/locale/be/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2201
2081
  adding: share/locale/be@latin/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2202
2082
  adding: share/locale/bg/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2203
2083
  adding: share/locale/bn/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
@@ -2224,7 +2104,7 @@ rm: cannot lstat `/tmp/glib-2.26.1.zip': No such file or directory
2224
2104
  adding: share/locale/ga/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2225
2105
  adding: share/locale/gl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2226
2106
  adding: share/locale/gu/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2227
- adding: share/locale/he/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2107
+ adding: share/locale/he/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 77%)
2228
2108
  adding: share/locale/hi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 75%)
2229
2109
  adding: share/locale/hr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2230
2110
  adding: share/locale/hu/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
@@ -2276,21 +2156,26 @@ rm: cannot lstat `/tmp/glib-2.26.1.zip': No such file or directory
2276
2156
  adding: share/locale/tl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2277
2157
  adding: share/locale/tr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2278
2158
  adding: share/locale/tt/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 59%)
2159
+ adding: share/locale/ug/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 69%)
2279
2160
  adding: share/locale/uk/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2280
2161
  adding: share/locale/vi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2281
2162
  adding: share/locale/wa/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 57%)
2282
2163
  adding: share/locale/xh/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2283
2164
  adding: share/locale/yi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2284
- adding: share/locale/zh_CN/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2165
+ adding: share/locale/zh_CN/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2285
2166
  adding: share/locale/zh_HK/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2286
2167
  adding: share/locale/zh_TW/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2287
- adding: share/doc/glib-2.26.1/COPYING (200 bytes security) (deflated 64%)
2288
- rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2289
- adding: bin/glib-genmarshal.exe (200 bytes security) (deflated 69%)
2168
+ adding: share/doc/glib-2.28.1/COPYING (200 bytes security) (deflated 64%)
2169
+ rm: cannot lstat `/tmp/glib-dev-2.28.1.zip': No such file or directory
2170
+ adding: bin/glib-genmarshal.exe (200 bytes security) (deflated 71%)
2290
2171
  adding: bin/glib-gettextize (200 bytes security) (deflated 59%)
2291
2172
  adding: bin/glib-mkenums (200 bytes security) (deflated 73%)
2292
- adding: bin/gobject-query.exe (200 bytes security) (deflated 70%)
2293
- adding: include/glib-2.0/gio/gappinfo.h (200 bytes security) (deflated 78%)
2173
+ adding: bin/gobject-query.exe (200 bytes security) (deflated 71%)
2174
+ adding: include/glib-2.0/gio/gaction.h (200 bytes security) (deflated 72%)
2175
+ adding: include/glib-2.0/gio/gactiongroup.h (200 bytes security) (deflated 83%)
2176
+ adding: include/glib-2.0/gio/gappinfo.h (200 bytes security) (deflated 79%)
2177
+ adding: include/glib-2.0/gio/gapplication.h (200 bytes security) (deflated 78%)
2178
+ adding: include/glib-2.0/gio/gapplicationcommandline.h (200 bytes security) (deflated 76%)
2294
2179
  adding: include/glib-2.0/gio/gasyncinitable.h (200 bytes security) (deflated 68%)
2295
2180
  adding: include/glib-2.0/gio/gasyncresult.h (200 bytes security) (deflated 55%)
2296
2181
  adding: include/glib-2.0/gio/gbufferedinputstream.h (200 bytes security) (deflated 71%)
@@ -2318,14 +2203,14 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2318
2203
  adding: include/glib-2.0/gio/gdbusutils.h (200 bytes security) (deflated 49%)
2319
2204
  adding: include/glib-2.0/gio/gdrive.h (200 bytes security) (deflated 81%)
2320
2205
  adding: include/glib-2.0/gio/gemblem.h (200 bytes security) (deflated 56%)
2321
- adding: include/glib-2.0/gio/gemblemedicon.h (200 bytes security) (deflated 59%)
2206
+ adding: include/glib-2.0/gio/gemblemedicon.h (200 bytes security) (deflated 61%)
2322
2207
  adding: include/glib-2.0/gio/gfile.h (200 bytes security) (deflated 91%)
2323
2208
  adding: include/glib-2.0/gio/gfileattribute.h (200 bytes security) (deflated 60%)
2324
2209
  adding: include/glib-2.0/gio/gfileenumerator.h (200 bytes security) (deflated 75%)
2325
2210
  adding: include/glib-2.0/gio/gfileicon.h (200 bytes security) (deflated 53%)
2326
2211
  adding: include/glib-2.0/gio/gfileinfo.h (200 bytes security) (deflated 83%)
2327
2212
  adding: include/glib-2.0/gio/gfileinputstream.h (200 bytes security) (deflated 70%)
2328
- adding: include/glib-2.0/gio/gfileiostream.h (200 bytes security) (deflated 71%)
2213
+ adding: include/glib-2.0/gio/gfileiostream.h (200 bytes security) (deflated 72%)
2329
2214
  adding: include/glib-2.0/gio/gfilemonitor.h (200 bytes security) (deflated 63%)
2330
2215
  adding: include/glib-2.0/gio/gfilenamecompleter.h (200 bytes security) (deflated 63%)
2331
2216
  adding: include/glib-2.0/gio/gfileoutputstream.h (200 bytes security) (deflated 73%)
@@ -2336,14 +2221,14 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2336
2221
  adding: include/glib-2.0/gio/ginetsocketaddress.h (200 bytes security) (deflated 61%)
2337
2222
  adding: include/glib-2.0/gio/ginitable.h (200 bytes security) (deflated 58%)
2338
2223
  adding: include/glib-2.0/gio/ginputstream.h (200 bytes security) (deflated 79%)
2339
- adding: include/glib-2.0/gio/gio.h (200 bytes security) (deflated 71%)
2224
+ adding: include/glib-2.0/gio/gio.h (200 bytes security) (deflated 73%)
2340
2225
  adding: include/glib-2.0/gio/gioenums.h (200 bytes security) (deflated 73%)
2341
2226
  adding: include/glib-2.0/gio/gioenumtypes.h (200 bytes security) (deflated 81%)
2342
2227
  adding: include/glib-2.0/gio/gioerror.h (200 bytes security) (deflated 47%)
2343
2228
  adding: include/glib-2.0/gio/giomodule.h (200 bytes security) (deflated 65%)
2344
2229
  adding: include/glib-2.0/gio/gioscheduler.h (200 bytes security) (deflated 55%)
2345
- adding: include/glib-2.0/gio/giostream.h (200 bytes security) (deflated 71%)
2346
- adding: include/glib-2.0/gio/giotypes.h (200 bytes security) (deflated 73%)
2230
+ adding: include/glib-2.0/gio/giostream.h (200 bytes security) (deflated 73%)
2231
+ adding: include/glib-2.0/gio/giotypes.h (200 bytes security) (deflated 75%)
2347
2232
  adding: include/glib-2.0/gio/gloadableicon.h (200 bytes security) (deflated 66%)
2348
2233
  adding: include/glib-2.0/gio/gmemoryinputstream.h (200 bytes security) (deflated 64%)
2349
2234
  adding: include/glib-2.0/gio/gmemoryoutputstream.h (200 bytes security) (deflated 65%)
@@ -2354,15 +2239,19 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2354
2239
  adding: include/glib-2.0/gio/gnetworkservice.h (200 bytes security) (deflated 62%)
2355
2240
  adding: include/glib-2.0/gio/goutputstream.h (200 bytes security) (deflated 82%)
2356
2241
  adding: include/glib-2.0/gio/gpermission.h (200 bytes security) (deflated 78%)
2242
+ adding: include/glib-2.0/gio/gpollableinputstream.h (200 bytes security) (deflated 65%)
2243
+ adding: include/glib-2.0/gio/gpollableoutputstream.h (200 bytes security) (deflated 65%)
2357
2244
  adding: include/glib-2.0/gio/gproxy.h (200 bytes security) (deflated 63%)
2358
2245
  adding: include/glib-2.0/gio/gproxyaddress.h (200 bytes security) (deflated 62%)
2359
2246
  adding: include/glib-2.0/gio/gproxyaddressenumerator.h (200 bytes security) (deflated 62%)
2360
2247
  adding: include/glib-2.0/gio/gproxyresolver.h (200 bytes security) (deflated 63%)
2361
2248
  adding: include/glib-2.0/gio/gresolver.h (200 bytes security) (deflated 77%)
2362
2249
  adding: include/glib-2.0/gio/gseekable.h (200 bytes security) (deflated 62%)
2363
- adding: include/glib-2.0/gio/gsettings.h (200 bytes security) (deflated 83%)
2250
+ adding: include/glib-2.0/gio/gsettings.h (200 bytes security) (deflated 84%)
2364
2251
  adding: include/glib-2.0/gio/gsettingsbackend.h (200 bytes security) (deflated 79%)
2365
- adding: include/glib-2.0/gio/gsimpleasyncresult.h (200 bytes security) (deflated 76%)
2252
+ adding: include/glib-2.0/gio/gsimpleaction.h (200 bytes security) (deflated 69%)
2253
+ adding: include/glib-2.0/gio/gsimpleactiongroup.h (200 bytes security) (deflated 70%)
2254
+ adding: include/glib-2.0/gio/gsimpleasyncresult.h (200 bytes security) (deflated 78%)
2366
2255
  adding: include/glib-2.0/gio/gsimplepermission.h (200 bytes security) (deflated 54%)
2367
2256
  adding: include/glib-2.0/gio/gsocket.h (200 bytes security) (deflated 82%)
2368
2257
  adding: include/glib-2.0/gio/gsocketaddress.h (200 bytes security) (deflated 64%)
@@ -2375,8 +2264,14 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2375
2264
  adding: include/glib-2.0/gio/gsocketservice.h (200 bytes security) (deflated 66%)
2376
2265
  adding: include/glib-2.0/gio/gsrvtarget.h (200 bytes security) (deflated 55%)
2377
2266
  adding: include/glib-2.0/gio/gtcpconnection.h (200 bytes security) (deflated 66%)
2267
+ adding: include/glib-2.0/gio/gtcpwrapperconnection.h (200 bytes security) (deflated 66%)
2378
2268
  adding: include/glib-2.0/gio/gthemedicon.h (200 bytes security) (deflated 61%)
2379
2269
  adding: include/glib-2.0/gio/gthreadedsocketservice.h (200 bytes security) (deflated 69%)
2270
+ adding: include/glib-2.0/gio/gtlsbackend.h (200 bytes security) (deflated 61%)
2271
+ adding: include/glib-2.0/gio/gtlscertificate.h (200 bytes security) (deflated 65%)
2272
+ adding: include/glib-2.0/gio/gtlsclientconnection.h (200 bytes security) (deflated 65%)
2273
+ adding: include/glib-2.0/gio/gtlsconnection.h (200 bytes security) (deflated 71%)
2274
+ adding: include/glib-2.0/gio/gtlsserverconnection.h (200 bytes security) (deflated 57%)
2380
2275
  adding: include/glib-2.0/gio/gvfs.h (200 bytes security) (deflated 67%)
2381
2276
  adding: include/glib-2.0/gio/gvolume.h (200 bytes security) (deflated 76%)
2382
2277
  adding: include/glib-2.0/gio/gvolumemonitor.h (200 bytes security) (deflated 72%)
@@ -2411,7 +2306,7 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2411
2306
  adding: include/glib-2.0/glib/gmacros.h (200 bytes security) (deflated 65%)
2412
2307
  adding: include/glib-2.0/glib/gmain.h (200 bytes security) (deflated 76%)
2413
2308
  adding: include/glib-2.0/glib/gmappedfile.h (200 bytes security) (deflated 50%)
2414
- adding: include/glib-2.0/glib/gmarkup.h (200 bytes security) (deflated 72%)
2309
+ adding: include/glib-2.0/glib/gmarkup.h (200 bytes security) (deflated 71%)
2415
2310
  adding: include/glib-2.0/glib/gmem.h (200 bytes security) (deflated 74%)
2416
2311
  adding: include/glib-2.0/glib/gmessages.h (200 bytes security) (deflated 76%)
2417
2312
  adding: include/glib-2.0/glib/gnode.h (200 bytes security) (deflated 70%)
@@ -2427,7 +2322,7 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2427
2322
  adding: include/glib-2.0/glib/gregex.h (200 bytes security) (deflated 74%)
2428
2323
  adding: include/glib-2.0/glib/grel.h (200 bytes security) (deflated 61%)
2429
2324
  adding: include/glib-2.0/glib/gscanner.h (200 bytes security) (deflated 64%)
2430
- adding: include/glib-2.0/glib/gsequence.h (200 bytes security) (deflated 82%)
2325
+ adding: include/glib-2.0/glib/gsequence.h (200 bytes security) (deflated 83%)
2431
2326
  adding: include/glib-2.0/glib/gshell.h (200 bytes security) (deflated 50%)
2432
2327
  adding: include/glib-2.0/glib/gslice.h (200 bytes security) (deflated 62%)
2433
2328
  adding: include/glib-2.0/glib/gslist.h (200 bytes security) (deflated 72%)
@@ -2439,10 +2334,10 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2439
2334
  adding: include/glib-2.0/glib/gthread.h (200 bytes security) (deflated 74%)
2440
2335
  adding: include/glib-2.0/glib/gthreadpool.h (200 bytes security) (deflated 65%)
2441
2336
  adding: include/glib-2.0/glib/gtimer.h (200 bytes security) (deflated 53%)
2442
- adding: include/glib-2.0/glib/gtimezone.h (200 bytes security) (deflated 52%)
2337
+ adding: include/glib-2.0/glib/gtimezone.h (200 bytes security) (deflated 66%)
2443
2338
  adding: include/glib-2.0/glib/gtree.h (200 bytes security) (deflated 69%)
2444
2339
  adding: include/glib-2.0/glib/gtypes.h (200 bytes security) (deflated 72%)
2445
- adding: include/glib-2.0/glib/gunicode.h (200 bytes security) (deflated 72%)
2340
+ adding: include/glib-2.0/glib/gunicode.h (200 bytes security) (deflated 73%)
2446
2341
  adding: include/glib-2.0/glib/gurifuncs.h (200 bytes security) (deflated 61%)
2447
2342
  adding: include/glib-2.0/glib/gutils.h (200 bytes security) (deflated 66%)
2448
2343
  adding: include/glib-2.0/glib/gvariant.h (200 bytes security) (deflated 87%)
@@ -2461,7 +2356,7 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2461
2356
  adding: include/glib-2.0/gobject/gparam.h (200 bytes security) (deflated 71%)
2462
2357
  adding: include/glib-2.0/gobject/gparamspecs.h (200 bytes security) (deflated 86%)
2463
2358
  adding: include/glib-2.0/gobject/gsignal.h (200 bytes security) (deflated 76%)
2464
- adding: include/glib-2.0/gobject/gsourceclosure.h (200 bytes security) (deflated 48%)
2359
+ adding: include/glib-2.0/gobject/gsourceclosure.h (200 bytes security) (deflated 49%)
2465
2360
  adding: include/glib-2.0/gobject/gtype.h (200 bytes security) (deflated 78%)
2466
2361
  adding: include/glib-2.0/gobject/gtypemodule.h (200 bytes security) (deflated 72%)
2467
2362
  adding: include/glib-2.0/gobject/gtypeplugin.h (200 bytes security) (deflated 68%)
@@ -2482,62 +2377,68 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2482
2377
  adding: lib/gthread-2.0.lib (200 bytes security) (deflated 75%)
2483
2378
  adding: lib/gthread-2.0.def (200 bytes security) (deflated 18%)
2484
2379
  adding: lib/libgio-2.0.dll.a (200 bytes security) (deflated 94%)
2485
- adding: lib/gio-2.0.lib (200 bytes security) (deflated 86%)
2380
+ adding: lib/gio-2.0.lib (200 bytes security) (deflated 87%)
2486
2381
  adding: lib/gio-2.0.def (200 bytes security) (deflated 83%)
2487
2382
  adding: lib/glib-2.0/include/glibconfig.h (200 bytes security) (deflated 70%)
2488
2383
  adding: lib/pkgconfig/glib-2.0.pc (200 bytes security) (deflated 38%)
2489
- adding: lib/pkgconfig/gmodule-2.0.pc (200 bytes security) (deflated 28%)
2384
+ adding: lib/pkgconfig/gmodule-2.0.pc (200 bytes security) (deflated 29%)
2490
2385
  adding: lib/pkgconfig/gmodule-no-export-2.0.pc (200 bytes security) (deflated 29%)
2491
2386
  adding: lib/pkgconfig/gobject-2.0.pc (200 bytes security) (deflated 27%)
2492
2387
  adding: lib/pkgconfig/gthread-2.0.pc (200 bytes security) (deflated 27%)
2493
- adding: lib/pkgconfig/gio-2.0.pc (200 bytes security) (deflated 36%)
2388
+ adding: lib/pkgconfig/gio-2.0.pc (200 bytes security) (deflated 37%)
2494
2389
  adding: lib/pkgconfig/gio-windows-2.0.pc (200 bytes security) (deflated 32%)
2495
2390
  adding: share/aclocal/glib-2.0.m4 (200 bytes security) (deflated 68%)
2496
2391
  adding: share/aclocal/glib-gettext.m4 (200 bytes security) (deflated 64%)
2497
2392
  adding: share/glib-2.0/gdb/glib.py (200 bytes security) (deflated 74%)
2498
2393
  adding: share/glib-2.0/gdb/gobject.py (200 bytes security) (deflated 76%)
2499
- adding: share/glib-2.0/gettext/mkinstalldirs (200 bytes security) (deflated 61%)
2394
+ adding: share/glib-2.0/gettext/mkinstalldirs (200 bytes security) (deflated 58%)
2500
2395
  adding: share/glib-2.0/gettext/po/Makefile.in.in (200 bytes security) (deflated 67%)
2501
- adding: share/glib-2.0/schemas/gschema.dtd (200 bytes security) (deflated 64%)
2502
- adding: share/gtk-doc/html/gio/annotation-glossary.html (200 bytes security) (deflated 65%)
2503
- adding: share/gtk-doc/html/gio/api-index-2-18.html (200 bytes security) (deflated 80%)
2396
+ adding: share/glib-2.0/schemas/gschema.dtd (200 bytes security) (deflated 68%)
2397
+ adding: share/gtk-doc/html/gio/annotation-glossary.html (200 bytes security) (deflated 71%)
2398
+ adding: share/gtk-doc/html/gio/api-index-2-18.html (200 bytes security) (deflated 79%)
2504
2399
  adding: share/gtk-doc/html/gio/api-index-2-20.html (200 bytes security) (deflated 82%)
2505
2400
  adding: share/gtk-doc/html/gio/api-index-2-22.html (200 bytes security) (deflated 91%)
2506
2401
  adding: share/gtk-doc/html/gio/api-index-2-24.html (200 bytes security) (deflated 84%)
2507
2402
  adding: share/gtk-doc/html/gio/api-index-2-26.html (200 bytes security) (deflated 92%)
2403
+ adding: share/gtk-doc/html/gio/api-index-2-28.html (200 bytes security) (deflated 91%)
2508
2404
  adding: share/gtk-doc/html/gio/api-index-deprecated.html (200 bytes security) (deflated 78%)
2509
2405
  adding: share/gtk-doc/html/gio/api-index-full.html (200 bytes security) (deflated 93%)
2406
+ adding: share/gtk-doc/html/gio/application.html (200 bytes security) (deflated 67%)
2510
2407
  adding: share/gtk-doc/html/gio/async.html (200 bytes security) (deflated 63%)
2511
2408
  adding: share/gtk-doc/html/gio/ch01.html (200 bytes security) (deflated 68%)
2512
2409
  adding: share/gtk-doc/html/gio/ch02.html (200 bytes security) (deflated 60%)
2513
2410
  adding: share/gtk-doc/html/gio/ch03.html (200 bytes security) (deflated 72%)
2514
- adding: share/gtk-doc/html/gio/ch24.html (200 bytes security) (deflated 62%)
2515
- adding: share/gtk-doc/html/gio/ch25.html (200 bytes security) (deflated 76%)
2516
- adding: share/gtk-doc/html/gio/ch25s02.html (200 bytes security) (deflated 57%)
2517
- adding: share/gtk-doc/html/gio/ch25s03.html (200 bytes security) (deflated 58%)
2518
2411
  adding: share/gtk-doc/html/gio/ch26.html (200 bytes security) (deflated 61%)
2519
- adding: share/gtk-doc/html/gio/ch26s02.html (200 bytes security) (deflated 59%)
2520
- adding: share/gtk-doc/html/gio/ch26s03.html (200 bytes security) (deflated 79%)
2521
- adding: share/gtk-doc/html/gio/ch26s04.html (200 bytes security) (deflated 63%)
2522
- adding: share/gtk-doc/html/gio/ch26s05.html (200 bytes security) (deflated 62%)
2523
- adding: share/gtk-doc/html/gio/ch26s06.html (200 bytes security) (deflated 68%)
2524
- adding: share/gtk-doc/html/gio/ch26s07.html (200 bytes security) (deflated 60%)
2525
- adding: share/gtk-doc/html/gio/ch27.html (200 bytes security) (deflated 61%)
2526
- adding: share/gtk-doc/html/gio/ch27s02.html (200 bytes security) (deflated 81%)
2527
- adding: share/gtk-doc/html/gio/ch27s03.html (200 bytes security) (deflated 83%)
2528
- adding: share/gtk-doc/html/gio/ch27s04.html (200 bytes security) (deflated 73%)
2529
- adding: share/gtk-doc/html/gio/ch27s05.html (200 bytes security) (deflated 91%)
2530
- adding: share/gtk-doc/html/gio/ch27s06.html (200 bytes security) (deflated 90%)
2412
+ adding: share/gtk-doc/html/gio/ch27.html (200 bytes security) (deflated 76%)
2413
+ adding: share/gtk-doc/html/gio/ch27s02.html (200 bytes security) (deflated 57%)
2414
+ adding: share/gtk-doc/html/gio/ch27s03.html (200 bytes security) (deflated 58%)
2415
+ adding: share/gtk-doc/html/gio/ch28.html (200 bytes security) (deflated 61%)
2416
+ adding: share/gtk-doc/html/gio/ch28s02.html (200 bytes security) (deflated 59%)
2417
+ adding: share/gtk-doc/html/gio/ch28s03.html (200 bytes security) (deflated 79%)
2418
+ adding: share/gtk-doc/html/gio/ch28s04.html (200 bytes security) (deflated 63%)
2419
+ adding: share/gtk-doc/html/gio/ch28s05.html (200 bytes security) (deflated 62%)
2420
+ adding: share/gtk-doc/html/gio/ch28s06.html (200 bytes security) (deflated 67%)
2421
+ adding: share/gtk-doc/html/gio/ch28s07.html (200 bytes security) (deflated 60%)
2422
+ adding: share/gtk-doc/html/gio/ch29.html (200 bytes security) (deflated 61%)
2423
+ adding: share/gtk-doc/html/gio/ch29s02.html (200 bytes security) (deflated 81%)
2424
+ adding: share/gtk-doc/html/gio/ch29s03.html (200 bytes security) (deflated 83%)
2425
+ adding: share/gtk-doc/html/gio/ch29s04.html (200 bytes security) (deflated 73%)
2426
+ adding: share/gtk-doc/html/gio/ch29s05.html (200 bytes security) (deflated 91%)
2427
+ adding: share/gtk-doc/html/gio/ch29s06.html (200 bytes security) (deflated 90%)
2531
2428
  adding: share/gtk-doc/html/gio/conversion.html (200 bytes security) (deflated 64%)
2532
2429
  adding: share/gtk-doc/html/gio/extending-gio.html (200 bytes security) (deflated 72%)
2533
2430
  adding: share/gtk-doc/html/gio/extending.html (200 bytes security) (deflated 61%)
2534
2431
  adding: share/gtk-doc/html/gio/failable_initialization.html (200 bytes security) (deflated 61%)
2535
2432
  adding: share/gtk-doc/html/gio/file_mon.html (200 bytes security) (deflated 58%)
2536
2433
  adding: share/gtk-doc/html/gio/file_ops.html (200 bytes security) (deflated 65%)
2434
+ adding: share/gtk-doc/html/gio/GAction.html (200 bytes security) (deflated 86%)
2435
+ adding: share/gtk-doc/html/gio/GActionGroup.html (200 bytes security) (deflated 91%)
2537
2436
  adding: share/gtk-doc/html/gio/GAppInfo.html (200 bytes security) (deflated 90%)
2437
+ adding: share/gtk-doc/html/gio/GApplication.html (200 bytes security) (deflated 88%)
2438
+ adding: share/gtk-doc/html/gio/GApplicationCommandLine.html (200 bytes security) (deflated 89%)
2538
2439
  adding: share/gtk-doc/html/gio/GAsyncInitable.html (200 bytes security) (deflated 89%)
2539
2440
  adding: share/gtk-doc/html/gio/GAsyncResult.html (200 bytes security) (deflated 82%)
2540
- adding: share/gtk-doc/html/gio/GBufferedInputStream.html (200 bytes security) (deflated 90%)
2441
+ adding: share/gtk-doc/html/gio/GBufferedInputStream.html (200 bytes security) (deflated 89%)
2541
2442
  adding: share/gtk-doc/html/gio/GBufferedOutputStream.html (200 bytes security) (deflated 86%)
2542
2443
  adding: share/gtk-doc/html/gio/GCancellable.html (200 bytes security) (deflated 86%)
2543
2444
  adding: share/gtk-doc/html/gio/GCharsetConverter.html (200 bytes security) (deflated 85%)
@@ -2545,24 +2446,25 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2545
2446
  adding: share/gtk-doc/html/gio/GCredentials.html (200 bytes security) (deflated 87%)
2546
2447
  adding: share/gtk-doc/html/gio/GDataInputStream.html (200 bytes security) (deflated 93%)
2547
2448
  adding: share/gtk-doc/html/gio/GDataOutputStream.html (200 bytes security) (deflated 93%)
2548
- adding: share/gtk-doc/html/gio/gdbus-convenience.html (200 bytes security) (deflated 62%)
2549
- adding: share/gtk-doc/html/gio/gdbus-lowlevel.html (200 bytes security) (deflated 67%)
2449
+ adding: share/gtk-doc/html/gio/gdbus-convenience.html (200 bytes security) (deflated 61%)
2450
+ adding: share/gtk-doc/html/gio/gdbus-lowlevel.html (200 bytes security) (deflated 68%)
2550
2451
  adding: share/gtk-doc/html/gio/gdbus.html (200 bytes security) (deflated 72%)
2551
2452
  adding: share/gtk-doc/html/gio/GDBusAuthObserver.html (200 bytes security) (deflated 83%)
2552
2453
  adding: share/gtk-doc/html/gio/GDBusConnection.html (200 bytes security) (deflated 93%)
2454
+ adding: share/gtk-doc/html/gio/GDBusError.html (200 bytes security) (deflated 87%)
2553
2455
  adding: share/gtk-doc/html/gio/GDBusMessage.html (200 bytes security) (deflated 93%)
2554
2456
  adding: share/gtk-doc/html/gio/GDBusMethodInvocation.html (200 bytes security) (deflated 91%)
2555
2457
  adding: share/gtk-doc/html/gio/GDBusProxy.html (200 bytes security) (deflated 91%)
2556
2458
  adding: share/gtk-doc/html/gio/GDBusServer.html (200 bytes security) (deflated 89%)
2557
2459
  adding: share/gtk-doc/html/gio/GDrive.html (200 bytes security) (deflated 92%)
2558
- adding: share/gtk-doc/html/gio/GEmblem.html (200 bytes security) (deflated 82%)
2460
+ adding: share/gtk-doc/html/gio/GEmblem.html (200 bytes security) (deflated 81%)
2559
2461
  adding: share/gtk-doc/html/gio/GEmblemedIcon.html (200 bytes security) (deflated 84%)
2560
2462
  adding: share/gtk-doc/html/gio/GFile.html (200 bytes security) (deflated 94%)
2561
- adding: share/gtk-doc/html/gio/GFileDescriptorBased.html (200 bytes security) (deflated 73%)
2463
+ adding: share/gtk-doc/html/gio/GFileDescriptorBased.html (200 bytes security) (deflated 72%)
2562
2464
  adding: share/gtk-doc/html/gio/GFileEnumerator.html (200 bytes security) (deflated 89%)
2563
2465
  adding: share/gtk-doc/html/gio/GFileIcon.html (200 bytes security) (deflated 78%)
2564
2466
  adding: share/gtk-doc/html/gio/GFileInfo.html (200 bytes security) (deflated 92%)
2565
- adding: share/gtk-doc/html/gio/GFileInputStream.html (200 bytes security) (deflated 85%)
2467
+ adding: share/gtk-doc/html/gio/GFileInputStream.html (200 bytes security) (deflated 84%)
2566
2468
  adding: share/gtk-doc/html/gio/GFileIOStream.html (200 bytes security) (deflated 85%)
2567
2469
  adding: share/gtk-doc/html/gio/GFileMonitor.html (200 bytes security) (deflated 84%)
2568
2470
  adding: share/gtk-doc/html/gio/GFilenameCompleter.html (200 bytes security) (deflated 82%)
@@ -2576,26 +2478,25 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2576
2478
  adding: share/gtk-doc/html/gio/GInputStream.html (200 bytes security) (deflated 91%)
2577
2479
  adding: share/gtk-doc/html/gio/gio-D-Bus-Addresses.html (200 bytes security) (deflated 88%)
2578
2480
  adding: share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html (200 bytes security) (deflated 92%)
2579
- adding: share/gtk-doc/html/gio/gio-D-Bus-Utilities.html (200 bytes security) (deflated 85%)
2580
- adding: share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html (200 bytes security) (deflated 83%)
2481
+ adding: share/gtk-doc/html/gio/gio-D-Bus-Utilities.html (200 bytes security) (deflated 86%)
2482
+ adding: share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html (200 bytes security) (deflated 82%)
2581
2483
  adding: share/gtk-doc/html/gio/gio-Extension-Points.html (200 bytes security) (deflated 88%)
2582
2484
  adding: share/gtk-doc/html/gio/gio-GContentType.html (200 bytes security) (deflated 87%)
2583
2485
  adding: share/gtk-doc/html/gio/gio-GConverterInputstream.html (200 bytes security) (deflated 80%)
2584
2486
  adding: share/gtk-doc/html/gio/gio-GConverterOutputstream.html (200 bytes security) (deflated 80%)
2585
- adding: share/gtk-doc/html/gio/gio-GDBusError.html (200 bytes security) (deflated 87%)
2586
2487
  adding: share/gtk-doc/html/gio/gio-GFileAttribute.html (200 bytes security) (deflated 86%)
2587
2488
  adding: share/gtk-doc/html/gio/gio-GIOError.html (200 bytes security) (deflated 79%)
2588
- adding: share/gtk-doc/html/gio/gio-GIOScheduler.html (200 bytes security) (deflated 86%)
2589
- adding: share/gtk-doc/html/gio/gio-GSrvTarget.html (200 bytes security) (deflated 86%)
2590
- adding: share/gtk-doc/html/gio/gio-hierarchy.html (200 bytes security) (deflated 80%)
2591
- adding: share/gtk-doc/html/gio/gio-Owning-Bus-Names.html (200 bytes security) (deflated 91%)
2592
- adding: share/gtk-doc/html/gio/gio-querymodules.html (200 bytes security) (deflated 60%)
2489
+ adding: share/gtk-doc/html/gio/gio-GIOScheduler.html (200 bytes security) (deflated 87%)
2490
+ adding: share/gtk-doc/html/gio/gio-hierarchy.html (200 bytes security) (deflated 82%)
2491
+ adding: share/gtk-doc/html/gio/gio-Owning-Bus-Names.html (200 bytes security) (deflated 90%)
2492
+ adding: share/gtk-doc/html/gio/gio-querymodules.html (200 bytes security) (deflated 59%)
2493
+ adding: share/gtk-doc/html/gio/gio-TLS-Overview.html (200 bytes security) (deflated 76%)
2593
2494
  adding: share/gtk-doc/html/gio/gio-Unix-Mounts.html (200 bytes security) (deflated 91%)
2594
2495
  adding: share/gtk-doc/html/gio/gio-Watching-Bus-Names.html (200 bytes security) (deflated 90%)
2595
- adding: share/gtk-doc/html/gio/gio.devhelp (200 bytes security) (deflated 88%)
2596
- adding: share/gtk-doc/html/gio/gio.devhelp2 (200 bytes security) (deflated 89%)
2597
- adding: share/gtk-doc/html/gio/GIOModule.html (200 bytes security) (deflated 79%)
2598
- adding: share/gtk-doc/html/gio/GIOStream.html (200 bytes security) (deflated 86%)
2496
+ adding: share/gtk-doc/html/gio/gio.devhelp (200 bytes security) (deflated 89%)
2497
+ adding: share/gtk-doc/html/gio/gio.devhelp2 (200 bytes security) (deflated 90%)
2498
+ adding: share/gtk-doc/html/gio/GIOModule.html (200 bytes security) (deflated 78%)
2499
+ adding: share/gtk-doc/html/gio/GIOStream.html (200 bytes security) (deflated 88%)
2599
2500
  adding: share/gtk-doc/html/gio/glib-compile-schemas.html (200 bytes security) (deflated 64%)
2600
2501
  adding: share/gtk-doc/html/gio/GLoadableIcon.html (200 bytes security) (deflated 86%)
2601
2502
  adding: share/gtk-doc/html/gio/GMemoryInputStream.html (200 bytes security) (deflated 83%)
@@ -2606,71 +2507,85 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2606
2507
  adding: share/gtk-doc/html/gio/GNetworkService.html (200 bytes security) (deflated 86%)
2607
2508
  adding: share/gtk-doc/html/gio/GOutputStream.html (200 bytes security) (deflated 92%)
2608
2509
  adding: share/gtk-doc/html/gio/GPermission.html (200 bytes security) (deflated 91%)
2609
- adding: share/gtk-doc/html/gio/GProxy.html (200 bytes security) (deflated 86%)
2510
+ adding: share/gtk-doc/html/gio/GPollableInputStream.html (200 bytes security) (deflated 86%)
2511
+ adding: share/gtk-doc/html/gio/GPollableOutputStream.html (200 bytes security) (deflated 85%)
2512
+ adding: share/gtk-doc/html/gio/GProxy.html (200 bytes security) (deflated 85%)
2610
2513
  adding: share/gtk-doc/html/gio/GProxyAddress.html (200 bytes security) (deflated 88%)
2611
2514
  adding: share/gtk-doc/html/gio/GProxyResolver.html (200 bytes security) (deflated 85%)
2612
2515
  adding: share/gtk-doc/html/gio/GResolver.html (200 bytes security) (deflated 91%)
2613
2516
  adding: share/gtk-doc/html/gio/GSeekable.html (200 bytes security) (deflated 87%)
2614
- adding: share/gtk-doc/html/gio/GSettings.html (200 bytes security) (deflated 91%)
2517
+ adding: share/gtk-doc/html/gio/gsettings-tool.html (200 bytes security) (deflated 77%)
2518
+ adding: share/gtk-doc/html/gio/GSettings.html (200 bytes security) (deflated 90%)
2615
2519
  adding: share/gtk-doc/html/gio/GSettingsBackend.html (200 bytes security) (deflated 86%)
2616
- adding: share/gtk-doc/html/gio/GSimpleAsyncResult.html (200 bytes security) (deflated 91%)
2520
+ adding: share/gtk-doc/html/gio/GSimpleAction.html (200 bytes security) (deflated 84%)
2521
+ adding: share/gtk-doc/html/gio/GSimpleActionGroup.html (200 bytes security) (deflated 83%)
2522
+ adding: share/gtk-doc/html/gio/GSimpleAsyncResult.html (200 bytes security) (deflated 92%)
2617
2523
  adding: share/gtk-doc/html/gio/GSimplePermission.html (200 bytes security) (deflated 72%)
2618
2524
  adding: share/gtk-doc/html/gio/GSocket.html (200 bytes security) (deflated 90%)
2619
2525
  adding: share/gtk-doc/html/gio/GSocketAddress.html (200 bytes security) (deflated 83%)
2620
2526
  adding: share/gtk-doc/html/gio/GSocketClient.html (200 bytes security) (deflated 92%)
2621
- adding: share/gtk-doc/html/gio/GSocketConnectable.html (200 bytes security) (deflated 88%)
2527
+ adding: share/gtk-doc/html/gio/GSocketConnectable.html (200 bytes security) (deflated 87%)
2622
2528
  adding: share/gtk-doc/html/gio/GSocketConnection.html (200 bytes security) (deflated 87%)
2623
2529
  adding: share/gtk-doc/html/gio/GSocketControlMessage.html (200 bytes security) (deflated 83%)
2624
- adding: share/gtk-doc/html/gio/GSocketListener.html (200 bytes security) (deflated 91%)
2530
+ adding: share/gtk-doc/html/gio/GSocketListener.html (200 bytes security) (deflated 92%)
2625
2531
  adding: share/gtk-doc/html/gio/GSocketService.html (200 bytes security) (deflated 81%)
2626
- adding: share/gtk-doc/html/gio/GTcpConnection.html (200 bytes security) (deflated 79%)
2532
+ adding: share/gtk-doc/html/gio/GSrvTarget.html (200 bytes security) (deflated 85%)
2533
+ adding: share/gtk-doc/html/gio/GTcpConnection.html (200 bytes security) (deflated 78%)
2534
+ adding: share/gtk-doc/html/gio/GTcpWrapperConnection.html (200 bytes security) (deflated 80%)
2627
2535
  adding: share/gtk-doc/html/gio/GThemedIcon.html (200 bytes security) (deflated 85%)
2628
2536
  adding: share/gtk-doc/html/gio/GThreadedSocketService.html (200 bytes security) (deflated 77%)
2537
+ adding: share/gtk-doc/html/gio/GTlsBackend.html (200 bytes security) (deflated 85%)
2538
+ adding: share/gtk-doc/html/gio/GTlsCertificate.html (200 bytes security) (deflated 87%)
2539
+ adding: share/gtk-doc/html/gio/GTlsClientConnection.html (200 bytes security) (deflated 86%)
2540
+ adding: share/gtk-doc/html/gio/GTlsConnection.html (200 bytes security) (deflated 88%)
2541
+ adding: share/gtk-doc/html/gio/GTlsServerConnection.html (200 bytes security) (deflated 78%)
2629
2542
  adding: share/gtk-doc/html/gio/GUnixConnection.html (200 bytes security) (deflated 87%)
2630
- adding: share/gtk-doc/html/gio/GUnixCredentialsMessage.html (200 bytes security) (deflated 83%)
2543
+ adding: share/gtk-doc/html/gio/GUnixCredentialsMessage.html (200 bytes security) (deflated 82%)
2631
2544
  adding: share/gtk-doc/html/gio/GUnixFDList.html (200 bytes security) (deflated 86%)
2632
2545
  adding: share/gtk-doc/html/gio/GUnixFDMessage.html (200 bytes security) (deflated 83%)
2633
2546
  adding: share/gtk-doc/html/gio/GUnixInputStream.html (200 bytes security) (deflated 84%)
2634
2547
  adding: share/gtk-doc/html/gio/GUnixOutputStream.html (200 bytes security) (deflated 84%)
2635
2548
  adding: share/gtk-doc/html/gio/GUnixSocketAddress.html (200 bytes security) (deflated 86%)
2636
2549
  adding: share/gtk-doc/html/gio/gvfs-overview.png (200 bytes security) (deflated 7%)
2637
- adding: share/gtk-doc/html/gio/GVfs.html (200 bytes security) (deflated 84%)
2638
- adding: share/gtk-doc/html/gio/GVolume.html (200 bytes security) (deflated 89%)
2639
- adding: share/gtk-doc/html/gio/GVolumeMonitor.html (200 bytes security) (deflated 90%)
2550
+ adding: share/gtk-doc/html/gio/GVfs.html (200 bytes security) (deflated 85%)
2551
+ adding: share/gtk-doc/html/gio/GVolume.html (200 bytes security) (deflated 90%)
2552
+ adding: share/gtk-doc/html/gio/GVolumeMonitor.html (200 bytes security) (deflated 91%)
2640
2553
  adding: share/gtk-doc/html/gio/GZlibCompressor.html (200 bytes security) (deflated 82%)
2641
- adding: share/gtk-doc/html/gio/GZlibDecompressor.html (200 bytes security) (deflated 80%)
2554
+ adding: share/gtk-doc/html/gio/GZlibDecompressor.html (200 bytes security) (deflated 79%)
2642
2555
  adding: share/gtk-doc/html/gio/highlevel-socket.html (200 bytes security) (deflated 68%)
2643
2556
  adding: share/gtk-doc/html/gio/home.png (200 bytes security) (stored 0%)
2644
2557
  adding: share/gtk-doc/html/gio/icons.html (200 bytes security) (deflated 65%)
2645
- adding: share/gtk-doc/html/gio/index.html (200 bytes security) (deflated 83%)
2558
+ adding: share/gtk-doc/html/gio/index.html (200 bytes security) (deflated 84%)
2646
2559
  adding: share/gtk-doc/html/gio/index.sgml (200 bytes security) (deflated 90%)
2647
2560
  adding: share/gtk-doc/html/gio/left.png (200 bytes security) (stored 0%)
2648
2561
  adding: share/gtk-doc/html/gio/migrating.html (200 bytes security) (deflated 69%)
2649
2562
  adding: share/gtk-doc/html/gio/networking.html (200 bytes security) (deflated 71%)
2650
2563
  adding: share/gtk-doc/html/gio/permissions.html (200 bytes security) (deflated 60%)
2651
- adding: share/gtk-doc/html/gio/pt01.html (200 bytes security) (deflated 61%)
2652
- adding: share/gtk-doc/html/gio/pt02.html (200 bytes security) (deflated 83%)
2564
+ adding: share/gtk-doc/html/gio/pt01.html (200 bytes security) (deflated 60%)
2565
+ adding: share/gtk-doc/html/gio/pt02.html (200 bytes security) (deflated 84%)
2653
2566
  adding: share/gtk-doc/html/gio/resolver.html (200 bytes security) (deflated 66%)
2654
2567
  adding: share/gtk-doc/html/gio/right.png (200 bytes security) (stored 0%)
2655
- adding: share/gtk-doc/html/gio/settings.html (200 bytes security) (deflated 60%)
2656
- adding: share/gtk-doc/html/gio/streaming.html (200 bytes security) (deflated 78%)
2568
+ adding: share/gtk-doc/html/gio/settings.html (200 bytes security) (deflated 59%)
2569
+ adding: share/gtk-doc/html/gio/streaming.html (200 bytes security) (deflated 79%)
2657
2570
  adding: share/gtk-doc/html/gio/style.css (200 bytes security) (deflated 71%)
2658
- adding: share/gtk-doc/html/gio/tools.html (200 bytes security) (deflated 63%)
2571
+ adding: share/gtk-doc/html/gio/tls.html (200 bytes security) (deflated 66%)
2572
+ adding: share/gtk-doc/html/gio/tools.html (200 bytes security) (deflated 62%)
2659
2573
  adding: share/gtk-doc/html/gio/types.html (200 bytes security) (deflated 62%)
2660
2574
  adding: share/gtk-doc/html/gio/up.png (200 bytes security) (stored 0%)
2661
- adding: share/gtk-doc/html/gio/utils.html (200 bytes security) (deflated 58%)
2575
+ adding: share/gtk-doc/html/gio/utils.html (200 bytes security) (deflated 59%)
2662
2576
  adding: share/gtk-doc/html/gio/volume_mon.html (200 bytes security) (deflated 64%)
2663
- adding: share/gtk-doc/html/glib/annotation-glossary.html (200 bytes security) (deflated 69%)
2577
+ adding: share/gtk-doc/html/glib/annotation-glossary.html (200 bytes security) (deflated 68%)
2664
2578
  adding: share/gtk-doc/html/glib/api-index-2-10.html (200 bytes security) (deflated 82%)
2665
2579
  adding: share/gtk-doc/html/glib/api-index-2-12.html (200 bytes security) (deflated 90%)
2666
2580
  adding: share/gtk-doc/html/glib/api-index-2-14.html (200 bytes security) (deflated 91%)
2667
2581
  adding: share/gtk-doc/html/glib/api-index-2-16.html (200 bytes security) (deflated 87%)
2668
2582
  adding: share/gtk-doc/html/glib/api-index-2-18.html (200 bytes security) (deflated 76%)
2669
2583
  adding: share/gtk-doc/html/glib/api-index-2-2.html (200 bytes security) (deflated 81%)
2670
- adding: share/gtk-doc/html/glib/api-index-2-20.html (200 bytes security) (deflated 73%)
2584
+ adding: share/gtk-doc/html/glib/api-index-2-20.html (200 bytes security) (deflated 72%)
2671
2585
  adding: share/gtk-doc/html/glib/api-index-2-22.html (200 bytes security) (deflated 83%)
2672
2586
  adding: share/gtk-doc/html/glib/api-index-2-24.html (200 bytes security) (deflated 91%)
2673
2587
  adding: share/gtk-doc/html/glib/api-index-2-26.html (200 bytes security) (deflated 89%)
2588
+ adding: share/gtk-doc/html/glib/api-index-2-28.html (200 bytes security) (deflated 78%)
2674
2589
  adding: share/gtk-doc/html/glib/api-index-2-4.html (200 bytes security) (deflated 87%)
2675
2590
  adding: share/gtk-doc/html/glib/api-index-2-6.html (200 bytes security) (deflated 90%)
2676
2591
  adding: share/gtk-doc/html/glib/api-index-2-8.html (200 bytes security) (deflated 83%)
@@ -2690,25 +2605,25 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2690
2605
  adding: share/gtk-doc/html/glib/glib-Byte-Order-Macros.html (200 bytes security) (deflated 93%)
2691
2606
  adding: share/gtk-doc/html/glib/glib-Caches.html (200 bytes security) (deflated 87%)
2692
2607
  adding: share/gtk-doc/html/glib/glib-changes.html (200 bytes security) (deflated 64%)
2693
- adding: share/gtk-doc/html/glib/glib-Character-Set-Conversion.html (200 bytes security) (deflated 88%)
2608
+ adding: share/gtk-doc/html/glib/glib-Character-Set-Conversion.html (200 bytes security) (deflated 87%)
2694
2609
  adding: share/gtk-doc/html/glib/glib-Commandline-option-parser.html (200 bytes security) (deflated 89%)
2695
2610
  adding: share/gtk-doc/html/glib/glib-compiling.html (200 bytes security) (deflated 63%)
2696
2611
  adding: share/gtk-doc/html/glib/glib-core.html (200 bytes security) (deflated 67%)
2697
- adding: share/gtk-doc/html/glib/glib-cross-compiling.html (200 bytes security) (deflated 67%)
2612
+ adding: share/gtk-doc/html/glib/glib-cross-compiling.html (200 bytes security) (deflated 65%)
2698
2613
  adding: share/gtk-doc/html/glib/glib-Data-Checksums.html (200 bytes security) (deflated 88%)
2699
2614
  adding: share/gtk-doc/html/glib/glib-data-types.html (200 bytes security) (deflated 74%)
2700
2615
  adding: share/gtk-doc/html/glib/glib-Datasets.html (200 bytes security) (deflated 88%)
2701
2616
  adding: share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html (200 bytes security) (deflated 90%)
2702
2617
  adding: share/gtk-doc/html/glib/glib-Double-ended-Queues.html (200 bytes security) (deflated 93%)
2703
2618
  adding: share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html (200 bytes security) (deflated 92%)
2704
- adding: share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html (200 bytes security) (deflated 86%)
2619
+ adding: share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html (200 bytes security) (deflated 85%)
2705
2620
  adding: share/gtk-doc/html/glib/glib-Error-Reporting.html (200 bytes security) (deflated 89%)
2706
- adding: share/gtk-doc/html/glib/glib-File-Utilities.html (200 bytes security) (deflated 87%)
2621
+ adding: share/gtk-doc/html/glib/glib-File-Utilities.html (200 bytes security) (deflated 85%)
2707
2622
  adding: share/gtk-doc/html/glib/glib-fundamentals.html (200 bytes security) (deflated 66%)
2708
2623
  adding: share/gtk-doc/html/glib/glib-GDateTime.html (200 bytes security) (deflated 92%)
2709
2624
  adding: share/gtk-doc/html/glib/glib-gettextize.html (200 bytes security) (deflated 66%)
2710
2625
  adding: share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html (200 bytes security) (deflated 85%)
2711
- adding: share/gtk-doc/html/glib/glib-GTimeZone.html (200 bytes security) (deflated 80%)
2626
+ adding: share/gtk-doc/html/glib/glib-GTimeZone.html (200 bytes security) (deflated 85%)
2712
2627
  adding: share/gtk-doc/html/glib/glib-GVariant.html (200 bytes security) (deflated 90%)
2713
2628
  adding: share/gtk-doc/html/glib/glib-GVariantType.html (200 bytes security) (deflated 89%)
2714
2629
  adding: share/gtk-doc/html/glib/glib-Hash-Tables.html (200 bytes security) (deflated 92%)
@@ -2736,16 +2651,16 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2736
2651
  adding: share/gtk-doc/html/glib/glib-regex-syntax.html (200 bytes security) (deflated 72%)
2737
2652
  adding: share/gtk-doc/html/glib/glib-Relations-and-Tuples.html (200 bytes security) (deflated 89%)
2738
2653
  adding: share/gtk-doc/html/glib/glib-resources.html (200 bytes security) (deflated 62%)
2739
- adding: share/gtk-doc/html/glib/glib-running.html (200 bytes security) (deflated 66%)
2654
+ adding: share/gtk-doc/html/glib/glib-running.html (200 bytes security) (deflated 65%)
2740
2655
  adding: share/gtk-doc/html/glib/glib-Sequences.html (200 bytes security) (deflated 93%)
2741
2656
  adding: share/gtk-doc/html/glib/glib-Shell-related-Utilities.html (200 bytes security) (deflated 78%)
2742
2657
  adding: share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html (200 bytes security) (deflated 87%)
2743
2658
  adding: share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html (200 bytes security) (deflated 92%)
2744
- adding: share/gtk-doc/html/glib/glib-Spawning-Processes.html (200 bytes security) (deflated 87%)
2745
- adding: share/gtk-doc/html/glib/glib-Standard-Macros.html (200 bytes security) (deflated 82%)
2659
+ adding: share/gtk-doc/html/glib/glib-Spawning-Processes.html (200 bytes security) (deflated 82%)
2660
+ adding: share/gtk-doc/html/glib/glib-Standard-Macros.html (200 bytes security) (deflated 81%)
2746
2661
  adding: share/gtk-doc/html/glib/glib-String-Chunks.html (200 bytes security) (deflated 86%)
2747
2662
  adding: share/gtk-doc/html/glib/glib-String-Utility-Functions.html (200 bytes security) (deflated 91%)
2748
- adding: share/gtk-doc/html/glib/glib-Strings.html (200 bytes security) (deflated 92%)
2663
+ adding: share/gtk-doc/html/glib/glib-Strings.html (200 bytes security) (deflated 93%)
2749
2664
  adding: share/gtk-doc/html/glib/glib-Testing.html (200 bytes security) (deflated 87%)
2750
2665
  adding: share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html (200 bytes security) (deflated 90%)
2751
2666
  adding: share/gtk-doc/html/glib/glib-Thread-Pools.html (200 bytes security) (deflated 87%)
@@ -2754,17 +2669,18 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2754
2669
  adding: share/gtk-doc/html/glib/glib-Trash-Stacks.html (200 bytes security) (deflated 82%)
2755
2670
  adding: share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html (200 bytes security) (deflated 80%)
2756
2671
  adding: share/gtk-doc/html/glib/glib-Unicode-Manipulation.html (200 bytes security) (deflated 90%)
2757
- adding: share/gtk-doc/html/glib/glib-URI-Functions.html (200 bytes security) (deflated 85%)
2672
+ adding: share/gtk-doc/html/glib/glib-URI-Functions.html (200 bytes security) (deflated 83%)
2758
2673
  adding: share/gtk-doc/html/glib/glib-utilities.html (200 bytes security) (deflated 75%)
2759
- adding: share/gtk-doc/html/glib/glib-Version-Information.html (200 bytes security) (deflated 73%)
2760
- adding: share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html (200 bytes security) (deflated 84%)
2761
- adding: share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html (200 bytes security) (deflated 82%)
2674
+ adding: share/gtk-doc/html/glib/glib-Version-Information.html (200 bytes security) (deflated 79%)
2675
+ adding: share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html (200 bytes security) (deflated 83%)
2676
+ adding: share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html (200 bytes security) (deflated 79%)
2762
2677
  adding: share/gtk-doc/html/glib/glib.devhelp (200 bytes security) (deflated 88%)
2763
2678
  adding: share/gtk-doc/html/glib/glib.devhelp2 (200 bytes security) (deflated 89%)
2764
2679
  adding: share/gtk-doc/html/glib/glib.html (200 bytes security) (deflated 63%)
2765
2680
  adding: share/gtk-doc/html/glib/gtester-report.html (200 bytes security) (deflated 63%)
2766
2681
  adding: share/gtk-doc/html/glib/gtester.html (200 bytes security) (deflated 70%)
2767
2682
  adding: share/gtk-doc/html/glib/gvariant-format-strings.html (200 bytes security) (deflated 89%)
2683
+ adding: share/gtk-doc/html/glib/gvariant-text.html (200 bytes security) (deflated 76%)
2768
2684
  adding: share/gtk-doc/html/glib/home.png (200 bytes security) (stored 0%)
2769
2685
  adding: share/gtk-doc/html/glib/index.html (200 bytes security) (deflated 79%)
2770
2686
  adding: share/gtk-doc/html/glib/index.sgml (200 bytes security) (deflated 90%)
@@ -2774,18 +2690,19 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2774
2690
  adding: share/gtk-doc/html/glib/style.css (200 bytes security) (deflated 71%)
2775
2691
  adding: share/gtk-doc/html/glib/tools.html (200 bytes security) (deflated 61%)
2776
2692
  adding: share/gtk-doc/html/glib/up.png (200 bytes security) (stored 0%)
2777
- adding: share/gtk-doc/html/gobject/annotation-glossary.html (200 bytes security) (deflated 57%)
2693
+ adding: share/gtk-doc/html/gobject/annotation-glossary.html (200 bytes security) (deflated 72%)
2778
2694
  adding: share/gtk-doc/html/gobject/api-index-2-10.html (200 bytes security) (deflated 76%)
2779
2695
  adding: share/gtk-doc/html/gobject/api-index-2-12.html (200 bytes security) (deflated 68%)
2780
- adding: share/gtk-doc/html/gobject/api-index-2-14.html (200 bytes security) (deflated 65%)
2696
+ adding: share/gtk-doc/html/gobject/api-index-2-14.html (200 bytes security) (deflated 64%)
2781
2697
  adding: share/gtk-doc/html/gobject/api-index-2-18.html (200 bytes security) (deflated 66%)
2782
- adding: share/gtk-doc/html/gobject/api-index-2-2.html (200 bytes security) (deflated 60%)
2698
+ adding: share/gtk-doc/html/gobject/api-index-2-2.html (200 bytes security) (deflated 59%)
2783
2699
  adding: share/gtk-doc/html/gobject/api-index-2-22.html (200 bytes security) (deflated 65%)
2784
2700
  adding: share/gtk-doc/html/gobject/api-index-2-24.html (200 bytes security) (deflated 71%)
2785
2701
  adding: share/gtk-doc/html/gobject/api-index-2-26.html (200 bytes security) (deflated 85%)
2702
+ adding: share/gtk-doc/html/gobject/api-index-2-28.html (200 bytes security) (deflated 62%)
2786
2703
  adding: share/gtk-doc/html/gobject/api-index-2-4.html (200 bytes security) (deflated 85%)
2787
2704
  adding: share/gtk-doc/html/gobject/api-index-2-6.html (200 bytes security) (deflated 63%)
2788
- adding: share/gtk-doc/html/gobject/api-index-2-8.html (200 bytes security) (deflated 64%)
2705
+ adding: share/gtk-doc/html/gobject/api-index-2-8.html (200 bytes security) (deflated 63%)
2789
2706
  adding: share/gtk-doc/html/gobject/api-index-deprecated.html (200 bytes security) (deflated 71%)
2790
2707
  adding: share/gtk-doc/html/gobject/api-index-full.html (200 bytes security) (deflated 93%)
2791
2708
  adding: share/gtk-doc/html/gobject/ch01s02.html (200 bytes security) (deflated 62%)
@@ -2805,10 +2722,10 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2805
2722
  adding: share/gtk-doc/html/gobject/gobject-GParamSpec.html (200 bytes security) (deflated 89%)
2806
2723
  adding: share/gtk-doc/html/gobject/gobject-memory.html (200 bytes security) (deflated 72%)
2807
2724
  adding: share/gtk-doc/html/gobject/gobject-properties.html (200 bytes security) (deflated 73%)
2808
- adding: share/gtk-doc/html/gobject/gobject-query.html (200 bytes security) (deflated 70%)
2809
- adding: share/gtk-doc/html/gobject/gobject-Signals.html (200 bytes security) (deflated 90%)
2725
+ adding: share/gtk-doc/html/gobject/gobject-query.html (200 bytes security) (deflated 69%)
2726
+ adding: share/gtk-doc/html/gobject/gobject-Signals.html (200 bytes security) (deflated 91%)
2810
2727
  adding: share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html (200 bytes security) (deflated 95%)
2811
- adding: share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html (200 bytes security) (deflated 89%)
2728
+ adding: share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html (200 bytes security) (deflated 90%)
2812
2729
  adding: share/gtk-doc/html/gobject/gobject-Type-Information.html (200 bytes security) (deflated 89%)
2813
2730
  adding: share/gtk-doc/html/gobject/gobject-Value-arrays.html (200 bytes security) (deflated 90%)
2814
2731
  adding: share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html (200 bytes security) (deflated 82%)
@@ -2817,7 +2734,7 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2817
2734
  adding: share/gtk-doc/html/gobject/gtype-conventions.html (200 bytes security) (deflated 67%)
2818
2735
  adding: share/gtk-doc/html/gobject/gtype-instantiable-classed.html (200 bytes security) (deflated 72%)
2819
2736
  adding: share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html (200 bytes security) (deflated 73%)
2820
- adding: share/gtk-doc/html/gobject/gtype-non-instantiable.html (200 bytes security) (deflated 66%)
2737
+ adding: share/gtk-doc/html/gobject/gtype-non-instantiable.html (200 bytes security) (deflated 65%)
2821
2738
  adding: share/gtk-doc/html/gobject/GTypeModule.html (200 bytes security) (deflated 87%)
2822
2739
  adding: share/gtk-doc/html/gobject/GTypePlugin.html (200 bytes security) (deflated 88%)
2823
2740
  adding: share/gtk-doc/html/gobject/home.png (200 bytes security) (stored 0%)
@@ -2837,13 +2754,13 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2837
2754
  adding: share/gtk-doc/html/gobject/pr01.html (200 bytes security) (deflated 57%)
2838
2755
  adding: share/gtk-doc/html/gobject/pt01.html (200 bytes security) (deflated 73%)
2839
2756
  adding: share/gtk-doc/html/gobject/pt02.html (200 bytes security) (deflated 69%)
2840
- adding: share/gtk-doc/html/gobject/pt03.html (200 bytes security) (deflated 59%)
2757
+ adding: share/gtk-doc/html/gobject/pt03.html (200 bytes security) (deflated 58%)
2841
2758
  adding: share/gtk-doc/html/gobject/right.png (200 bytes security) (stored 0%)
2842
2759
  adding: share/gtk-doc/html/gobject/rn01.html (200 bytes security) (deflated 69%)
2843
2760
  adding: share/gtk-doc/html/gobject/rn02.html (200 bytes security) (deflated 60%)
2844
2761
  adding: share/gtk-doc/html/gobject/signal.html (200 bytes security) (deflated 74%)
2845
2762
  adding: share/gtk-doc/html/gobject/style.css (200 bytes security) (deflated 71%)
2846
- adding: share/gtk-doc/html/gobject/tools-ginspector.html (200 bytes security) (deflated 56%)
2763
+ adding: share/gtk-doc/html/gobject/tools-ginspector.html (200 bytes security) (deflated 55%)
2847
2764
  adding: share/gtk-doc/html/gobject/tools-gob.html (200 bytes security) (deflated 54%)
2848
2765
  adding: share/gtk-doc/html/gobject/tools-gtkdoc.html (200 bytes security) (deflated 55%)
2849
2766
  adding: share/gtk-doc/html/gobject/tools-refdb.html (200 bytes security) (deflated 57%)
@@ -2852,7 +2769,7 @@ rm: cannot lstat `/tmp/glib-dev-2.26.1.zip': No such file or directory
2852
2769
  adding: share/man/man1/glib-mkenums.1 (200 bytes security) (deflated 66%)
2853
2770
  adding: share/man/man1/glib-genmarshal.1 (200 bytes security) (deflated 66%)
2854
2771
  adding: share/man/man1/gobject-query.1 (200 bytes security) (deflated 64%)
2855
- adding: share/doc/glib-dev-2.26.1/ (200 bytes security) (stored 0%)
2856
- adding: share/doc/glib-dev-2.26.1/COPYING (200 bytes security) (deflated 64%)
2857
- ++ mv /tmp/glib-2.26.1.zip /tmp/glib_2.26.1-1_win32.zip
2858
- ++ mv /tmp/glib-dev-2.26.1.zip /tmp/glib-dev_2.26.1-1_win32.zip
2772
+ adding: share/doc/glib-dev-2.28.1/ (200 bytes security) (stored 0%)
2773
+ adding: share/doc/glib-dev-2.28.1/COPYING (200 bytes security) (deflated 64%)
2774
+ ++ mv /tmp/glib-2.28.1.zip /tmp/glib_2.28.1-1_win32.zip
2775
+ ++ mv /tmp/glib-dev-2.28.1.zip /tmp/glib-dev_2.28.1-1_win32.zip