glib2 3.2.5-x86-mingw32 → 3.2.6-x86-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-win32-helper-console.exe +0 -0
  66. data/vendor/local/bin/gspawn-win32-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
@@ -607,18 +607,18 @@ you must coordinate accesses to the same <a class="link" href="glib-Hash-Tables.
607
607
  threads. The two notable exceptions from this rule are <a class="link" href="glib-The-Main-Event-Loop.html#GMainLoop" title="GMainLoop"><span class="type">GMainLoop</span></a>
608
608
  and <a class="link" href="glib-Asynchronous-Queues.html#GAsyncQueue" title="GAsyncQueue"><span class="type">GAsyncQueue</span></a>, which are thread-safe and need no further
609
609
  application-level locking to be accessed from multiple threads.
610
- Most refcounting functions such as <a href="../gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> are also thread-safe.</p>
610
+ Most refcounting functions such as <code class="function">g_object_ref()</code> are also thread-safe.</p>
611
611
  <p>A common use for <a href="glib-Threads.html#GThread"><span class="type">GThreads</span></a> is to move a long-running blocking operation out
612
612
  of the main thread and into a worker thread. For GLib functions, such as
613
613
  single GIO operations, this is not necessary, and complicates the code.
614
614
  Instead, the <code class="literal">…<code class="function">_async()</code></code> version of the function should be used from the main
615
615
  thread, eliminating the need for locking and synchronisation between multiple
616
616
  threads. If an operation does need to be moved to a worker thread, consider
617
- using <a href="../GTask.html#g-task-run-in-thread"><code class="function">g_task_run_in_thread()</code></a>, or a <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a>. <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a> is often a
617
+ using <code class="function">g_task_run_in_thread()</code>, or a <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a>. <a class="link" href="glib-Thread-Pools.html#GThreadPool" title="struct GThreadPool"><span class="type">GThreadPool</span></a> is often a
618
618
  better choice than <a class="link" href="glib-Threads.html#GThread" title="GThread"><span class="type">GThread</span></a>, as it handles thread reuse and task queueing;
619
- <a href="../GTask.html#GTask-struct"><span class="type">GTask</span></a> uses this internally.</p>
619
+ <span class="type">GTask</span> uses this internally.</p>
620
620
  <p>However, if multiple blocking operations need to be performed in sequence,
621
- and it is not possible to use <a href="../GTask.html#GTask-struct"><span class="type">GTask</span></a> for them, moving them to a worker thread
621
+ and it is not possible to use <span class="type">GTask</span> for them, moving them to a worker thread
622
622
  can clarify the code.</p>
623
623
  </div>
624
624
  <div class="refsect1">
@@ -605,7 +605,7 @@ exported enumeration mapping <code class="literal">errno</code>. Instead, all fu
605
605
  error message is always generated via <a class="link" href="glib-String-Utility-Functions.html#g-strerror" title="g_strerror ()"><code class="function">g_strerror()</code></a>.</p>
606
606
  <p>It is expected that most code will not look at <code class="literal">errno</code> from these APIs.
607
607
  Important cases where one would want to differentiate between errors are
608
- already covered by existing cross-platform GLib API, such as e.g. <a href="../GFile.html#GFile-struct"><span class="type">GFile</span></a>
608
+ already covered by existing cross-platform GLib API, such as e.g. <span class="type">GFile</span>
609
609
  wrapping <code class="literal">ENOENT</code>. However, it is provided for completeness, at least.</p>
610
610
  </div>
611
611
  </div>
@@ -367,7 +367,7 @@ linked against at application run time.</p>
367
367
  <hr>
368
368
  <div class="refsect2">
369
369
  <a name="GLIB-MICRO-VERSION:CAPS"></a><h3>GLIB_MICRO_VERSION</h3>
370
- <pre class="programlisting">#define GLIB_MICRO_VERSION 0
370
+ <pre class="programlisting">#define GLIB_MICRO_VERSION 1
371
371
  </pre>
372
372
  <p>The micro version number of the GLib library.</p>
373
373
  <p>Like <span class="type">gtk_micro_version</span>, but from the headers used at
