glib2 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (325) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +42 -0
  4. data/Rakefile +8 -7
  5. data/ext/glib2/glib2.def +5 -0
  6. data/ext/glib2/rbglib-gc.c +89 -0
  7. data/ext/glib2/rbglib-variant-type.c +17 -0
  8. data/ext/glib2/rbglib.c +3 -0
  9. data/ext/glib2/rbglib.h +6 -1
  10. data/ext/glib2/rbglib2conversions.h +1 -1
  11. data/ext/glib2/rbgobj_boxed.c +49 -30
  12. data/ext/glib2/rbgobj_closure.c +3 -2
  13. data/ext/glib2/rbgobj_convert.c +1 -2
  14. data/ext/glib2/rbgobj_enums.c +32 -14
  15. data/ext/glib2/rbgobj_flags.c +31 -14
  16. data/ext/glib2/rbgobj_param.c +43 -23
  17. data/ext/glib2/rbgobj_signal.c +78 -66
  18. data/ext/glib2/rbgobj_type.c +22 -10
  19. data/ext/glib2/rbgobject.h +2 -0
  20. data/ext/glib2/rbgprivate.h +11 -0
  21. data/glib2.gemspec +48 -0
  22. data/lib/2.2/glib2.so +0 -0
  23. data/lib/2.3/glib2.so +0 -0
  24. data/lib/2.4/glib2.so +0 -0
  25. data/lib/2.5/glib2.so +0 -0
  26. data/lib/gnome2/rake/package-task.rb +17 -5
  27. data/lib/gnome2/rake/package.rb +2 -2
  28. data/lib/gnome2/rake/windows-binary-build-task.rb +39 -6
  29. data/lib/mkmf-gnome2.rb +4 -3
  30. data/sample/bookmarkfile.rb +2 -2
  31. data/sample/type-register.rb +6 -6
  32. data/sample/type-register2.rb +6 -6
  33. data/test/{test_enum.rb → test-enum.rb} +0 -0
  34. data/test/{test_file_utils.rb → test-file-utils.rb} +0 -0
  35. data/test/{test_flags.rb → test-flags.rb} +0 -0
  36. data/test/{test_glib2.rb → test-glib2.rb} +0 -0
  37. data/test/{test_key_file.rb → test-key-file.rb} +0 -0
  38. data/test/{test_mkenums.rb → test-mkenums.rb} +0 -0
  39. data/test/{test_poll_fd.rb → test-poll-fd.rb} +0 -0
  40. data/test/{test_signal.rb → test-signal.rb} +34 -2
  41. data/test/{test_source.rb → test-source.rb} +0 -0
  42. data/test/{test_spawn.rb → test-spawn.rb} +0 -0
  43. data/test/{test_timeout.rb → test-timeout.rb} +0 -0
  44. data/test/{test_unicode.rb → test-unicode.rb} +0 -0
  45. data/test/{test_utils.rb → test-utils.rb} +0 -0
  46. data/test/{test_value.rb → test-value.rb} +0 -0
  47. data/test/test-variant.rb +27 -0
  48. data/test/{test_win32.rb → test-win32.rb} +0 -0
  49. data/vendor/local/bin/asn1Coding.exe +0 -0
  50. data/vendor/local/bin/asn1Decoding.exe +0 -0
  51. data/vendor/local/bin/asn1Parser.exe +0 -0
  52. data/vendor/local/bin/envsubst.exe +0 -0
  53. data/vendor/local/bin/gdbus.exe +0 -0
  54. data/vendor/local/bin/gettext.exe +0 -0
  55. data/vendor/local/bin/gio-querymodules.exe +0 -0
  56. data/vendor/local/bin/gio.exe +0 -0
  57. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  58. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  59. data/vendor/local/bin/glib-genmarshal +1 -1
  60. data/vendor/local/bin/glib-gettextize +1 -1
  61. data/vendor/local/bin/glib-mkenums +4 -2
  62. data/vendor/local/bin/gobject-query.exe +0 -0
  63. data/vendor/local/bin/gresource.exe +0 -0
  64. data/vendor/local/bin/gsettings.exe +0 -0
  65. data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
  66. data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
  67. data/vendor/local/bin/iconv.exe +0 -0
  68. data/vendor/local/bin/idn2.exe +0 -0
  69. data/vendor/local/bin/libasprintf-0.dll +0 -0
  70. data/vendor/local/bin/libcharset-1.dll +0 -0
  71. data/vendor/local/bin/libffi-6.dll +0 -0
  72. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  73. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  74. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  75. data/vendor/local/bin/libgmp-10.dll +0 -0
  76. data/vendor/local/bin/libgnutls-30.dll +0 -0
  77. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  78. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  79. data/vendor/local/bin/libhogweed-4-2.dll +0 -0
  80. data/vendor/local/bin/libiconv-2.dll +0 -0
  81. data/vendor/local/bin/libidn2-0.dll +0 -0
  82. data/vendor/local/bin/libintl-8.dll +0 -0
  83. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  84. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  85. data/vendor/local/bin/libpcre-1.dll +0 -0
  86. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  87. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  88. data/vendor/local/bin/libtasn1-6.dll +0 -0
  89. data/vendor/local/bin/nettle-hash.exe +0 -0
  90. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  91. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  92. data/vendor/local/bin/ngettext.exe +0 -0
  93. data/vendor/local/bin/p11-kit.exe +0 -0
  94. data/vendor/local/bin/pcregrep.exe +0 -0
  95. data/vendor/local/bin/pcretest.exe +0 -0
  96. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  97. data/vendor/local/bin/sexp-conv.exe +0 -0
  98. data/vendor/local/bin/trust.exe +0 -0
  99. data/vendor/local/include/idn2.h +5 -3
  100. data/vendor/local/include/p11-kit-1/p11-kit/iter.h +25 -1
  101. data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +6 -0
  102. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +133 -4
  103. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11x.h +1 -0
  104. data/vendor/local/include/p11-kit-1/p11-kit/remote.h +15 -0
  105. data/vendor/local/include/p11-kit-1/p11-kit/uri.h +32 -12
  106. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  107. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  108. data/vendor/local/lib/libasprintf.a +0 -0
  109. data/vendor/local/lib/libasprintf.dll.a +0 -0
  110. data/vendor/local/lib/libasprintf.la +1 -1
  111. data/vendor/local/lib/libcharset.a +0 -0
  112. data/vendor/local/lib/libcharset.dll.a +0 -0
  113. data/vendor/local/lib/libcharset.la +1 -1
  114. data/vendor/local/lib/libffi.dll.a +0 -0
  115. data/vendor/local/lib/libffi.la +1 -1
  116. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgio-2.0.la +2 -2
  118. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  119. data/vendor/local/lib/libglib-2.0.la +2 -2
  120. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  121. data/vendor/local/lib/libgmodule-2.0.la +2 -2
  122. data/vendor/local/lib/libgmp.dll.a +0 -0
  123. data/vendor/local/lib/libgnutls.dll.a +0 -0
  124. data/vendor/local/lib/libgnutls.la +1 -1
  125. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  126. data/vendor/local/lib/libgobject-2.0.la +2 -2
  127. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgthread-2.0.la +2 -2
  129. data/vendor/local/lib/libhogweed.dll.a +0 -0
  130. data/vendor/local/lib/libiconv.dll.a +0 -0
  131. data/vendor/local/lib/libiconv.la +1 -1
  132. data/vendor/local/lib/libidn2.a +0 -0
  133. data/vendor/local/lib/libidn2.dll.a +0 -0
  134. data/vendor/local/lib/libidn2.la +2 -2
  135. data/vendor/local/lib/libintl.a +0 -0
  136. data/vendor/local/lib/libintl.dll.a +0 -0
  137. data/vendor/local/lib/libintl.la +1 -1
  138. data/vendor/local/lib/libnettle.dll.a +0 -0
  139. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  140. data/vendor/local/lib/libp11-kit.la +3 -3
  141. data/vendor/local/lib/libpcre.a +0 -0
  142. data/vendor/local/lib/libpcre.dll.a +0 -0
  143. data/vendor/local/lib/libpcre.la +1 -1
  144. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  145. data/vendor/local/lib/libpcrecpp.la +1 -1
  146. data/vendor/local/lib/libpcreposix.a +0 -0
  147. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  148. data/vendor/local/lib/libpcreposix.la +1 -1
  149. data/vendor/local/lib/libtasn1.dll.a +0 -0
  150. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  151. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  152. data/vendor/local/lib/pkcs11/p11-kit-trust.la +3 -3
  153. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  154. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  155. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  156. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  157. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  158. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  159. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  160. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  161. data/vendor/local/lib/pkgconfig/libidn2.pc +1 -1
  162. data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
  163. data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
  164. data/vendor/local/libexec/p11-kit/p11-kit-server.exe +0 -0
  165. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libglib-2.0.so.0.5600.0-gdb.py → libglib-2.0.so.0.5600.1-gdb.py} +0 -0
  166. data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libgobject-2.0.so.0.5600.0-gdb.py → libgobject-2.0.so.0.5600.1-gdb.py} +0 -0
  167. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  168. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  169. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  170. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  171. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  172. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  173. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  174. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  175. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  176. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  177. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  178. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  179. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  180. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  181. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  182. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  183. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  184. data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +1 -1
  185. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +35 -13
  186. data/vendor/local/share/gtk-doc/html/gio/gio.html +0 -4
  187. data/vendor/local/share/gtk-doc/html/gio/index.html +1 -1
  188. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
  189. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1 -1
  191. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
  194. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +3 -3
  195. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1 -1
  196. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
  197. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
  199. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +4 -4
  200. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +4 -4
  201. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
  203. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +1 -1
  204. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
  205. data/vendor/local/share/gtk-doc/html/glib/index.html +1 -1
  206. data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
  207. data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +4 -10
  208. data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/libidn2/index.html +3 -3
  210. data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +67 -75
  213. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +1 -0
  214. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
  216. data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/libidn2/style.css +4 -0
  218. data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
  222. data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
  223. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
  224. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
  225. data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
  227. data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +4 -4
  229. data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/p11-kit/index.html +5 -4
  231. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +292 -19
  233. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +22 -16
  234. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +19 -19
  235. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +262 -21
  236. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +5 -5
  237. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +21 -1
  238. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +18 -5
  239. data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -4
  240. data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +43 -3
  241. data/vendor/local/share/gtk-doc/html/p11-kit/remoting.html +230 -0
  242. data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
  243. data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +5 -5
  244. data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
  245. data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +5 -5
  248. data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
  249. data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +42 -7
  250. data/vendor/local/share/info/libidn2.info +94 -54
  251. data/vendor/local/share/locale/cs/LC_MESSAGES/libidn2.mo +0 -0
  252. data/vendor/local/share/locale/da/LC_MESSAGES/libidn2.mo +0 -0
  253. data/vendor/local/share/locale/de/LC_MESSAGES/libidn2.mo +0 -0
  254. data/vendor/local/share/locale/eo/LC_MESSAGES/libidn2.mo +0 -0
  255. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  256. data/vendor/local/share/locale/es/LC_MESSAGES/libidn2.mo +0 -0
  257. data/vendor/local/share/locale/fi/LC_MESSAGES/libidn2.mo +0 -0
  258. data/vendor/local/share/locale/fr/LC_MESSAGES/libidn2.mo +0 -0
  259. data/vendor/local/share/locale/fur/LC_MESSAGES/libidn2.mo +0 -0
  260. data/vendor/local/share/locale/hr/LC_MESSAGES/libidn2.mo +0 -0
  261. data/vendor/local/share/locale/hu/LC_MESSAGES/libidn2.mo +0 -0
  262. data/vendor/local/share/locale/id/LC_MESSAGES/libidn2.mo +0 -0
  263. data/vendor/local/share/locale/it/LC_MESSAGES/libidn2.mo +0 -0
  264. data/vendor/local/share/locale/ja/LC_MESSAGES/libidn2.mo +0 -0
  265. data/vendor/local/share/locale/nl/LC_MESSAGES/libidn2.mo +0 -0
  266. data/vendor/local/share/locale/pl/LC_MESSAGES/libidn2.mo +0 -0
  267. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  268. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +0 -0
  269. data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
  270. data/vendor/local/share/locale/ro/LC_MESSAGES/libidn2.mo +0 -0
  271. data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
  272. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  273. data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
  274. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  275. data/vendor/local/share/locale/sr/LC_MESSAGES/libidn2.mo +0 -0
  276. data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
  277. data/vendor/local/share/locale/sv/LC_MESSAGES/libidn2.mo +0 -0
  278. data/vendor/local/share/locale/uk/LC_MESSAGES/libidn2.mo +0 -0
  279. data/vendor/local/share/locale/vi/LC_MESSAGES/libidn2.mo +0 -0
  280. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
  281. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn2.mo +0 -0
  282. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  283. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  284. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  285. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  286. data/vendor/local/share/man/man1/gio.1 +1 -6
  287. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  288. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  289. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  290. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  291. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  292. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  293. data/vendor/local/share/man/man1/gresource.1 +1 -1
  294. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  295. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  296. data/vendor/local/share/man/man1/gtester.1 +1 -1
  297. data/vendor/local/share/man/man3/idn2_check_version.3 +1 -1
  298. data/vendor/local/share/man/man3/idn2_free.3 +1 -1
  299. data/vendor/local/share/man/man3/idn2_lookup_u8.3 +1 -1
  300. data/vendor/local/share/man/man3/idn2_lookup_ul.3 +1 -1
  301. data/vendor/local/share/man/man3/idn2_register_u8.3 +1 -1
  302. data/vendor/local/share/man/man3/idn2_register_ul.3 +3 -2
  303. data/vendor/local/share/man/man3/idn2_strerror.3 +1 -1
  304. data/vendor/local/share/man/man3/idn2_strerror_name.3 +1 -1
  305. data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +6 -3
  306. data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +6 -3
  307. data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +6 -3
  308. data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +6 -3
  309. data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +1 -1
  310. data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +1 -1
  311. data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +1 -1
  312. data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +1 -1
  313. data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +1 -1
  314. data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +1 -1
  315. data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +3 -0
  316. data/version.rb +30 -0
  317. metadata +52 -71
  318. data/vendor/local/share/installed-tests/glib-networking/certificate.test +0 -3
  319. data/vendor/local/share/installed-tests/glib-networking/connection.test +0 -3
  320. data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +0 -3
  321. data/vendor/local/share/installed-tests/glib-networking/file-database.test +0 -3
  322. data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +0 -3
  323. data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +0 -3
  324. data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +0 -3
  325. data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +0 -3
@@ -2,7 +2,7 @@
2
2
  .\" Title: gapplication
3
3
  .\" Author: Ryan Lortie
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gdbus-codegen
3
3
  .\" Author: David Zeuthen <zeuthen@gmail.com>
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gdbus
3
3
  .\" Author: David Zeuthen <zeuthen@gmail.com>
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gio-querymodules
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gio
3
3
  .\" Author: Matthias Clasen <mclasen@redhat.com>
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -558,11 +558,6 @@ The tree command is similar to the traditional tree utility\&.
558
558
  Show hidden files\&.
559
559
  .RE
560
560
  .PP
561
- \fB\-h\fR, \fB\-\-hidden\fR
562
- .RS 4
563
- Show hidden files\&.
564
- .RE
565
- .PP
566
561
  \fB\-l\fR, \fB\-\-follow\-symlinks\fR
567
562
  .RS 4
568
563
  Follow symbolic links\&.
@@ -2,7 +2,7 @@
2
2
  .\" Title: glib-compile-resources
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: glib-compile-schemas
3
3
  .\" Author: Ryan Lortie
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: glib-genmarshal
3
3
  .\" Author: Emmanuele Bassi
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GObject
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: glib-gettextize
3
3
  .\" Author: Owen Taylor
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GLib
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: glib-mkenums
3
3
  .\" Author: Owen Taylor
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GObject
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gobject-query
3
3
  .\" Author: Tim Janik
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GObject
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gresource
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gsettings
3
3
  .\" Author: Ryan Lortie
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GIO
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtester-report
3
3
  .\" Author: Tim Janik
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GLib
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtester
3
3
  .\" Author: Tim Janik
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/07/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GLib
8
8
  .\" Language: English
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_check_version" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_check_version" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_check_version \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_free" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_free" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_free \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_lookup_u8" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_lookup_u8" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_lookup_u8 \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_lookup_ul" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_lookup_ul" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_lookup_ul \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_register_u8" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_register_u8" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_register_u8 \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_register_ul" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_register_ul" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_register_ul \- API function
5
5
  .SH SYNOPSIS