@@ -239,7 +239,7 @@ This will get the "full Unicode" commandline arguments using
239
239
  <code class="function">GetCommandLineW()</code> and convert it to the GLib filename encoding (which
240
240
  is UTF-8 on Windows).</p>
241
241
  <p>The strings returned by this function are suitable for use with
242
- functions such as <a class="link" href="glib-File-Utilities.html#g-open" title="g_open ()"><code class="function">g_open()</code></a> and <a href="../GFile.html#g-file-new-for-commandline-arg"><code class="function">g_file_new_for_commandline_arg()</code></a> but
242
+ functions such as <a class="link" href="glib-File-Utilities.html#g-open" title="g_open ()"><code class="function">g_open()</code></a> and <code class="function">g_file_new_for_commandline_arg()</code> but
243
243
  are not suitable for use with <a class="link" href="glib-Commandline-option-parser.html#g-option-context-parse" title="g_option_context_parse ()"><code class="function">g_option_context_parse()</code></a>, which assumes
244
244
  that its input will be in the system codepage. The return value is
245
245
  suitable for use with <a class="link" href="glib-Commandline-option-parser.html#g-option-context-parse-strv" title="g_option_context_parse_strv ()"><code class="function">g_option_context_parse_strv()</code></a>, however, which
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GLib Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for GLib 2.56.0
18
+ for GLib 2.56.1
19
19
 
20
20
  The latest version of this documentation can be found on-line at
21
21
  <a class="ulink" href="https://developer.gnome.org/glib/unstable/" target="_top">https://developer.gnome.org/glib/unstable/</a>.
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GObject Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for GObject 2.56.0
18
+ for GObject 2.56.1
19
19
 
20
20
  The latest version of this documentation can be found on-line at
21
21
  <a class="ulink" href="https://developer.gnome.org/gobject/unstable/" target="_top">https://developer.gnome.org/gobject/unstable/</a>.
@@ -7,16 +7,12 @@
7
7
  <link rel="home" href="index.html" title="Libidn2 Reference Manual">
8
8
  <link rel="up" href="index.html" title="Libidn2 Reference Manual">
9
9
  <link rel="prev" href="libidn2-idn2.html" title="idn2">
10
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  </head>
13
13
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
14
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idx2">2</a>
16
-  <span class="dim">|</span> 
17
- <a class="shortcut" href="#idxA">A</a>
18
-  <span class="dim">|</span> 
19
- <a class="shortcut" href="#idxF">F</a>
15
+ <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxD">D</a>
20
16
   <span class="dim">|</span> 
21
17
  <a class="shortcut" href="#idxG">G</a></span></td>
22
18
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
@@ -27,7 +23,7 @@
27
23
  <div class="index">
28
24
  <div class="titlepage"><div><div><h1 class="title">
29
25
  <a name="api-index-full"></a>API Index</h1></div></div></div>
30
- <a name="idx"></a><a name="idx2"></a><h3 class="title">2</h3>
26
+ <a name="idx"></a><a name="idxD"></a><h3 class="title">D</h3>
31
27
  <dt>
32
28
  <a class="link" href="libidn2-idn2.html#idn2-check-version" title="idn2_check_version ()">idn2_check_version</a>, function in <a class="link" href="libidn2-idn2.html" title="idn2">idn2</a>
33
29
  </dt>
@@ -136,7 +132,6 @@
136
132
  <a class="link" href="libidn2-idn2.html#IDN2-VERSION-PATCH:CAPS" title="IDN2_VERSION_PATCH">IDN2_VERSION_PATCH</a>, macro in <a class="link" href="libidn2-idn2.html" title="idn2">idn2</a>
137
133
  </dt>
138
134
  <dd></dd>
139
- <a name="idxA"></a><h3 class="title">A</h3>
140
135
  <dt>
141
136
  <a class="link" href="libidn2-idn2.html#Idna-flags" title="enum Idna_flags">Idna_flags</a>, enum in <a class="link" href="libidn2-idn2.html" title="idn2">idn2</a>
142
137
  </dt>