@@ -32,7 +32,8 @@ On successful conversion \fBIDN2_OK\fP is returned, when the
32
32
  given \fIulabel\fP and \fIalabel\fP does not match each other
33
33
  \fBIDN2_UALABEL_MISMATCH\fP is returned, when either of the input
34
34
  labels are too long \fBIDN2_TOO_BIG_LABEL\fP is returned, when \fIalabel\fP does does not appear to be a proper A\-label \fBIDN2_INVALID_ALABEL\fP
35
- is returned, or another error code is returned.
35
+ is returned, when \fIulabel\fP locale to UTF\-8 conversion failed
36
+ \fBIDN2_ICONV_FAIL\fP is returned, or another error code is returned.
36
37
  .SH "SEE ALSO"
37
38
  The full documentation for
38
39
  .B libidn2
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_strerror" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_strerror" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_strerror \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_strerror_name" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_strerror_name" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_strerror_name \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_ascii_4i" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_ascii_4i" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_ascii_4i \- API function
5
5
  .SH SYNOPSIS
@@ -33,8 +33,11 @@ ToASCII never alters a sequence of code points that are all in the ASCII
33
33
  range to begin with (although it could fail). Applying the ToASCII operation multiple
34
34
  effect as applying it just once.
35
35
 
36
- When unsure, it is recommended to call this function with the
37
- \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags.
36
+ The default behavior of this function (when flags are zero) is to apply
37
+ the IDNA2008 rules without the TR46 amendments. As the TR46
38
+ non\-transitional processing is nowdays ubiquitous, when unsure, it is
39
+ recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP
40
+ and the \fBIDN2_NFC_INPUT\fP flags for compatibility with other software.
38
41
 