@@ -189,7 +184,6 @@
189
184
  <a class="link" href="libidn2-idn2.html#idna-to-unicode-lzlz" title="idna_to_unicode_lzlz">idna_to_unicode_lzlz</a>, macro in <a class="link" href="libidn2-idn2.html" title="idn2">idn2</a>
190
185
  </dt>
191
186
  <dd></dd>
192
- <a name="idxF"></a><h3 class="title">F</h3>
193
187
  <dt>
194
188
  <a class="link" href="libidn2-idn2.html#idn-free" title="idn_free">idn_free</a>, macro in <a class="link" href="libidn2-idn2.html" title="idn2">idn2</a>
195
189
  </dt>
@@ -209,6 +203,6 @@
209
203
  <dd></dd>
210
204
  </div>
211
205
  <div class="footer">
212
- <hr>Generated by GTK-Doc V1.25</div>
206
+ <hr>Generated by GTK-Doc V1.28</div>
213
207
  </body>
214
208
  </html>
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="Libidn2 Reference Manual">
8
8
  <link rel="next" href="libidn2.html" title="Libidn2 Overview">
9
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Libidn2 Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for Libidn2 2.0.4
18
+ for Libidn2 2.0.5
19
19
 
20
20
  The latest version of this documentation can be found on-line at
21
21
  <a class="ulink" href="http://www.gnu.org/software/libidn/#libidn2" target="_top">
@@ -33,6 +33,6 @@
33
33
  </dl></div>
34
34
  </div>
35
35
  <div class="footer">
36
- <hr>Generated by GTK-Doc V1.25</div>
36
+ <hr>Generated by GTK-Doc V1.28</div>
37
37
  </body>
38
38
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="libidn2.html" title="Libidn2 Overview">
9
9
  <link rel="prev" href="libidn2.html" title="Libidn2 Overview">
10
10
  <link rel="next" href="api-index-full.html" title="API Index">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (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">
@@ -308,8 +308,6 @@
308
308
  </div>
309
309
  <div class="refsect1">
310
310
  <a name="libidn2-idn2.description"></a><h2>Description</h2>
311
- <p>
312
- </p>
313
311
  </div>
314
312
  <div class="refsect1">
315
313
  <a name="libidn2-idn2.functions_details"></a><h2>Functions</h2>
@@ -587,7 +585,9 @@ does not match each other
587
585
  <a class="link" href="libidn2-idn2.html#IDN2-UALABEL-MISMATCH:CAPS"><code class="literal">IDN2_UALABEL_MISMATCH</code></a> is returned, when either of the input
588
586
  labels are too long <a class="link" href="libidn2-idn2.html#IDN2-TOO-BIG-LABEL:CAPS"><code class="literal">IDN2_TOO_BIG_LABEL</code></a> is returned, when <em class="parameter"><code>alabel</code></em>
589
587
  does does not appear to be a proper A-label <a class="link" href="libidn2-idn2.html#IDN2-INVALID-ALABEL:CAPS"><code class="literal">IDN2_INVALID_ALABEL</code></a>
590
- is returned, or another error code is returned.</p>
588
+ is returned, when <em class="parameter"><code>ulabel</code></em>
589
+ locale to UTF-8 conversion failed
590
+ <a class="link" href="libidn2-idn2.html#IDN2-ICONV-FAIL:CAPS"><code class="literal">IDN2_ICONV_FAIL</code></a> is returned, or another error code is returned.</p>
591
591
  </div>
592
592
  </div>
593
593
  <hr>
@@ -611,8 +611,11 @@ The method for dealing with this failure is application-specific.</p>
611
611
  <p>ToASCII never alters a sequence of code points that are all in the ASCII
612
612
  range to begin with (although it could fail). Applying the ToASCII operation multiple
613
613
  effect as applying it just once.</p>
614
- <p>When unsure, it is recommended to call this function with the
615
- <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a> and <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags.</p>
614
+ <p>The default behavior of this function (when flags are zero) is to apply
615
+ the IDNA2008 rules without the TR46 amendments. As the TR46
616
+ non-transitional processing is nowdays ubiquitous, when unsure, it is
617
+ recommended to call this function with the <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a>
618
+ and the <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags for compatibility with other software.</p>
616
619
  <div class="refsect3">
617
620
  <a name="idn2-to-ascii-4i.parameters"></a><h4>Parameters</h4>
618
621
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -662,8 +665,11 @@ idn2_to_ascii_4z (<em class="parameter"><code>const <span class="type">uint32_t<
662
665
  <p>Convert UCS-4 domain name to ASCII string using the IDNA2008
663
666
  rules. The domain name may contain several labels, separated by dots.
664
667
  The output buffer must be deallocated by the caller.</p>
665
- <p>When unsure, it is recommended to call this function with the
666
- <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a> and <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags.</p>
668
+ <p>The default behavior of this function (when flags are zero) is to apply
669
+ the IDNA2008 rules without the TR46 amendments. As the TR46
670
+ non-transitional processing is nowdays ubiquitous, when unsure, it is
671
+ recommended to call this function with the <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a>
672
+ and the <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags for compatibility with other software.</p>
667
673
  <div class="refsect3">
668
674
  <a name="idn2-to-ascii-4z.parameters"></a><h4>Parameters</h4>
669
675
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -707,8 +713,11 @@ idn2_to_ascii_8z (<em class="parameter"><code>const <span class="type">char</spa
707
713
  <p>Convert UTF-8 domain name to ASCII string using the IDNA2008
708
714
  rules. The domain name may contain several labels, separated by dots.
709
715
  The output buffer must be deallocated by the caller.</p>
710
- <p>When unsure, it is recommended to call this function with the
711
- <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a> and <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags.</p>
716
+ <p>The default behavior of this function (when flags are zero) is to apply
717
+ the IDNA2008 rules without the TR46 amendments. As the TR46
718
+ non-transitional processing is nowdays ubiquitous, when unsure, it is
719
+ recommended to call this function with the <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a>
720
+ and the <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags for compatibility with other software.</p>
712
721
  <div class="refsect3">
713
722
  <a name="idn2-to-ascii-8z.parameters"></a><h4>Parameters</h4>
714
723
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -752,8 +761,11 @@ idn2_to_ascii_lz (<em class="parameter"><code>const <span class="type">char</spa
752
761
  <p>Convert a domain name in locale's encoding to ASCII string using the IDNA2008
753
762
  rules. The domain name may contain several labels, separated by dots.
754
763
  The output buffer must be deallocated by the caller.</p>
755
- <p>When unsure, it is recommended to call this function with the
756
- <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a> and <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags.</p>
764
+ <p>The default behavior of this function (when flags are zero) is to apply
765
+ the IDNA2008 rules without the TR46 amendments. As the TR46
766
+ non-transitional processing is nowdays ubiquitous, when unsure, it is
767
+ recommended to call this function with the <a class="link" href="libidn2-idn2.html#IDN2-NONTRANSITIONAL:CAPS"><code class="literal">IDN2_NONTRANSITIONAL</code></a>
768
+ and the <a class="link" href="libidn2-idn2.html#IDN2-NFC-INPUT:CAPS"><code class="literal">IDN2_NFC_INPUT</code></a> flags for compatibility with other software.</p>
757
769
  <div class="refsect3">
758
770
  <a name="idn2-to-ascii-lz.parameters"></a><h4>Parameters</h4>
759
771
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1100,7 +1112,8 @@ deallocated by the caller.</p>
1100
1112
  <p> <a class="link" href="libidn2-idn2.html#IDN2-OK:CAPS"><code class="literal">IDN2_OK</code></a>: The conversion was successful.
1101
1113
  <a class="link" href="libidn2-idn2.html#IDN2-TOO-BIG-DOMAIN:CAPS"><code class="literal">IDN2_TOO_BIG_DOMAIN</code></a>: The domain is too long.
1102
1114
  <a class="link" href="libidn2-idn2.html#IDN2-TOO-BIG-LABEL:CAPS"><code class="literal">IDN2_TOO_BIG_LABEL</code></a>: A label is would have been too long.
1103
- <a class="link" href="libidn2-idn2.html#IDN2-ENCODING-ERROR:CAPS"><code class="literal">IDN2_ENCODING_ERROR</code></a>: Character conversion failed.
1115
+ <a class="link" href="libidn2-idn2.html#IDN2-ENCODING-ERROR:CAPS"><code class="literal">IDN2_ENCODING_ERROR</code></a>: Output character conversion failed.
1116
+ <a class="link" href="libidn2-idn2.html#IDN2-ICONV-FAIL:CAPS"><code class="literal">IDN2_ICONV_FAIL</code></a>: Input character conversion failed.
1104
1117
  <a class="link" href="libidn2-idn2.html#IDN2-MALLOC:CAPS"><code class="literal">IDN2_MALLOC</code></a>: Memory allocation failed.</p>
1105
1118
  </div>
1106
1119
  <p class="since">Since: 2.0.0</p>
@@ -1229,32 +1242,24 @@ happens on Windows when the library is a separate DLL.</p>
1229
1242
  <a name="idna-to-ascii-4i"></a><h3>idna_to_ascii_4i()</h3>
1230
1243
  <pre class="programlisting"> #define idna_to_ascii_4i(i,l,o,f) idn2_to_ascii_4i(i,l,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)
1231
1244
  </pre>
1232
- <p>
1233
- </p>
1234
1245
  </div>
1235
1246
  <hr>
1236
1247
  <div class="refsect2">
1237
1248
  <a name="idna-to-ascii-4z"></a><h3>idna_to_ascii_4z()</h3>
1238
1249
  <pre class="programlisting"> #define idna_to_ascii_4z(i,o,f) idn2_to_ascii_4z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)
1239
1250
  </pre>
1240
- <p>
1241
- </p>
1242
1251
  </div>
1243
1252
  <hr>
1244
1253
  <div class="refsect2">
1245
1254
  <a name="idna-to-ascii-8z"></a><h3>idna_to_ascii_8z()</h3>
1246
1255
  <pre class="programlisting"> #define idna_to_ascii_8z(i,o,f) idn2_to_ascii_8z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)
1247
1256
  </pre>
1248
- <p>
1249
- </p>
1250
1257
  </div>
1251
1258
  <hr>
1252
1259
  <div class="refsect2">
1253
1260
  <a name="idna-to-ascii-lz"></a><h3>idna_to_ascii_lz()</h3>
1254
1261
  <pre class="programlisting"> #define idna_to_ascii_lz(i,o,f) idn2_to_ascii_lz(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)
1255
1262
  </pre>
1256
- <p>
1257
- </p>
1258
1263
  </div>
1259
1264
  </div>
1260
1265
  <div class="refsect1">
@@ -1282,7 +1287,7 @@ happens on Windows when the library is a separate DLL.</p>
1282
1287
  <hr>
1283
1288
  <div class="refsect2">
1284
1289
  <a name="IDN2-VERSION:CAPS"></a><h3>IDN2_VERSION</h3>
1285
- <pre class="programlisting">#define IDN2_VERSION "2.0.4"
1290
+ <pre class="programlisting">#define IDN2_VERSION "2.0.5"
1286
1291
  </pre>
1287
1292
  <p>Pre-processor symbol with a string that describe the header file
1288
1293
  version number. Used together with <a class="link" href="libidn2-idn2.html#idn2-check-version" title="idn2_check_version ()"><code class="function">idn2_check_version()</code></a> to verify
@@ -1291,7 +1296,7 @@ header file and run-time library consistency.</p>
1291
1296
  <hr>
1292
1297
  <div class="refsect2">
1293
1298
  <a name="IDN2-VERSION-NUMBER:CAPS"></a><h3>IDN2_VERSION_NUMBER</h3>
1294
- <pre class="programlisting">#define IDN2_VERSION_NUMBER 0x02000004
1299
+ <pre class="programlisting">#define IDN2_VERSION_NUMBER 0x02000005
1295
1300
  </pre>
1296
1301
  <p>Pre-processor symbol with a hexadecimal value describing the header
1297
1302
  file version number. For example, when the header version is
@@ -1318,7 +1323,7 @@ The version scheme is major.minor.patchlevel.</p>
1318
1323
  <hr>
1319
1324
  <div class="refsect2">
1320
1325
  <a name="IDN2-VERSION-PATCH:CAPS"></a><h3>IDN2_VERSION_PATCH</h3>
1321
- <pre class="programlisting">#define IDN2_VERSION_PATCH 4
1326
+ <pre class="programlisting">#define IDN2_VERSION_PATCH 5
1322
1327
  </pre>
1323
1328
  <p>Pre-processor symbol for the patch level number (decimal).
1324
1329
  The version scheme is major.minor.patchlevel.</p>
@@ -1402,6 +1407,13 @@ This is a <span class="type">TR46</span> only flag, and will be ignored when set
1402
1407
  </td>
1403
1408
  <td class="enum_member_annotations"> </td>
1404
1409
  </tr>
1410
+ <tr>
1411
+ <td class="enum_member_name"><p><a name="IDN2-NO-TR46:CAPS"></a>IDN2_NO_TR46</p></td>
1412
+ <td class="enum_member_description">
1413
+ <p>Disable Unicode TR46 processing (default).</p>
1414
+ </td>
1415
+ <td class="enum_member_annotations"> </td>
1416
+ </tr>
1405
1417
  </tbody>
1406
1418
  </table></div>
1407
1419
  </div>
@@ -1626,8 +1638,6 @@ to include new return codes.</p>
1626
1638
  <hr>
1627
1639
  <div class="refsect2">
1628
1640
  <a name="Idna-rc"></a><h3>enum Idna_rc</h3>
1629
- <p>
1630
- </p>
1631
1641
  <div class="refsect3">
1632
1642
  <a name="Idna-rc.members"></a><h4>Members</h4>
1633
1643
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1639,68 +1649,68 @@ to include new return codes.</p>
1639
1649
  <tbody>
1640
1650
  <tr>
1641
1651
  <td class="enum_member_name"><p><a name="IDNA-SUCCESS:CAPS"></a>IDNA_SUCCESS</p></td>
1642
- <td class="enum_member_description"> </td>
1643
- <td class="enum_member_annotations"> </td>
1652
+ <td> </td>
1653
+ <td> </td>
1644
1654
  </tr>
1645
1655
  <tr>
1646
1656
  <td class="enum_member_name"><p><a name="IDNA-STRINGPREP-ERROR:CAPS"></a>IDNA_STRINGPREP_ERROR</p></td>
1647
- <td class="enum_member_description"> </td>
1648
- <td class="enum_member_annotations"> </td>
1657
+ <td> </td>
1658
+ <td> </td>
1649
1659
  </tr>
1650
1660
  <tr>
1651
1661
  <td class="enum_member_name"><p><a name="IDNA-PUNYCODE-ERROR:CAPS"></a>IDNA_PUNYCODE_ERROR</p></td>
1652
- <td class="enum_member_description"> </td>
1653
- <td class="enum_member_annotations"> </td>
1662
+ <td> </td>
1663
+ <td> </td>
1654
1664
  </tr>
1655
1665
  <tr>
1656
1666
  <td class="enum_member_name"><p><a name="IDNA-CONTAINS-NON-LDH:CAPS"></a>IDNA_CONTAINS_NON_LDH</p></td>
1657
- <td class="enum_member_description"> </td>
1658
- <td class="enum_member_annotations"> </td>
1667
+ <td> </td>
1668
+ <td> </td>
1659
1669
  </tr>
1660
1670
  <tr>
1661
1671
  <td class="enum_member_name"><p><a name="IDNA-CONTAINS-LDH:CAPS"></a>IDNA_CONTAINS_LDH</p></td>
1662
- <td class="enum_member_description"> </td>
1663
- <td class="enum_member_annotations"> </td>
1672
+ <td> </td>
1673
+ <td> </td>
1664
1674
  </tr>
1665
1675
  <tr>
1666
1676
  <td class="enum_member_name"><p><a name="IDNA-CONTAINS-MINUS:CAPS"></a>IDNA_CONTAINS_MINUS</p></td>
1667
- <td class="enum_member_description"> </td>
1668
- <td class="enum_member_annotations"> </td>
1677
+ <td> </td>
1678
+ <td> </td>
1669
1679
  </tr>
1670
1680
  <tr>
1671
1681
  <td class="enum_member_name"><p><a name="IDNA-INVALID-LENGTH:CAPS"></a>IDNA_INVALID_LENGTH</p></td>
1672
- <td class="enum_member_description"> </td>
1673
- <td class="enum_member_annotations"> </td>
1682
+ <td> </td>
1683
+ <td> </td>
1674
1684
  </tr>
1675
1685
  <tr>
1676
1686
  <td class="enum_member_name"><p><a name="IDNA-NO-ACE-PREFIX:CAPS"></a>IDNA_NO_ACE_PREFIX</p></td>
1677
- <td class="enum_member_description"> </td>
1678
- <td class="enum_member_annotations"> </td>
1687
+ <td> </td>
1688
+ <td> </td>
1679
1689
  </tr>
1680
1690
  <tr>
1681
1691
  <td class="enum_member_name"><p><a name="IDNA-ROUNDTRIP-VERIFY-ERROR:CAPS"></a>IDNA_ROUNDTRIP_VERIFY_ERROR</p></td>
1682
- <td class="enum_member_description"> </td>
1683
- <td class="enum_member_annotations"> </td>
1692
+ <td> </td>
1693
+ <td> </td>
1684
1694
  </tr>
1685
1695
  <tr>
1686
1696
  <td class="enum_member_name"><p><a name="IDNA-CONTAINS-ACE-PREFIX:CAPS"></a>IDNA_CONTAINS_ACE_PREFIX</p></td>
1687
- <td class="enum_member_description"> </td>
1688
- <td class="enum_member_annotations"> </td>
1697
+ <td> </td>
1698
+ <td> </td>
1689
1699
  </tr>
1690
1700
  <tr>
1691
1701
  <td class="enum_member_name"><p><a name="IDNA-ICONV-ERROR:CAPS"></a>IDNA_ICONV_ERROR</p></td>
1692
- <td class="enum_member_description"> </td>
1693
- <td class="enum_member_annotations"> </td>
1702
+ <td> </td>
1703
+ <td> </td>
1694
1704
  </tr>
1695
1705
  <tr>
1696
1706
  <td class="enum_member_name"><p><a name="IDNA-MALLOC-ERROR:CAPS"></a>IDNA_MALLOC_ERROR</p></td>
1697
- <td class="enum_member_description"> </td>
1698
- <td class="enum_member_annotations"> </td>
1707
+ <td> </td>
1708
+ <td> </td>
1699
1709
  </tr>
1700
1710
  <tr>
1701
1711
  <td class="enum_member_name"><p><a name="IDNA-DLOPEN-ERROR:CAPS"></a>IDNA_DLOPEN_ERROR</p></td>
1702
- <td class="enum_member_description"> </td>
1703
- <td class="enum_member_annotations"> </td>
1712
+ <td> </td>
1713
+ <td> </td>
1704
1714
  </tr>
1705
1715
  </tbody>
1706
1716
  </table></div>
@@ -1709,8 +1719,6 @@ to include new return codes.</p>
1709
1719
  <hr>
1710
1720
  <div class="refsect2">
1711
1721
  <a name="Idna-flags"></a><h3>enum Idna_flags</h3>
1712
- <p>
1713
- </p>
1714
1722
  <div class="refsect3">
1715
1723
  <a name="Idna-flags.members"></a><h4>Members</h4>
1716
1724
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1722,13 +1730,13 @@ to include new return codes.</p>
1722
1730
  <tbody>
1723
1731
  <tr>
1724
1732
  <td class="enum_member_name"><p><a name="IDNA-ALLOW-UNASSIGNED:CAPS"></a>IDNA_ALLOW_UNASSIGNED</p></td>
1725
- <td class="enum_member_description"> </td>
1726
- <td class="enum_member_annotations"> </td>
1733
+ <td> </td>
1734
+ <td> </td>
1727
1735
  </tr>
1728
1736
  <tr>
1729
1737
  <td class="enum_member_name"><p><a name="IDNA-USE-STD3-ASCII-RULES:CAPS"></a>IDNA_USE_STD3_ASCII_RULES</p></td>
1730
- <td class="enum_member_description"> </td>
1731
- <td class="enum_member_annotations"> </td>
1738
+ <td> </td>
1739
+ <td> </td>
1732
1740
  </tr>
1733
1741
  </tbody>
1734
1742
  </table></div>
@@ -1739,68 +1747,52 @@ to include new return codes.</p>
1739
1747
  <a name="idna-to-unicode-8z4z"></a><h3>idna_to_unicode_8z4z</h3>
1740
1748
  <pre class="programlisting"> #define idna_to_unicode_8z4z idn2_to_unicode_8z4z
1741
1749
  </pre>
1742
- <p>
1743
- </p>
1744
1750
  </div>
1745
1751
  <hr>
1746
1752
  <div class="refsect2">
1747
1753
  <a name="idna-to-unicode-4z4z"></a><h3>idna_to_unicode_4z4z</h3>
1748
1754
  <pre class="programlisting"> #define idna_to_unicode_4z4z idn2_to_unicode_4z4z
1749
1755
  </pre>
1750
- <p>
1751
- </p>
1752
1756
  </div>
1753
1757
  <hr>
1754
1758
  <div class="refsect2">
1755
1759
  <a name="idna-to-unicode-44i"></a><h3>idna_to_unicode_44i</h3>
1756
1760
  <pre class="programlisting"> #define idna_to_unicode_44i idn2_to_unicode_44i
1757
1761
  </pre>
1758
- <p>
1759
- </p>
1760
1762
  </div>
1761
1763
  <hr>
1762
1764
  <div class="refsect2">
1763
1765
  <a name="idna-to-unicode-8z8z"></a><h3>idna_to_unicode_8z8z</h3>
1764
1766
  <pre class="programlisting"> #define idna_to_unicode_8z8z idn2_to_unicode_8z8z
1765
1767
  </pre>
1766
- <p>
1767
- </p>
1768
1768
  </div>
1769
1769
  <hr>
1770
1770
  <div class="refsect2">
1771
1771
  <a name="idna-to-unicode-8zlz"></a><h3>idna_to_unicode_8zlz</h3>
1772
1772
  <pre class="programlisting"> #define idna_to_unicode_8zlz idn2_to_unicode_8zlz
1773
1773
  </pre>
1774
- <p>
1775
- </p>
1776
1774
  </div>
1777
1775
  <hr>
1778
1776
  <div class="refsect2">
1779
1777
  <a name="idna-to-unicode-lzlz"></a><h3>idna_to_unicode_lzlz</h3>
1780
1778
  <pre class="programlisting"> #define idna_to_unicode_lzlz idn2_to_unicode_lzlz
1781
1779
  </pre>
1782
- <p>
1783
- </p>
1784
1780
  </div>
1785
1781
  <hr>
1786
1782
  <div class="refsect2">
1787
1783
  <a name="idna-strerror"></a><h3>idna_strerror</h3>
1788
1784
  <pre class="programlisting"> #define idna_strerror idn2_strerror
1789
1785
  </pre>
1790
- <p>
1791
- </p>
1792
1786
  </div>
1793
1787
  <hr>
1794
1788
  <div class="refsect2">
1795
1789
  <a name="idn-free"></a><h3>idn_free</h3>
1796
1790
  <pre class="programlisting"> #define idn_free idn2_free
1797
1791
  </pre>
1798
- <p>
1799
- </p>
1800
1792
  </div>
1801
1793
  </div>
1802
1794
  </div>
1803
1795
  <div class="footer">
1804
- <hr>Generated by GTK-Doc V1.25</div>
1796
+ <hr>Generated by GTK-Doc V1.28</div>
1805
1797
  </body>
1806
1798
  </html>