39
42
  Return value: Returns \fBIDN2_OK\fP on success, or error code.
40
43
  .SH "SINCE"
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_ascii_4z" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_ascii_4z" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_ascii_4z \- API function
5
5
  .SH SYNOPSIS
@@ -18,8 +18,11 @@ Convert UCS\-4 domain name to ASCII string using the IDNA2008
18
18
  rules. The domain name may contain several labels, separated by dots.
19
19
  The output buffer must be deallocated by the caller.
20
20
 
21
- When unsure, it is recommended to call this function with the
22
- \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags.
21
+ The default behavior of this function (when flags are zero) is to apply
22
+ the IDNA2008 rules without the TR46 amendments. As the TR46
23
+ non\-transitional processing is nowdays ubiquitous, when unsure, it is
24
+ recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP
25
+ and the \fBIDN2_NFC_INPUT\fP flags for compatibility with other software.
23
26
 
24
27
  Return value: Returns \fBIDN2_OK\fP on success, or error code.
25
28
  .SH "SINCE"
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_ascii_8z" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_ascii_8z" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_ascii_8z \- API function
5
5
  .SH SYNOPSIS
@@ -18,8 +18,11 @@ Convert UTF\-8 domain name to ASCII string using the IDNA2008
18
18
  rules. The domain name may contain several labels, separated by dots.
19
19
  The output buffer must be deallocated by the caller.
20
20
 
21
- When unsure, it is recommended to call this function with the
22
- \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags.
21
+ The default behavior of this function (when flags are zero) is to apply
22
+ the IDNA2008 rules without the TR46 amendments. As the TR46
23
+ non\-transitional processing is nowdays ubiquitous, when unsure, it is
24
+ recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP
25
+ and the \fBIDN2_NFC_INPUT\fP flags for compatibility with other software.
23
26
 
24
27
  Return value: Returns \fBIDN2_OK\fP on success, or error code.
25
28
  .SH "SINCE"
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_ascii_lz" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_ascii_lz" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_ascii_lz \- API function
5
5
  .SH SYNOPSIS
@@ -18,8 +18,11 @@ Convert a domain name in locale's encoding to ASCII string using the IDNA2008
18
18
  rules. The domain name may contain several labels, separated by dots.
19
19
  The output buffer must be deallocated by the caller.
20
20
 
21
- When unsure, it is recommended to call this function with the
22
- \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags.
21
+ The default behavior of this function (when flags are zero) is to apply
22
+ the IDNA2008 rules without the TR46 amendments. As the TR46
23
+ non\-transitional processing is nowdays ubiquitous, when unsure, it is
24
+ recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP
25
+ and the \fBIDN2_NFC_INPUT\fP flags for compatibility with other software.
23
26
  .SH "RETURNS"
24
27
  \fBIDN2_OK\fP on success, or error code.
25
28
  Same as described in \fBidn2_lookup_ul()\fP documentation.
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_44i" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_44i" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_44i \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_4z4z" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_4z4z" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_4z4z \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_8z4z" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_8z4z" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_8z4z \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_8z8z" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_8z8z" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_8z8z \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_8zlz" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_8zlz" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_8zlz \- API function
5
5
  .SH SYNOPSIS
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
- .TH "idn2_to_unicode_lzlz" 3 "2.0.4" "libidn2" "libidn2"
2
+ .TH "idn2_to_unicode_lzlz" 3 "2.0.5" "libidn2" "libidn2"
3
3
  .SH NAME
4
4
  idn2_to_unicode_lzlz \- API function
5
5
  .SH SYNOPSIS
@@ -15,3 +15,6 @@ trust-policy: yes
15
15
  # projects used this non-standard attribute to denote slots to use to
16
16
  # retrieve trust information.
17
17
  x-trust-lookup: pkcs11:library-description=PKCS%2311%20Kit%20Trust%20Module
18
+
19
+ # Prevent this module being loaded by the proxy module
20
+ disable-in: p11-kit-proxy
@@ -0,0 +1,30 @@
1
+ # Copyright (C) 2018 Ruby-GNOME2 Project Team
2
+ #
3
+ # This library is free software; you can redistribute it and/or
4
+ # modify it under the terms of the GNU Lesser General Public
5
+ # License as published by the Free Software Foundation; either
6
+ # version 2.1 of the License, or (at your option) any later version.
7
+ #
8
+ # This library is distributed in the hope that it will be useful,
9
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ # Lesser General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Lesser General Public
14
+ # License along with this library; if not, write to the Free Software
15
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
+
17
+ def ruby_glib2_version
18
+ env_version = ENV["RUBY_GLIB2_VERSION"]
19
+ return env_version if env_version
20
+
21
+ versions = {}
22
+ File.open("#{__dir__}/ext/glib2/rbglib.h") do |rbglib_h|
23
+ rbglib_h.each_line do |line|
24
+ if /#define\s+RBGLIB_([A-Z]+)_VERSION\s+(\d+)/ =~ line
25
+ versions[$1.downcase] = $2.to_i
26
+ end
27
+ end
28
+ end
29
+ ["major", "minor", "micro"].collect {|type| versions[type]}.compact.join(".")
30
+ end