gio2 0.90.5-x86-mingw32 → 0.90.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (830) hide show
  1. data/ChangeLog +41 -0
  2. data/Rakefile +9 -70
  3. data/ext/gio2/extconf.rb +9 -9
  4. data/ext/gio2/gasyncinitable.c +0 -1
  5. data/ext/gio2/gbufferedinputstream.c +0 -19
  6. data/ext/gio2/gbufferedoutputstream.c +0 -34
  7. data/ext/gio2/gcharsetconverter.c +0 -17
  8. data/ext/gio2/gcontenttype.c +1 -8
  9. data/ext/gio2/gconverterinputstream.c +0 -7
  10. data/ext/gio2/gconverteroutputstream.c +0 -7
  11. data/ext/gio2/gdatainputstream.c +34 -57
  12. data/ext/gio2/gdataoutputstream.c +0 -18
  13. data/ext/gio2/gdesktopappinfo.c +0 -2
  14. data/ext/gio2/gemblem.c +0 -19
  15. data/ext/gio2/gfile.c +4 -6
  16. data/ext/gio2/gfileattribute.c +3 -155
  17. data/ext/gio2/gfileattributeinfo.c +89 -0
  18. data/ext/gio2/gfileattributeinfolist.c +109 -0
  19. data/ext/gio2/gfileenumerator.c +0 -2
  20. data/ext/gio2/gfileicon.c +0 -7
  21. data/ext/gio2/gfileinfo.c +4 -11
  22. data/ext/gio2/gfileinputstream.c +0 -2
  23. data/ext/gio2/gfileiostream.c +0 -2
  24. data/ext/gio2/gfilemonitor.c +0 -19
  25. data/ext/gio2/gfileoutputstream.c +1 -5
  26. data/ext/gio2/gfilterinputstream.c +1 -30
  27. data/ext/gio2/gfilteroutputstream.c +1 -30
  28. data/ext/gio2/gicon.c +0 -2
  29. data/ext/gio2/ginetaddress.c +0 -72
  30. data/ext/gio2/ginetsocketaddress.c +0 -16
  31. data/ext/gio2/ginputstream.c +0 -2
  32. data/ext/gio2/gio2.c +11 -1
  33. data/ext/gio2/gio2.h +9 -1
  34. data/ext/gio2/gioerror.c +4 -1
  35. data/ext/gio2/giomodule.c +2 -2
  36. data/ext/gio2/gioscheduler.c +4 -6
  37. data/ext/gio2/giostream.c +0 -23
  38. data/ext/gio2/gloadableicon.c +0 -1
  39. data/ext/gio2/gmemoryoutputstream.c +0 -24
  40. data/ext/gio2/gmount.c +1 -0
  41. data/ext/gio2/gmountoperation.c +1 -103
  42. data/ext/gio2/gnetworkaddress.c +0 -14
  43. data/ext/gio2/gnetworkservice.c +0 -21
  44. data/ext/gio2/goutputstream.c +8 -18
  45. data/ext/gio2/gresolver.c +0 -2
  46. data/ext/gio2/gsocket.c +2 -80
  47. data/ext/gio2/gsocketaddress.c +1 -13
  48. data/ext/gio2/gsocketclient.c +0 -68
  49. data/ext/gio2/gsocketconnection.c +1 -8
  50. data/ext/gio2/gsocketcontrolmessage.c +0 -2
  51. data/ext/gio2/gsocketlistener.c +27 -21
  52. data/ext/gio2/gtcpconnection.c +1 -22
  53. data/ext/gio2/gthreadedsocketservice.c +6 -5
  54. data/ext/gio2/gunixfdlist.c +1 -1
  55. data/ext/gio2/gunixfdmessage.c +0 -9
  56. data/ext/gio2/gunixinputstream.c +0 -24
  57. data/ext/gio2/gunixmounts.c +1 -4
  58. data/ext/gio2/gunixoutputstream.c +0 -24
  59. data/ext/gio2/gunixsocketaddress.c +5 -17
  60. data/ext/gio2/gvfs.c +0 -2
  61. data/ext/gio2/gvolumemonitor.c +0 -2
  62. data/ext/gio2/gzlibcompressor.c +3 -0
  63. data/ext/gio2/util.c +3 -0
  64. data/lib/1.8/gio2.so +0 -0
  65. data/lib/1.9/gio2.so +0 -0
  66. data/lib/gio2.rb +19 -1
  67. data/test/load-test.rb +14 -0
  68. data/test/test_bufferedinputstream.rb +2 -0
  69. data/test/test_charsetconverter.rb +2 -0
  70. data/test/test_datainputstream.rb +7 -0
  71. data/test/test_fileenumerator.rb +8 -0
  72. data/test/test_filemonitor.rb +2 -0
  73. data/test/test_inetaddress.rb +8 -0
  74. metadata +90 -835
  75. data/vendor/local/bin/envsubst.exe +0 -0
  76. data/vendor/local/bin/gettext.exe +0 -0
  77. data/vendor/local/bin/gettext.sh +0 -123
  78. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  79. data/vendor/local/bin/glib-gettextize +0 -188
  80. data/vendor/local/bin/glib-mkenums +0 -537
  81. data/vendor/local/bin/gobject-query.exe +0 -0
  82. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  83. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  84. data/vendor/local/bin/intl.dll +0 -0
  85. data/vendor/local/bin/libasprintf-0.dll +0 -0
  86. data/vendor/local/bin/libgcc_s_dw2-1.dll +0 -0
  87. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  88. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  89. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  90. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  91. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  92. data/vendor/local/bin/ngettext.exe +0 -0
  93. data/vendor/local/include/autosprintf.h +0 -66
  94. data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -236
  95. data/vendor/local/include/glib-2.0/gio/gasyncinitable.h +0 -119
  96. data/vendor/local/include/glib-2.0/gio/gasyncresult.h +0 -73
  97. data/vendor/local/include/glib-2.0/gio/gbufferedinputstream.h +0 -123
  98. data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -81
  99. data/vendor/local/include/glib-2.0/gio/gcancellable.h +0 -103
  100. data/vendor/local/include/glib-2.0/gio/gcharsetconverter.h +0 -60
  101. data/vendor/local/include/glib-2.0/gio/gcontenttype.h +0 -57
  102. data/vendor/local/include/glib-2.0/gio/gconverter.h +0 -95
  103. data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -79
  104. data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -79
  105. data/vendor/local/include/glib-2.0/gio/gcredentials.h +0 -76
  106. data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +0 -150
  107. data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -115
  108. data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +0 -58
  109. data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +0 -46
  110. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +0 -562
  111. data/vendor/local/include/glib-2.0/gio/gdbuserror.h +0 -100
  112. data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +0 -286
  113. data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +0 -149
  114. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +0 -73
  115. data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +0 -112
  116. data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +0 -94
  117. data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +0 -167
  118. data/vendor/local/include/glib-2.0/gio/gdbusserver.h +0 -54
  119. data/vendor/local/include/glib-2.0/gio/gdbusutils.h +0 -44
  120. data/vendor/local/include/glib-2.0/gio/gdrive.h +0 -225
  121. data/vendor/local/include/glib-2.0/gio/gemblem.h +0 -58
  122. data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +0 -62
  123. data/vendor/local/include/glib-2.0/gio/gfile.h +0 -1017
  124. data/vendor/local/include/glib-2.0/gio/gfileattribute.h +0 -77
  125. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -132
  126. data/vendor/local/include/glib-2.0/gio/gfileicon.h +0 -56
  127. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +0 -952
  128. data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +0 -112
  129. data/vendor/local/include/glib-2.0/gio/gfileiostream.h +0 -118
  130. data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +0 -95
  131. data/vendor/local/include/glib-2.0/gio/gfilenamecompleter.h +0 -76
  132. data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +0 -119
  133. data/vendor/local/include/glib-2.0/gio/gfilterinputstream.h +0 -76
  134. data/vendor/local/include/glib-2.0/gio/gfilteroutputstream.h +0 -76
  135. data/vendor/local/include/glib-2.0/gio/gicon.h +0 -91
  136. data/vendor/local/include/glib-2.0/gio/ginetaddress.h +0 -103
  137. data/vendor/local/include/glib-2.0/gio/ginetsocketaddress.h +0 -69
  138. data/vendor/local/include/glib-2.0/gio/ginitable.h +0 -96
  139. data/vendor/local/include/glib-2.0/gio/ginputstream.h +0 -172
  140. data/vendor/local/include/glib-2.0/gio/gio.h +0 -122
  141. data/vendor/local/include/glib-2.0/gio/gioenums.h +0 -1221
  142. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +0 -121
  143. data/vendor/local/include/glib-2.0/gio/gioerror.h +0 -52
  144. data/vendor/local/include/glib-2.0/gio/giomodule.h +0 -132
  145. data/vendor/local/include/glib-2.0/gio/gioscheduler.h +0 -52
  146. data/vendor/local/include/glib-2.0/gio/giostream.h +0 -112
  147. data/vendor/local/include/glib-2.0/gio/giotypes.h +0 -375
  148. data/vendor/local/include/glib-2.0/gio/gloadableicon.h +0 -97
  149. data/vendor/local/include/glib-2.0/gio/gmemoryinputstream.h +0 -82
  150. data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +0 -98
  151. data/vendor/local/include/glib-2.0/gio/gmount.h +0 -242
  152. data/vendor/local/include/glib-2.0/gio/gmountoperation.h +0 -123
  153. data/vendor/local/include/glib-2.0/gio/gnativevolumemonitor.h +0 -62
  154. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +0 -73
  155. data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +0 -71
  156. data/vendor/local/include/glib-2.0/gio/goutputstream.h +0 -207
  157. data/vendor/local/include/glib-2.0/gio/gpermission.h +0 -118
  158. data/vendor/local/include/glib-2.0/gio/gproxy.h +0 -123
  159. data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +0 -76
  160. data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +0 -75
  161. data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +0 -96
  162. data/vendor/local/include/glib-2.0/gio/gresolver.h +0 -167
  163. data/vendor/local/include/glib-2.0/gio/gseekable.h +0 -99
  164. data/vendor/local/include/glib-2.0/gio/gsettings.h +0 -258
  165. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +0 -138
  166. data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +0 -125
  167. data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +0 -45
  168. data/vendor/local/include/glib-2.0/gio/gsocket.h +0 -194
  169. data/vendor/local/include/glib-2.0/gio/gsocketaddress.h +0 -79
  170. data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +0 -89
  171. data/vendor/local/include/glib-2.0/gio/gsocketclient.h +0 -152
  172. data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +0 -74
  173. data/vendor/local/include/glib-2.0/gio/gsocketconnection.h +0 -91
  174. data/vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h +0 -105
  175. data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +0 -138
  176. data/vendor/local/include/glib-2.0/gio/gsocketservice.h +0 -88
  177. data/vendor/local/include/glib-2.0/gio/gsrvtarget.h +0 -52
  178. data/vendor/local/include/glib-2.0/gio/gtcpconnection.h +0 -68
  179. data/vendor/local/include/glib-2.0/gio/gthemedicon.h +0 -63
  180. data/vendor/local/include/glib-2.0/gio/gthreadedsocketservice.h +0 -81
  181. data/vendor/local/include/glib-2.0/gio/gvfs.h +0 -125
  182. data/vendor/local/include/glib-2.0/gio/gvolume.h +0 -211
  183. data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -150
  184. data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +0 -60
  185. data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +0 -57
  186. data/vendor/local/include/glib-2.0/glib-object.h +0 -42
  187. data/vendor/local/include/glib-2.0/glib.h +0 -99
  188. data/vendor/local/include/glib-2.0/glib/galloca.h +0 -110
  189. data/vendor/local/include/glib-2.0/glib/garray.h +0 -179
  190. data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +0 -120
  191. data/vendor/local/include/glib-2.0/glib/gatomic.h +0 -105
  192. data/vendor/local/include/glib-2.0/glib/gbacktrace.h +0 -68
  193. data/vendor/local/include/glib-2.0/glib/gbase64.h +0 -57
  194. data/vendor/local/include/glib-2.0/glib/gbitlock.h +0 -43
  195. data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +0 -215
  196. data/vendor/local/include/glib-2.0/glib/gcache.h +0 -69
  197. data/vendor/local/include/glib-2.0/glib/gchecksum.h +0 -86
  198. data/vendor/local/include/glib-2.0/glib/gcompletion.h +0 -81
  199. data/vendor/local/include/glib-2.0/glib/gconvert.h +0 -162
  200. data/vendor/local/include/glib-2.0/glib/gdataset.h +0 -122
  201. data/vendor/local/include/glib-2.0/glib/gdate.h +0 -263
  202. data/vendor/local/include/glib-2.0/glib/gdatetime.h +0 -217
  203. data/vendor/local/include/glib-2.0/glib/gdir.h +0 -52
  204. data/vendor/local/include/glib-2.0/glib/gerror.h +0 -98
  205. data/vendor/local/include/glib-2.0/glib/gfileutils.h +0 -128
  206. data/vendor/local/include/glib-2.0/glib/ghash.h +0 -166
  207. data/vendor/local/include/glib-2.0/glib/ghook.h +0 -181
  208. data/vendor/local/include/glib-2.0/glib/ghostutils.h +0 -40
  209. data/vendor/local/include/glib-2.0/glib/gi18n-lib.h +0 -38
  210. data/vendor/local/include/glib-2.0/glib/gi18n.h +0 -34
  211. data/vendor/local/include/glib-2.0/glib/giochannel.h +0 -366
  212. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +0 -266
  213. data/vendor/local/include/glib-2.0/glib/glist.h +0 -120
  214. data/vendor/local/include/glib-2.0/glib/gmacros.h +0 -284
  215. data/vendor/local/include/glib-2.0/glib/gmain.h +0 -531
  216. data/vendor/local/include/glib-2.0/glib/gmappedfile.h +0 -49
  217. data/vendor/local/include/glib-2.0/glib/gmarkup.h +0 -163
  218. data/vendor/local/include/glib-2.0/glib/gmem.h +0 -309
  219. data/vendor/local/include/glib-2.0/glib/gmessages.h +0 -343
  220. data/vendor/local/include/glib-2.0/glib/gnode.h +0 -290
  221. data/vendor/local/include/glib-2.0/glib/goption.h +0 -370
  222. data/vendor/local/include/glib-2.0/glib/gpattern.h +0 -49
  223. data/vendor/local/include/glib-2.0/glib/gpoll.h +0 -117
  224. data/vendor/local/include/glib-2.0/glib/gprimes.h +0 -51
  225. data/vendor/local/include/glib-2.0/glib/gprintf.h +0 -52
  226. data/vendor/local/include/glib-2.0/glib/gqsort.h +0 -46
  227. data/vendor/local/include/glib-2.0/glib/gquark.h +0 -52
  228. data/vendor/local/include/glib-2.0/glib/gqueue.h +0 -127
  229. data/vendor/local/include/glib-2.0/glib/grand.h +0 -85
  230. data/vendor/local/include/glib-2.0/glib/gregex.h +0 -471
  231. data/vendor/local/include/glib-2.0/glib/grel.h +0 -101
  232. data/vendor/local/include/glib-2.0/glib/gscanner.h +0 -278
  233. data/vendor/local/include/glib-2.0/glib/gsequence.h +0 -128
  234. data/vendor/local/include/glib-2.0/glib/gshell.h +0 -55
  235. data/vendor/local/include/glib-2.0/glib/gslice.h +0 -86
  236. data/vendor/local/include/glib-2.0/glib/gslist.h +0 -114
  237. data/vendor/local/include/glib-2.0/glib/gspawn.h +0 -139
  238. data/vendor/local/include/glib-2.0/glib/gstdio.h +0 -147
  239. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +0 -269
  240. data/vendor/local/include/glib-2.0/glib/gstring.h +0 -178
  241. data/vendor/local/include/glib-2.0/glib/gtestutils.h +0 -297
  242. data/vendor/local/include/glib-2.0/glib/gthread.h +0 -407
  243. data/vendor/local/include/glib-2.0/glib/gthreadpool.h +0 -114
  244. data/vendor/local/include/glib-2.0/glib/gtimer.h +0 -65
  245. data/vendor/local/include/glib-2.0/glib/gtimezone.h +0 -44
  246. data/vendor/local/include/glib-2.0/glib/gtree.h +0 -91
  247. data/vendor/local/include/glib-2.0/glib/gtypes.h +0 -451
  248. data/vendor/local/include/glib-2.0/glib/gunicode.h +0 -421
  249. data/vendor/local/include/glib-2.0/glib/gurifuncs.h +0 -81
  250. data/vendor/local/include/glib-2.0/glib/gutils.h +0 -490
  251. data/vendor/local/include/glib-2.0/glib/gvariant.h +0 -248
  252. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +0 -334
  253. data/vendor/local/include/glib-2.0/glib/gwin32.h +0 -114
  254. data/vendor/local/include/glib-2.0/gmodule.h +0 -101
  255. data/vendor/local/include/glib-2.0/gobject/gbinding.h +0 -136
  256. data/vendor/local/include/glib-2.0/gobject/gboxed.h +0 -248
  257. data/vendor/local/include/glib-2.0/gobject/gclosure.h +0 -251
  258. data/vendor/local/include/glib-2.0/gobject/genums.h +0 -261
  259. data/vendor/local/include/glib-2.0/gobject/gmarshal.h +0 -186
  260. data/vendor/local/include/glib-2.0/gobject/gobject.h +0 -567
  261. data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +0 -193
  262. data/vendor/local/include/glib-2.0/gobject/gparam.h +0 -415
  263. data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +0 -1137
  264. data/vendor/local/include/glib-2.0/gobject/gsignal.h +0 -509
  265. data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +0 -51
  266. data/vendor/local/include/glib-2.0/gobject/gtype.h +0 -1736
  267. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +0 -263
  268. data/vendor/local/include/glib-2.0/gobject/gtypeplugin.h +0 -134
  269. data/vendor/local/include/glib-2.0/gobject/gvalue.h +0 -159
  270. data/vendor/local/include/glib-2.0/gobject/gvaluearray.h +0 -77
  271. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +0 -227
  272. data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +0 -260
  273. data/vendor/local/include/libintl.h +0 -464
  274. data/vendor/local/lib/GNU.Gettext.dll +0 -0
  275. data/vendor/local/lib/gio-2.0.def +0 -1143
  276. data/vendor/local/lib/gio-2.0.lib +0 -0
  277. data/vendor/local/lib/glib-2.0.def +0 -1452
  278. data/vendor/local/lib/glib-2.0.lib +0 -0
  279. data/vendor/local/lib/glib-2.0/include/glibconfig.h +0 -284
  280. data/vendor/local/lib/gmodule-2.0.def +0 -11
  281. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  282. data/vendor/local/lib/gobject-2.0.def +0 -370
  283. data/vendor/local/lib/gobject-2.0.lib +0 -0
  284. data/vendor/local/lib/gthread-2.0.def +0 -3
  285. data/vendor/local/lib/gthread-2.0.lib +0 -0
  286. data/vendor/local/lib/intl.lib +0 -0
  287. data/vendor/local/lib/libasprintf.dll.a +0 -0
  288. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  289. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  290. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  291. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  292. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  293. data/vendor/local/lib/libintl.def +0 -31
  294. data/vendor/local/lib/libintl.dll.a +0 -0
  295. data/vendor/local/lib/pkgconfig/gio-2.0.pc +0 -15
  296. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +0 -11
  297. data/vendor/local/lib/pkgconfig/glib-2.0.pc +0 -15
  298. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +0 -14
  299. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +0 -14
  300. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +0 -11
  301. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +0 -11
  302. data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +0 -81
  303. data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +0 -3
  304. data/vendor/local/manifest/glib-dev_2.26.0-2_win32.mft +0 -570
  305. data/vendor/local/manifest/glib_2.26.0-2_win32.mft +0 -102
  306. data/vendor/local/share/aclocal/glib-2.0.m4 +0 -211
  307. data/vendor/local/share/aclocal/glib-gettext.m4 +0 -432
  308. data/vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html +0 -165
  309. data/vendor/local/share/doc/gettext/bindtextdomain.3.html +0 -160
  310. data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext.html +0 -8
  311. data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html +0 -305
  312. data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html +0 -356
  313. data/vendor/local/share/doc/gettext/csharpdoc/begin.html +0 -11
  314. data/vendor/local/share/doc/gettext/csharpdoc/index.html +0 -10
  315. data/vendor/local/share/doc/gettext/csharpdoc/namespaces.html +0 -6
  316. data/vendor/local/share/doc/gettext/envsubst.1.html +0 -213
  317. data/vendor/local/share/doc/gettext/gettext.1.html +0 -266
  318. data/vendor/local/share/doc/gettext/gettext.3.html +0 -186
  319. data/vendor/local/share/doc/gettext/ngettext.1.html +0 -280
  320. data/vendor/local/share/doc/gettext/ngettext.3.html +0 -143
  321. data/vendor/local/share/doc/gettext/textdomain.3.html +0 -150
  322. data/vendor/local/share/doc/glib-2.26.0/COPYING +0 -482
  323. data/vendor/local/share/doc/glib-dev-2.26.0/COPYING +0 -482
  324. data/vendor/local/share/doc/libasprintf/autosprintf_all.html +0 -174
  325. data/vendor/local/share/glib-2.0/gdb/glib.py +0 -249
  326. data/vendor/local/share/glib-2.0/gdb/gobject.py +0 -305
  327. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +0 -111
  328. data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +0 -279
  329. data/vendor/local/share/glib-2.0/schemas/gschema.dtd +0 -60
  330. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +0 -1403
  331. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +0 -733
  332. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +0 -343
  333. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +0 -563
  334. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +0 -291
  335. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +0 -620
  336. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +0 -245
  337. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +0 -423
  338. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +0 -398
  339. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +0 -254
  340. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +0 -6211
  341. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +0 -1833
  342. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +0 -618
  343. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +0 -2050
  344. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +0 -1124
  345. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +0 -1215
  346. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +0 -540
  347. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +0 -1416
  348. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +0 -272
  349. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +0 -206
  350. data/vendor/local/share/gtk-doc/html/gio/GFile.html +0 -7462
  351. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +0 -120
  352. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +0 -516
  353. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +0 -312
  354. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +0 -155
  355. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +0 -3144
  356. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +0 -262
  357. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +0 -353
  358. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +0 -301
  359. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +0 -217
  360. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +0 -188
  361. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +0 -189
  362. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +0 -261
  363. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +0 -479
  364. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +0 -331
  365. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +0 -717
  366. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +0 -196
  367. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +0 -388
  368. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +0 -808
  369. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +0 -301
  370. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +0 -185
  371. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +0 -393
  372. data/vendor/local/share/gtk-doc/html/gio/GMount.html +0 -1465
  373. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +0 -848
  374. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +0 -343
  375. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +0 -311
  376. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +0 -1012
  377. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +0 -560
  378. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +0 -312
  379. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +0 -348
  380. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +0 -301
  381. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +0 -787
  382. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +0 -350
  383. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +0 -2424
  384. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +0 -609
  385. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +0 -1193
  386. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +0 -107
  387. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +0 -2438
  388. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +0 -297
  389. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +0 -1292
  390. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +0 -513
  391. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +0 -337
  392. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +0 -275
  393. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +0 -745
  394. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +0 -258
  395. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +0 -165
  396. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +0 -377
  397. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +0 -197
  398. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +0 -298
  399. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +0 -222
  400. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +0 -389
  401. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +0 -288
  402. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +0 -237
  403. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +0 -237
  404. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +0 -491
  405. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +0 -274
  406. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +0 -1028
  407. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +0 -705
  408. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +0 -252
  409. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +0 -170
  410. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +0 -65
  411. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +0 -153
  412. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +0 -155
  413. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +0 -1084
  414. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +0 -223
  415. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +0 -1598
  416. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +0 -112
  417. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +0 -6250
  418. data/vendor/local/share/gtk-doc/html/gio/async.html +0 -44
  419. data/vendor/local/share/gtk-doc/html/gio/ch01.html +0 -207
  420. data/vendor/local/share/gtk-doc/html/gio/ch02.html +0 -50
  421. data/vendor/local/share/gtk-doc/html/gio/ch03.html +0 -180
  422. data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
  423. data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
  424. data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
  425. data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
  426. data/vendor/local/share/gtk-doc/html/gio/ch26.html +0 -57
  427. data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +0 -59
  428. data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +0 -159
  429. data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +0 -46
  430. data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +0 -48
  431. data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +0 -277
  432. data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +0 -95
  433. data/vendor/local/share/gtk-doc/html/gio/ch27.html +0 -70
  434. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +0 -130
  435. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +0 -202
  436. data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +0 -96
  437. data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +0 -823
  438. data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +0 -828
  439. data/vendor/local/share/gtk-doc/html/gio/conversion.html +0 -44
  440. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +0 -109
  441. data/vendor/local/share/gtk-doc/html/gio/extending.html +0 -41
  442. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +0 -38
  443. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +0 -33
  444. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +0 -50
  445. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +0 -41
  446. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +0 -59
  447. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +0 -243
  448. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +0 -316
  449. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +0 -1117
  450. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +0 -216
  451. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +0 -339
  452. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +0 -473
  453. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +0 -391
  454. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +0 -159
  455. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +0 -159
  456. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +0 -908
  457. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +0 -933
  458. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +0 -409
  459. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +0 -297
  460. data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +0 -313
  461. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +0 -736
  462. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +0 -909
  463. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +0 -666
  464. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +0 -123
  465. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +0 -53
  466. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +0 -1736
  467. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +0 -2006
  468. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +0 -102
  469. data/vendor/local/share/gtk-doc/html/gio/gvfs-overview.png +0 -0
  470. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +0 -53
  471. data/vendor/local/share/gtk-doc/html/gio/home.png +0 -0
  472. data/vendor/local/share/gtk-doc/html/gio/icons.html +0 -50
  473. data/vendor/local/share/gtk-doc/html/gio/index.html +0 -435
  474. data/vendor/local/share/gtk-doc/html/gio/index.sgml +0 -2513
  475. data/vendor/local/share/gtk-doc/html/gio/left.png +0 -0
  476. data/vendor/local/share/gtk-doc/html/gio/migrating.html +0 -62
  477. data/vendor/local/share/gtk-doc/html/gio/networking.html +0 -69
  478. data/vendor/local/share/gtk-doc/html/gio/permissions.html +0 -39
  479. data/vendor/local/share/gtk-doc/html/gio/pt01.html +0 -39
  480. data/vendor/local/share/gtk-doc/html/gio/pt02.html +0 -390
  481. data/vendor/local/share/gtk-doc/html/gio/resolver.html +0 -50
  482. data/vendor/local/share/gtk-doc/html/gio/right.png +0 -0
  483. data/vendor/local/share/gtk-doc/html/gio/settings.html +0 -38
  484. data/vendor/local/share/gtk-doc/html/gio/streaming.html +0 -92
  485. data/vendor/local/share/gtk-doc/html/gio/style.css +0 -265
  486. data/vendor/local/share/gtk-doc/html/gio/tools.html +0 -44
  487. data/vendor/local/share/gtk-doc/html/gio/types.html +0 -41
  488. data/vendor/local/share/gtk-doc/html/gio/up.png +0 -0
  489. data/vendor/local/share/gtk-doc/html/gio/utils.html +0 -33
  490. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +0 -47
  491. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +0 -77
  492. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +0 -180
  493. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +0 -312
  494. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +0 -559
  495. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +0 -362
  496. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +0 -102
  497. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +0 -124
  498. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +0 -83
  499. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +0 -194
  500. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +0 -420
  501. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +0 -359
  502. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +0 -396
  503. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +0 -417
  504. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +0 -158
  505. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +0 -419
  506. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +0 -8214
  507. data/vendor/local/share/gtk-doc/html/glib/file-name-encodings.png +0 -0
  508. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +0 -893
  509. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +0 -818
  510. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +0 -414
  511. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +0 -466
  512. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +0 -802
  513. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +0 -372
  514. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +0 -500
  515. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +0 -2056
  516. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +0 -560
  517. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +0 -1686
  518. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +0 -398
  519. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +0 -1094
  520. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +0 -1671
  521. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +0 -460
  522. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +0 -528
  523. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +0 -2045
  524. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +0 -1278
  525. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +0 -1406
  526. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +0 -548
  527. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +0 -1026
  528. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +0 -1852
  529. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +0 -2201
  530. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +0 -239
  531. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +0 -4278
  532. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +0 -1864
  533. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +0 -295
  534. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +0 -1512
  535. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +0 -1367
  536. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +0 -229
  537. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +0 -692
  538. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +0 -2196
  539. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +0 -2740
  540. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +0 -612
  541. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +0 -1451
  542. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +0 -389
  543. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +0 -1033
  544. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +0 -141
  545. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +0 -706
  546. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +0 -510
  547. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +0 -748
  548. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +0 -1105
  549. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +0 -1552
  550. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +0 -1468
  551. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +0 -194
  552. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +0 -2745
  553. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +0 -752
  554. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +0 -269
  555. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +0 -578
  556. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +0 -532
  557. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +0 -1353
  558. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +0 -238
  559. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +0 -1282
  560. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +0 -1213
  561. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +0 -924
  562. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +0 -470
  563. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +0 -301
  564. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +0 -2960
  565. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +0 -1291
  566. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +0 -1805
  567. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +0 -3478
  568. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +0 -606
  569. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +0 -3411
  570. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +0 -245
  571. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +0 -188
  572. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +0 -263
  573. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +0 -400
  574. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +0 -3448
  575. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +0 -253
  576. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +0 -438
  577. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +0 -476
  578. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +0 -466
  579. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +0 -159
  580. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +0 -118
  581. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +0 -64
  582. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +0 -160
  583. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +0 -120
  584. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +0 -59
  585. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +0 -93
  586. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +0 -2217
  587. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +0 -121
  588. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +0 -319
  589. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +0 -118
  590. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +0 -2183
  591. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +0 -2671
  592. data/vendor/local/share/gtk-doc/html/glib/glib.html +0 -80
  593. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +0 -72
  594. data/vendor/local/share/gtk-doc/html/glib/gtester.html +0 -131
  595. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +0 -1288
  596. data/vendor/local/share/gtk-doc/html/glib/home.png +0 -0
  597. data/vendor/local/share/gtk-doc/html/glib/index.html +0 -344
  598. data/vendor/local/share/gtk-doc/html/glib/index.sgml +0 -2846
  599. data/vendor/local/share/gtk-doc/html/glib/left.png +0 -0
  600. data/vendor/local/share/gtk-doc/html/glib/mainloop-states.gif +0 -0
  601. data/vendor/local/share/gtk-doc/html/glib/right.png +0 -0
  602. data/vendor/local/share/gtk-doc/html/glib/style.css +0 -265
  603. data/vendor/local/share/gtk-doc/html/glib/tools.html +0 -41
  604. data/vendor/local/share/gtk-doc/html/glib/up.png +0 -0
  605. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +0 -803
  606. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +0 -710
  607. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +0 -453
  608. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +0 -47
  609. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +0 -85
  610. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +0 -55
  611. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +0 -51
  612. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +0 -46
  613. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +0 -38
  614. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +0 -46
  615. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +0 -73
  616. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +0 -201
  617. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +0 -178
  618. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +0 -42
  619. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +0 -42
  620. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +0 -50
  621. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +0 -2721
  622. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +0 -136
  623. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +0 -113
  624. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +0 -293
  625. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +0 -263
  626. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +0 -92
  627. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +0 -214
  628. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +0 -361
  629. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +0 -307
  630. data/vendor/local/share/gtk-doc/html/gobject/glue.png +0 -0
  631. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +0 -417
  632. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +0 -2412
  633. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +0 -847
  634. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +0 -1433
  635. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +0 -776
  636. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +0 -2741
  637. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +0 -5555
  638. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +0 -2875
  639. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +0 -4460
  640. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +0 -416
  641. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +0 -260
  642. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +0 -234
  643. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +0 -270
  644. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +0 -117
  645. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +0 -762
  646. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +0 -801
  647. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +0 -143
  648. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +0 -287
  649. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +0 -316
  650. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +0 -76
  651. data/vendor/local/share/gtk-doc/html/gobject/home.png +0 -0
  652. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +0 -100
  653. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +0 -86
  654. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +0 -113
  655. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +0 -122
  656. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +0 -257
  657. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +0 -283
  658. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +0 -125
  659. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +0 -167
  660. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +0 -160
  661. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +0 -121
  662. data/vendor/local/share/gtk-doc/html/gobject/index.html +0 -192
  663. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +0 -786
  664. data/vendor/local/share/gtk-doc/html/gobject/left.png +0 -0
  665. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +0 -72
  666. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +0 -80
  667. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +0 -66
  668. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +0 -55
  669. data/vendor/local/share/gtk-doc/html/gobject/right.png +0 -0
  670. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +0 -85
  671. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +0 -47
  672. data/vendor/local/share/gtk-doc/html/gobject/signal.html +0 -377
  673. data/vendor/local/share/gtk-doc/html/gobject/style.css +0 -265
  674. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +0 -35
  675. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +0 -40
  676. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +0 -63
  677. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +0 -55
  678. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +0 -43
  679. data/vendor/local/share/gtk-doc/html/gobject/up.png +0 -0
  680. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  681. data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
  682. data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
  683. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  684. data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
  685. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  686. data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
  687. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  688. data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
  689. data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
  690. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  691. data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
  692. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
  693. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  694. data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
  695. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  696. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  697. data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
  698. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  699. data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
  700. data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
  701. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  702. data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
  703. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  704. data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
  705. data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
  706. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  707. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
  708. data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
  709. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
  710. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  711. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  712. data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
  713. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  714. data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
  715. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  716. data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
  717. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  718. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  719. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  720. data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
  721. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  722. data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
  723. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  724. data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
  725. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  726. data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
  727. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  728. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  729. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  730. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  731. data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
  732. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  733. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  734. data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
  735. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  736. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  737. data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
  738. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  739. data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
  740. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  741. data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
  742. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  743. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  744. data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
  745. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  746. data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
  747. data/vendor/local/share/locale/locale.alias +0 -77
  748. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  749. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  750. data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
  751. data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
  752. data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
  753. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  754. data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
  755. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  756. data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
  757. data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
  758. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  759. data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
  760. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  761. data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
  762. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  763. data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
  764. data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
  765. data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
  766. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  767. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  768. data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
  769. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  770. data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
  771. data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
  772. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  773. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
  774. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  775. data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
  776. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  777. data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
  778. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  779. data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
  780. data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
  781. data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
  782. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  783. data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
  784. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  785. data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
  786. data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
  787. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  788. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
  789. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  790. data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
  791. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  792. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  793. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  794. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  795. data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
  796. data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
  797. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  798. data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
  799. data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
  800. data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
  801. data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
  802. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  803. data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
  804. data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
  805. data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
  806. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
  807. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  808. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
  809. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  810. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
  811. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  812. data/vendor/local/share/man/man1/envsubst.1 +0 -54
  813. data/vendor/local/share/man/man1/gettext.1 +0 -69
  814. data/vendor/local/share/man/man1/glib-genmarshal.1 +0 -312
  815. data/vendor/local/share/man/man1/glib-mkenums.1 +0 -246
  816. data/vendor/local/share/man/man1/gobject-query.1 +0 -83
  817. data/vendor/local/share/man/man1/ngettext.1 +0 -68
  818. data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +0 -72
  819. data/vendor/local/share/man/man3/bindtextdomain.3 +0 -69
  820. data/vendor/local/share/man/man3/dcgettext.3 +0 -1
  821. data/vendor/local/share/man/man3/dcngettext.3 +0 -1
  822. data/vendor/local/share/man/man3/dgettext.3 +0 -1
  823. data/vendor/local/share/man/man3/dngettext.3 +0 -1
  824. data/vendor/local/share/man/man3/gettext.3 +0 -99
  825. data/vendor/local/share/man/man3/ngettext.3 +0 -60
  826. data/vendor/local/share/man/man3/textdomain.3 +0 -57
  827. data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log +0 -10423
  828. data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh +0 -457
  829. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.log +0 -2867
  830. data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +0 -64
@@ -1,344 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GLib Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
- <link rel="home" href="index.html" title="GLib Reference Manual">
8
- <link rel="next" href="glib.html" title="GLib Overview">
9
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
10
- <link rel="stylesheet" href="style.css" type="text/css">
11
- </head>
12
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
- <div class="book">
14
- <div class="titlepage">
15
- <div>
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
- <div><p class="releaseinfo">
18
- for GLib 2.26.0
19
-
20
- The latest version of this documentation can be found on-line at
21
- <a class="ulink" href="http://library.gnome.org/devel/glib/unstable/" target="_top">http://library.gnome.org/devel/glib/unstable/</a>.
22
- </p></div>
23
- </div>
24
- <hr>
25
- </div>
26
- <div class="toc"><dl>
27
- <dt><span class="chapter"><a href="glib.html">GLib Overview</a></span></dt>
28
- <dd><dl>
29
- <dt>
30
- <span class="refentrytitle"><a href="glib-building.html">Compiling the GLib package</a></span><span class="refpurpose"> —
31
- How to compile GLib itself
32
- </span>
33
- </dt>
34
- <dt>
35
- <span class="refentrytitle"><a href="glib-cross-compiling.html">Cross-compiling the GLib package</a></span><span class="refpurpose"> —
36
- How to cross-compile GLib
37
- </span>
38
- </dt>
39
- <dt>
40
- <span class="refentrytitle"><a href="glib-compiling.html">Compiling GLib Applications</a></span><span class="refpurpose"> —
41
- How to compile your GLib application
42
- </span>
43
- </dt>
44
- <dt>
45
- <span class="refentrytitle"><a href="glib-running.html">Running GLib Applications</a></span><span class="refpurpose"> —
46
- How to run and debug your GLib application
47
- </span>
48
- </dt>
49
- <dt>
50
- <span class="refentrytitle"><a href="glib-changes.html">Changes to GLib</a></span><span class="refpurpose"> —
51
- Incompatible changes made between successing versions of GLib
52
- </span>
53
- </dt>
54
- <dt>
55
- <span class="refentrytitle"><a href="glib-regex-syntax.html">Regular expression syntax</a></span><span class="refpurpose"> —
56
- Syntax and semantics of the regular expressions supported by GRegex
57
- </span>
58
- </dt>
59
- <dt>
60
- <span class="refentrytitle"><a href="glib-resources.html">Mailing lists and bug reports</a></span><span class="refpurpose"> —
61
- Getting help with GLib
62
- </span>
63
- </dt>
64
- </dl></dd>
65
- <dt><span class="chapter"><a href="glib-fundamentals.html">GLib Fundamentals</a></span></dt>
66
- <dd><dl>
67
- <dt>
68
- <span class="refentrytitle"><a href="glib-Version-Information.html">Version Information</a></span><span class="refpurpose"> — Variables and functions to check the GLib version</span>
69
- </dt>
70
- <dt>
71
- <span class="refentrytitle"><a href="glib-Basic-Types.html">Basic Types</a></span><span class="refpurpose"> — standard GLib types, defined for ease-of-use and portability</span>
72
- </dt>
73
- <dt>
74
- <span class="refentrytitle"><a href="glib-Limits-of-Basic-Types.html">Limits of Basic Types</a></span><span class="refpurpose"> — portable method of determining the limits of the standard types</span>
75
- </dt>
76
- <dt>
77
- <span class="refentrytitle"><a href="glib-Standard-Macros.html">Standard Macros</a></span><span class="refpurpose"> — commonly-used macros.</span>
78
- </dt>
79
- <dt>
80
- <span class="refentrytitle"><a href="glib-Type-Conversion-Macros.html">Type Conversion Macros</a></span><span class="refpurpose"> — portably storing integers in pointer variables</span>
81
- </dt>
82
- <dt>
83
- <span class="refentrytitle"><a href="glib-Byte-Order-Macros.html">Byte Order Macros</a></span><span class="refpurpose"> — a portable way to convert between different byte orders</span>
84
- </dt>
85
- <dt>
86
- <span class="refentrytitle"><a href="glib-Numerical-Definitions.html">Numerical Definitions</a></span><span class="refpurpose"> — mathematical constants, and floating point decomposition</span>
87
- </dt>
88
- <dt>
89
- <span class="refentrytitle"><a href="glib-Miscellaneous-Macros.html">Miscellaneous Macros</a></span><span class="refpurpose"> — specialized macros which are not used often</span>
90
- </dt>
91
- <dt>
92
- <span class="refentrytitle"><a href="glib-Atomic-Operations.html">Atomic Operations</a></span><span class="refpurpose"> — basic atomic integer and pointer operations</span>
93
- </dt>
94
- </dl></dd>
95
- <dt><span class="chapter"><a href="glib-core.html">GLib Core Application Support</a></span></dt>
96
- <dd><dl>
97
- <dt>
98
- <span class="refentrytitle"><a href="glib-The-Main-Event-Loop.html">The Main Event Loop</a></span><span class="refpurpose"> — manages all available sources of events</span>
99
- </dt>
100
- <dt>
101
- <span class="refentrytitle"><a href="glib-Threads.html">Threads</a></span><span class="refpurpose"> — thread abstraction; including threads, different
102
- mutexes, conditions and thread private data</span>
103
- </dt>
104
- <dt>
105
- <span class="refentrytitle"><a href="glib-Thread-Pools.html">Thread Pools</a></span><span class="refpurpose"> — pools of threads to execute work concurrently</span>
106
- </dt>
107
- <dt>
108
- <span class="refentrytitle"><a href="glib-Asynchronous-Queues.html">Asynchronous Queues</a></span><span class="refpurpose"> — asynchronous communication between threads</span>
109
- </dt>
110
- <dt>
111
- <span class="refentrytitle"><a href="glib-Dynamic-Loading-of-Modules.html">Dynamic Loading of Modules</a></span><span class="refpurpose"> — portable method for dynamically loading 'plug-ins'</span>
112
- </dt>
113
- <dt>
114
- <span class="refentrytitle"><a href="glib-Memory-Allocation.html">Memory Allocation</a></span><span class="refpurpose"> — general memory-handling</span>
115
- </dt>
116
- <dt>
117
- <span class="refentrytitle"><a href="glib-IO-Channels.html">IO Channels</a></span><span class="refpurpose"> — portable support for using files, pipes and
118
- sockets</span>
119
- </dt>
120
- <dt>
121
- <span class="refentrytitle"><a href="glib-Error-Reporting.html">Error Reporting</a></span><span class="refpurpose"> — a system for reporting errors</span>
122
- </dt>
123
- <dt>
124
- <span class="refentrytitle"><a href="glib-Warnings-and-Assertions.html">Message Output and Debugging Functions</a></span><span class="refpurpose"> — functions to output messages and help debug applications</span>
125
- </dt>
126
- <dt>
127
- <span class="refentrytitle"><a href="glib-Message-Logging.html">Message Logging</a></span><span class="refpurpose"> — versatile support for logging messages with different levels of importance</span>
128
- </dt>
129
- </dl></dd>
130
- <dt><span class="chapter"><a href="glib-utilities.html">GLib Utilities</a></span></dt>
131
- <dd><dl>
132
- <dt>
133
- <span class="refentrytitle"><a href="glib-String-Utility-Functions.html">String Utility Functions</a></span><span class="refpurpose"> — various string-related functions</span>
134
- </dt>
135
- <dt>
136
- <span class="refentrytitle"><a href="glib-Character-Set-Conversion.html">Character Set Conversion</a></span><span class="refpurpose"> — Convert strings between different character sets</span>
137
- </dt>
138
- <dt>
139
- <span class="refentrytitle"><a href="glib-Unicode-Manipulation.html">Unicode Manipulation</a></span><span class="refpurpose"> — functions operating on Unicode characters and UTF-8 strings</span>
140
- </dt>
141
- <dt>
142
- <span class="refentrytitle"><a href="glib-Base64-Encoding.html">Base64 Encoding</a></span><span class="refpurpose"> — encodes and decodes data in Base64 format</span>
143
- </dt>
144
- <dt>
145
- <span class="refentrytitle"><a href="glib-Data-Checksums.html">Data Checksums</a></span><span class="refpurpose"> — Computes the checksum for data</span>
146
- </dt>
147
- <dt>
148
- <span class="refentrytitle"><a href="glib-I18N.html">Internationalization</a></span><span class="refpurpose"> — gettext support macros</span>
149
- </dt>
150
- <dt>
151
- <span class="refentrytitle"><a href="glib-Date-and-Time-Functions.html">Date and Time Functions</a></span><span class="refpurpose"> — calendrical calculations and miscellaneous time stuff</span>
152
- </dt>
153
- <dt>
154
- <span class="refentrytitle"><a href="glib-GTimeZone.html">GTimeZone</a></span><span class="refpurpose"> — A structure representing a time zone</span>
155
- </dt>
156
- <dt>
157
- <span class="refentrytitle"><a href="glib-GDateTime.html">GDateTime</a></span><span class="refpurpose"> — A structure representing Date and Time</span>
158
- </dt>
159
- <dt>
160
- <span class="refentrytitle"><a href="glib-Random-Numbers.html">Random Numbers</a></span><span class="refpurpose"> — pseudo-random number generator</span>
161
- </dt>
162
- <dt>
163
- <span class="refentrytitle"><a href="glib-Hook-Functions.html">Hook Functions</a></span><span class="refpurpose"> — support for manipulating lists of hook functions</span>
164
- </dt>
165
- <dt>
166
- <span class="refentrytitle"><a href="glib-Miscellaneous-Utility-Functions.html">Miscellaneous Utility Functions</a></span><span class="refpurpose"> — a selection of portable utility functions</span>
167
- </dt>
168
- <dt>
169
- <span class="refentrytitle"><a href="glib-Lexical-Scanner.html">Lexical Scanner</a></span><span class="refpurpose"> — a general purpose lexical scanner</span>
170
- </dt>
171
- <dt>
172
- <span class="refentrytitle"><a href="glib-Automatic-String-Completion.html">Automatic String Completion</a></span><span class="refpurpose"> — support for automatic completion using a group
173
- of target strings</span>
174
- </dt>
175
- <dt>
176
- <span class="refentrytitle"><a href="glib-Timers.html">Timers</a></span><span class="refpurpose"> — keep track of elapsed time</span>
177
- </dt>
178
- <dt>
179
- <span class="refentrytitle"><a href="glib-Spawning-Processes.html">Spawning Processes</a></span><span class="refpurpose"> — process launching</span>
180
- </dt>
181
- <dt>
182
- <span class="refentrytitle"><a href="glib-File-Utilities.html">File Utilities</a></span><span class="refpurpose"> — various file-related functions</span>
183
- </dt>
184
- <dt>
185
- <span class="refentrytitle"><a href="glib-URI-Functions.html">URI Functions</a></span><span class="refpurpose"> — URI Functions</span>
186
- </dt>
187
- <dt>
188
- <span class="refentrytitle"><a href="glib-Hostname-Utilities.html">Hostname Utilities</a></span><span class="refpurpose"> — Internet hostname utilities</span>
189
- </dt>
190
- <dt>
191
- <span class="refentrytitle"><a href="glib-Shell-related-Utilities.html">Shell-related Utilities</a></span><span class="refpurpose"> — shell-like commandline handling</span>
192
- </dt>
193
- <dt>
194
- <span class="refentrytitle"><a href="glib-Commandline-option-parser.html">Commandline option parser</a></span><span class="refpurpose"> — parses commandline options</span>
195
- </dt>
196
- <dt>
197
- <span class="refentrytitle"><a href="glib-Glob-style-pattern-matching.html">Glob-style pattern matching</a></span><span class="refpurpose"> — matches strings against patterns containing '*'
198
- (wildcard) and '?' (joker)</span>
199
- </dt>
200
- <dt>
201
- <span class="refentrytitle"><a href="glib-Perl-compatible-regular-expressions.html">Perl-compatible regular expressions</a></span><span class="refpurpose"> — matches strings against regular expressions</span>
202
- </dt>
203
- <dt>
204
- <span class="refentrytitle"><a href="glib-Simple-XML-Subset-Parser.html">Simple XML Subset Parser</a></span><span class="refpurpose"> — parses a subset of XML</span>
205
- </dt>
206
- <dt>
207
- <span class="refentrytitle"><a href="glib-Key-value-file-parser.html">Key-value file parser</a></span><span class="refpurpose"> — parses <code class="filename">.ini</code>-like config files</span>
208
- </dt>
209
- <dt>
210
- <span class="refentrytitle"><a href="glib-Bookmark-file-parser.html">Bookmark file parser</a></span><span class="refpurpose"> — parses files containing bookmarks</span>
211
- </dt>
212
- <dt>
213
- <span class="refentrytitle"><a href="glib-Testing.html">Testing</a></span><span class="refpurpose"> — a test framework</span>
214
- </dt>
215
- <dt>
216
- <span class="refentrytitle"><a href="glib-Windows-Compatibility-Functions.html">Windows Compatibility Functions</a></span><span class="refpurpose"> — UNIX emulation on Windows</span>
217
- </dt>
218
- </dl></dd>
219
- <dt><span class="chapter"><a href="glib-data-types.html">GLib Data Types</a></span></dt>
220
- <dd><dl>
221
- <dt>
222
- <span class="refentrytitle"><a href="glib-Memory-Slices.html">Memory Slices</a></span><span class="refpurpose"> — efficient way to allocate groups of equal-sized chunks of memory</span>
223
- </dt>
224
- <dt>
225
- <span class="refentrytitle"><a href="glib-Memory-Chunks.html">Memory Chunks</a></span><span class="refpurpose"> — deprecated way to allocate groups of equal-sized
226
- chunks of memory</span>
227
- </dt>
228
- <dt>
229
- <span class="refentrytitle"><a href="glib-Doubly-Linked-Lists.html">Doubly-Linked Lists</a></span><span class="refpurpose"> — linked lists containing integer values or
230
- pointers to data, with the ability to iterate
231
- over the list in both directions</span>
232
- </dt>
233
- <dt>
234
- <span class="refentrytitle"><a href="glib-Singly-Linked-Lists.html">Singly-Linked Lists</a></span><span class="refpurpose"> — linked lists containing integer values or
235
- pointers to data, limited to iterating over the
236
- list in one direction</span>
237
- </dt>
238
- <dt>
239
- <span class="refentrytitle"><a href="glib-Double-ended-Queues.html">Double-ended Queues</a></span><span class="refpurpose"> — double-ended queue data structure</span>
240
- </dt>
241
- <dt>
242
- <span class="refentrytitle"><a href="glib-Sequences.html">Sequences</a></span><span class="refpurpose"> — scalable lists</span>
243
- </dt>
244
- <dt>
245
- <span class="refentrytitle"><a href="glib-Trash-Stacks.html">Trash Stacks</a></span><span class="refpurpose"> — maintain a stack of unused allocated memory chunks</span>
246
- </dt>
247
- <dt>
248
- <span class="refentrytitle"><a href="glib-Hash-Tables.html">Hash Tables</a></span><span class="refpurpose"> — associations between keys and values so that
249
- given a key the value can be found quickly</span>
250
- </dt>
251
- <dt>
252
- <span class="refentrytitle"><a href="glib-Strings.html">Strings</a></span><span class="refpurpose"> — text buffers which grow automatically as text is added</span>
253
- </dt>
254
- <dt>
255
- <span class="refentrytitle"><a href="glib-String-Chunks.html">String Chunks</a></span><span class="refpurpose"> — efficient storage of groups of strings</span>
256
- </dt>
257
- <dt>
258
- <span class="refentrytitle"><a href="glib-Arrays.html">Arrays</a></span><span class="refpurpose"> — arrays of arbitrary elements which grow
259
- automatically as elements are added</span>
260
- </dt>
261
- <dt>
262
- <span class="refentrytitle"><a href="glib-Pointer-Arrays.html">Pointer Arrays</a></span><span class="refpurpose"> — arrays of pointers to any type of data, which
263
- grow automatically as new elements are added</span>
264
- </dt>
265
- <dt>
266
- <span class="refentrytitle"><a href="glib-Byte-Arrays.html">Byte Arrays</a></span><span class="refpurpose"> — arrays of bytes, which grow automatically as
267
- elements are added</span>
268
- </dt>
269
- <dt>
270
- <span class="refentrytitle"><a href="glib-Balanced-Binary-Trees.html">Balanced Binary Trees</a></span><span class="refpurpose"> — a sorted collection of key/value pairs optimized
271
- for searching and traversing in order</span>
272
- </dt>
273
- <dt>
274
- <span class="refentrytitle"><a href="glib-N-ary-Trees.html">N-ary Trees</a></span><span class="refpurpose"> — trees of data with any number of branches</span>
275
- </dt>
276
- <dt>
277
- <span class="refentrytitle"><a href="glib-Quarks.html">Quarks</a></span><span class="refpurpose"> — a 2-way association between a string and a
278
- unique integer identifier</span>
279
- </dt>
280
- <dt>
281
- <span class="refentrytitle"><a href="glib-Keyed-Data-Lists.html">Keyed Data Lists</a></span><span class="refpurpose"> — lists of data elements which are accessible by a
282
- string or GQuark identifier</span>
283
- </dt>
284
- <dt>
285
- <span class="refentrytitle"><a href="glib-Datasets.html">Datasets</a></span><span class="refpurpose"> — associate groups of data elements with
286
- particular memory locations</span>
287
- </dt>
288
- <dt>
289
- <span class="refentrytitle"><a href="glib-Relations-and-Tuples.html">Relations and Tuples</a></span><span class="refpurpose"> — tables of data which can be indexed on any
290
- number of fields</span>
291
- </dt>
292
- <dt>
293
- <span class="refentrytitle"><a href="glib-Caches.html">Caches</a></span><span class="refpurpose"> — caches allow sharing of complex data structures
294
- to save resources</span>
295
- </dt>
296
- <dt>
297
- <span class="refentrytitle"><a href="glib-Memory-Allocators.html">Memory Allocators</a></span><span class="refpurpose"> — deprecated way to allocate chunks of memory for
298
- GList, GSList and GNode</span>
299
- </dt>
300
- <dt>
301
- <span class="refentrytitle"><a href="glib-GVariantType.html">GVariantType</a></span><span class="refpurpose"> — introduction to the GVariant type system</span>
302
- </dt>
303
- <dt>
304
- <span class="refentrytitle"><a href="glib-GVariant.html">GVariant</a></span><span class="refpurpose"> — strongly typed value datatype</span>
305
- </dt>
306
- <dt>
307
- <span class="refentrytitle"><a href="gvariant-format-strings.html">GVariant Format Strings</a></span><span class="refpurpose"></span>
308
- </dt>
309
- </dl></dd>
310
- <dt><span class="chapter"><a href="tools.html">GLib Tools</a></span></dt>
311
- <dd><dl>
312
- <dt>
313
- <span class="refentrytitle"><a href="glib-gettextize.html">glib-gettextize</a></span><span class="refpurpose"> — gettext internationalization utility</span>
314
- </dt>
315
- <dt>
316
- <span class="refentrytitle"><a href="gtester.html">gtester</a></span><span class="refpurpose"> — test running utility</span>
317
- </dt>
318
- <dt>
319
- <span class="refentrytitle"><a href="gtester-report.html">gtester-report</a></span><span class="refpurpose"> — test report formatting utility</span>
320
- </dt>
321
- </dl></dd>
322
- <dt><span class="index"><a href="api-index-full.html">Index</a></span></dt>
323
- <dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
324
- <dt><span class="index"><a href="api-index-2-2.html">Index of new symbols in 2.2</a></span></dt>
325
- <dt><span class="index"><a href="api-index-2-4.html">Index of new symbols in 2.4</a></span></dt>
326
- <dt><span class="index"><a href="api-index-2-6.html">Index of new symbols in 2.6</a></span></dt>
327
- <dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in 2.8</a></span></dt>
328
- <dt><span class="index"><a href="api-index-2-10.html">Index of new symbols in 2.10</a></span></dt>
329
- <dt><span class="index"><a href="api-index-2-12.html">Index of new symbols in 2.12</a></span></dt>
330
- <dt><span class="index"><a href="api-index-2-14.html">Index of new symbols in 2.14</a></span></dt>
331
- <dt><span class="index"><a href="api-index-2-16.html">Index of new symbols in 2.16</a></span></dt>
332
- <dt><span class="index"><a href="api-index-2-18.html">Index of new symbols in 2.18</a></span></dt>
333
- <dt><span class="index"><a href="api-index-2-20.html">Index of new symbols in 2.20</a></span></dt>
334
- <dt><span class="index"><a href="api-index-2-22.html">Index of new symbols in 2.22</a></span></dt>
335
- <dt><span class="index"><a href="api-index-2-24.html">Index of new symbols in 2.24</a></span></dt>
336
- <dt><span class="index"><a href="api-index-2-26.html">Index of new symbols in 2.26</a></span></dt>
337
- <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
338
- </dl></div>
339
- </div>
340
- <div class="footer">
341
- <hr>
342
- Generated by GTK-Doc V1.15.1</div>
343
- </body>
344
- </html>
@@ -1,2846 +0,0 @@
1
- <ONLINE href="http://library.gnome.org/devel/glib/unstable/">
2
- <ANCHOR id="glib-building" href="glib/glib-building.html">
3
- <ANCHOR id="building" href="glib/glib-building.html#building">
4
- <ANCHOR id="dependencies" href="glib/glib-building.html#dependencies">
5
- <ANCHOR id="extra-configuration-options" href="glib/glib-building.html#extra-configuration-options">
6
- <ANCHOR id="glib-cross-compiling" href="glib/glib-cross-compiling.html">
7
- <ANCHOR id="cross" href="glib/glib-cross-compiling.html#cross">
8
- <ANCHOR id="cache-file-variables" href="glib/glib-cross-compiling.html#cache-file-variables">
9
- <ANCHOR id="glib-compiling" href="glib/glib-compiling.html">
10
- <ANCHOR id="glib-running" href="glib/glib-running.html">
11
- <ANCHOR id="setlocale" href="glib/glib-running.html#setlocale">
12
- <ANCHOR id="glib-changes" href="glib/glib-changes.html">
13
- <ANCHOR id="glib-regex-syntax" href="glib/glib-regex-syntax.html">
14
- <ANCHOR id="glib-resources" href="glib/glib-resources.html">
15
- <ANCHOR id="glib-Version-Information" href="glib/glib-Version-Information.html">
16
- <ANCHOR id="glib-Version-Information.synopsis" href="glib/glib-Version-Information.html#glib-Version-Information.synopsis">
17
- <ANCHOR id="glib-Version-Information.description" href="glib/glib-Version-Information.html#glib-Version-Information.description">
18
- <ANCHOR id="glib-Version-Information.details" href="glib/glib-Version-Information.html#glib-Version-Information.details">
19
- <ANCHOR id="glib-major-version" href="glib/glib-Version-Information.html#glib-major-version">
20
- <ANCHOR id="glib-minor-version" href="glib/glib-Version-Information.html#glib-minor-version">
21
- <ANCHOR id="glib-micro-version" href="glib/glib-Version-Information.html#glib-micro-version">
22
- <ANCHOR id="glib-binary-age" href="glib/glib-Version-Information.html#glib-binary-age">
23
- <ANCHOR id="glib-interface-age" href="glib/glib-Version-Information.html#glib-interface-age">
24
- <ANCHOR id="glib-check-version" href="glib/glib-Version-Information.html#glib-check-version">
25
- <ANCHOR id="GLIB-MAJOR-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS">
26
- <ANCHOR id="GLIB-MINOR-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS">
27
- <ANCHOR id="GLIB-MICRO-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS">
28
- <ANCHOR id="GLIB-CHECK-VERSION:CAPS" href="glib/glib-Version-Information.html#GLIB-CHECK-VERSION:CAPS">
29
- <ANCHOR id="glib-Basic-Types" href="glib/glib-Basic-Types.html">
30
- <ANCHOR id="glib-Basic-Types.synopsis" href="glib/glib-Basic-Types.html#glib-Basic-Types.synopsis">
31
- <ANCHOR id="glib-Basic-Types.description" href="glib/glib-Basic-Types.html#glib-Basic-Types.description">
32
- <ANCHOR id="glib-Basic-Types.details" href="glib/glib-Basic-Types.html#glib-Basic-Types.details">
33
- <ANCHOR id="gboolean" href="glib/glib-Basic-Types.html#gboolean">
34
- <ANCHOR id="gpointer" href="glib/glib-Basic-Types.html#gpointer">
35
- <ANCHOR id="gconstpointer" href="glib/glib-Basic-Types.html#gconstpointer">
36
- <ANCHOR id="gchar" href="glib/glib-Basic-Types.html#gchar">
37
- <ANCHOR id="guchar" href="glib/glib-Basic-Types.html#guchar">
38
- <ANCHOR id="gint" href="glib/glib-Basic-Types.html#gint">
39
- <ANCHOR id="guint" href="glib/glib-Basic-Types.html#guint">
40
- <ANCHOR id="gshort" href="glib/glib-Basic-Types.html#gshort">
41
- <ANCHOR id="gushort" href="glib/glib-Basic-Types.html#gushort">
42
- <ANCHOR id="glong" href="glib/glib-Basic-Types.html#glong">
43
- <ANCHOR id="gulong" href="glib/glib-Basic-Types.html#gulong">
44
- <ANCHOR id="gint8" href="glib/glib-Basic-Types.html#gint8">
45
- <ANCHOR id="guint8" href="glib/glib-Basic-Types.html#guint8">
46
- <ANCHOR id="gint16" href="glib/glib-Basic-Types.html#gint16">
47
- <ANCHOR id="guint16" href="glib/glib-Basic-Types.html#guint16">
48
- <ANCHOR id="gint32" href="glib/glib-Basic-Types.html#gint32">
49
- <ANCHOR id="guint32" href="glib/glib-Basic-Types.html#guint32">
50
- <ANCHOR id="G-HAVE-GINT64:CAPS" href="glib/glib-Basic-Types.html#G-HAVE-GINT64:CAPS">
51
- <ANCHOR id="gint64" href="glib/glib-Basic-Types.html#gint64">
52
- <ANCHOR id="guint64" href="glib/glib-Basic-Types.html#guint64">
53
- <ANCHOR id="G-GINT64-CONSTANT:CAPS" href="glib/glib-Basic-Types.html#G-GINT64-CONSTANT:CAPS">
54
- <ANCHOR id="G-GUINT64-CONSTANT:CAPS" href="glib/glib-Basic-Types.html#G-GUINT64-CONSTANT:CAPS">
55
- <ANCHOR id="gfloat" href="glib/glib-Basic-Types.html#gfloat">
56
- <ANCHOR id="gdouble" href="glib/glib-Basic-Types.html#gdouble">
57
- <ANCHOR id="gsize" href="glib/glib-Basic-Types.html#gsize">
58
- <ANCHOR id="gssize" href="glib/glib-Basic-Types.html#gssize">
59
- <ANCHOR id="goffset" href="glib/glib-Basic-Types.html#goffset">
60
- <ANCHOR id="G-GOFFSET-CONSTANT:CAPS" href="glib/glib-Basic-Types.html#G-GOFFSET-CONSTANT:CAPS">
61
- <ANCHOR id="gintptr" href="glib/glib-Basic-Types.html#gintptr">
62
- <ANCHOR id="guintptr" href="glib/glib-Basic-Types.html#guintptr">
63
- <ANCHOR id="glib-Limits-of-Basic-Types" href="glib/glib-Limits-of-Basic-Types.html">
64
- <ANCHOR id="glib-Limits-of-Basic-Types.synopsis" href="glib/glib-Limits-of-Basic-Types.html#glib-Limits-of-Basic-Types.synopsis">
65
- <ANCHOR id="glib-Limits-of-Basic-Types.description" href="glib/glib-Limits-of-Basic-Types.html#glib-Limits-of-Basic-Types.description">
66
- <ANCHOR id="glib-Limits-of-Basic-Types.details" href="glib/glib-Limits-of-Basic-Types.html#glib-Limits-of-Basic-Types.details">
67
- <ANCHOR id="G-MININT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MININT:CAPS">
68
- <ANCHOR id="G-MAXINT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXINT:CAPS">
69
- <ANCHOR id="G-MAXUINT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUINT:CAPS">
70
- <ANCHOR id="G-MINSHORT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINSHORT:CAPS">
71
- <ANCHOR id="G-MAXSHORT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXSHORT:CAPS">
72
- <ANCHOR id="G-MAXUSHORT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUSHORT:CAPS">
73
- <ANCHOR id="G-MINLONG:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINLONG:CAPS">
74
- <ANCHOR id="G-MAXLONG:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXLONG:CAPS">
75
- <ANCHOR id="G-MAXULONG:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXULONG:CAPS">
76
- <ANCHOR id="G-MININT8:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MININT8:CAPS">
77
- <ANCHOR id="G-MAXINT8:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXINT8:CAPS">
78
- <ANCHOR id="G-MAXUINT8:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUINT8:CAPS">
79
- <ANCHOR id="G-MININT16:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MININT16:CAPS">
80
- <ANCHOR id="G-MAXINT16:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXINT16:CAPS">
81
- <ANCHOR id="G-MAXUINT16:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUINT16:CAPS">
82
- <ANCHOR id="G-MININT32:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MININT32:CAPS">
83
- <ANCHOR id="G-MAXINT32:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXINT32:CAPS">
84
- <ANCHOR id="G-MAXUINT32:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUINT32:CAPS">
85
- <ANCHOR id="G-MININT64:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MININT64:CAPS">
86
- <ANCHOR id="G-MAXINT64:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXINT64:CAPS">
87
- <ANCHOR id="G-MAXUINT64:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXUINT64:CAPS">
88
- <ANCHOR id="G-MAXSIZE:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXSIZE:CAPS">
89
- <ANCHOR id="G-MINSSIZE:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINSSIZE:CAPS">
90
- <ANCHOR id="G-MAXSSIZE:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXSSIZE:CAPS">
91
- <ANCHOR id="G-MINOFFSET:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINOFFSET:CAPS">
92
- <ANCHOR id="G-MAXOFFSET:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXOFFSET:CAPS">
93
- <ANCHOR id="G-MINFLOAT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINFLOAT:CAPS">
94
- <ANCHOR id="G-MAXFLOAT:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXFLOAT:CAPS">
95
- <ANCHOR id="G-MINDOUBLE:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MINDOUBLE:CAPS">
96
- <ANCHOR id="G-MAXDOUBLE:CAPS" href="glib/glib-Limits-of-Basic-Types.html#G-MAXDOUBLE:CAPS">
97
- <ANCHOR id="glib-Standard-Macros" href="glib/glib-Standard-Macros.html">
98
- <ANCHOR id="glib-Standard-Macros.synopsis" href="glib/glib-Standard-Macros.html#glib-Standard-Macros.synopsis">
99
- <ANCHOR id="glib-Standard-Macros.description" href="glib/glib-Standard-Macros.html#glib-Standard-Macros.description">
100
- <ANCHOR id="glib-Standard-Macros.details" href="glib/glib-Standard-Macros.html#glib-Standard-Macros.details">
101
- <ANCHOR id="G-OS-WIN32:CAPS" href="glib/glib-Standard-Macros.html#G-OS-WIN32:CAPS">
102
- <ANCHOR id="G-OS-BEOS:CAPS" href="glib/glib-Standard-Macros.html#G-OS-BEOS:CAPS">
103
- <ANCHOR id="G-OS-UNIX:CAPS" href="glib/glib-Standard-Macros.html#G-OS-UNIX:CAPS">
104
- <ANCHOR id="G-DIR-SEPARATOR:CAPS" href="glib/glib-Standard-Macros.html#G-DIR-SEPARATOR:CAPS">
105
- <ANCHOR id="G-DIR-SEPARATOR-S:CAPS" href="glib/glib-Standard-Macros.html#G-DIR-SEPARATOR-S:CAPS">
106
- <ANCHOR id="G-IS-DIR-SEPARATOR:CAPS" href="glib/glib-Standard-Macros.html#G-IS-DIR-SEPARATOR:CAPS">
107
- <ANCHOR id="G-SEARCHPATH-SEPARATOR:CAPS" href="glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS">
108
- <ANCHOR id="G-SEARCHPATH-SEPARATOR-S:CAPS" href="glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR-S:CAPS">
109
- <ANCHOR id="TRUE:CAPS" href="glib/glib-Standard-Macros.html#TRUE:CAPS">
110
- <ANCHOR id="FALSE:CAPS" href="glib/glib-Standard-Macros.html#FALSE:CAPS">
111
- <ANCHOR id="NULL:CAPS" href="glib/glib-Standard-Macros.html#NULL:CAPS">
112
- <ANCHOR id="MIN:CAPS" href="glib/glib-Standard-Macros.html#MIN:CAPS">
113
- <ANCHOR id="MAX:CAPS" href="glib/glib-Standard-Macros.html#MAX:CAPS">
114
- <ANCHOR id="ABS:CAPS" href="glib/glib-Standard-Macros.html#ABS:CAPS">
115
- <ANCHOR id="CLAMP:CAPS" href="glib/glib-Standard-Macros.html#CLAMP:CAPS">
116
- <ANCHOR id="G-STRUCT-MEMBER:CAPS" href="glib/glib-Standard-Macros.html#G-STRUCT-MEMBER:CAPS">
117
- <ANCHOR id="G-STRUCT-MEMBER-P:CAPS" href="glib/glib-Standard-Macros.html#G-STRUCT-MEMBER-P:CAPS">
118
- <ANCHOR id="G-STRUCT-OFFSET:CAPS" href="glib/glib-Standard-Macros.html#G-STRUCT-OFFSET:CAPS">
119
- <ANCHOR id="G-MEM-ALIGN:CAPS" href="glib/glib-Standard-Macros.html#G-MEM-ALIGN:CAPS">
120
- <ANCHOR id="G-CONST-RETURN:CAPS" href="glib/glib-Standard-Macros.html#G-CONST-RETURN:CAPS">
121
- <ANCHOR id="glib-Type-Conversion-Macros" href="glib/glib-Type-Conversion-Macros.html">
122
- <ANCHOR id="glib-Type-Conversion-Macros.synopsis" href="glib/glib-Type-Conversion-Macros.html#glib-Type-Conversion-Macros.synopsis">
123
- <ANCHOR id="glib-Type-Conversion-Macros.description" href="glib/glib-Type-Conversion-Macros.html#glib-Type-Conversion-Macros.description">
124
- <ANCHOR id="glib-Type-Conversion-Macros.details" href="glib/glib-Type-Conversion-Macros.html#glib-Type-Conversion-Macros.details">
125
- <ANCHOR id="GINT-TO-POINTER:CAPS" href="glib/glib-Type-Conversion-Macros.html#GINT-TO-POINTER:CAPS">
126
- <ANCHOR id="GPOINTER-TO-INT:CAPS" href="glib/glib-Type-Conversion-Macros.html#GPOINTER-TO-INT:CAPS">
127
- <ANCHOR id="GUINT-TO-POINTER:CAPS" href="glib/glib-Type-Conversion-Macros.html#GUINT-TO-POINTER:CAPS">
128
- <ANCHOR id="GPOINTER-TO-UINT:CAPS" href="glib/glib-Type-Conversion-Macros.html#GPOINTER-TO-UINT:CAPS">
129
- <ANCHOR id="GSIZE-TO-POINTER:CAPS" href="glib/glib-Type-Conversion-Macros.html#GSIZE-TO-POINTER:CAPS">
130
- <ANCHOR id="GPOINTER-TO-SIZE:CAPS" href="glib/glib-Type-Conversion-Macros.html#GPOINTER-TO-SIZE:CAPS">
131
- <ANCHOR id="glib-Byte-Order-Macros" href="glib/glib-Byte-Order-Macros.html">
132
- <ANCHOR id="glib-Byte-Order-Macros.synopsis" href="glib/glib-Byte-Order-Macros.html#glib-Byte-Order-Macros.synopsis">
133
- <ANCHOR id="glib-Byte-Order-Macros.description" href="glib/glib-Byte-Order-Macros.html#glib-Byte-Order-Macros.description">
134
- <ANCHOR id="glib-Byte-Order-Macros.details" href="glib/glib-Byte-Order-Macros.html#glib-Byte-Order-Macros.details">
135
- <ANCHOR id="G-BYTE-ORDER:CAPS" href="glib/glib-Byte-Order-Macros.html#G-BYTE-ORDER:CAPS">
136
- <ANCHOR id="G-LITTLE-ENDIAN:CAPS" href="glib/glib-Byte-Order-Macros.html#G-LITTLE-ENDIAN:CAPS">
137
- <ANCHOR id="G-BIG-ENDIAN:CAPS" href="glib/glib-Byte-Order-Macros.html#G-BIG-ENDIAN:CAPS">
138
- <ANCHOR id="G-PDP-ENDIAN:CAPS" href="glib/glib-Byte-Order-Macros.html#G-PDP-ENDIAN:CAPS">
139
- <ANCHOR id="g-htonl" href="glib/glib-Byte-Order-Macros.html#g-htonl">
140
- <ANCHOR id="g-htons" href="glib/glib-Byte-Order-Macros.html#g-htons">
141
- <ANCHOR id="g-ntohl" href="glib/glib-Byte-Order-Macros.html#g-ntohl">
142
- <ANCHOR id="g-ntohs" href="glib/glib-Byte-Order-Macros.html#g-ntohs">
143
- <ANCHOR id="GINT-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT-FROM-BE:CAPS">
144
- <ANCHOR id="GINT-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT-FROM-LE:CAPS">
145
- <ANCHOR id="GINT-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT-TO-BE:CAPS">
146
- <ANCHOR id="GINT-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT-TO-LE:CAPS">
147
- <ANCHOR id="GUINT-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT-FROM-BE:CAPS">
148
- <ANCHOR id="GUINT-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT-FROM-LE:CAPS">
149
- <ANCHOR id="GUINT-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT-TO-BE:CAPS">
150
- <ANCHOR id="GUINT-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT-TO-LE:CAPS">
151
- <ANCHOR id="GLONG-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GLONG-FROM-BE:CAPS">
152
- <ANCHOR id="GLONG-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GLONG-FROM-LE:CAPS">
153
- <ANCHOR id="GLONG-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GLONG-TO-BE:CAPS">
154
- <ANCHOR id="GLONG-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GLONG-TO-LE:CAPS">
155
- <ANCHOR id="GULONG-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GULONG-FROM-BE:CAPS">
156
- <ANCHOR id="GULONG-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GULONG-FROM-LE:CAPS">
157
- <ANCHOR id="GULONG-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GULONG-TO-BE:CAPS">
158
- <ANCHOR id="GULONG-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GULONG-TO-LE:CAPS">
159
- <ANCHOR id="GSIZE-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSIZE-FROM-BE:CAPS">
160
- <ANCHOR id="GSIZE-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSIZE-FROM-LE:CAPS">
161
- <ANCHOR id="GSIZE-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSIZE-TO-BE:CAPS">
162
- <ANCHOR id="GSIZE-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSIZE-TO-LE:CAPS">
163
- <ANCHOR id="GSSIZE-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSSIZE-FROM-BE:CAPS">
164
- <ANCHOR id="GSSIZE-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSSIZE-FROM-LE:CAPS">
165
- <ANCHOR id="GSSIZE-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSSIZE-TO-BE:CAPS">
166
- <ANCHOR id="GSSIZE-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GSSIZE-TO-LE:CAPS">
167
- <ANCHOR id="GINT16-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT16-FROM-BE:CAPS">
168
- <ANCHOR id="GINT16-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT16-FROM-LE:CAPS">
169
- <ANCHOR id="GINT16-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT16-TO-BE:CAPS">
170
- <ANCHOR id="GINT16-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT16-TO-LE:CAPS">
171
- <ANCHOR id="GUINT16-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-FROM-BE:CAPS">
172
- <ANCHOR id="GUINT16-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-FROM-LE:CAPS">
173
- <ANCHOR id="GUINT16-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-TO-BE:CAPS">
174
- <ANCHOR id="GUINT16-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-TO-LE:CAPS">
175
- <ANCHOR id="GINT32-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT32-FROM-BE:CAPS">
176
- <ANCHOR id="GINT32-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT32-FROM-LE:CAPS">
177
- <ANCHOR id="GINT32-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT32-TO-BE:CAPS">
178
- <ANCHOR id="GINT32-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT32-TO-LE:CAPS">
179
- <ANCHOR id="GUINT32-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-FROM-BE:CAPS">
180
- <ANCHOR id="GUINT32-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-FROM-LE:CAPS">
181
- <ANCHOR id="GUINT32-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-TO-BE:CAPS">
182
- <ANCHOR id="GUINT32-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-TO-LE:CAPS">
183
- <ANCHOR id="GINT64-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT64-FROM-BE:CAPS">
184
- <ANCHOR id="GINT64-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT64-FROM-LE:CAPS">
185
- <ANCHOR id="GINT64-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT64-TO-BE:CAPS">
186
- <ANCHOR id="GINT64-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GINT64-TO-LE:CAPS">
187
- <ANCHOR id="GUINT64-FROM-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT64-FROM-BE:CAPS">
188
- <ANCHOR id="GUINT64-FROM-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT64-FROM-LE:CAPS">
189
- <ANCHOR id="GUINT64-TO-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT64-TO-BE:CAPS">
190
- <ANCHOR id="GUINT64-TO-LE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT64-TO-LE:CAPS">
191
- <ANCHOR id="GUINT16-SWAP-BE-PDP:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-SWAP-BE-PDP:CAPS">
192
- <ANCHOR id="GUINT16-SWAP-LE-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-SWAP-LE-BE:CAPS">
193
- <ANCHOR id="GUINT16-SWAP-LE-PDP:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT16-SWAP-LE-PDP:CAPS">
194
- <ANCHOR id="GUINT32-SWAP-BE-PDP:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-SWAP-BE-PDP:CAPS">
195
- <ANCHOR id="GUINT32-SWAP-LE-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-SWAP-LE-BE:CAPS">
196
- <ANCHOR id="GUINT32-SWAP-LE-PDP:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT32-SWAP-LE-PDP:CAPS">
197
- <ANCHOR id="GUINT64-SWAP-LE-BE:CAPS" href="glib/glib-Byte-Order-Macros.html#GUINT64-SWAP-LE-BE:CAPS">
198
- <ANCHOR id="glib-Numerical-Definitions" href="glib/glib-Numerical-Definitions.html">
199
- <ANCHOR id="glib-Numerical-Definitions.synopsis" href="glib/glib-Numerical-Definitions.html#glib-Numerical-Definitions.synopsis">
200
- <ANCHOR id="glib-Numerical-Definitions.description" href="glib/glib-Numerical-Definitions.html#glib-Numerical-Definitions.description">
201
- <ANCHOR id="glib-Numerical-Definitions.details" href="glib/glib-Numerical-Definitions.html#glib-Numerical-Definitions.details">
202
- <ANCHOR id="G-IEEE754-FLOAT-BIAS:CAPS" href="glib/glib-Numerical-Definitions.html#G-IEEE754-FLOAT-BIAS:CAPS">
203
- <ANCHOR id="G-IEEE754-DOUBLE-BIAS:CAPS" href="glib/glib-Numerical-Definitions.html#G-IEEE754-DOUBLE-BIAS:CAPS">
204
- <ANCHOR id="GFloatIEEE754" href="glib/glib-Numerical-Definitions.html#GFloatIEEE754">
205
- <ANCHOR id="GDoubleIEEE754" href="glib/glib-Numerical-Definitions.html#GDoubleIEEE754">
206
- <ANCHOR id="G-E:CAPS" href="glib/glib-Numerical-Definitions.html#G-E:CAPS">
207
- <ANCHOR id="G-LN2:CAPS" href="glib/glib-Numerical-Definitions.html#G-LN2:CAPS">
208
- <ANCHOR id="G-LN10:CAPS" href="glib/glib-Numerical-Definitions.html#G-LN10:CAPS">
209
- <ANCHOR id="G-PI:CAPS" href="glib/glib-Numerical-Definitions.html#G-PI:CAPS">
210
- <ANCHOR id="G-PI-2:CAPS" href="glib/glib-Numerical-Definitions.html#G-PI-2:CAPS">
211
- <ANCHOR id="G-PI-4:CAPS" href="glib/glib-Numerical-Definitions.html#G-PI-4:CAPS">
212
- <ANCHOR id="G-SQRT2:CAPS" href="glib/glib-Numerical-Definitions.html#G-SQRT2:CAPS">
213
- <ANCHOR id="G-LOG-2-BASE-10:CAPS" href="glib/glib-Numerical-Definitions.html#G-LOG-2-BASE-10:CAPS">
214
- <ANCHOR id="glib-Miscellaneous-Macros" href="glib/glib-Miscellaneous-Macros.html">
215
- <ANCHOR id="glib-Miscellaneous-Macros.synopsis" href="glib/glib-Miscellaneous-Macros.html#glib-Miscellaneous-Macros.synopsis">
216
- <ANCHOR id="glib-Miscellaneous-Macros.description" href="glib/glib-Miscellaneous-Macros.html#glib-Miscellaneous-Macros.description">
217
- <ANCHOR id="glib-Miscellaneous-Macros.details" href="glib/glib-Miscellaneous-Macros.html#glib-Miscellaneous-Macros.details">
218
- <ANCHOR id="G-INLINE-FUNC:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-INLINE-FUNC:CAPS">
219
- <ANCHOR id="G-STMT-START:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STMT-START:CAPS">
220
- <ANCHOR id="G-STMT-END:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STMT-END:CAPS">
221
- <ANCHOR id="G-BEGIN-DECLS:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-BEGIN-DECLS:CAPS">
222
- <ANCHOR id="G-END-DECLS:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-END-DECLS:CAPS">
223
- <ANCHOR id="G-N-ELEMENTS:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-N-ELEMENTS:CAPS">
224
- <ANCHOR id="G-VA-COPY:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-VA-COPY:CAPS">
225
- <ANCHOR id="G-STRINGIFY:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STRINGIFY:CAPS">
226
- <ANCHOR id="G-PASTE:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-PASTE:CAPS">
227
- <ANCHOR id="G-STATIC-ASSERT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STATIC-ASSERT:CAPS">
228
- <ANCHOR id="G-GNUC-EXTENSION:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-EXTENSION:CAPS">
229
- <ANCHOR id="G-GNUC-CONST:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-CONST:CAPS">
230
- <ANCHOR id="G-GNUC-PURE:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-PURE:CAPS">
231
- <ANCHOR id="G-GNUC-MALLOC:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-MALLOC:CAPS">
232
- <ANCHOR id="G-GNUC-ALLOC-SIZE:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-ALLOC-SIZE:CAPS">
233
- <ANCHOR id="G-GNUC-ALLOC-SIZE2:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-ALLOC-SIZE2:CAPS">
234
- <ANCHOR id="G-GNUC-DEPRECATED:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-DEPRECATED:CAPS">
235
- <ANCHOR id="G-GNUC-DEPRECATED-FOR:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-DEPRECATED-FOR:CAPS">
236
- <ANCHOR id="G-GNUC-NORETURN:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-NORETURN:CAPS">
237
- <ANCHOR id="G-GNUC-UNUSED:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-UNUSED:CAPS">
238
- <ANCHOR id="G-GNUC-PRINTF:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-PRINTF:CAPS">
239
- <ANCHOR id="G-GNUC-SCANF:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-SCANF:CAPS">
240
- <ANCHOR id="G-GNUC-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-FORMAT:CAPS">
241
- <ANCHOR id="G-GNUC-NULL-TERMINATED:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-NULL-TERMINATED:CAPS">
242
- <ANCHOR id="G-GNUC-WARN-UNUSED-RESULT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-WARN-UNUSED-RESULT:CAPS">
243
- <ANCHOR id="G-GNUC-FUNCTION:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS">
244
- <ANCHOR id="G-GNUC-PRETTY-FUNCTION:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-PRETTY-FUNCTION:CAPS">
245
- <ANCHOR id="G-GNUC-NO-INSTRUMENT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-NO-INSTRUMENT:CAPS">
246
- <ANCHOR id="G-HAVE-GNUC-VISIBILITY:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-HAVE-GNUC-VISIBILITY:CAPS">
247
- <ANCHOR id="G-GNUC-INTERNAL:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-INTERNAL:CAPS">
248
- <ANCHOR id="G-GNUC-MAY-ALIAS:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GNUC-MAY-ALIAS:CAPS">
249
- <ANCHOR id="G-LIKELY:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-LIKELY:CAPS">
250
- <ANCHOR id="G-UNLIKELY:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-UNLIKELY:CAPS">
251
- <ANCHOR id="G-STRLOC:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STRLOC:CAPS">
252
- <ANCHOR id="G-STRFUNC:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS">
253
- <ANCHOR id="G-GINT16-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT16-MODIFIER:CAPS">
254
- <ANCHOR id="G-GINT16-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS">
255
- <ANCHOR id="G-GUINT16-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GUINT16-FORMAT:CAPS">
256
- <ANCHOR id="G-GINT32-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT32-MODIFIER:CAPS">
257
- <ANCHOR id="G-GINT32-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT32-FORMAT:CAPS">
258
- <ANCHOR id="G-GUINT32-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GUINT32-FORMAT:CAPS">
259
- <ANCHOR id="G-GINT64-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT64-MODIFIER:CAPS">
260
- <ANCHOR id="G-GINT64-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINT64-FORMAT:CAPS">
261
- <ANCHOR id="G-GUINT64-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GUINT64-FORMAT:CAPS">
262
- <ANCHOR id="G-GSIZE-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GSIZE-MODIFIER:CAPS">
263
- <ANCHOR id="G-GSIZE-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GSIZE-FORMAT:CAPS">
264
- <ANCHOR id="G-GSSIZE-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GSSIZE-FORMAT:CAPS">
265
- <ANCHOR id="G-GOFFSET-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GOFFSET-MODIFIER:CAPS">
266
- <ANCHOR id="G-GOFFSET-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GOFFSET-FORMAT:CAPS">
267
- <ANCHOR id="G-GINTPTR-MODIFIER:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINTPTR-MODIFIER:CAPS">
268
- <ANCHOR id="G-GINTPTR-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GINTPTR-FORMAT:CAPS">
269
- <ANCHOR id="G-GUINTPTR-FORMAT:CAPS" href="glib/glib-Miscellaneous-Macros.html#G-GUINTPTR-FORMAT:CAPS">
270
- <ANCHOR id="glib-Atomic-Operations" href="glib/glib-Atomic-Operations.html">
271
- <ANCHOR id="glib-Atomic-Operations.synopsis" href="glib/glib-Atomic-Operations.html#glib-Atomic-Operations.synopsis">
272
- <ANCHOR id="glib-Atomic-Operations.description" href="glib/glib-Atomic-Operations.html#glib-Atomic-Operations.description">
273
- <ANCHOR id="glib-Atomic-Operations.details" href="glib/glib-Atomic-Operations.html#glib-Atomic-Operations.details">
274
- <ANCHOR id="g-atomic-int-get" href="glib/glib-Atomic-Operations.html#g-atomic-int-get">
275
- <ANCHOR id="g-atomic-int-set" href="glib/glib-Atomic-Operations.html#g-atomic-int-set">
276
- <ANCHOR id="g-atomic-int-add" href="glib/glib-Atomic-Operations.html#g-atomic-int-add">
277
- <ANCHOR id="g-atomic-int-exchange-and-add" href="glib/glib-Atomic-Operations.html#g-atomic-int-exchange-and-add">
278
- <ANCHOR id="g-atomic-int-compare-and-exchange" href="glib/glib-Atomic-Operations.html#g-atomic-int-compare-and-exchange">
279
- <ANCHOR id="g-atomic-pointer-get" href="glib/glib-Atomic-Operations.html#g-atomic-pointer-get">
280
- <ANCHOR id="g-atomic-pointer-set" href="glib/glib-Atomic-Operations.html#g-atomic-pointer-set">
281
- <ANCHOR id="g-atomic-pointer-compare-and-exchange" href="glib/glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange">
282
- <ANCHOR id="g-atomic-int-inc" href="glib/glib-Atomic-Operations.html#g-atomic-int-inc">
283
- <ANCHOR id="g-atomic-int-dec-and-test" href="glib/glib-Atomic-Operations.html#g-atomic-int-dec-and-test">
284
- <ANCHOR id="glib-Atomic-Operations.see-also" href="glib/glib-Atomic-Operations.html#glib-Atomic-Operations.see-also">
285
- <ANCHOR id="glib-The-Main-Event-Loop" href="glib/glib-The-Main-Event-Loop.html">
286
- <ANCHOR id="glib-The-Main-Event-Loop.synopsis" href="glib/glib-The-Main-Event-Loop.html#glib-The-Main-Event-Loop.synopsis">
287
- <ANCHOR id="glib-The-Main-Event-Loop.description" href="glib/glib-The-Main-Event-Loop.html#glib-The-Main-Event-Loop.description">
288
- <ANCHOR id="glib-The-Main-Event-Loop.details" href="glib/glib-The-Main-Event-Loop.html#glib-The-Main-Event-Loop.details">
289
- <ANCHOR id="GMainLoop" href="glib/glib-The-Main-Event-Loop.html#GMainLoop">
290
- <ANCHOR id="g-main-loop-new" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-new">
291
- <ANCHOR id="g-main-loop-ref" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-ref">
292
- <ANCHOR id="g-main-loop-unref" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-unref">
293
- <ANCHOR id="g-main-loop-run" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-run">
294
- <ANCHOR id="g-main-loop-quit" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-quit">
295
- <ANCHOR id="g-main-loop-is-running" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-is-running">
296
- <ANCHOR id="g-main-loop-get-context" href="glib/glib-The-Main-Event-Loop.html#g-main-loop-get-context">
297
- <ANCHOR id="g-main-new" href="glib/glib-The-Main-Event-Loop.html#g-main-new">
298
- <ANCHOR id="g-main-destroy" href="glib/glib-The-Main-Event-Loop.html#g-main-destroy">
299
- <ANCHOR id="g-main-run" href="glib/glib-The-Main-Event-Loop.html#g-main-run">
300
- <ANCHOR id="g-main-quit" href="glib/glib-The-Main-Event-Loop.html#g-main-quit">
301
- <ANCHOR id="g-main-is-running" href="glib/glib-The-Main-Event-Loop.html#g-main-is-running">
302
- <ANCHOR id="G-PRIORITY-HIGH:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS">
303
- <ANCHOR id="G-PRIORITY-DEFAULT:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS">
304
- <ANCHOR id="G-PRIORITY-HIGH-IDLE:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS">
305
- <ANCHOR id="G-PRIORITY-DEFAULT-IDLE:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS">
306
- <ANCHOR id="G-PRIORITY-LOW:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS">
307
- <ANCHOR id="GMainContext" href="glib/glib-The-Main-Event-Loop.html#GMainContext">
308
- <ANCHOR id="g-main-context-new" href="glib/glib-The-Main-Event-Loop.html#g-main-context-new">
309
- <ANCHOR id="g-main-context-ref" href="glib/glib-The-Main-Event-Loop.html#g-main-context-ref">
310
- <ANCHOR id="g-main-context-unref" href="glib/glib-The-Main-Event-Loop.html#g-main-context-unref">
311
- <ANCHOR id="g-main-context-default" href="glib/glib-The-Main-Event-Loop.html#g-main-context-default">
312
- <ANCHOR id="g-main-context-iteration" href="glib/glib-The-Main-Event-Loop.html#g-main-context-iteration">
313
- <ANCHOR id="g-main-iteration" href="glib/glib-The-Main-Event-Loop.html#g-main-iteration">
314
- <ANCHOR id="g-main-context-pending" href="glib/glib-The-Main-Event-Loop.html#g-main-context-pending">
315
- <ANCHOR id="g-main-pending" href="glib/glib-The-Main-Event-Loop.html#g-main-pending">
316
- <ANCHOR id="g-main-context-find-source-by-id" href="glib/glib-The-Main-Event-Loop.html#g-main-context-find-source-by-id">
317
- <ANCHOR id="g-main-context-find-source-by-user-data" href="glib/glib-The-Main-Event-Loop.html#g-main-context-find-source-by-user-data">
318
- <ANCHOR id="g-main-context-find-source-by-funcs-user-data" href="glib/glib-The-Main-Event-Loop.html#g-main-context-find-source-by-funcs-user-data">
319
- <ANCHOR id="g-main-context-wakeup" href="glib/glib-The-Main-Event-Loop.html#g-main-context-wakeup">
320
- <ANCHOR id="g-main-context-acquire" href="glib/glib-The-Main-Event-Loop.html#g-main-context-acquire">
321
- <ANCHOR id="g-main-context-release" href="glib/glib-The-Main-Event-Loop.html#g-main-context-release">
322
- <ANCHOR id="g-main-context-is-owner" href="glib/glib-The-Main-Event-Loop.html#g-main-context-is-owner">
323
- <ANCHOR id="g-main-context-wait" href="glib/glib-The-Main-Event-Loop.html#g-main-context-wait">
324
- <ANCHOR id="g-main-context-prepare" href="glib/glib-The-Main-Event-Loop.html#g-main-context-prepare">
325
- <ANCHOR id="g-main-context-query" href="glib/glib-The-Main-Event-Loop.html#g-main-context-query">
326
- <ANCHOR id="g-main-context-check" href="glib/glib-The-Main-Event-Loop.html#g-main-context-check">
327
- <ANCHOR id="g-main-context-dispatch" href="glib/glib-The-Main-Event-Loop.html#g-main-context-dispatch">
328
- <ANCHOR id="g-main-context-set-poll-func" href="glib/glib-The-Main-Event-Loop.html#g-main-context-set-poll-func">
329
- <ANCHOR id="g-main-context-get-poll-func" href="glib/glib-The-Main-Event-Loop.html#g-main-context-get-poll-func">
330
- <ANCHOR id="GPollFunc" href="glib/glib-The-Main-Event-Loop.html#GPollFunc">
331
- <ANCHOR id="g-main-context-add-poll" href="glib/glib-The-Main-Event-Loop.html#g-main-context-add-poll">
332
- <ANCHOR id="g-main-context-remove-poll" href="glib/glib-The-Main-Event-Loop.html#g-main-context-remove-poll">
333
- <ANCHOR id="g-main-depth" href="glib/glib-The-Main-Event-Loop.html#g-main-depth">
334
- <ANCHOR id="g-main-current-source" href="glib/glib-The-Main-Event-Loop.html#g-main-current-source">
335
- <ANCHOR id="g-main-set-poll-func" href="glib/glib-The-Main-Event-Loop.html#g-main-set-poll-func">
336
- <ANCHOR id="g-main-context-get-thread-default" href="glib/glib-The-Main-Event-Loop.html#g-main-context-get-thread-default">
337
- <ANCHOR id="g-main-context-push-thread-default" href="glib/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">
338
- <ANCHOR id="g-main-context-pop-thread-default" href="glib/glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default">
339
- <ANCHOR id="g-timeout-source-new" href="glib/glib-The-Main-Event-Loop.html#g-timeout-source-new">
340
- <ANCHOR id="g-timeout-source-new-seconds" href="glib/glib-The-Main-Event-Loop.html#g-timeout-source-new-seconds">
341
- <ANCHOR id="g-timeout-add" href="glib/glib-The-Main-Event-Loop.html#g-timeout-add">
342
- <ANCHOR id="g-timeout-add-full" href="glib/glib-The-Main-Event-Loop.html#g-timeout-add-full">
343
- <ANCHOR id="g-timeout-add-seconds" href="glib/glib-The-Main-Event-Loop.html#g-timeout-add-seconds">
344
- <ANCHOR id="g-timeout-add-seconds-full" href="glib/glib-The-Main-Event-Loop.html#g-timeout-add-seconds-full">
345
- <ANCHOR id="g-idle-source-new" href="glib/glib-The-Main-Event-Loop.html#g-idle-source-new">
346
- <ANCHOR id="g-idle-add" href="glib/glib-The-Main-Event-Loop.html#g-idle-add">
347
- <ANCHOR id="g-idle-add-full" href="glib/glib-The-Main-Event-Loop.html#g-idle-add-full">
348
- <ANCHOR id="g-idle-remove-by-data" href="glib/glib-The-Main-Event-Loop.html#g-idle-remove-by-data">
349
- <ANCHOR id="GPid" href="glib/glib-The-Main-Event-Loop.html#GPid">
350
- <ANCHOR id="GChildWatchFunc" href="glib/glib-The-Main-Event-Loop.html#GChildWatchFunc">
351
- <ANCHOR id="g-child-watch-source-new" href="glib/glib-The-Main-Event-Loop.html#g-child-watch-source-new">
352
- <ANCHOR id="g-child-watch-add" href="glib/glib-The-Main-Event-Loop.html#g-child-watch-add">
353
- <ANCHOR id="g-child-watch-add-full" href="glib/glib-The-Main-Event-Loop.html#g-child-watch-add-full">
354
- <ANCHOR id="GPollFD" href="glib/glib-The-Main-Event-Loop.html#GPollFD">
355
- <ANCHOR id="g-poll" href="glib/glib-The-Main-Event-Loop.html#g-poll">
356
- <ANCHOR id="G-POLLFD-FORMAT:CAPS" href="glib/glib-The-Main-Event-Loop.html#G-POLLFD-FORMAT:CAPS">
357
- <ANCHOR id="GSource" href="glib/glib-The-Main-Event-Loop.html#GSource">
358
- <ANCHOR id="GSourceDummyMarshal" href="glib/glib-The-Main-Event-Loop.html#GSourceDummyMarshal">
359
- <ANCHOR id="GSourceFuncs" href="glib/glib-The-Main-Event-Loop.html#GSourceFuncs">
360
- <ANCHOR id="GSourceCallbackFuncs" href="glib/glib-The-Main-Event-Loop.html#GSourceCallbackFuncs">
361
- <ANCHOR id="g-source-new" href="glib/glib-The-Main-Event-Loop.html#g-source-new">
362
- <ANCHOR id="g-source-ref" href="glib/glib-The-Main-Event-Loop.html#g-source-ref">
363
- <ANCHOR id="g-source-unref" href="glib/glib-The-Main-Event-Loop.html#g-source-unref">
364
- <ANCHOR id="g-source-set-funcs" href="glib/glib-The-Main-Event-Loop.html#g-source-set-funcs">
365
- <ANCHOR id="g-source-attach" href="glib/glib-The-Main-Event-Loop.html#g-source-attach">
366
- <ANCHOR id="g-source-destroy" href="glib/glib-The-Main-Event-Loop.html#g-source-destroy">
367
- <ANCHOR id="g-source-is-destroyed" href="glib/glib-The-Main-Event-Loop.html#g-source-is-destroyed">
368
- <ANCHOR id="g-source-set-priority" href="glib/glib-The-Main-Event-Loop.html#g-source-set-priority">
369
- <ANCHOR id="g-source-get-priority" href="glib/glib-The-Main-Event-Loop.html#g-source-get-priority">
370
- <ANCHOR id="g-source-set-can-recurse" href="glib/glib-The-Main-Event-Loop.html#g-source-set-can-recurse">
371
- <ANCHOR id="g-source-get-can-recurse" href="glib/glib-The-Main-Event-Loop.html#g-source-get-can-recurse">
372
- <ANCHOR id="g-source-get-id" href="glib/glib-The-Main-Event-Loop.html#g-source-get-id">
373
- <ANCHOR id="g-source-get-name" href="glib/glib-The-Main-Event-Loop.html#g-source-get-name">
374
- <ANCHOR id="g-source-set-name" href="glib/glib-The-Main-Event-Loop.html#g-source-set-name">
375
- <ANCHOR id="g-source-set-name-by-id" href="glib/glib-The-Main-Event-Loop.html#g-source-set-name-by-id">
376
- <ANCHOR id="g-source-get-context" href="glib/glib-The-Main-Event-Loop.html#g-source-get-context">
377
- <ANCHOR id="g-source-set-callback" href="glib/glib-The-Main-Event-Loop.html#g-source-set-callback">
378
- <ANCHOR id="GSourceFunc" href="glib/glib-The-Main-Event-Loop.html#GSourceFunc">
379
- <ANCHOR id="g-source-set-callback-indirect" href="glib/glib-The-Main-Event-Loop.html#g-source-set-callback-indirect">
380
- <ANCHOR id="g-source-add-poll" href="glib/glib-The-Main-Event-Loop.html#g-source-add-poll">
381
- <ANCHOR id="g-source-remove-poll" href="glib/glib-The-Main-Event-Loop.html#g-source-remove-poll">
382
- <ANCHOR id="g-source-get-current-time" href="glib/glib-The-Main-Event-Loop.html#g-source-get-current-time">
383
- <ANCHOR id="g-source-remove" href="glib/glib-The-Main-Event-Loop.html#g-source-remove">
384
- <ANCHOR id="g-source-remove-by-funcs-user-data" href="glib/glib-The-Main-Event-Loop.html#g-source-remove-by-funcs-user-data">
385
- <ANCHOR id="g-source-remove-by-user-data" href="glib/glib-The-Main-Event-Loop.html#g-source-remove-by-user-data">
386
- <ANCHOR id="glib-Threads" href="glib/glib-Threads.html">
387
- <ANCHOR id="glib-Threads.synopsis" href="glib/glib-Threads.html#glib-Threads.synopsis">
388
- <ANCHOR id="glib-Threads.description" href="glib/glib-Threads.html#glib-Threads.description">
389
- <ANCHOR id="glib-Threads.details" href="glib/glib-Threads.html#glib-Threads.details">
390
- <ANCHOR id="G-THREADS-ENABLED:CAPS" href="glib/glib-Threads.html#G-THREADS-ENABLED:CAPS">
391
- <ANCHOR id="G-THREADS-IMPL-POSIX:CAPS" href="glib/glib-Threads.html#G-THREADS-IMPL-POSIX:CAPS">
392
- <ANCHOR id="G-THREADS-IMPL-NONE:CAPS" href="glib/glib-Threads.html#G-THREADS-IMPL-NONE:CAPS">
393
- <ANCHOR id="G-THREAD-ERROR:CAPS" href="glib/glib-Threads.html#G-THREAD-ERROR:CAPS">
394
- <ANCHOR id="GThreadError" href="glib/glib-Threads.html#GThreadError">
395
- <ANCHOR id="G-THREAD-ERROR-AGAIN:CAPS" href="glib/glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS">
396
- <ANCHOR id="GThreadFunctions" href="glib/glib-Threads.html#GThreadFunctions">
397
- <ANCHOR id="g-thread-init" href="glib/glib-Threads.html#g-thread-init">
398
- <ANCHOR id="g-thread-supported" href="glib/glib-Threads.html#g-thread-supported">
399
- <ANCHOR id="g-thread-get-initialized" href="glib/glib-Threads.html#g-thread-get-initialized">
400
- <ANCHOR id="GThreadFunc" href="glib/glib-Threads.html#GThreadFunc">
401
- <ANCHOR id="GThreadPriority" href="glib/glib-Threads.html#GThreadPriority">
402
- <ANCHOR id="G-THREAD-PRIORITY-LOW:CAPS" href="glib/glib-Threads.html#G-THREAD-PRIORITY-LOW:CAPS">
403
- <ANCHOR id="G-THREAD-PRIORITY-NORMAL:CAPS" href="glib/glib-Threads.html#G-THREAD-PRIORITY-NORMAL:CAPS">
404
- <ANCHOR id="G-THREAD-PRIORITY-HIGH:CAPS" href="glib/glib-Threads.html#G-THREAD-PRIORITY-HIGH:CAPS">
405
- <ANCHOR id="G-THREAD-PRIORITY-URGENT:CAPS" href="glib/glib-Threads.html#G-THREAD-PRIORITY-URGENT:CAPS">
406
- <ANCHOR id="GThread" href="glib/glib-Threads.html#GThread">
407
- <ANCHOR id="g-thread-create" href="glib/glib-Threads.html#g-thread-create">
408
- <ANCHOR id="g-thread-create-full" href="glib/glib-Threads.html#g-thread-create-full">
409
- <ANCHOR id="g-thread-self" href="glib/glib-Threads.html#g-thread-self">
410
- <ANCHOR id="g-thread-join" href="glib/glib-Threads.html#g-thread-join">
411
- <ANCHOR id="g-thread-set-priority" href="glib/glib-Threads.html#g-thread-set-priority">
412
- <ANCHOR id="g-thread-yield" href="glib/glib-Threads.html#g-thread-yield">
413
- <ANCHOR id="g-thread-exit" href="glib/glib-Threads.html#g-thread-exit">
414
- <ANCHOR id="g-thread-foreach" href="glib/glib-Threads.html#g-thread-foreach">
415
- <ANCHOR id="GMutex" href="glib/glib-Threads.html#GMutex">
416
- <ANCHOR id="g-mutex-new" href="glib/glib-Threads.html#g-mutex-new">
417
- <ANCHOR id="g-mutex-lock" href="glib/glib-Threads.html#g-mutex-lock">
418
- <ANCHOR id="g-mutex-trylock" href="glib/glib-Threads.html#g-mutex-trylock">
419
- <ANCHOR id="g-mutex-unlock" href="glib/glib-Threads.html#g-mutex-unlock">
420
- <ANCHOR id="g-mutex-free" href="glib/glib-Threads.html#g-mutex-free">
421
- <ANCHOR id="GStaticMutex" href="glib/glib-Threads.html#GStaticMutex">
422
- <ANCHOR id="G-STATIC-MUTEX-INIT:CAPS" href="glib/glib-Threads.html#G-STATIC-MUTEX-INIT:CAPS">
423
- <ANCHOR id="g-static-mutex-init" href="glib/glib-Threads.html#g-static-mutex-init">
424
- <ANCHOR id="g-static-mutex-lock" href="glib/glib-Threads.html#g-static-mutex-lock">
425
- <ANCHOR id="g-static-mutex-trylock" href="glib/glib-Threads.html#g-static-mutex-trylock">
426
- <ANCHOR id="g-static-mutex-unlock" href="glib/glib-Threads.html#g-static-mutex-unlock">
427
- <ANCHOR id="g-static-mutex-get-mutex" href="glib/glib-Threads.html#g-static-mutex-get-mutex">
428
- <ANCHOR id="g-static-mutex-free" href="glib/glib-Threads.html#g-static-mutex-free">
429
- <ANCHOR id="G-LOCK-DEFINE:CAPS" href="glib/glib-Threads.html#G-LOCK-DEFINE:CAPS">
430
- <ANCHOR id="G-LOCK-DEFINE-STATIC:CAPS" href="glib/glib-Threads.html#G-LOCK-DEFINE-STATIC:CAPS">
431
- <ANCHOR id="G-LOCK-EXTERN:CAPS" href="glib/glib-Threads.html#G-LOCK-EXTERN:CAPS">
432
- <ANCHOR id="G-LOCK:CAPS" href="glib/glib-Threads.html#G-LOCK:CAPS">
433
- <ANCHOR id="G-TRYLOCK:CAPS" href="glib/glib-Threads.html#G-TRYLOCK:CAPS">
434
- <ANCHOR id="G-UNLOCK:CAPS" href="glib/glib-Threads.html#G-UNLOCK:CAPS">
435
- <ANCHOR id="GStaticRecMutex" href="glib/glib-Threads.html#GStaticRecMutex">
436
- <ANCHOR id="G-STATIC-REC-MUTEX-INIT:CAPS" href="glib/glib-Threads.html#G-STATIC-REC-MUTEX-INIT:CAPS">
437
- <ANCHOR id="g-static-rec-mutex-init" href="glib/glib-Threads.html#g-static-rec-mutex-init">
438
- <ANCHOR id="g-static-rec-mutex-lock" href="glib/glib-Threads.html#g-static-rec-mutex-lock">
439
- <ANCHOR id="g-static-rec-mutex-trylock" href="glib/glib-Threads.html#g-static-rec-mutex-trylock">
440
- <ANCHOR id="g-static-rec-mutex-unlock" href="glib/glib-Threads.html#g-static-rec-mutex-unlock">
441
- <ANCHOR id="g-static-rec-mutex-lock-full" href="glib/glib-Threads.html#g-static-rec-mutex-lock-full">
442
- <ANCHOR id="g-static-rec-mutex-unlock-full" href="glib/glib-Threads.html#g-static-rec-mutex-unlock-full">
443
- <ANCHOR id="g-static-rec-mutex-free" href="glib/glib-Threads.html#g-static-rec-mutex-free">
444
- <ANCHOR id="GStaticRWLock" href="glib/glib-Threads.html#GStaticRWLock">
445
- <ANCHOR id="G-STATIC-RW-LOCK-INIT:CAPS" href="glib/glib-Threads.html#G-STATIC-RW-LOCK-INIT:CAPS">
446
- <ANCHOR id="g-static-rw-lock-init" href="glib/glib-Threads.html#g-static-rw-lock-init">
447
- <ANCHOR id="g-static-rw-lock-reader-lock" href="glib/glib-Threads.html#g-static-rw-lock-reader-lock">
448
- <ANCHOR id="g-static-rw-lock-reader-trylock" href="glib/glib-Threads.html#g-static-rw-lock-reader-trylock">
449
- <ANCHOR id="g-static-rw-lock-reader-unlock" href="glib/glib-Threads.html#g-static-rw-lock-reader-unlock">
450
- <ANCHOR id="g-static-rw-lock-writer-lock" href="glib/glib-Threads.html#g-static-rw-lock-writer-lock">
451
- <ANCHOR id="g-static-rw-lock-writer-trylock" href="glib/glib-Threads.html#g-static-rw-lock-writer-trylock">
452
- <ANCHOR id="g-static-rw-lock-writer-unlock" href="glib/glib-Threads.html#g-static-rw-lock-writer-unlock">
453
- <ANCHOR id="g-static-rw-lock-free" href="glib/glib-Threads.html#g-static-rw-lock-free">
454
- <ANCHOR id="GCond" href="glib/glib-Threads.html#GCond">
455
- <ANCHOR id="g-cond-new" href="glib/glib-Threads.html#g-cond-new">
456
- <ANCHOR id="g-cond-signal" href="glib/glib-Threads.html#g-cond-signal">
457
- <ANCHOR id="g-cond-broadcast" href="glib/glib-Threads.html#g-cond-broadcast">
458
- <ANCHOR id="g-cond-wait" href="glib/glib-Threads.html#g-cond-wait">
459
- <ANCHOR id="g-cond-timed-wait" href="glib/glib-Threads.html#g-cond-timed-wait">
460
- <ANCHOR id="g-cond-free" href="glib/glib-Threads.html#g-cond-free">
461
- <ANCHOR id="GPrivate" href="glib/glib-Threads.html#GPrivate">
462
- <ANCHOR id="g-private-new" href="glib/glib-Threads.html#g-private-new">
463
- <ANCHOR id="g-private-get" href="glib/glib-Threads.html#g-private-get">
464
- <ANCHOR id="g-private-set" href="glib/glib-Threads.html#g-private-set">
465
- <ANCHOR id="GStaticPrivate" href="glib/glib-Threads.html#GStaticPrivate">
466
- <ANCHOR id="G-STATIC-PRIVATE-INIT:CAPS" href="glib/glib-Threads.html#G-STATIC-PRIVATE-INIT:CAPS">
467
- <ANCHOR id="g-static-private-init" href="glib/glib-Threads.html#g-static-private-init">
468
- <ANCHOR id="g-static-private-get" href="glib/glib-Threads.html#g-static-private-get">
469
- <ANCHOR id="g-static-private-set" href="glib/glib-Threads.html#g-static-private-set">
470
- <ANCHOR id="g-static-private-free" href="glib/glib-Threads.html#g-static-private-free">
471
- <ANCHOR id="GOnce" href="glib/glib-Threads.html#GOnce">
472
- <ANCHOR id="GOnceStatus" href="glib/glib-Threads.html#GOnceStatus">
473
- <ANCHOR id="G-ONCE-STATUS-NOTCALLED:CAPS" href="glib/glib-Threads.html#G-ONCE-STATUS-NOTCALLED:CAPS">
474
- <ANCHOR id="G-ONCE-STATUS-PROGRESS:CAPS" href="glib/glib-Threads.html#G-ONCE-STATUS-PROGRESS:CAPS">
475
- <ANCHOR id="G-ONCE-STATUS-READY:CAPS" href="glib/glib-Threads.html#G-ONCE-STATUS-READY:CAPS">
476
- <ANCHOR id="G-ONCE-INIT:CAPS" href="glib/glib-Threads.html#G-ONCE-INIT:CAPS">
477
- <ANCHOR id="g-once" href="glib/glib-Threads.html#g-once">
478
- <ANCHOR id="g-once-init-enter" href="glib/glib-Threads.html#g-once-init-enter">
479
- <ANCHOR id="g-once-init-leave" href="glib/glib-Threads.html#g-once-init-leave">
480
- <ANCHOR id="g-bit-lock" href="glib/glib-Threads.html#g-bit-lock">
481
- <ANCHOR id="g-bit-trylock" href="glib/glib-Threads.html#g-bit-trylock">
482
- <ANCHOR id="g-bit-unlock" href="glib/glib-Threads.html#g-bit-unlock">
483
- <ANCHOR id="glib-Threads.see-also" href="glib/glib-Threads.html#glib-Threads.see-also">
484
- <ANCHOR id="glib-Thread-Pools" href="glib/glib-Thread-Pools.html">
485
- <ANCHOR id="glib-Thread-Pools.synopsis" href="glib/glib-Thread-Pools.html#glib-Thread-Pools.synopsis">
486
- <ANCHOR id="glib-Thread-Pools.description" href="glib/glib-Thread-Pools.html#glib-Thread-Pools.description">
487
- <ANCHOR id="glib-Thread-Pools.details" href="glib/glib-Thread-Pools.html#glib-Thread-Pools.details">
488
- <ANCHOR id="GThreadPool" href="glib/glib-Thread-Pools.html#GThreadPool">
489
- <ANCHOR id="g-thread-pool-new" href="glib/glib-Thread-Pools.html#g-thread-pool-new">
490
- <ANCHOR id="g-thread-pool-push" href="glib/glib-Thread-Pools.html#g-thread-pool-push">
491
- <ANCHOR id="g-thread-pool-set-max-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-set-max-threads">
492
- <ANCHOR id="g-thread-pool-get-max-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-get-max-threads">
493
- <ANCHOR id="g-thread-pool-get-num-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-get-num-threads">
494
- <ANCHOR id="g-thread-pool-unprocessed" href="glib/glib-Thread-Pools.html#g-thread-pool-unprocessed">
495
- <ANCHOR id="g-thread-pool-free" href="glib/glib-Thread-Pools.html#g-thread-pool-free">
496
- <ANCHOR id="g-thread-pool-set-max-unused-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-set-max-unused-threads">
497
- <ANCHOR id="g-thread-pool-get-max-unused-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-get-max-unused-threads">
498
- <ANCHOR id="g-thread-pool-get-num-unused-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-get-num-unused-threads">
499
- <ANCHOR id="g-thread-pool-stop-unused-threads" href="glib/glib-Thread-Pools.html#g-thread-pool-stop-unused-threads">
500
- <ANCHOR id="g-thread-pool-set-sort-function" href="glib/glib-Thread-Pools.html#g-thread-pool-set-sort-function">
501
- <ANCHOR id="g-thread-pool-set-max-idle-time" href="glib/glib-Thread-Pools.html#g-thread-pool-set-max-idle-time">
502
- <ANCHOR id="g-thread-pool-get-max-idle-time" href="glib/glib-Thread-Pools.html#g-thread-pool-get-max-idle-time">
503
- <ANCHOR id="glib-Thread-Pools.see-also" href="glib/glib-Thread-Pools.html#glib-Thread-Pools.see-also">
504
- <ANCHOR id="glib-Asynchronous-Queues" href="glib/glib-Asynchronous-Queues.html">
505
- <ANCHOR id="glib-Asynchronous-Queues.synopsis" href="glib/glib-Asynchronous-Queues.html#glib-Asynchronous-Queues.synopsis">
506
- <ANCHOR id="glib-Asynchronous-Queues.description" href="glib/glib-Asynchronous-Queues.html#glib-Asynchronous-Queues.description">
507
- <ANCHOR id="glib-Asynchronous-Queues.details" href="glib/glib-Asynchronous-Queues.html#glib-Asynchronous-Queues.details">
508
- <ANCHOR id="GAsyncQueue" href="glib/glib-Asynchronous-Queues.html#GAsyncQueue">
509
- <ANCHOR id="g-async-queue-new" href="glib/glib-Asynchronous-Queues.html#g-async-queue-new">
510
- <ANCHOR id="g-async-queue-new-full" href="glib/glib-Asynchronous-Queues.html#g-async-queue-new-full">
511
- <ANCHOR id="g-async-queue-ref" href="glib/glib-Asynchronous-Queues.html#g-async-queue-ref">
512
- <ANCHOR id="g-async-queue-unref" href="glib/glib-Asynchronous-Queues.html#g-async-queue-unref">
513
- <ANCHOR id="g-async-queue-push" href="glib/glib-Asynchronous-Queues.html#g-async-queue-push">
514
- <ANCHOR id="g-async-queue-push-sorted" href="glib/glib-Asynchronous-Queues.html#g-async-queue-push-sorted">
515
- <ANCHOR id="g-async-queue-pop" href="glib/glib-Asynchronous-Queues.html#g-async-queue-pop">
516
- <ANCHOR id="g-async-queue-try-pop" href="glib/glib-Asynchronous-Queues.html#g-async-queue-try-pop">
517
- <ANCHOR id="g-async-queue-timed-pop" href="glib/glib-Asynchronous-Queues.html#g-async-queue-timed-pop">
518
- <ANCHOR id="g-async-queue-length" href="glib/glib-Asynchronous-Queues.html#g-async-queue-length">
519
- <ANCHOR id="g-async-queue-sort" href="glib/glib-Asynchronous-Queues.html#g-async-queue-sort">
520
- <ANCHOR id="g-async-queue-lock" href="glib/glib-Asynchronous-Queues.html#g-async-queue-lock">
521
- <ANCHOR id="g-async-queue-unlock" href="glib/glib-Asynchronous-Queues.html#g-async-queue-unlock">
522
- <ANCHOR id="g-async-queue-ref-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-ref-unlocked">
523
- <ANCHOR id="g-async-queue-unref-and-unlock" href="glib/glib-Asynchronous-Queues.html#g-async-queue-unref-and-unlock">
524
- <ANCHOR id="g-async-queue-push-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-push-unlocked">
525
- <ANCHOR id="g-async-queue-push-sorted-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-push-sorted-unlocked">
526
- <ANCHOR id="g-async-queue-pop-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-pop-unlocked">
527
- <ANCHOR id="g-async-queue-try-pop-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-try-pop-unlocked">
528
- <ANCHOR id="g-async-queue-timed-pop-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-timed-pop-unlocked">
529
- <ANCHOR id="g-async-queue-length-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-length-unlocked">
530
- <ANCHOR id="g-async-queue-sort-unlocked" href="glib/glib-Asynchronous-Queues.html#g-async-queue-sort-unlocked">
531
- <ANCHOR id="glib-Dynamic-Loading-of-Modules" href="glib/glib-Dynamic-Loading-of-Modules.html">
532
- <ANCHOR id="glib-Dynamic-Loading-of-Modules.synopsis" href="glib/glib-Dynamic-Loading-of-Modules.html#glib-Dynamic-Loading-of-Modules.synopsis">
533
- <ANCHOR id="glib-Dynamic-Loading-of-Modules.description" href="glib/glib-Dynamic-Loading-of-Modules.html#glib-Dynamic-Loading-of-Modules.description">
534
- <ANCHOR id="glib-Dynamic-Loading-of-Modules.details" href="glib/glib-Dynamic-Loading-of-Modules.html#glib-Dynamic-Loading-of-Modules.details">
535
- <ANCHOR id="GModule" href="glib/glib-Dynamic-Loading-of-Modules.html#GModule">
536
- <ANCHOR id="g-module-supported" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-supported">
537
- <ANCHOR id="g-module-build-path" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-build-path">
538
- <ANCHOR id="g-module-open" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-open">
539
- <ANCHOR id="GModuleFlags" href="glib/glib-Dynamic-Loading-of-Modules.html#GModuleFlags">
540
- <ANCHOR id="G-MODULE-BIND-LAZY:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-BIND-LAZY:CAPS">
541
- <ANCHOR id="G-MODULE-BIND-LOCAL:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-BIND-LOCAL:CAPS">
542
- <ANCHOR id="G-MODULE-BIND-MASK:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-BIND-MASK:CAPS">
543
- <ANCHOR id="g-module-symbol" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-symbol">
544
- <ANCHOR id="g-module-name" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-name">
545
- <ANCHOR id="g-module-make-resident" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-make-resident">
546
- <ANCHOR id="g-module-close" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-close">
547
- <ANCHOR id="g-module-error" href="glib/glib-Dynamic-Loading-of-Modules.html#g-module-error">
548
- <ANCHOR id="GModuleCheckInit" href="glib/glib-Dynamic-Loading-of-Modules.html#GModuleCheckInit">
549
- <ANCHOR id="GModuleUnload" href="glib/glib-Dynamic-Loading-of-Modules.html#GModuleUnload">
550
- <ANCHOR id="G-MODULE-SUFFIX:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-SUFFIX:CAPS">
551
- <ANCHOR id="G-MODULE-EXPORT:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-EXPORT:CAPS">
552
- <ANCHOR id="G-MODULE-IMPORT:CAPS" href="glib/glib-Dynamic-Loading-of-Modules.html#G-MODULE-IMPORT:CAPS">
553
- <ANCHOR id="glib-Memory-Allocation" href="glib/glib-Memory-Allocation.html">
554
- <ANCHOR id="glib-Memory-Allocation.synopsis" href="glib/glib-Memory-Allocation.html#glib-Memory-Allocation.synopsis">
555
- <ANCHOR id="glib-Memory-Allocation.description" href="glib/glib-Memory-Allocation.html#glib-Memory-Allocation.description">
556
- <ANCHOR id="glib-Memory-Allocation.details" href="glib/glib-Memory-Allocation.html#glib-Memory-Allocation.details">
557
- <ANCHOR id="g-new" href="glib/glib-Memory-Allocation.html#g-new">
558
- <ANCHOR id="g-new0" href="glib/glib-Memory-Allocation.html#g-new0">
559
- <ANCHOR id="g-renew" href="glib/glib-Memory-Allocation.html#g-renew">
560
- <ANCHOR id="g-try-new" href="glib/glib-Memory-Allocation.html#g-try-new">
561
- <ANCHOR id="g-try-new0" href="glib/glib-Memory-Allocation.html#g-try-new0">
562
- <ANCHOR id="g-try-renew" href="glib/glib-Memory-Allocation.html#g-try-renew">
563
- <ANCHOR id="g-malloc" href="glib/glib-Memory-Allocation.html#g-malloc">
564
- <ANCHOR id="g-malloc0" href="glib/glib-Memory-Allocation.html#g-malloc0">
565
- <ANCHOR id="g-realloc" href="glib/glib-Memory-Allocation.html#g-realloc">
566
- <ANCHOR id="g-try-malloc" href="glib/glib-Memory-Allocation.html#g-try-malloc">
567
- <ANCHOR id="g-try-malloc0" href="glib/glib-Memory-Allocation.html#g-try-malloc0">
568
- <ANCHOR id="g-try-realloc" href="glib/glib-Memory-Allocation.html#g-try-realloc">
569
- <ANCHOR id="g-malloc-n" href="glib/glib-Memory-Allocation.html#g-malloc-n">
570
- <ANCHOR id="g-malloc0-n" href="glib/glib-Memory-Allocation.html#g-malloc0-n">
571
- <ANCHOR id="g-realloc-n" href="glib/glib-Memory-Allocation.html#g-realloc-n">
572
- <ANCHOR id="g-try-malloc-n" href="glib/glib-Memory-Allocation.html#g-try-malloc-n">
573
- <ANCHOR id="g-try-malloc0-n" href="glib/glib-Memory-Allocation.html#g-try-malloc0-n">
574
- <ANCHOR id="g-try-realloc-n" href="glib/glib-Memory-Allocation.html#g-try-realloc-n">
575
- <ANCHOR id="g-free" href="glib/glib-Memory-Allocation.html#g-free">
576
- <ANCHOR id="g-mem-gc-friendly" href="glib/glib-Memory-Allocation.html#g-mem-gc-friendly">
577
- <ANCHOR id="g-alloca" href="glib/glib-Memory-Allocation.html#g-alloca">
578
- <ANCHOR id="g-newa" href="glib/glib-Memory-Allocation.html#g-newa">
579
- <ANCHOR id="g-memmove" href="glib/glib-Memory-Allocation.html#g-memmove">
580
- <ANCHOR id="g-memdup" href="glib/glib-Memory-Allocation.html#g-memdup">
581
- <ANCHOR id="GMemVTable" href="glib/glib-Memory-Allocation.html#GMemVTable">
582
- <ANCHOR id="g-mem-set-vtable" href="glib/glib-Memory-Allocation.html#g-mem-set-vtable">
583
- <ANCHOR id="g-mem-is-system-malloc" href="glib/glib-Memory-Allocation.html#g-mem-is-system-malloc">
584
- <ANCHOR id="glib-mem-profiler-table" href="glib/glib-Memory-Allocation.html#glib-mem-profiler-table">
585
- <ANCHOR id="g-mem-profile" href="glib/glib-Memory-Allocation.html#g-mem-profile">
586
- <ANCHOR id="glib-IO-Channels" href="glib/glib-IO-Channels.html">
587
- <ANCHOR id="glib-IO-Channels.synopsis" href="glib/glib-IO-Channels.html#glib-IO-Channels.synopsis">
588
- <ANCHOR id="glib-IO-Channels.description" href="glib/glib-IO-Channels.html#glib-IO-Channels.description">
589
- <ANCHOR id="glib-IO-Channels.details" href="glib/glib-IO-Channels.html#glib-IO-Channels.details">
590
- <ANCHOR id="GIOChannel" href="glib/glib-IO-Channels.html#GIOChannel">
591
- <ANCHOR id="g-io-channel-unix-new" href="glib/glib-IO-Channels.html#g-io-channel-unix-new">
592
- <ANCHOR id="g-io-channel-unix-get-fd" href="glib/glib-IO-Channels.html#g-io-channel-unix-get-fd">
593
- <ANCHOR id="g-io-channel-win32-new-fd" href="glib/glib-IO-Channels.html#g-io-channel-win32-new-fd">
594
- <ANCHOR id="g-io-channel-win32-new-socket" href="glib/glib-IO-Channels.html#g-io-channel-win32-new-socket">
595
- <ANCHOR id="g-io-channel-win32-new-messages" href="glib/glib-IO-Channels.html#g-io-channel-win32-new-messages">
596
- <ANCHOR id="g-io-channel-init" href="glib/glib-IO-Channels.html#g-io-channel-init">
597
- <ANCHOR id="g-io-channel-new-file" href="glib/glib-IO-Channels.html#g-io-channel-new-file">
598
- <ANCHOR id="g-io-channel-read-chars" href="glib/glib-IO-Channels.html#g-io-channel-read-chars">
599
- <ANCHOR id="g-io-channel-read-unichar" href="glib/glib-IO-Channels.html#g-io-channel-read-unichar">
600
- <ANCHOR id="g-io-channel-read-line" href="glib/glib-IO-Channels.html#g-io-channel-read-line">
601
- <ANCHOR id="g-io-channel-read-line-string" href="glib/glib-IO-Channels.html#g-io-channel-read-line-string">
602
- <ANCHOR id="g-io-channel-read-to-end" href="glib/glib-IO-Channels.html#g-io-channel-read-to-end">
603
- <ANCHOR id="g-io-channel-write-chars" href="glib/glib-IO-Channels.html#g-io-channel-write-chars">
604
- <ANCHOR id="g-io-channel-write-unichar" href="glib/glib-IO-Channels.html#g-io-channel-write-unichar">
605
- <ANCHOR id="g-io-channel-flush" href="glib/glib-IO-Channels.html#g-io-channel-flush">
606
- <ANCHOR id="g-io-channel-seek-position" href="glib/glib-IO-Channels.html#g-io-channel-seek-position">
607
- <ANCHOR id="GSeekType" href="glib/glib-IO-Channels.html#GSeekType">
608
- <ANCHOR id="G-SEEK-CUR:CAPS" href="glib/glib-IO-Channels.html#G-SEEK-CUR:CAPS">
609
- <ANCHOR id="G-SEEK-SET:CAPS" href="glib/glib-IO-Channels.html#G-SEEK-SET:CAPS">
610
- <ANCHOR id="G-SEEK-END:CAPS" href="glib/glib-IO-Channels.html#G-SEEK-END:CAPS">
611
- <ANCHOR id="g-io-channel-shutdown" href="glib/glib-IO-Channels.html#g-io-channel-shutdown">
612
- <ANCHOR id="GIOStatus" href="glib/glib-IO-Channels.html#GIOStatus">
613
- <ANCHOR id="G-IO-STATUS-ERROR:CAPS" href="glib/glib-IO-Channels.html#G-IO-STATUS-ERROR:CAPS">
614
- <ANCHOR id="G-IO-STATUS-NORMAL:CAPS" href="glib/glib-IO-Channels.html#G-IO-STATUS-NORMAL:CAPS">
615
- <ANCHOR id="G-IO-STATUS-EOF:CAPS" href="glib/glib-IO-Channels.html#G-IO-STATUS-EOF:CAPS">
616
- <ANCHOR id="G-IO-STATUS-AGAIN:CAPS" href="glib/glib-IO-Channels.html#G-IO-STATUS-AGAIN:CAPS">
617
- <ANCHOR id="GIOChannelError" href="glib/glib-IO-Channels.html#GIOChannelError">
618
- <ANCHOR id="G-IO-CHANNEL-ERROR-FBIG:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-FBIG:CAPS">
619
- <ANCHOR id="G-IO-CHANNEL-ERROR-INVAL:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-INVAL:CAPS">
620
- <ANCHOR id="G-IO-CHANNEL-ERROR-IO:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-IO:CAPS">
621
- <ANCHOR id="G-IO-CHANNEL-ERROR-ISDIR:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-ISDIR:CAPS">
622
- <ANCHOR id="G-IO-CHANNEL-ERROR-NOSPC:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-NOSPC:CAPS">
623
- <ANCHOR id="G-IO-CHANNEL-ERROR-NXIO:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-NXIO:CAPS">
624
- <ANCHOR id="G-IO-CHANNEL-ERROR-OVERFLOW:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-OVERFLOW:CAPS">
625
- <ANCHOR id="G-IO-CHANNEL-ERROR-PIPE:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-PIPE:CAPS">
626
- <ANCHOR id="G-IO-CHANNEL-ERROR-FAILED:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR-FAILED:CAPS">
627
- <ANCHOR id="G-IO-CHANNEL-ERROR:CAPS" href="glib/glib-IO-Channels.html#G-IO-CHANNEL-ERROR:CAPS">
628
- <ANCHOR id="g-io-channel-error-from-errno" href="glib/glib-IO-Channels.html#g-io-channel-error-from-errno">
629
- <ANCHOR id="g-io-channel-ref" href="glib/glib-IO-Channels.html#g-io-channel-ref">
630
- <ANCHOR id="g-io-channel-unref" href="glib/glib-IO-Channels.html#g-io-channel-unref">
631
- <ANCHOR id="g-io-create-watch" href="glib/glib-IO-Channels.html#g-io-create-watch">
632
- <ANCHOR id="g-io-add-watch" href="glib/glib-IO-Channels.html#g-io-add-watch">
633
- <ANCHOR id="g-io-add-watch-full" href="glib/glib-IO-Channels.html#g-io-add-watch-full">
634
- <ANCHOR id="GIOCondition" href="glib/glib-IO-Channels.html#GIOCondition">
635
- <ANCHOR id="G-IO-IN:CAPS" href="glib/glib-IO-Channels.html#G-IO-IN:CAPS">
636
- <ANCHOR id="G-IO-OUT:CAPS" href="glib/glib-IO-Channels.html#G-IO-OUT:CAPS">
637
- <ANCHOR id="G-IO-PRI:CAPS" href="glib/glib-IO-Channels.html#G-IO-PRI:CAPS">
638
- <ANCHOR id="G-IO-ERR:CAPS" href="glib/glib-IO-Channels.html#G-IO-ERR:CAPS">
639
- <ANCHOR id="G-IO-HUP:CAPS" href="glib/glib-IO-Channels.html#G-IO-HUP:CAPS">
640
- <ANCHOR id="G-IO-NVAL:CAPS" href="glib/glib-IO-Channels.html#G-IO-NVAL:CAPS">
641
- <ANCHOR id="GIOFunc" href="glib/glib-IO-Channels.html#GIOFunc">
642
- <ANCHOR id="GIOFuncs" href="glib/glib-IO-Channels.html#GIOFuncs">
643
- <ANCHOR id="g-io-channel-get-buffer-size" href="glib/glib-IO-Channels.html#g-io-channel-get-buffer-size">
644
- <ANCHOR id="g-io-channel-set-buffer-size" href="glib/glib-IO-Channels.html#g-io-channel-set-buffer-size">
645
- <ANCHOR id="g-io-channel-get-buffer-condition" href="glib/glib-IO-Channels.html#g-io-channel-get-buffer-condition">
646
- <ANCHOR id="g-io-channel-get-flags" href="glib/glib-IO-Channels.html#g-io-channel-get-flags">
647
- <ANCHOR id="g-io-channel-set-flags" href="glib/glib-IO-Channels.html#g-io-channel-set-flags">
648
- <ANCHOR id="GIOFlags" href="glib/glib-IO-Channels.html#GIOFlags">
649
- <ANCHOR id="G-IO-FLAG-APPEND:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-APPEND:CAPS">
650
- <ANCHOR id="G-IO-FLAG-NONBLOCK:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-NONBLOCK:CAPS">
651
- <ANCHOR id="G-IO-FLAG-IS-READABLE:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-IS-READABLE:CAPS">
652
- <ANCHOR id="G-IO-FLAG-IS-WRITEABLE:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-IS-WRITEABLE:CAPS">
653
- <ANCHOR id="G-IO-FLAG-IS-SEEKABLE:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-IS-SEEKABLE:CAPS">
654
- <ANCHOR id="G-IO-FLAG-MASK:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-MASK:CAPS">
655
- <ANCHOR id="G-IO-FLAG-GET-MASK:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-GET-MASK:CAPS">
656
- <ANCHOR id="G-IO-FLAG-SET-MASK:CAPS" href="glib/glib-IO-Channels.html#G-IO-FLAG-SET-MASK:CAPS">
657
- <ANCHOR id="g-io-channel-get-line-term" href="glib/glib-IO-Channels.html#g-io-channel-get-line-term">
658
- <ANCHOR id="g-io-channel-set-line-term" href="glib/glib-IO-Channels.html#g-io-channel-set-line-term">
659
- <ANCHOR id="g-io-channel-get-buffered" href="glib/glib-IO-Channels.html#g-io-channel-get-buffered">
660
- <ANCHOR id="g-io-channel-set-buffered" href="glib/glib-IO-Channels.html#g-io-channel-set-buffered">
661
- <ANCHOR id="g-io-channel-get-encoding" href="glib/glib-IO-Channels.html#g-io-channel-get-encoding">
662
- <ANCHOR id="g-io-channel-set-encoding" href="glib/glib-IO-Channels.html#g-io-channel-set-encoding">
663
- <ANCHOR id="g-io-channel-get-close-on-unref" href="glib/glib-IO-Channels.html#g-io-channel-get-close-on-unref">
664
- <ANCHOR id="g-io-channel-set-close-on-unref" href="glib/glib-IO-Channels.html#g-io-channel-set-close-on-unref">
665
- <ANCHOR id="g-io-channel-read" href="glib/glib-IO-Channels.html#g-io-channel-read">
666
- <ANCHOR id="GIOError" href="glib/glib-IO-Channels.html#GIOError">
667
- <ANCHOR id="G-IO-ERROR-NONE:CAPS" href="glib/glib-IO-Channels.html#G-IO-ERROR-NONE:CAPS">
668
- <ANCHOR id="G-IO-ERROR-AGAIN:CAPS" href="glib/glib-IO-Channels.html#G-IO-ERROR-AGAIN:CAPS">
669
- <ANCHOR id="G-IO-ERROR-INVAL:CAPS" href="glib/glib-IO-Channels.html#G-IO-ERROR-INVAL:CAPS">
670
- <ANCHOR id="G-IO-ERROR-UNKNOWN:CAPS" href="glib/glib-IO-Channels.html#G-IO-ERROR-UNKNOWN:CAPS">
671
- <ANCHOR id="g-io-channel-write" href="glib/glib-IO-Channels.html#g-io-channel-write">
672
- <ANCHOR id="g-io-channel-seek" href="glib/glib-IO-Channels.html#g-io-channel-seek">
673
- <ANCHOR id="g-io-channel-close" href="glib/glib-IO-Channels.html#g-io-channel-close">
674
- <ANCHOR id="glib-IO-Channels.see-also" href="glib/glib-IO-Channels.html#glib-IO-Channels.see-also">
675
- <ANCHOR id="glib-Error-Reporting" href="glib/glib-Error-Reporting.html">
676
- <ANCHOR id="glib-Error-Reporting.synopsis" href="glib/glib-Error-Reporting.html#glib-Error-Reporting.synopsis">
677
- <ANCHOR id="glib-Error-Reporting.description" href="glib/glib-Error-Reporting.html#glib-Error-Reporting.description">
678
- <ANCHOR id="glib-Error-Reporting.details" href="glib/glib-Error-Reporting.html#glib-Error-Reporting.details">
679
- <ANCHOR id="GError" href="glib/glib-Error-Reporting.html#GError">
680
- <ANCHOR id="g-error-new" href="glib/glib-Error-Reporting.html#g-error-new">
681
- <ANCHOR id="g-error-new-literal" href="glib/glib-Error-Reporting.html#g-error-new-literal">
682
- <ANCHOR id="g-error-new-valist" href="glib/glib-Error-Reporting.html#g-error-new-valist">
683
- <ANCHOR id="g-error-free" href="glib/glib-Error-Reporting.html#g-error-free">
684
- <ANCHOR id="g-error-copy" href="glib/glib-Error-Reporting.html#g-error-copy">
685
- <ANCHOR id="g-error-matches" href="glib/glib-Error-Reporting.html#g-error-matches">
686
- <ANCHOR id="g-set-error" href="glib/glib-Error-Reporting.html#g-set-error">
687
- <ANCHOR id="g-set-error-literal" href="glib/glib-Error-Reporting.html#g-set-error-literal">
688
- <ANCHOR id="g-propagate-error" href="glib/glib-Error-Reporting.html#g-propagate-error">
689
- <ANCHOR id="g-clear-error" href="glib/glib-Error-Reporting.html#g-clear-error">
690
- <ANCHOR id="g-prefix-error" href="glib/glib-Error-Reporting.html#g-prefix-error">
691
- <ANCHOR id="g-propagate-prefixed-error" href="glib/glib-Error-Reporting.html#g-propagate-prefixed-error">
692
- <ANCHOR id="glib-Warnings-and-Assertions" href="glib/glib-Warnings-and-Assertions.html">
693
- <ANCHOR id="glib-Warnings-and-Assertions.synopsis" href="glib/glib-Warnings-and-Assertions.html#glib-Warnings-and-Assertions.synopsis">
694
- <ANCHOR id="glib-Warnings-and-Assertions.description" href="glib/glib-Warnings-and-Assertions.html#glib-Warnings-and-Assertions.description">
695
- <ANCHOR id="glib-Warnings-and-Assertions.details" href="glib/glib-Warnings-and-Assertions.html#glib-Warnings-and-Assertions.details">
696
- <ANCHOR id="g-print" href="glib/glib-Warnings-and-Assertions.html#g-print">
697
- <ANCHOR id="g-set-print-handler" href="glib/glib-Warnings-and-Assertions.html#g-set-print-handler">
698
- <ANCHOR id="GPrintFunc" href="glib/glib-Warnings-and-Assertions.html#GPrintFunc">
699
- <ANCHOR id="g-printerr" href="glib/glib-Warnings-and-Assertions.html#g-printerr">
700
- <ANCHOR id="g-set-printerr-handler" href="glib/glib-Warnings-and-Assertions.html#g-set-printerr-handler">
701
- <ANCHOR id="g-return-if-fail" href="glib/glib-Warnings-and-Assertions.html#g-return-if-fail">
702
- <ANCHOR id="g-return-val-if-fail" href="glib/glib-Warnings-and-Assertions.html#g-return-val-if-fail">
703
- <ANCHOR id="g-return-if-reached" href="glib/glib-Warnings-and-Assertions.html#g-return-if-reached">
704
- <ANCHOR id="g-return-val-if-reached" href="glib/glib-Warnings-and-Assertions.html#g-return-val-if-reached">
705
- <ANCHOR id="g-warn-if-fail" href="glib/glib-Warnings-and-Assertions.html#g-warn-if-fail">
706
- <ANCHOR id="g-warn-if-reached" href="glib/glib-Warnings-and-Assertions.html#g-warn-if-reached">
707
- <ANCHOR id="g-on-error-query" href="glib/glib-Warnings-and-Assertions.html#g-on-error-query">
708
- <ANCHOR id="g-on-error-stack-trace" href="glib/glib-Warnings-and-Assertions.html#g-on-error-stack-trace">
709
- <ANCHOR id="G-BREAKPOINT:CAPS" href="glib/glib-Warnings-and-Assertions.html#G-BREAKPOINT:CAPS">
710
- <ANCHOR id="glib-Message-Logging" href="glib/glib-Message-Logging.html">
711
- <ANCHOR id="glib-Message-Logging.synopsis" href="glib/glib-Message-Logging.html#glib-Message-Logging.synopsis">
712
- <ANCHOR id="glib-Message-Logging.description" href="glib/glib-Message-Logging.html#glib-Message-Logging.description">
713
- <ANCHOR id="glib-Message-Logging.details" href="glib/glib-Message-Logging.html#glib-Message-Logging.details">
714
- <ANCHOR id="G-LOG-DOMAIN:CAPS" href="glib/glib-Message-Logging.html#G-LOG-DOMAIN:CAPS">
715
- <ANCHOR id="G-LOG-FATAL-MASK:CAPS" href="glib/glib-Message-Logging.html#G-LOG-FATAL-MASK:CAPS">
716
- <ANCHOR id="G-LOG-LEVEL-USER-SHIFT:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-USER-SHIFT:CAPS">
717
- <ANCHOR id="GLogFunc" href="glib/glib-Message-Logging.html#GLogFunc">
718
- <ANCHOR id="GLogLevelFlags" href="glib/glib-Message-Logging.html#GLogLevelFlags">
719
- <ANCHOR id="G-LOG-FLAG-RECURSION:CAPS" href="glib/glib-Message-Logging.html#G-LOG-FLAG-RECURSION:CAPS">
720
- <ANCHOR id="G-LOG-FLAG-FATAL:CAPS" href="glib/glib-Message-Logging.html#G-LOG-FLAG-FATAL:CAPS">
721
- <ANCHOR id="G-LOG-LEVEL-ERROR:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-ERROR:CAPS">
722
- <ANCHOR id="G-LOG-LEVEL-CRITICAL:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-CRITICAL:CAPS">
723
- <ANCHOR id="G-LOG-LEVEL-WARNING:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-WARNING:CAPS">
724
- <ANCHOR id="G-LOG-LEVEL-MESSAGE:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-MESSAGE:CAPS">
725
- <ANCHOR id="G-LOG-LEVEL-INFO:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-INFO:CAPS">
726
- <ANCHOR id="G-LOG-LEVEL-DEBUG:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-DEBUG:CAPS">
727
- <ANCHOR id="G-LOG-LEVEL-MASK:CAPS" href="glib/glib-Message-Logging.html#G-LOG-LEVEL-MASK:CAPS">
728
- <ANCHOR id="g-log" href="glib/glib-Message-Logging.html#g-log">
729
- <ANCHOR id="g-logv" href="glib/glib-Message-Logging.html#g-logv">
730
- <ANCHOR id="g-message" href="glib/glib-Message-Logging.html#g-message">
731
- <ANCHOR id="g-warning" href="glib/glib-Message-Logging.html#g-warning">
732
- <ANCHOR id="g-critical" href="glib/glib-Message-Logging.html#g-critical">
733
- <ANCHOR id="g-error" href="glib/glib-Message-Logging.html#g-error">
734
- <ANCHOR id="g-debug" href="glib/glib-Message-Logging.html#g-debug">
735
- <ANCHOR id="g-log-set-handler" href="glib/glib-Message-Logging.html#g-log-set-handler">
736
- <ANCHOR id="g-log-remove-handler" href="glib/glib-Message-Logging.html#g-log-remove-handler">
737
- <ANCHOR id="g-log-set-always-fatal" href="glib/glib-Message-Logging.html#g-log-set-always-fatal">
738
- <ANCHOR id="g-log-set-fatal-mask" href="glib/glib-Message-Logging.html#g-log-set-fatal-mask">
739
- <ANCHOR id="g-log-default-handler" href="glib/glib-Message-Logging.html#g-log-default-handler">
740
- <ANCHOR id="g-log-set-default-handler" href="glib/glib-Message-Logging.html#g-log-set-default-handler">
741
- <ANCHOR id="glib-String-Utility-Functions" href="glib/glib-String-Utility-Functions.html">
742
- <ANCHOR id="glib-String-Utility-Functions.synopsis" href="glib/glib-String-Utility-Functions.html#glib-String-Utility-Functions.synopsis">
743
- <ANCHOR id="glib-String-Utility-Functions.description" href="glib/glib-String-Utility-Functions.html#glib-String-Utility-Functions.description">
744
- <ANCHOR id="glib-String-Utility-Functions.details" href="glib/glib-String-Utility-Functions.html#glib-String-Utility-Functions.details">
745
- <ANCHOR id="g-strdup" href="glib/glib-String-Utility-Functions.html#g-strdup">
746
- <ANCHOR id="g-strndup" href="glib/glib-String-Utility-Functions.html#g-strndup">
747
- <ANCHOR id="g-strdupv" href="glib/glib-String-Utility-Functions.html#g-strdupv">
748
- <ANCHOR id="g-strnfill" href="glib/glib-String-Utility-Functions.html#g-strnfill">
749
- <ANCHOR id="g-stpcpy" href="glib/glib-String-Utility-Functions.html#g-stpcpy">
750
- <ANCHOR id="g-strstr-len" href="glib/glib-String-Utility-Functions.html#g-strstr-len">
751
- <ANCHOR id="g-strrstr" href="glib/glib-String-Utility-Functions.html#g-strrstr">
752
- <ANCHOR id="g-strrstr-len" href="glib/glib-String-Utility-Functions.html#g-strrstr-len">
753
- <ANCHOR id="g-str-has-prefix" href="glib/glib-String-Utility-Functions.html#g-str-has-prefix">
754
- <ANCHOR id="g-str-has-suffix" href="glib/glib-String-Utility-Functions.html#g-str-has-suffix">
755
- <ANCHOR id="g-strcmp0" href="glib/glib-String-Utility-Functions.html#g-strcmp0">
756
- <ANCHOR id="g-strlcpy" href="glib/glib-String-Utility-Functions.html#g-strlcpy">
757
- <ANCHOR id="g-strlcat" href="glib/glib-String-Utility-Functions.html#g-strlcat">
758
- <ANCHOR id="g-strdup-printf" href="glib/glib-String-Utility-Functions.html#g-strdup-printf">
759
- <ANCHOR id="g-strdup-vprintf" href="glib/glib-String-Utility-Functions.html#g-strdup-vprintf">
760
- <ANCHOR id="g-printf" href="glib/glib-String-Utility-Functions.html#g-printf">
761
- <ANCHOR id="g-vprintf" href="glib/glib-String-Utility-Functions.html#g-vprintf">
762
- <ANCHOR id="g-fprintf" href="glib/glib-String-Utility-Functions.html#g-fprintf">
763
- <ANCHOR id="g-vfprintf" href="glib/glib-String-Utility-Functions.html#g-vfprintf">
764
- <ANCHOR id="g-sprintf" href="glib/glib-String-Utility-Functions.html#g-sprintf">
765
- <ANCHOR id="g-vsprintf" href="glib/glib-String-Utility-Functions.html#g-vsprintf">
766
- <ANCHOR id="g-snprintf" href="glib/glib-String-Utility-Functions.html#g-snprintf">
767
- <ANCHOR id="g-vsnprintf" href="glib/glib-String-Utility-Functions.html#g-vsnprintf">
768
- <ANCHOR id="g-vasprintf" href="glib/glib-String-Utility-Functions.html#g-vasprintf">
769
- <ANCHOR id="g-printf-string-upper-bound" href="glib/glib-String-Utility-Functions.html#g-printf-string-upper-bound">
770
- <ANCHOR id="g-ascii-isalnum" href="glib/glib-String-Utility-Functions.html#g-ascii-isalnum">
771
- <ANCHOR id="g-ascii-isalpha" href="glib/glib-String-Utility-Functions.html#g-ascii-isalpha">
772
- <ANCHOR id="g-ascii-iscntrl" href="glib/glib-String-Utility-Functions.html#g-ascii-iscntrl">
773
- <ANCHOR id="g-ascii-isdigit" href="glib/glib-String-Utility-Functions.html#g-ascii-isdigit">
774
- <ANCHOR id="g-ascii-isgraph" href="glib/glib-String-Utility-Functions.html#g-ascii-isgraph">
775
- <ANCHOR id="g-ascii-islower" href="glib/glib-String-Utility-Functions.html#g-ascii-islower">
776
- <ANCHOR id="g-ascii-isprint" href="glib/glib-String-Utility-Functions.html#g-ascii-isprint">
777
- <ANCHOR id="g-ascii-ispunct" href="glib/glib-String-Utility-Functions.html#g-ascii-ispunct">
778
- <ANCHOR id="g-ascii-isspace" href="glib/glib-String-Utility-Functions.html#g-ascii-isspace">
779
- <ANCHOR id="g-ascii-isupper" href="glib/glib-String-Utility-Functions.html#g-ascii-isupper">
780
- <ANCHOR id="g-ascii-isxdigit" href="glib/glib-String-Utility-Functions.html#g-ascii-isxdigit">
781
- <ANCHOR id="g-ascii-digit-value" href="glib/glib-String-Utility-Functions.html#g-ascii-digit-value">
782
- <ANCHOR id="g-ascii-xdigit-value" href="glib/glib-String-Utility-Functions.html#g-ascii-xdigit-value">
783
- <ANCHOR id="g-ascii-strcasecmp" href="glib/glib-String-Utility-Functions.html#g-ascii-strcasecmp">
784
- <ANCHOR id="g-ascii-strncasecmp" href="glib/glib-String-Utility-Functions.html#g-ascii-strncasecmp">
785
- <ANCHOR id="g-ascii-strup" href="glib/glib-String-Utility-Functions.html#g-ascii-strup">
786
- <ANCHOR id="g-ascii-strdown" href="glib/glib-String-Utility-Functions.html#g-ascii-strdown">
787
- <ANCHOR id="g-ascii-tolower" href="glib/glib-String-Utility-Functions.html#g-ascii-tolower">
788
- <ANCHOR id="g-ascii-toupper" href="glib/glib-String-Utility-Functions.html#g-ascii-toupper">
789
- <ANCHOR id="g-string-ascii-up" href="glib/glib-String-Utility-Functions.html#g-string-ascii-up">
790
- <ANCHOR id="g-string-ascii-down" href="glib/glib-String-Utility-Functions.html#g-string-ascii-down">
791
- <ANCHOR id="g-strup" href="glib/glib-String-Utility-Functions.html#g-strup">
792
- <ANCHOR id="g-strdown" href="glib/glib-String-Utility-Functions.html#g-strdown">
793
- <ANCHOR id="g-strcasecmp" href="glib/glib-String-Utility-Functions.html#g-strcasecmp">
794
- <ANCHOR id="g-strncasecmp" href="glib/glib-String-Utility-Functions.html#g-strncasecmp">
795
- <ANCHOR id="g-strreverse" href="glib/glib-String-Utility-Functions.html#g-strreverse">
796
- <ANCHOR id="g-ascii-strtoll" href="glib/glib-String-Utility-Functions.html#g-ascii-strtoll">
797
- <ANCHOR id="g-ascii-strtoull" href="glib/glib-String-Utility-Functions.html#g-ascii-strtoull">
798
- <ANCHOR id="G-ASCII-DTOSTR-BUF-SIZE:CAPS" href="glib/glib-String-Utility-Functions.html#G-ASCII-DTOSTR-BUF-SIZE:CAPS">
799
- <ANCHOR id="g-ascii-strtod" href="glib/glib-String-Utility-Functions.html#g-ascii-strtod">
800
- <ANCHOR id="g-ascii-dtostr" href="glib/glib-String-Utility-Functions.html#g-ascii-dtostr">
801
- <ANCHOR id="g-ascii-formatd" href="glib/glib-String-Utility-Functions.html#g-ascii-formatd">
802
- <ANCHOR id="g-strtod" href="glib/glib-String-Utility-Functions.html#g-strtod">
803
- <ANCHOR id="g-strchug" href="glib/glib-String-Utility-Functions.html#g-strchug">
804
- <ANCHOR id="g-strchomp" href="glib/glib-String-Utility-Functions.html#g-strchomp">
805
- <ANCHOR id="g-strstrip" href="glib/glib-String-Utility-Functions.html#g-strstrip">
806
- <ANCHOR id="g-strdelimit" href="glib/glib-String-Utility-Functions.html#g-strdelimit">
807
- <ANCHOR id="G-STR-DELIMITERS:CAPS" href="glib/glib-String-Utility-Functions.html#G-STR-DELIMITERS:CAPS">
808
- <ANCHOR id="g-strescape" href="glib/glib-String-Utility-Functions.html#g-strescape">
809
- <ANCHOR id="g-strcompress" href="glib/glib-String-Utility-Functions.html#g-strcompress">
810
- <ANCHOR id="g-strcanon" href="glib/glib-String-Utility-Functions.html#g-strcanon">
811
- <ANCHOR id="g-strsplit" href="glib/glib-String-Utility-Functions.html#g-strsplit">
812
- <ANCHOR id="g-strsplit-set" href="glib/glib-String-Utility-Functions.html#g-strsplit-set">
813
- <ANCHOR id="g-strfreev" href="glib/glib-String-Utility-Functions.html#g-strfreev">
814
- <ANCHOR id="g-strconcat" href="glib/glib-String-Utility-Functions.html#g-strconcat">
815
- <ANCHOR id="g-strjoin" href="glib/glib-String-Utility-Functions.html#g-strjoin">
816
- <ANCHOR id="g-strjoinv" href="glib/glib-String-Utility-Functions.html#g-strjoinv">
817
- <ANCHOR id="g-strv-length" href="glib/glib-String-Utility-Functions.html#g-strv-length">
818
- <ANCHOR id="g-strerror" href="glib/glib-String-Utility-Functions.html#g-strerror">
819
- <ANCHOR id="g-strsignal" href="glib/glib-String-Utility-Functions.html#g-strsignal">
820
- <ANCHOR id="glib-Character-Set-Conversion" href="glib/glib-Character-Set-Conversion.html">
821
- <ANCHOR id="glib-Character-Set-Conversion.synopsis" href="glib/glib-Character-Set-Conversion.html#glib-Character-Set-Conversion.synopsis">
822
- <ANCHOR id="glib-Character-Set-Conversion.description" href="glib/glib-Character-Set-Conversion.html#glib-Character-Set-Conversion.description">
823
- <ANCHOR id="file-name-encodings" href="glib/glib-Character-Set-Conversion.html#file-name-encodings">
824
- <ANCHOR id="glib-Character-Set-Conversion.details" href="glib/glib-Character-Set-Conversion.html#glib-Character-Set-Conversion.details">
825
- <ANCHOR id="g-convert" href="glib/glib-Character-Set-Conversion.html#g-convert">
826
- <ANCHOR id="g-convert-with-fallback" href="glib/glib-Character-Set-Conversion.html#g-convert-with-fallback">
827
- <ANCHOR id="GIConv" href="glib/glib-Character-Set-Conversion.html#GIConv">
828
- <ANCHOR id="g-convert-with-iconv" href="glib/glib-Character-Set-Conversion.html#g-convert-with-iconv">
829
- <ANCHOR id="G-CONVERT-ERROR:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR:CAPS">
830
- <ANCHOR id="g-iconv-open" href="glib/glib-Character-Set-Conversion.html#g-iconv-open">
831
- <ANCHOR id="g-iconv" href="glib/glib-Character-Set-Conversion.html#g-iconv">
832
- <ANCHOR id="g-iconv-close" href="glib/glib-Character-Set-Conversion.html#g-iconv-close">
833
- <ANCHOR id="g-locale-to-utf8" href="glib/glib-Character-Set-Conversion.html#g-locale-to-utf8">
834
- <ANCHOR id="g-filename-to-utf8" href="glib/glib-Character-Set-Conversion.html#g-filename-to-utf8">
835
- <ANCHOR id="g-filename-from-utf8" href="glib/glib-Character-Set-Conversion.html#g-filename-from-utf8">
836
- <ANCHOR id="g-get-filename-charsets" href="glib/glib-Character-Set-Conversion.html#g-get-filename-charsets">
837
- <ANCHOR id="g-filename-display-name" href="glib/glib-Character-Set-Conversion.html#g-filename-display-name">
838
- <ANCHOR id="g-filename-display-basename" href="glib/glib-Character-Set-Conversion.html#g-filename-display-basename">
839
- <ANCHOR id="g-locale-from-utf8" href="glib/glib-Character-Set-Conversion.html#g-locale-from-utf8">
840
- <ANCHOR id="GConvertError" href="glib/glib-Character-Set-Conversion.html#GConvertError">
841
- <ANCHOR id="G-CONVERT-ERROR-NO-CONVERSION:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-NO-CONVERSION:CAPS">
842
- <ANCHOR id="G-CONVERT-ERROR-ILLEGAL-SEQUENCE:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-ILLEGAL-SEQUENCE:CAPS">
843
- <ANCHOR id="G-CONVERT-ERROR-FAILED:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-FAILED:CAPS">
844
- <ANCHOR id="G-CONVERT-ERROR-PARTIAL-INPUT:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-PARTIAL-INPUT:CAPS">
845
- <ANCHOR id="G-CONVERT-ERROR-BAD-URI:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-BAD-URI:CAPS">
846
- <ANCHOR id="G-CONVERT-ERROR-NOT-ABSOLUTE-PATH:CAPS" href="glib/glib-Character-Set-Conversion.html#G-CONVERT-ERROR-NOT-ABSOLUTE-PATH:CAPS">
847
- <ANCHOR id="g-get-charset" href="glib/glib-Character-Set-Conversion.html#g-get-charset">
848
- <ANCHOR id="glib-Unicode-Manipulation" href="glib/glib-Unicode-Manipulation.html">
849
- <ANCHOR id="glib-Unicode-Manipulation.synopsis" href="glib/glib-Unicode-Manipulation.html#glib-Unicode-Manipulation.synopsis">
850
- <ANCHOR id="glib-Unicode-Manipulation.description" href="glib/glib-Unicode-Manipulation.html#glib-Unicode-Manipulation.description">
851
- <ANCHOR id="glib-Unicode-Manipulation.details" href="glib/glib-Unicode-Manipulation.html#glib-Unicode-Manipulation.details">
852
- <ANCHOR id="gunichar" href="glib/glib-Unicode-Manipulation.html#gunichar">
853
- <ANCHOR id="gunichar2" href="glib/glib-Unicode-Manipulation.html#gunichar2">
854
- <ANCHOR id="g-unichar-validate" href="glib/glib-Unicode-Manipulation.html#g-unichar-validate">
855
- <ANCHOR id="g-unichar-isalnum" href="glib/glib-Unicode-Manipulation.html#g-unichar-isalnum">
856
- <ANCHOR id="g-unichar-isalpha" href="glib/glib-Unicode-Manipulation.html#g-unichar-isalpha">
857
- <ANCHOR id="g-unichar-iscntrl" href="glib/glib-Unicode-Manipulation.html#g-unichar-iscntrl">
858
- <ANCHOR id="g-unichar-isdefined" href="glib/glib-Unicode-Manipulation.html#g-unichar-isdefined">
859
- <ANCHOR id="g-unichar-isdigit" href="glib/glib-Unicode-Manipulation.html#g-unichar-isdigit">
860
- <ANCHOR id="g-unichar-isgraph" href="glib/glib-Unicode-Manipulation.html#g-unichar-isgraph">
861
- <ANCHOR id="g-unichar-islower" href="glib/glib-Unicode-Manipulation.html#g-unichar-islower">
862
- <ANCHOR id="g-unichar-ismark" href="glib/glib-Unicode-Manipulation.html#g-unichar-ismark">
863
- <ANCHOR id="g-unichar-isprint" href="glib/glib-Unicode-Manipulation.html#g-unichar-isprint">
864
- <ANCHOR id="g-unichar-ispunct" href="glib/glib-Unicode-Manipulation.html#g-unichar-ispunct">
865
- <ANCHOR id="g-unichar-isspace" href="glib/glib-Unicode-Manipulation.html#g-unichar-isspace">
866
- <ANCHOR id="g-unichar-istitle" href="glib/glib-Unicode-Manipulation.html#g-unichar-istitle">
867
- <ANCHOR id="g-unichar-isupper" href="glib/glib-Unicode-Manipulation.html#g-unichar-isupper">
868
- <ANCHOR id="g-unichar-isxdigit" href="glib/glib-Unicode-Manipulation.html#g-unichar-isxdigit">
869
- <ANCHOR id="g-unichar-iswide" href="glib/glib-Unicode-Manipulation.html#g-unichar-iswide">
870
- <ANCHOR id="g-unichar-iswide-cjk" href="glib/glib-Unicode-Manipulation.html#g-unichar-iswide-cjk">
871
- <ANCHOR id="g-unichar-iszerowidth" href="glib/glib-Unicode-Manipulation.html#g-unichar-iszerowidth">
872
- <ANCHOR id="g-unichar-toupper" href="glib/glib-Unicode-Manipulation.html#g-unichar-toupper">
873
- <ANCHOR id="g-unichar-tolower" href="glib/glib-Unicode-Manipulation.html#g-unichar-tolower">
874
- <ANCHOR id="g-unichar-totitle" href="glib/glib-Unicode-Manipulation.html#g-unichar-totitle">
875
- <ANCHOR id="g-unichar-digit-value" href="glib/glib-Unicode-Manipulation.html#g-unichar-digit-value">
876
- <ANCHOR id="g-unichar-xdigit-value" href="glib/glib-Unicode-Manipulation.html#g-unichar-xdigit-value">
877
- <ANCHOR id="GUnicodeType" href="glib/glib-Unicode-Manipulation.html#GUnicodeType">
878
- <ANCHOR id="G-UNICODE-CONTROL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-CONTROL:CAPS">
879
- <ANCHOR id="G-UNICODE-FORMAT:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-FORMAT:CAPS">
880
- <ANCHOR id="G-UNICODE-UNASSIGNED:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-UNASSIGNED:CAPS">
881
- <ANCHOR id="G-UNICODE-PRIVATE-USE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-PRIVATE-USE:CAPS">
882
- <ANCHOR id="G-UNICODE-SURROGATE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SURROGATE:CAPS">
883
- <ANCHOR id="G-UNICODE-LOWERCASE-LETTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-LOWERCASE-LETTER:CAPS">
884
- <ANCHOR id="G-UNICODE-MODIFIER-LETTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-MODIFIER-LETTER:CAPS">
885
- <ANCHOR id="G-UNICODE-OTHER-LETTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-OTHER-LETTER:CAPS">
886
- <ANCHOR id="G-UNICODE-TITLECASE-LETTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-TITLECASE-LETTER:CAPS">
887
- <ANCHOR id="G-UNICODE-UPPERCASE-LETTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-UPPERCASE-LETTER:CAPS">
888
- <ANCHOR id="G-UNICODE-COMBINING-MARK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-COMBINING-MARK:CAPS">
889
- <ANCHOR id="G-UNICODE-ENCLOSING-MARK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-ENCLOSING-MARK:CAPS">
890
- <ANCHOR id="G-UNICODE-NON-SPACING-MARK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-NON-SPACING-MARK:CAPS">
891
- <ANCHOR id="G-UNICODE-DECIMAL-NUMBER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-DECIMAL-NUMBER:CAPS">
892
- <ANCHOR id="G-UNICODE-LETTER-NUMBER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-LETTER-NUMBER:CAPS">
893
- <ANCHOR id="G-UNICODE-OTHER-NUMBER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-OTHER-NUMBER:CAPS">
894
- <ANCHOR id="G-UNICODE-CONNECT-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-CONNECT-PUNCTUATION:CAPS">
895
- <ANCHOR id="G-UNICODE-DASH-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-DASH-PUNCTUATION:CAPS">
896
- <ANCHOR id="G-UNICODE-CLOSE-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-CLOSE-PUNCTUATION:CAPS">
897
- <ANCHOR id="G-UNICODE-FINAL-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-FINAL-PUNCTUATION:CAPS">
898
- <ANCHOR id="G-UNICODE-INITIAL-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-INITIAL-PUNCTUATION:CAPS">
899
- <ANCHOR id="G-UNICODE-OTHER-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-OTHER-PUNCTUATION:CAPS">
900
- <ANCHOR id="G-UNICODE-OPEN-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-OPEN-PUNCTUATION:CAPS">
901
- <ANCHOR id="G-UNICODE-CURRENCY-SYMBOL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-CURRENCY-SYMBOL:CAPS">
902
- <ANCHOR id="G-UNICODE-MODIFIER-SYMBOL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-MODIFIER-SYMBOL:CAPS">
903
- <ANCHOR id="G-UNICODE-MATH-SYMBOL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-MATH-SYMBOL:CAPS">
904
- <ANCHOR id="G-UNICODE-OTHER-SYMBOL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-OTHER-SYMBOL:CAPS">
905
- <ANCHOR id="G-UNICODE-LINE-SEPARATOR:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-LINE-SEPARATOR:CAPS">
906
- <ANCHOR id="G-UNICODE-PARAGRAPH-SEPARATOR:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-PARAGRAPH-SEPARATOR:CAPS">
907
- <ANCHOR id="G-UNICODE-SPACE-SEPARATOR:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SPACE-SEPARATOR:CAPS">
908
- <ANCHOR id="g-unichar-type" href="glib/glib-Unicode-Manipulation.html#g-unichar-type">
909
- <ANCHOR id="GUnicodeBreakType" href="glib/glib-Unicode-Manipulation.html#GUnicodeBreakType">
910
- <ANCHOR id="G-UNICODE-BREAK-MANDATORY:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-MANDATORY:CAPS">
911
- <ANCHOR id="G-UNICODE-BREAK-CARRIAGE-RETURN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-CARRIAGE-RETURN:CAPS">
912
- <ANCHOR id="G-UNICODE-BREAK-LINE-FEED:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-LINE-FEED:CAPS">
913
- <ANCHOR id="G-UNICODE-BREAK-COMBINING-MARK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-COMBINING-MARK:CAPS">
914
- <ANCHOR id="G-UNICODE-BREAK-SURROGATE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-SURROGATE:CAPS">
915
- <ANCHOR id="G-UNICODE-BREAK-ZERO-WIDTH-SPACE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-ZERO-WIDTH-SPACE:CAPS">
916
- <ANCHOR id="G-UNICODE-BREAK-INSEPARABLE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-INSEPARABLE:CAPS">
917
- <ANCHOR id="G-UNICODE-BREAK-NON-BREAKING-GLUE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-NON-BREAKING-GLUE:CAPS">
918
- <ANCHOR id="G-UNICODE-BREAK-CONTINGENT:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-CONTINGENT:CAPS">
919
- <ANCHOR id="G-UNICODE-BREAK-SPACE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-SPACE:CAPS">
920
- <ANCHOR id="G-UNICODE-BREAK-AFTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-AFTER:CAPS">
921
- <ANCHOR id="G-UNICODE-BREAK-BEFORE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-BEFORE:CAPS">
922
- <ANCHOR id="G-UNICODE-BREAK-BEFORE-AND-AFTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-BEFORE-AND-AFTER:CAPS">
923
- <ANCHOR id="G-UNICODE-BREAK-HYPHEN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HYPHEN:CAPS">
924
- <ANCHOR id="G-UNICODE-BREAK-NON-STARTER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-NON-STARTER:CAPS">
925
- <ANCHOR id="G-UNICODE-BREAK-OPEN-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-OPEN-PUNCTUATION:CAPS">
926
- <ANCHOR id="G-UNICODE-BREAK-CLOSE-PUNCTUATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-CLOSE-PUNCTUATION:CAPS">
927
- <ANCHOR id="G-UNICODE-BREAK-QUOTATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-QUOTATION:CAPS">
928
- <ANCHOR id="G-UNICODE-BREAK-EXCLAMATION:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-EXCLAMATION:CAPS">
929
- <ANCHOR id="G-UNICODE-BREAK-IDEOGRAPHIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-IDEOGRAPHIC:CAPS">
930
- <ANCHOR id="G-UNICODE-BREAK-NUMERIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-NUMERIC:CAPS">
931
- <ANCHOR id="G-UNICODE-BREAK-INFIX-SEPARATOR:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-INFIX-SEPARATOR:CAPS">
932
- <ANCHOR id="G-UNICODE-BREAK-SYMBOL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-SYMBOL:CAPS">
933
- <ANCHOR id="G-UNICODE-BREAK-ALPHABETIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-ALPHABETIC:CAPS">
934
- <ANCHOR id="G-UNICODE-BREAK-PREFIX:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-PREFIX:CAPS">
935
- <ANCHOR id="G-UNICODE-BREAK-POSTFIX:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-POSTFIX:CAPS">
936
- <ANCHOR id="G-UNICODE-BREAK-COMPLEX-CONTEXT:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-COMPLEX-CONTEXT:CAPS">
937
- <ANCHOR id="G-UNICODE-BREAK-AMBIGUOUS:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-AMBIGUOUS:CAPS">
938
- <ANCHOR id="G-UNICODE-BREAK-UNKNOWN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-UNKNOWN:CAPS">
939
- <ANCHOR id="G-UNICODE-BREAK-NEXT-LINE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-NEXT-LINE:CAPS">
940
- <ANCHOR id="G-UNICODE-BREAK-WORD-JOINER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-WORD-JOINER:CAPS">
941
- <ANCHOR id="G-UNICODE-BREAK-HANGUL-L-JAMO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-L-JAMO:CAPS">
942
- <ANCHOR id="G-UNICODE-BREAK-HANGUL-V-JAMO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-V-JAMO:CAPS">
943
- <ANCHOR id="G-UNICODE-BREAK-HANGUL-T-JAMO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-T-JAMO:CAPS">
944
- <ANCHOR id="G-UNICODE-BREAK-HANGUL-LV-SYLLABLE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-LV-SYLLABLE:CAPS">
945
- <ANCHOR id="G-UNICODE-BREAK-HANGUL-LVT-SYLLABLE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-BREAK-HANGUL-LVT-SYLLABLE:CAPS">
946
- <ANCHOR id="g-unichar-break-type" href="glib/glib-Unicode-Manipulation.html#g-unichar-break-type">
947
- <ANCHOR id="g-unichar-combining-class" href="glib/glib-Unicode-Manipulation.html#g-unichar-combining-class">
948
- <ANCHOR id="g-unicode-canonical-ordering" href="glib/glib-Unicode-Manipulation.html#g-unicode-canonical-ordering">
949
- <ANCHOR id="g-unicode-canonical-decomposition" href="glib/glib-Unicode-Manipulation.html#g-unicode-canonical-decomposition">
950
- <ANCHOR id="g-unichar-get-mirror-char" href="glib/glib-Unicode-Manipulation.html#g-unichar-get-mirror-char">
951
- <ANCHOR id="GUnicodeScript" href="glib/glib-Unicode-Manipulation.html#GUnicodeScript">
952
- <ANCHOR id="G-UNICODE-SCRIPT-INVALID-CODE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INVALID-CODE:CAPS">
953
- <ANCHOR id="G-UNICODE-SCRIPT-COMMON:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-COMMON:CAPS">
954
- <ANCHOR id="G-UNICODE-SCRIPT-INHERITED:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INHERITED:CAPS">
955
- <ANCHOR id="G-UNICODE-SCRIPT-ARABIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-ARABIC:CAPS">
956
- <ANCHOR id="G-UNICODE-SCRIPT-ARMENIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-ARMENIAN:CAPS">
957
- <ANCHOR id="G-UNICODE-SCRIPT-BENGALI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BENGALI:CAPS">
958
- <ANCHOR id="G-UNICODE-SCRIPT-BOPOMOFO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BOPOMOFO:CAPS">
959
- <ANCHOR id="G-UNICODE-SCRIPT-CHEROKEE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CHEROKEE:CAPS">
960
- <ANCHOR id="G-UNICODE-SCRIPT-COPTIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-COPTIC:CAPS">
961
- <ANCHOR id="G-UNICODE-SCRIPT-CYRILLIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CYRILLIC:CAPS">
962
- <ANCHOR id="G-UNICODE-SCRIPT-DESERET:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-DESERET:CAPS">
963
- <ANCHOR id="G-UNICODE-SCRIPT-DEVANAGARI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-DEVANAGARI:CAPS">
964
- <ANCHOR id="G-UNICODE-SCRIPT-ETHIOPIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-ETHIOPIC:CAPS">
965
- <ANCHOR id="G-UNICODE-SCRIPT-GEORGIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GEORGIAN:CAPS">
966
- <ANCHOR id="G-UNICODE-SCRIPT-GOTHIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GOTHIC:CAPS">
967
- <ANCHOR id="G-UNICODE-SCRIPT-GREEK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GREEK:CAPS">
968
- <ANCHOR id="G-UNICODE-SCRIPT-GUJARATI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GUJARATI:CAPS">
969
- <ANCHOR id="G-UNICODE-SCRIPT-GURMUKHI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GURMUKHI:CAPS">
970
- <ANCHOR id="G-UNICODE-SCRIPT-HAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-HAN:CAPS">
971
- <ANCHOR id="G-UNICODE-SCRIPT-HANGUL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-HANGUL:CAPS">
972
- <ANCHOR id="G-UNICODE-SCRIPT-HEBREW:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-HEBREW:CAPS">
973
- <ANCHOR id="G-UNICODE-SCRIPT-HIRAGANA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-HIRAGANA:CAPS">
974
- <ANCHOR id="G-UNICODE-SCRIPT-KANNADA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KANNADA:CAPS">
975
- <ANCHOR id="G-UNICODE-SCRIPT-KATAKANA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KATAKANA:CAPS">
976
- <ANCHOR id="G-UNICODE-SCRIPT-KHMER:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KHMER:CAPS">
977
- <ANCHOR id="G-UNICODE-SCRIPT-LAO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LAO:CAPS">
978
- <ANCHOR id="G-UNICODE-SCRIPT-LATIN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LATIN:CAPS">
979
- <ANCHOR id="G-UNICODE-SCRIPT-MALAYALAM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MALAYALAM:CAPS">
980
- <ANCHOR id="G-UNICODE-SCRIPT-MONGOLIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MONGOLIAN:CAPS">
981
- <ANCHOR id="G-UNICODE-SCRIPT-MYANMAR:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MYANMAR:CAPS">
982
- <ANCHOR id="G-UNICODE-SCRIPT-OGHAM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OGHAM:CAPS">
983
- <ANCHOR id="G-UNICODE-SCRIPT-OLD-ITALIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-ITALIC:CAPS">
984
- <ANCHOR id="G-UNICODE-SCRIPT-ORIYA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-ORIYA:CAPS">
985
- <ANCHOR id="G-UNICODE-SCRIPT-RUNIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-RUNIC:CAPS">
986
- <ANCHOR id="G-UNICODE-SCRIPT-SINHALA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SINHALA:CAPS">
987
- <ANCHOR id="G-UNICODE-SCRIPT-SYRIAC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SYRIAC:CAPS">
988
- <ANCHOR id="G-UNICODE-SCRIPT-TAMIL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAMIL:CAPS">
989
- <ANCHOR id="G-UNICODE-SCRIPT-TELUGU:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TELUGU:CAPS">
990
- <ANCHOR id="G-UNICODE-SCRIPT-THAANA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-THAANA:CAPS">
991
- <ANCHOR id="G-UNICODE-SCRIPT-THAI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-THAI:CAPS">
992
- <ANCHOR id="G-UNICODE-SCRIPT-TIBETAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TIBETAN:CAPS">
993
- <ANCHOR id="G-UNICODE-SCRIPT-CANADIAN-ABORIGINAL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CANADIAN-ABORIGINAL:CAPS">
994
- <ANCHOR id="G-UNICODE-SCRIPT-YI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-YI:CAPS">
995
- <ANCHOR id="G-UNICODE-SCRIPT-TAGALOG:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAGALOG:CAPS">
996
- <ANCHOR id="G-UNICODE-SCRIPT-HANUNOO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-HANUNOO:CAPS">
997
- <ANCHOR id="G-UNICODE-SCRIPT-BUHID:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BUHID:CAPS">
998
- <ANCHOR id="G-UNICODE-SCRIPT-TAGBANWA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAGBANWA:CAPS">
999
- <ANCHOR id="G-UNICODE-SCRIPT-BRAILLE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BRAILLE:CAPS">
1000
- <ANCHOR id="G-UNICODE-SCRIPT-CYPRIOT:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CYPRIOT:CAPS">
1001
- <ANCHOR id="G-UNICODE-SCRIPT-LIMBU:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LIMBU:CAPS">
1002
- <ANCHOR id="G-UNICODE-SCRIPT-OSMANYA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OSMANYA:CAPS">
1003
- <ANCHOR id="G-UNICODE-SCRIPT-SHAVIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SHAVIAN:CAPS">
1004
- <ANCHOR id="G-UNICODE-SCRIPT-LINEAR-B:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LINEAR-B:CAPS">
1005
- <ANCHOR id="G-UNICODE-SCRIPT-TAI-LE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAI-LE:CAPS">
1006
- <ANCHOR id="G-UNICODE-SCRIPT-UGARITIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-UGARITIC:CAPS">
1007
- <ANCHOR id="G-UNICODE-SCRIPT-NEW-TAI-LUE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-NEW-TAI-LUE:CAPS">
1008
- <ANCHOR id="G-UNICODE-SCRIPT-BUGINESE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BUGINESE:CAPS">
1009
- <ANCHOR id="G-UNICODE-SCRIPT-GLAGOLITIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-GLAGOLITIC:CAPS">
1010
- <ANCHOR id="G-UNICODE-SCRIPT-TIFINAGH:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TIFINAGH:CAPS">
1011
- <ANCHOR id="G-UNICODE-SCRIPT-SYLOTI-NAGRI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SYLOTI-NAGRI:CAPS">
1012
- <ANCHOR id="G-UNICODE-SCRIPT-OLD-PERSIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-PERSIAN:CAPS">
1013
- <ANCHOR id="G-UNICODE-SCRIPT-KHAROSHTHI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KHAROSHTHI:CAPS">
1014
- <ANCHOR id="G-UNICODE-SCRIPT-UNKNOWN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-UNKNOWN:CAPS">
1015
- <ANCHOR id="G-UNICODE-SCRIPT-BALINESE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BALINESE:CAPS">
1016
- <ANCHOR id="G-UNICODE-SCRIPT-CUNEIFORM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CUNEIFORM:CAPS">
1017
- <ANCHOR id="G-UNICODE-SCRIPT-PHOENICIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-PHOENICIAN:CAPS">
1018
- <ANCHOR id="G-UNICODE-SCRIPT-PHAGS-PA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-PHAGS-PA:CAPS">
1019
- <ANCHOR id="G-UNICODE-SCRIPT-NKO:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-NKO:CAPS">
1020
- <ANCHOR id="G-UNICODE-SCRIPT-KAYAH-LI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KAYAH-LI:CAPS">
1021
- <ANCHOR id="G-UNICODE-SCRIPT-LEPCHA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LEPCHA:CAPS">
1022
- <ANCHOR id="G-UNICODE-SCRIPT-REJANG:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-REJANG:CAPS">
1023
- <ANCHOR id="G-UNICODE-SCRIPT-SUNDANESE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SUNDANESE:CAPS">
1024
- <ANCHOR id="G-UNICODE-SCRIPT-SAURASHTRA:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SAURASHTRA:CAPS">
1025
- <ANCHOR id="G-UNICODE-SCRIPT-CHAM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CHAM:CAPS">
1026
- <ANCHOR id="G-UNICODE-SCRIPT-OL-CHIKI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OL-CHIKI:CAPS">
1027
- <ANCHOR id="G-UNICODE-SCRIPT-VAI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-VAI:CAPS">
1028
- <ANCHOR id="G-UNICODE-SCRIPT-CARIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-CARIAN:CAPS">
1029
- <ANCHOR id="G-UNICODE-SCRIPT-LYCIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LYCIAN:CAPS">
1030
- <ANCHOR id="G-UNICODE-SCRIPT-LYDIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LYDIAN:CAPS">
1031
- <ANCHOR id="G-UNICODE-SCRIPT-AVESTAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-AVESTAN:CAPS">
1032
- <ANCHOR id="G-UNICODE-SCRIPT-BAMUM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-BAMUM:CAPS">
1033
- <ANCHOR id="G-UNICODE-SCRIPT-EGYPTIAN-HIEROGLYPHS:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-EGYPTIAN-HIEROGLYPHS:CAPS">
1034
- <ANCHOR id="G-UNICODE-SCRIPT-IMPERIAL-ARAMAIC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-IMPERIAL-ARAMAIC:CAPS">
1035
- <ANCHOR id="G-UNICODE-SCRIPT-INSCRIPTIONAL-PAHLAVI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INSCRIPTIONAL-PAHLAVI:CAPS">
1036
- <ANCHOR id="G-UNICODE-SCRIPT-INSCRIPTIONAL-PARTHIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-INSCRIPTIONAL-PARTHIAN:CAPS">
1037
- <ANCHOR id="G-UNICODE-SCRIPT-JAVANESE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-JAVANESE:CAPS">
1038
- <ANCHOR id="G-UNICODE-SCRIPT-KAITHI:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-KAITHI:CAPS">
1039
- <ANCHOR id="G-UNICODE-SCRIPT-LISU:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-LISU:CAPS">
1040
- <ANCHOR id="G-UNICODE-SCRIPT-MEETEI-MAYEK:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-MEETEI-MAYEK:CAPS">
1041
- <ANCHOR id="G-UNICODE-SCRIPT-OLD-SOUTH-ARABIAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-SOUTH-ARABIAN:CAPS">
1042
- <ANCHOR id="G-UNICODE-SCRIPT-OLD-TURKISH:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-OLD-TURKISH:CAPS">
1043
- <ANCHOR id="G-UNICODE-SCRIPT-SAMARITAN:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-SAMARITAN:CAPS">
1044
- <ANCHOR id="G-UNICODE-SCRIPT-TAI-THAM:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAI-THAM:CAPS">
1045
- <ANCHOR id="G-UNICODE-SCRIPT-TAI-VIET:CAPS" href="glib/glib-Unicode-Manipulation.html#G-UNICODE-SCRIPT-TAI-VIET:CAPS">
1046
- <ANCHOR id="g-unichar-get-script" href="glib/glib-Unicode-Manipulation.html#g-unichar-get-script">
1047
- <ANCHOR id="g-utf8-next-char" href="glib/glib-Unicode-Manipulation.html#g-utf8-next-char">
1048
- <ANCHOR id="g-utf8-get-char" href="glib/glib-Unicode-Manipulation.html#g-utf8-get-char">
1049
- <ANCHOR id="g-utf8-get-char-validated" href="glib/glib-Unicode-Manipulation.html#g-utf8-get-char-validated">
1050
- <ANCHOR id="g-utf8-offset-to-pointer" href="glib/glib-Unicode-Manipulation.html#g-utf8-offset-to-pointer">
1051
- <ANCHOR id="g-utf8-pointer-to-offset" href="glib/glib-Unicode-Manipulation.html#g-utf8-pointer-to-offset">
1052
- <ANCHOR id="g-utf8-prev-char" href="glib/glib-Unicode-Manipulation.html#g-utf8-prev-char">
1053
- <ANCHOR id="g-utf8-find-next-char" href="glib/glib-Unicode-Manipulation.html#g-utf8-find-next-char">
1054
- <ANCHOR id="g-utf8-find-prev-char" href="glib/glib-Unicode-Manipulation.html#g-utf8-find-prev-char">
1055
- <ANCHOR id="g-utf8-strlen" href="glib/glib-Unicode-Manipulation.html#g-utf8-strlen">
1056
- <ANCHOR id="g-utf8-strncpy" href="glib/glib-Unicode-Manipulation.html#g-utf8-strncpy">
1057
- <ANCHOR id="g-utf8-strchr" href="glib/glib-Unicode-Manipulation.html#g-utf8-strchr">
1058
- <ANCHOR id="g-utf8-strrchr" href="glib/glib-Unicode-Manipulation.html#g-utf8-strrchr">
1059
- <ANCHOR id="g-utf8-strreverse" href="glib/glib-Unicode-Manipulation.html#g-utf8-strreverse">
1060
- <ANCHOR id="g-utf8-validate" href="glib/glib-Unicode-Manipulation.html#g-utf8-validate">
1061
- <ANCHOR id="g-utf8-strup" href="glib/glib-Unicode-Manipulation.html#g-utf8-strup">
1062
- <ANCHOR id="g-utf8-strdown" href="glib/glib-Unicode-Manipulation.html#g-utf8-strdown">
1063
- <ANCHOR id="g-utf8-casefold" href="glib/glib-Unicode-Manipulation.html#g-utf8-casefold">
1064
- <ANCHOR id="g-utf8-normalize" href="glib/glib-Unicode-Manipulation.html#g-utf8-normalize">
1065
- <ANCHOR id="GNormalizeMode" href="glib/glib-Unicode-Manipulation.html#GNormalizeMode">
1066
- <ANCHOR id="G-NORMALIZE-DEFAULT:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-DEFAULT:CAPS">
1067
- <ANCHOR id="G-NORMALIZE-NFD:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-NFD:CAPS">
1068
- <ANCHOR id="G-NORMALIZE-DEFAULT-COMPOSE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-DEFAULT-COMPOSE:CAPS">
1069
- <ANCHOR id="G-NORMALIZE-NFC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-NFC:CAPS">
1070
- <ANCHOR id="G-NORMALIZE-ALL:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-ALL:CAPS">
1071
- <ANCHOR id="G-NORMALIZE-NFKD:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-NFKD:CAPS">
1072
- <ANCHOR id="G-NORMALIZE-ALL-COMPOSE:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-ALL-COMPOSE:CAPS">
1073
- <ANCHOR id="G-NORMALIZE-NFKC:CAPS" href="glib/glib-Unicode-Manipulation.html#G-NORMALIZE-NFKC:CAPS">
1074
- <ANCHOR id="g-utf8-collate" href="glib/glib-Unicode-Manipulation.html#g-utf8-collate">
1075
- <ANCHOR id="g-utf8-collate-key" href="glib/glib-Unicode-Manipulation.html#g-utf8-collate-key">
1076
- <ANCHOR id="g-utf8-collate-key-for-filename" href="glib/glib-Unicode-Manipulation.html#g-utf8-collate-key-for-filename">
1077
- <ANCHOR id="g-utf8-to-utf16" href="glib/glib-Unicode-Manipulation.html#g-utf8-to-utf16">
1078
- <ANCHOR id="g-utf8-to-ucs4" href="glib/glib-Unicode-Manipulation.html#g-utf8-to-ucs4">
1079
- <ANCHOR id="g-utf8-to-ucs4-fast" href="glib/glib-Unicode-Manipulation.html#g-utf8-to-ucs4-fast">
1080
- <ANCHOR id="g-utf16-to-ucs4" href="glib/glib-Unicode-Manipulation.html#g-utf16-to-ucs4">
1081
- <ANCHOR id="g-utf16-to-utf8" href="glib/glib-Unicode-Manipulation.html#g-utf16-to-utf8">
1082
- <ANCHOR id="g-ucs4-to-utf16" href="glib/glib-Unicode-Manipulation.html#g-ucs4-to-utf16">
1083
- <ANCHOR id="g-ucs4-to-utf8" href="glib/glib-Unicode-Manipulation.html#g-ucs4-to-utf8">
1084
- <ANCHOR id="g-unichar-to-utf8" href="glib/glib-Unicode-Manipulation.html#g-unichar-to-utf8">
1085
- <ANCHOR id="glib-Unicode-Manipulation.see-also" href="glib/glib-Unicode-Manipulation.html#glib-Unicode-Manipulation.see-also">
1086
- <ANCHOR id="glib-Base64-Encoding" href="glib/glib-Base64-Encoding.html">
1087
- <ANCHOR id="glib-Base64-Encoding.synopsis" href="glib/glib-Base64-Encoding.html#glib-Base64-Encoding.synopsis">
1088
- <ANCHOR id="glib-Base64-Encoding.description" href="glib/glib-Base64-Encoding.html#glib-Base64-Encoding.description">
1089
- <ANCHOR id="glib-Base64-Encoding.details" href="glib/glib-Base64-Encoding.html#glib-Base64-Encoding.details">
1090
- <ANCHOR id="g-base64-encode-step" href="glib/glib-Base64-Encoding.html#g-base64-encode-step">
1091
- <ANCHOR id="g-base64-encode-close" href="glib/glib-Base64-Encoding.html#g-base64-encode-close">
1092
- <ANCHOR id="g-base64-encode" href="glib/glib-Base64-Encoding.html#g-base64-encode">
1093
- <ANCHOR id="g-base64-decode-step" href="glib/glib-Base64-Encoding.html#g-base64-decode-step">
1094
- <ANCHOR id="g-base64-decode" href="glib/glib-Base64-Encoding.html#g-base64-decode">
1095
- <ANCHOR id="g-base64-decode-inplace" href="glib/glib-Base64-Encoding.html#g-base64-decode-inplace">
1096
- <ANCHOR id="glib-Data-Checksums" href="glib/glib-Data-Checksums.html">
1097
- <ANCHOR id="glib-Data-Checksums.synopsis" href="glib/glib-Data-Checksums.html#glib-Data-Checksums.synopsis">
1098
- <ANCHOR id="glib-Data-Checksums.description" href="glib/glib-Data-Checksums.html#glib-Data-Checksums.description">
1099
- <ANCHOR id="glib-Data-Checksums.details" href="glib/glib-Data-Checksums.html#glib-Data-Checksums.details">
1100
- <ANCHOR id="GChecksumType" href="glib/glib-Data-Checksums.html#GChecksumType">
1101
- <ANCHOR id="G-CHECKSUM-MD5:CAPS" href="glib/glib-Data-Checksums.html#G-CHECKSUM-MD5:CAPS">
1102
- <ANCHOR id="G-CHECKSUM-SHA1:CAPS" href="glib/glib-Data-Checksums.html#G-CHECKSUM-SHA1:CAPS">
1103
- <ANCHOR id="G-CHECKSUM-SHA256:CAPS" href="glib/glib-Data-Checksums.html#G-CHECKSUM-SHA256:CAPS">
1104
- <ANCHOR id="g-checksum-type-get-length" href="glib/glib-Data-Checksums.html#g-checksum-type-get-length">
1105
- <ANCHOR id="GChecksum" href="glib/glib-Data-Checksums.html#GChecksum">
1106
- <ANCHOR id="g-checksum-new" href="glib/glib-Data-Checksums.html#g-checksum-new">
1107
- <ANCHOR id="g-checksum-copy" href="glib/glib-Data-Checksums.html#g-checksum-copy">
1108
- <ANCHOR id="g-checksum-free" href="glib/glib-Data-Checksums.html#g-checksum-free">
1109
- <ANCHOR id="g-checksum-reset" href="glib/glib-Data-Checksums.html#g-checksum-reset">
1110
- <ANCHOR id="g-checksum-update" href="glib/glib-Data-Checksums.html#g-checksum-update">
1111
- <ANCHOR id="g-checksum-get-string" href="glib/glib-Data-Checksums.html#g-checksum-get-string">
1112
- <ANCHOR id="g-checksum-get-digest" href="glib/glib-Data-Checksums.html#g-checksum-get-digest">
1113
- <ANCHOR id="g-compute-checksum-for-data" href="glib/glib-Data-Checksums.html#g-compute-checksum-for-data">
1114
- <ANCHOR id="g-compute-checksum-for-string" href="glib/glib-Data-Checksums.html#g-compute-checksum-for-string">
1115
- <ANCHOR id="glib-I18N" href="glib/glib-I18N.html">
1116
- <ANCHOR id="glib-I18N.synopsis" href="glib/glib-I18N.html#glib-I18N.synopsis">
1117
- <ANCHOR id="glib-I18N.description" href="glib/glib-I18N.html#glib-I18N.description">
1118
- <ANCHOR id="glib-I18N.details" href="glib/glib-I18N.html#glib-I18N.details">
1119
- <ANCHOR id="gettext-macro" href="glib/glib-I18N.html#gettext-macro">
1120
- <ANCHOR id="Q-:CAPS" href="glib/glib-I18N.html#Q-:CAPS">
1121
- <ANCHOR id="C-:CAPS" href="glib/glib-I18N.html#C-:CAPS">
1122
- <ANCHOR id="N-:CAPS" href="glib/glib-I18N.html#N-:CAPS">
1123
- <ANCHOR id="NC-:CAPS" href="glib/glib-I18N.html#NC-:CAPS">
1124
- <ANCHOR id="g-dgettext" href="glib/glib-I18N.html#g-dgettext">
1125
- <ANCHOR id="g-dcgettext" href="glib/glib-I18N.html#g-dcgettext">
1126
- <ANCHOR id="g-dngettext" href="glib/glib-I18N.html#g-dngettext">
1127
- <ANCHOR id="g-dpgettext" href="glib/glib-I18N.html#g-dpgettext">
1128
- <ANCHOR id="g-dpgettext2" href="glib/glib-I18N.html#g-dpgettext2">
1129
- <ANCHOR id="g-strip-context" href="glib/glib-I18N.html#g-strip-context">
1130
- <ANCHOR id="g-get-language-names" href="glib/glib-I18N.html#g-get-language-names">
1131
- <ANCHOR id="glib-I18N.see-also" href="glib/glib-I18N.html#glib-I18N.see-also">
1132
- <ANCHOR id="glib-Date-and-Time-Functions" href="glib/glib-Date-and-Time-Functions.html">
1133
- <ANCHOR id="glib-Date-and-Time-Functions.synopsis" href="glib/glib-Date-and-Time-Functions.html#glib-Date-and-Time-Functions.synopsis">
1134
- <ANCHOR id="glib-Date-and-Time-Functions.description" href="glib/glib-Date-and-Time-Functions.html#glib-Date-and-Time-Functions.description">
1135
- <ANCHOR id="glib-Date-and-Time-Functions.details" href="glib/glib-Date-and-Time-Functions.html#glib-Date-and-Time-Functions.details">
1136
- <ANCHOR id="G-USEC-PER-SEC:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-USEC-PER-SEC:CAPS">
1137
- <ANCHOR id="GTimeVal" href="glib/glib-Date-and-Time-Functions.html#GTimeVal">
1138
- <ANCHOR id="g-get-current-time" href="glib/glib-Date-and-Time-Functions.html#g-get-current-time">
1139
- <ANCHOR id="g-usleep" href="glib/glib-Date-and-Time-Functions.html#g-usleep">
1140
- <ANCHOR id="g-time-val-add" href="glib/glib-Date-and-Time-Functions.html#g-time-val-add">
1141
- <ANCHOR id="g-time-val-from-iso8601" href="glib/glib-Date-and-Time-Functions.html#g-time-val-from-iso8601">
1142
- <ANCHOR id="g-time-val-to-iso8601" href="glib/glib-Date-and-Time-Functions.html#g-time-val-to-iso8601">
1143
- <ANCHOR id="GDate" href="glib/glib-Date-and-Time-Functions.html#GDate">
1144
- <ANCHOR id="GTime" href="glib/glib-Date-and-Time-Functions.html#GTime">
1145
- <ANCHOR id="GDateDMY" href="glib/glib-Date-and-Time-Functions.html#GDateDMY">
1146
- <ANCHOR id="G-DATE-DAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-DAY:CAPS">
1147
- <ANCHOR id="G-DATE-MONTH:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-MONTH:CAPS">
1148
- <ANCHOR id="G-DATE-YEAR:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-YEAR:CAPS">
1149
- <ANCHOR id="GDateDay" href="glib/glib-Date-and-Time-Functions.html#GDateDay">
1150
- <ANCHOR id="GDateMonth" href="glib/glib-Date-and-Time-Functions.html#GDateMonth">
1151
- <ANCHOR id="G-DATE-BAD-MONTH:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-BAD-MONTH:CAPS">
1152
- <ANCHOR id="G-DATE-JANUARY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-JANUARY:CAPS">
1153
- <ANCHOR id="G-DATE-FEBRUARY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-FEBRUARY:CAPS">
1154
- <ANCHOR id="G-DATE-MARCH:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-MARCH:CAPS">
1155
- <ANCHOR id="G-DATE-APRIL:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-APRIL:CAPS">
1156
- <ANCHOR id="G-DATE-MAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-MAY:CAPS">
1157
- <ANCHOR id="G-DATE-JUNE:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-JUNE:CAPS">
1158
- <ANCHOR id="G-DATE-JULY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-JULY:CAPS">
1159
- <ANCHOR id="G-DATE-AUGUST:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-AUGUST:CAPS">
1160
- <ANCHOR id="G-DATE-SEPTEMBER:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-SEPTEMBER:CAPS">
1161
- <ANCHOR id="G-DATE-OCTOBER:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-OCTOBER:CAPS">
1162
- <ANCHOR id="G-DATE-NOVEMBER:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-NOVEMBER:CAPS">
1163
- <ANCHOR id="G-DATE-DECEMBER:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-DECEMBER:CAPS">
1164
- <ANCHOR id="GDateYear" href="glib/glib-Date-and-Time-Functions.html#GDateYear">
1165
- <ANCHOR id="GDateWeekday" href="glib/glib-Date-and-Time-Functions.html#GDateWeekday">
1166
- <ANCHOR id="G-DATE-BAD-WEEKDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-BAD-WEEKDAY:CAPS">
1167
- <ANCHOR id="G-DATE-MONDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-MONDAY:CAPS">
1168
- <ANCHOR id="G-DATE-TUESDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-TUESDAY:CAPS">
1169
- <ANCHOR id="G-DATE-WEDNESDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-WEDNESDAY:CAPS">
1170
- <ANCHOR id="G-DATE-THURSDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-THURSDAY:CAPS">
1171
- <ANCHOR id="G-DATE-FRIDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-FRIDAY:CAPS">
1172
- <ANCHOR id="G-DATE-SATURDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-SATURDAY:CAPS">
1173
- <ANCHOR id="G-DATE-SUNDAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-SUNDAY:CAPS">
1174
- <ANCHOR id="G-DATE-BAD-DAY:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-BAD-DAY:CAPS">
1175
- <ANCHOR id="G-DATE-BAD-JULIAN:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-BAD-JULIAN:CAPS">
1176
- <ANCHOR id="G-DATE-BAD-YEAR:CAPS" href="glib/glib-Date-and-Time-Functions.html#G-DATE-BAD-YEAR:CAPS">
1177
- <ANCHOR id="g-date-new" href="glib/glib-Date-and-Time-Functions.html#g-date-new">
1178
- <ANCHOR id="g-date-new-dmy" href="glib/glib-Date-and-Time-Functions.html#g-date-new-dmy">
1179
- <ANCHOR id="g-date-new-julian" href="glib/glib-Date-and-Time-Functions.html#g-date-new-julian">
1180
- <ANCHOR id="g-date-clear" href="glib/glib-Date-and-Time-Functions.html#g-date-clear">
1181
- <ANCHOR id="g-date-free" href="glib/glib-Date-and-Time-Functions.html#g-date-free">
1182
- <ANCHOR id="g-date-set-day" href="glib/glib-Date-and-Time-Functions.html#g-date-set-day">
1183
- <ANCHOR id="g-date-set-month" href="glib/glib-Date-and-Time-Functions.html#g-date-set-month">
1184
- <ANCHOR id="g-date-set-year" href="glib/glib-Date-and-Time-Functions.html#g-date-set-year">
1185
- <ANCHOR id="g-date-set-dmy" href="glib/glib-Date-and-Time-Functions.html#g-date-set-dmy">
1186
- <ANCHOR id="g-date-set-julian" href="glib/glib-Date-and-Time-Functions.html#g-date-set-julian">
1187
- <ANCHOR id="g-date-set-time" href="glib/glib-Date-and-Time-Functions.html#g-date-set-time">
1188
- <ANCHOR id="g-date-set-time-t" href="glib/glib-Date-and-Time-Functions.html#g-date-set-time-t">
1189
- <ANCHOR id="g-date-set-time-val" href="glib/glib-Date-and-Time-Functions.html#g-date-set-time-val">
1190
- <ANCHOR id="g-date-set-parse" href="glib/glib-Date-and-Time-Functions.html#g-date-set-parse">
1191
- <ANCHOR id="g-date-add-days" href="glib/glib-Date-and-Time-Functions.html#g-date-add-days">
1192
- <ANCHOR id="g-date-subtract-days" href="glib/glib-Date-and-Time-Functions.html#g-date-subtract-days">
1193
- <ANCHOR id="g-date-add-months" href="glib/glib-Date-and-Time-Functions.html#g-date-add-months">
1194
- <ANCHOR id="g-date-subtract-months" href="glib/glib-Date-and-Time-Functions.html#g-date-subtract-months">
1195
- <ANCHOR id="g-date-add-years" href="glib/glib-Date-and-Time-Functions.html#g-date-add-years">
1196
- <ANCHOR id="g-date-subtract-years" href="glib/glib-Date-and-Time-Functions.html#g-date-subtract-years">
1197
- <ANCHOR id="g-date-days-between" href="glib/glib-Date-and-Time-Functions.html#g-date-days-between">
1198
- <ANCHOR id="g-date-compare" href="glib/glib-Date-and-Time-Functions.html#g-date-compare">
1199
- <ANCHOR id="g-date-clamp" href="glib/glib-Date-and-Time-Functions.html#g-date-clamp">
1200
- <ANCHOR id="g-date-order" href="glib/glib-Date-and-Time-Functions.html#g-date-order">
1201
- <ANCHOR id="g-date-get-day" href="glib/glib-Date-and-Time-Functions.html#g-date-get-day">
1202
- <ANCHOR id="g-date-get-month" href="glib/glib-Date-and-Time-Functions.html#g-date-get-month">
1203
- <ANCHOR id="g-date-get-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-year">
1204
- <ANCHOR id="g-date-get-julian" href="glib/glib-Date-and-Time-Functions.html#g-date-get-julian">
1205
- <ANCHOR id="g-date-get-weekday" href="glib/glib-Date-and-Time-Functions.html#g-date-get-weekday">
1206
- <ANCHOR id="g-date-get-day-of-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-day-of-year">
1207
- <ANCHOR id="g-date-get-days-in-month" href="glib/glib-Date-and-Time-Functions.html#g-date-get-days-in-month">
1208
- <ANCHOR id="g-date-is-first-of-month" href="glib/glib-Date-and-Time-Functions.html#g-date-is-first-of-month">
1209
- <ANCHOR id="g-date-is-last-of-month" href="glib/glib-Date-and-Time-Functions.html#g-date-is-last-of-month">
1210
- <ANCHOR id="g-date-is-leap-year" href="glib/glib-Date-and-Time-Functions.html#g-date-is-leap-year">
1211
- <ANCHOR id="g-date-get-monday-week-of-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-monday-week-of-year">
1212
- <ANCHOR id="g-date-get-monday-weeks-in-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-monday-weeks-in-year">
1213
- <ANCHOR id="g-date-get-sunday-week-of-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-sunday-week-of-year">
1214
- <ANCHOR id="g-date-get-sunday-weeks-in-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-sunday-weeks-in-year">
1215
- <ANCHOR id="g-date-get-iso8601-week-of-year" href="glib/glib-Date-and-Time-Functions.html#g-date-get-iso8601-week-of-year">
1216
- <ANCHOR id="g-date-strftime" href="glib/glib-Date-and-Time-Functions.html#g-date-strftime">
1217
- <ANCHOR id="g-date-to-struct-tm" href="glib/glib-Date-and-Time-Functions.html#g-date-to-struct-tm">
1218
- <ANCHOR id="g-date-valid" href="glib/glib-Date-and-Time-Functions.html#g-date-valid">
1219
- <ANCHOR id="g-date-valid-day" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-day">
1220
- <ANCHOR id="g-date-valid-month" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-month">
1221
- <ANCHOR id="g-date-valid-year" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-year">
1222
- <ANCHOR id="g-date-valid-dmy" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-dmy">
1223
- <ANCHOR id="g-date-valid-julian" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-julian">
1224
- <ANCHOR id="g-date-valid-weekday" href="glib/glib-Date-and-Time-Functions.html#g-date-valid-weekday">
1225
- <ANCHOR id="glib-GTimeZone" href="glib/glib-GTimeZone.html">
1226
- <ANCHOR id="glib-GTimeZone.synopsis" href="glib/glib-GTimeZone.html#glib-GTimeZone.synopsis">
1227
- <ANCHOR id="glib-GTimeZone.description" href="glib/glib-GTimeZone.html#glib-GTimeZone.description">
1228
- <ANCHOR id="glib-GTimeZone.details" href="glib/glib-GTimeZone.html#glib-GTimeZone.details">
1229
- <ANCHOR id="GTimeZone" href="glib/glib-GTimeZone.html#GTimeZone">
1230
- <ANCHOR id="g-time-zone-unref" href="glib/glib-GTimeZone.html#g-time-zone-unref">
1231
- <ANCHOR id="g-time-zone-ref" href="glib/glib-GTimeZone.html#g-time-zone-ref">
1232
- <ANCHOR id="g-time-zone-new" href="glib/glib-GTimeZone.html#g-time-zone-new">
1233
- <ANCHOR id="g-time-zone-new-local" href="glib/glib-GTimeZone.html#g-time-zone-new-local">
1234
- <ANCHOR id="g-time-zone-new-utc" href="glib/glib-GTimeZone.html#g-time-zone-new-utc">
1235
- <ANCHOR id="glib-GTimeZone.see-also" href="glib/glib-GTimeZone.html#glib-GTimeZone.see-also">
1236
- <ANCHOR id="glib-GDateTime" href="glib/glib-GDateTime.html">
1237
- <ANCHOR id="glib-GDateTime.synopsis" href="glib/glib-GDateTime.html#glib-GDateTime.synopsis">
1238
- <ANCHOR id="glib-GDateTime.description" href="glib/glib-GDateTime.html#glib-GDateTime.description">
1239
- <ANCHOR id="glib-GDateTime.details" href="glib/glib-GDateTime.html#glib-GDateTime.details">
1240
- <ANCHOR id="GTimeSpan" href="glib/glib-GDateTime.html#GTimeSpan">
1241
- <ANCHOR id="G-TIME-SPAN-DAY:CAPS" href="glib/glib-GDateTime.html#G-TIME-SPAN-DAY:CAPS">
1242
- <ANCHOR id="G-TIME-SPAN-HOUR:CAPS" href="glib/glib-GDateTime.html#G-TIME-SPAN-HOUR:CAPS">
1243
- <ANCHOR id="G-TIME-SPAN-MINUTE:CAPS" href="glib/glib-GDateTime.html#G-TIME-SPAN-MINUTE:CAPS">
1244
- <ANCHOR id="G-TIME-SPAN-SECOND:CAPS" href="glib/glib-GDateTime.html#G-TIME-SPAN-SECOND:CAPS">
1245
- <ANCHOR id="G-TIME-SPAN-MILLISECOND:CAPS" href="glib/glib-GDateTime.html#G-TIME-SPAN-MILLISECOND:CAPS">
1246
- <ANCHOR id="GDateTime" href="glib/glib-GDateTime.html#GDateTime">
1247
- <ANCHOR id="g-date-time-unref" href="glib/glib-GDateTime.html#g-date-time-unref">
1248
- <ANCHOR id="g-date-time-ref" href="glib/glib-GDateTime.html#g-date-time-ref">
1249
- <ANCHOR id="g-date-time-new-now" href="glib/glib-GDateTime.html#g-date-time-new-now">
1250
- <ANCHOR id="g-date-time-new-now-local" href="glib/glib-GDateTime.html#g-date-time-new-now-local">
1251
- <ANCHOR id="g-date-time-new-now-utc" href="glib/glib-GDateTime.html#g-date-time-new-now-utc">
1252
- <ANCHOR id="g-date-time-new-from-unix-local" href="glib/glib-GDateTime.html#g-date-time-new-from-unix-local">
1253
- <ANCHOR id="g-date-time-new-from-unix-utc" href="glib/glib-GDateTime.html#g-date-time-new-from-unix-utc">
1254
- <ANCHOR id="g-date-time-new-from-timeval-local" href="glib/glib-GDateTime.html#g-date-time-new-from-timeval-local">
1255
- <ANCHOR id="g-date-time-new-from-timeval-utc" href="glib/glib-GDateTime.html#g-date-time-new-from-timeval-utc">
1256
- <ANCHOR id="g-date-time-new" href="glib/glib-GDateTime.html#g-date-time-new">
1257
- <ANCHOR id="g-date-time-new-local" href="glib/glib-GDateTime.html#g-date-time-new-local">
1258
- <ANCHOR id="g-date-time-new-utc" href="glib/glib-GDateTime.html#g-date-time-new-utc">
1259
- <ANCHOR id="g-date-time-add" href="glib/glib-GDateTime.html#g-date-time-add">
1260
- <ANCHOR id="g-date-time-add-years" href="glib/glib-GDateTime.html#g-date-time-add-years">
1261
- <ANCHOR id="g-date-time-add-months" href="glib/glib-GDateTime.html#g-date-time-add-months">
1262
- <ANCHOR id="g-date-time-add-weeks" href="glib/glib-GDateTime.html#g-date-time-add-weeks">
1263
- <ANCHOR id="g-date-time-add-days" href="glib/glib-GDateTime.html#g-date-time-add-days">
1264
- <ANCHOR id="g-date-time-add-hours" href="glib/glib-GDateTime.html#g-date-time-add-hours">
1265
- <ANCHOR id="g-date-time-add-minutes" href="glib/glib-GDateTime.html#g-date-time-add-minutes">
1266
- <ANCHOR id="g-date-time-add-seconds" href="glib/glib-GDateTime.html#g-date-time-add-seconds">
1267
- <ANCHOR id="g-date-time-add-full" href="glib/glib-GDateTime.html#g-date-time-add-full">
1268
- <ANCHOR id="g-date-time-compare" href="glib/glib-GDateTime.html#g-date-time-compare">
1269
- <ANCHOR id="g-date-time-difference" href="glib/glib-GDateTime.html#g-date-time-difference">
1270
- <ANCHOR id="g-date-time-hash" href="glib/glib-GDateTime.html#g-date-time-hash">
1271
- <ANCHOR id="g-date-time-equal" href="glib/glib-GDateTime.html#g-date-time-equal">
1272
- <ANCHOR id="g-date-time-get-ymd" href="glib/glib-GDateTime.html#g-date-time-get-ymd">
1273
- <ANCHOR id="g-date-time-get-year" href="glib/glib-GDateTime.html#g-date-time-get-year">
1274
- <ANCHOR id="g-date-time-get-month" href="glib/glib-GDateTime.html#g-date-time-get-month">
1275
- <ANCHOR id="g-date-time-get-day-of-month" href="glib/glib-GDateTime.html#g-date-time-get-day-of-month">
1276
- <ANCHOR id="g-date-time-get-week-numbering-year" href="glib/glib-GDateTime.html#g-date-time-get-week-numbering-year">
1277
- <ANCHOR id="g-date-time-get-week-of-year" href="glib/glib-GDateTime.html#g-date-time-get-week-of-year">
1278
- <ANCHOR id="g-date-time-get-day-of-week" href="glib/glib-GDateTime.html#g-date-time-get-day-of-week">
1279
- <ANCHOR id="g-date-time-get-day-of-year" href="glib/glib-GDateTime.html#g-date-time-get-day-of-year">
1280
- <ANCHOR id="g-date-time-get-hour" href="glib/glib-GDateTime.html#g-date-time-get-hour">
1281
- <ANCHOR id="g-date-time-get-minute" href="glib/glib-GDateTime.html#g-date-time-get-minute">
1282
- <ANCHOR id="g-date-time-get-second" href="glib/glib-GDateTime.html#g-date-time-get-second">
1283
- <ANCHOR id="g-date-time-get-microsecond" href="glib/glib-GDateTime.html#g-date-time-get-microsecond">
1284
- <ANCHOR id="g-date-time-get-seconds" href="glib/glib-GDateTime.html#g-date-time-get-seconds">
1285
- <ANCHOR id="g-date-time-to-unix" href="glib/glib-GDateTime.html#g-date-time-to-unix">
1286
- <ANCHOR id="g-date-time-to-timeval" href="glib/glib-GDateTime.html#g-date-time-to-timeval">
1287
- <ANCHOR id="g-date-time-get-utc-offset" href="glib/glib-GDateTime.html#g-date-time-get-utc-offset">
1288
- <ANCHOR id="g-date-time-get-timezone-abbreviation" href="glib/glib-GDateTime.html#g-date-time-get-timezone-abbreviation">
1289
- <ANCHOR id="g-date-time-is-daylight-savings" href="glib/glib-GDateTime.html#g-date-time-is-daylight-savings">
1290
- <ANCHOR id="g-date-time-to-timezone" href="glib/glib-GDateTime.html#g-date-time-to-timezone">
1291
- <ANCHOR id="g-date-time-to-local" href="glib/glib-GDateTime.html#g-date-time-to-local">
1292
- <ANCHOR id="g-date-time-to-utc" href="glib/glib-GDateTime.html#g-date-time-to-utc">
1293
- <ANCHOR id="g-date-time-format" href="glib/glib-GDateTime.html#g-date-time-format">
1294
- <ANCHOR id="glib-GDateTime.see-also" href="glib/glib-GDateTime.html#glib-GDateTime.see-also">
1295
- <ANCHOR id="glib-Random-Numbers" href="glib/glib-Random-Numbers.html">
1296
- <ANCHOR id="glib-Random-Numbers.synopsis" href="glib/glib-Random-Numbers.html#glib-Random-Numbers.synopsis">
1297
- <ANCHOR id="glib-Random-Numbers.description" href="glib/glib-Random-Numbers.html#glib-Random-Numbers.description">
1298
- <ANCHOR id="glib-Random-Numbers.details" href="glib/glib-Random-Numbers.html#glib-Random-Numbers.details">
1299
- <ANCHOR id="GRand" href="glib/glib-Random-Numbers.html#GRand">
1300
- <ANCHOR id="g-rand-new-with-seed" href="glib/glib-Random-Numbers.html#g-rand-new-with-seed">
1301
- <ANCHOR id="g-rand-new-with-seed-array" href="glib/glib-Random-Numbers.html#g-rand-new-with-seed-array">
1302
- <ANCHOR id="g-rand-new" href="glib/glib-Random-Numbers.html#g-rand-new">
1303
- <ANCHOR id="g-rand-copy" href="glib/glib-Random-Numbers.html#g-rand-copy">
1304
- <ANCHOR id="g-rand-free" href="glib/glib-Random-Numbers.html#g-rand-free">
1305
- <ANCHOR id="g-rand-set-seed" href="glib/glib-Random-Numbers.html#g-rand-set-seed">
1306
- <ANCHOR id="g-rand-set-seed-array" href="glib/glib-Random-Numbers.html#g-rand-set-seed-array">
1307
- <ANCHOR id="g-rand-boolean" href="glib/glib-Random-Numbers.html#g-rand-boolean">
1308
- <ANCHOR id="g-rand-int" href="glib/glib-Random-Numbers.html#g-rand-int">
1309
- <ANCHOR id="g-rand-int-range" href="glib/glib-Random-Numbers.html#g-rand-int-range">
1310
- <ANCHOR id="g-rand-double" href="glib/glib-Random-Numbers.html#g-rand-double">
1311
- <ANCHOR id="g-rand-double-range" href="glib/glib-Random-Numbers.html#g-rand-double-range">
1312
- <ANCHOR id="g-random-set-seed" href="glib/glib-Random-Numbers.html#g-random-set-seed">
1313
- <ANCHOR id="g-random-boolean" href="glib/glib-Random-Numbers.html#g-random-boolean">
1314
- <ANCHOR id="g-random-int" href="glib/glib-Random-Numbers.html#g-random-int">
1315
- <ANCHOR id="g-random-int-range" href="glib/glib-Random-Numbers.html#g-random-int-range">
1316
- <ANCHOR id="g-random-double" href="glib/glib-Random-Numbers.html#g-random-double">
1317
- <ANCHOR id="g-random-double-range" href="glib/glib-Random-Numbers.html#g-random-double-range">
1318
- <ANCHOR id="glib-Hook-Functions" href="glib/glib-Hook-Functions.html">
1319
- <ANCHOR id="glib-Hook-Functions.synopsis" href="glib/glib-Hook-Functions.html#glib-Hook-Functions.synopsis">
1320
- <ANCHOR id="glib-Hook-Functions.description" href="glib/glib-Hook-Functions.html#glib-Hook-Functions.description">
1321
- <ANCHOR id="glib-Hook-Functions.details" href="glib/glib-Hook-Functions.html#glib-Hook-Functions.details">
1322
- <ANCHOR id="GHookList" href="glib/glib-Hook-Functions.html#GHookList">
1323
- <ANCHOR id="GHookFinalizeFunc" href="glib/glib-Hook-Functions.html#GHookFinalizeFunc">
1324
- <ANCHOR id="GHook" href="glib/glib-Hook-Functions.html#GHook">
1325
- <ANCHOR id="GHookFunc" href="glib/glib-Hook-Functions.html#GHookFunc">
1326
- <ANCHOR id="GHookCheckFunc" href="glib/glib-Hook-Functions.html#GHookCheckFunc">
1327
- <ANCHOR id="g-hook-list-init" href="glib/glib-Hook-Functions.html#g-hook-list-init">
1328
- <ANCHOR id="g-hook-list-invoke" href="glib/glib-Hook-Functions.html#g-hook-list-invoke">
1329
- <ANCHOR id="g-hook-list-invoke-check" href="glib/glib-Hook-Functions.html#g-hook-list-invoke-check">
1330
- <ANCHOR id="g-hook-list-marshal" href="glib/glib-Hook-Functions.html#g-hook-list-marshal">
1331
- <ANCHOR id="GHookMarshaller" href="glib/glib-Hook-Functions.html#GHookMarshaller">
1332
- <ANCHOR id="g-hook-list-marshal-check" href="glib/glib-Hook-Functions.html#g-hook-list-marshal-check">
1333
- <ANCHOR id="GHookCheckMarshaller" href="glib/glib-Hook-Functions.html#GHookCheckMarshaller">
1334
- <ANCHOR id="g-hook-list-clear" href="glib/glib-Hook-Functions.html#g-hook-list-clear">
1335
- <ANCHOR id="g-hook-alloc" href="glib/glib-Hook-Functions.html#g-hook-alloc">
1336
- <ANCHOR id="g-hook-append" href="glib/glib-Hook-Functions.html#g-hook-append">
1337
- <ANCHOR id="g-hook-prepend" href="glib/glib-Hook-Functions.html#g-hook-prepend">
1338
- <ANCHOR id="g-hook-insert-before" href="glib/glib-Hook-Functions.html#g-hook-insert-before">
1339
- <ANCHOR id="g-hook-insert-sorted" href="glib/glib-Hook-Functions.html#g-hook-insert-sorted">
1340
- <ANCHOR id="GHookCompareFunc" href="glib/glib-Hook-Functions.html#GHookCompareFunc">
1341
- <ANCHOR id="g-hook-compare-ids" href="glib/glib-Hook-Functions.html#g-hook-compare-ids">
1342
- <ANCHOR id="g-hook-get" href="glib/glib-Hook-Functions.html#g-hook-get">
1343
- <ANCHOR id="g-hook-find" href="glib/glib-Hook-Functions.html#g-hook-find">
1344
- <ANCHOR id="GHookFindFunc" href="glib/glib-Hook-Functions.html#GHookFindFunc">
1345
- <ANCHOR id="g-hook-find-data" href="glib/glib-Hook-Functions.html#g-hook-find-data">
1346
- <ANCHOR id="g-hook-find-func" href="glib/glib-Hook-Functions.html#g-hook-find-func">
1347
- <ANCHOR id="g-hook-find-func-data" href="glib/glib-Hook-Functions.html#g-hook-find-func-data">
1348
- <ANCHOR id="g-hook-first-valid" href="glib/glib-Hook-Functions.html#g-hook-first-valid">
1349
- <ANCHOR id="g-hook-next-valid" href="glib/glib-Hook-Functions.html#g-hook-next-valid">
1350
- <ANCHOR id="GHookFlagMask" href="glib/glib-Hook-Functions.html#GHookFlagMask">
1351
- <ANCHOR id="G-HOOK-FLAG-ACTIVE:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-FLAG-ACTIVE:CAPS">
1352
- <ANCHOR id="G-HOOK-FLAG-IN-CALL:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-FLAG-IN-CALL:CAPS">
1353
- <ANCHOR id="G-HOOK-FLAG-MASK:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-FLAG-MASK:CAPS">
1354
- <ANCHOR id="G-HOOK-FLAGS:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-FLAGS:CAPS">
1355
- <ANCHOR id="G-HOOK-FLAG-USER-SHIFT:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-FLAG-USER-SHIFT:CAPS">
1356
- <ANCHOR id="G-HOOK:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK:CAPS">
1357
- <ANCHOR id="G-HOOK-IS-VALID:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-IS-VALID:CAPS">
1358
- <ANCHOR id="G-HOOK-ACTIVE:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-ACTIVE:CAPS">
1359
- <ANCHOR id="G-HOOK-IN-CALL:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-IN-CALL:CAPS">
1360
- <ANCHOR id="G-HOOK-IS-UNLINKED:CAPS" href="glib/glib-Hook-Functions.html#G-HOOK-IS-UNLINKED:CAPS">
1361
- <ANCHOR id="g-hook-ref" href="glib/glib-Hook-Functions.html#g-hook-ref">
1362
- <ANCHOR id="g-hook-unref" href="glib/glib-Hook-Functions.html#g-hook-unref">
1363
- <ANCHOR id="g-hook-free" href="glib/glib-Hook-Functions.html#g-hook-free">
1364
- <ANCHOR id="g-hook-destroy" href="glib/glib-Hook-Functions.html#g-hook-destroy">
1365
- <ANCHOR id="g-hook-destroy-link" href="glib/glib-Hook-Functions.html#g-hook-destroy-link">
1366
- <ANCHOR id="glib-Miscellaneous-Utility-Functions" href="glib/glib-Miscellaneous-Utility-Functions.html">
1367
- <ANCHOR id="glib-Miscellaneous-Utility-Functions.synopsis" href="glib/glib-Miscellaneous-Utility-Functions.html#glib-Miscellaneous-Utility-Functions.synopsis">
1368
- <ANCHOR id="glib-Miscellaneous-Utility-Functions.description" href="glib/glib-Miscellaneous-Utility-Functions.html#glib-Miscellaneous-Utility-Functions.description">
1369
- <ANCHOR id="glib-Miscellaneous-Utility-Functions.details" href="glib/glib-Miscellaneous-Utility-Functions.html#glib-Miscellaneous-Utility-Functions.details">
1370
- <ANCHOR id="g-get-application-name" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-application-name">
1371
- <ANCHOR id="g-set-application-name" href="glib/glib-Miscellaneous-Utility-Functions.html#g-set-application-name">
1372
- <ANCHOR id="g-get-prgname" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-prgname">
1373
- <ANCHOR id="g-set-prgname" href="glib/glib-Miscellaneous-Utility-Functions.html#g-set-prgname">
1374
- <ANCHOR id="g-getenv" href="glib/glib-Miscellaneous-Utility-Functions.html#g-getenv">
1375
- <ANCHOR id="g-setenv" href="glib/glib-Miscellaneous-Utility-Functions.html#g-setenv">
1376
- <ANCHOR id="g-unsetenv" href="glib/glib-Miscellaneous-Utility-Functions.html#g-unsetenv">
1377
- <ANCHOR id="g-listenv" href="glib/glib-Miscellaneous-Utility-Functions.html#g-listenv">
1378
- <ANCHOR id="g-get-user-name" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-user-name">
1379
- <ANCHOR id="g-get-real-name" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-real-name">
1380
- <ANCHOR id="g-get-user-cache-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-user-cache-dir">
1381
- <ANCHOR id="g-get-user-data-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir">
1382
- <ANCHOR id="g-get-user-config-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir">
1383
- <ANCHOR id="GUserDirectory" href="glib/glib-Miscellaneous-Utility-Functions.html#GUserDirectory">
1384
- <ANCHOR id="G-USER-DIRECTORY-DESKTOP:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-DESKTOP:CAPS">
1385
- <ANCHOR id="G-USER-DIRECTORY-DOCUMENTS:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-DOCUMENTS:CAPS">
1386
- <ANCHOR id="G-USER-DIRECTORY-DOWNLOAD:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-DOWNLOAD:CAPS">
1387
- <ANCHOR id="G-USER-DIRECTORY-MUSIC:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-MUSIC:CAPS">
1388
- <ANCHOR id="G-USER-DIRECTORY-PICTURES:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-PICTURES:CAPS">
1389
- <ANCHOR id="G-USER-DIRECTORY-PUBLIC-SHARE:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-PUBLIC-SHARE:CAPS">
1390
- <ANCHOR id="G-USER-DIRECTORY-TEMPLATES:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-TEMPLATES:CAPS">
1391
- <ANCHOR id="G-USER-DIRECTORY-VIDEOS:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-VIDEOS:CAPS">
1392
- <ANCHOR id="G-USER-N-DIRECTORIES:CAPS" href="glib/glib-Miscellaneous-Utility-Functions.html#G-USER-N-DIRECTORIES:CAPS">
1393
- <ANCHOR id="g-get-user-special-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir">
1394
- <ANCHOR id="g-get-system-data-dirs" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-system-data-dirs">
1395
- <ANCHOR id="g-get-system-config-dirs" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs">
1396
- <ANCHOR id="g-reload-user-special-dirs-cache" href="glib/glib-Miscellaneous-Utility-Functions.html#g-reload-user-special-dirs-cache">
1397
- <ANCHOR id="g-get-host-name" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-host-name">
1398
- <ANCHOR id="g-get-home-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-home-dir">
1399
- <ANCHOR id="g-get-tmp-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir">
1400
- <ANCHOR id="g-get-current-dir" href="glib/glib-Miscellaneous-Utility-Functions.html#g-get-current-dir">
1401
- <ANCHOR id="g-basename" href="glib/glib-Miscellaneous-Utility-Functions.html#g-basename">
1402
- <ANCHOR id="g-dirname" href="glib/glib-Miscellaneous-Utility-Functions.html#g-dirname">
1403
- <ANCHOR id="g-path-is-absolute" href="glib/glib-Miscellaneous-Utility-Functions.html#g-path-is-absolute">
1404
- <ANCHOR id="g-path-skip-root" href="glib/glib-Miscellaneous-Utility-Functions.html#g-path-skip-root">
1405
- <ANCHOR id="g-path-get-basename" href="glib/glib-Miscellaneous-Utility-Functions.html#g-path-get-basename">
1406
- <ANCHOR id="g-path-get-dirname" href="glib/glib-Miscellaneous-Utility-Functions.html#g-path-get-dirname">
1407
- <ANCHOR id="g-build-filename" href="glib/glib-Miscellaneous-Utility-Functions.html#g-build-filename">
1408
- <ANCHOR id="g-build-filenamev" href="glib/glib-Miscellaneous-Utility-Functions.html#g-build-filenamev">
1409
- <ANCHOR id="g-build-path" href="glib/glib-Miscellaneous-Utility-Functions.html#g-build-path">
1410
- <ANCHOR id="g-build-pathv" href="glib/glib-Miscellaneous-Utility-Functions.html#g-build-pathv">
1411
- <ANCHOR id="g-format-size-for-display" href="glib/glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display">
1412
- <ANCHOR id="g-find-program-in-path" href="glib/glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path">
1413
- <ANCHOR id="g-bit-nth-lsf" href="glib/glib-Miscellaneous-Utility-Functions.html#g-bit-nth-lsf">
1414
- <ANCHOR id="g-bit-nth-msf" href="glib/glib-Miscellaneous-Utility-Functions.html#g-bit-nth-msf">
1415
- <ANCHOR id="g-bit-storage" href="glib/glib-Miscellaneous-Utility-Functions.html#g-bit-storage">
1416
- <ANCHOR id="g-spaced-primes-closest" href="glib/glib-Miscellaneous-Utility-Functions.html#g-spaced-primes-closest">
1417
- <ANCHOR id="g-atexit" href="glib/glib-Miscellaneous-Utility-Functions.html#g-atexit">
1418
- <ANCHOR id="g-parse-debug-string" href="glib/glib-Miscellaneous-Utility-Functions.html#g-parse-debug-string">
1419
- <ANCHOR id="GDebugKey" href="glib/glib-Miscellaneous-Utility-Functions.html#GDebugKey">
1420
- <ANCHOR id="GVoidFunc" href="glib/glib-Miscellaneous-Utility-Functions.html#GVoidFunc">
1421
- <ANCHOR id="GFreeFunc" href="glib/glib-Miscellaneous-Utility-Functions.html#GFreeFunc">
1422
- <ANCHOR id="g-qsort-with-data" href="glib/glib-Miscellaneous-Utility-Functions.html#g-qsort-with-data">
1423
- <ANCHOR id="g-nullify-pointer" href="glib/glib-Miscellaneous-Utility-Functions.html#g-nullify-pointer">
1424
- <ANCHOR id="glib-Lexical-Scanner" href="glib/glib-Lexical-Scanner.html">
1425
- <ANCHOR id="glib-Lexical-Scanner.synopsis" href="glib/glib-Lexical-Scanner.html#glib-Lexical-Scanner.synopsis">
1426
- <ANCHOR id="glib-Lexical-Scanner.description" href="glib/glib-Lexical-Scanner.html#glib-Lexical-Scanner.description">
1427
- <ANCHOR id="glib-Lexical-Scanner.details" href="glib/glib-Lexical-Scanner.html#glib-Lexical-Scanner.details">
1428
- <ANCHOR id="GScanner" href="glib/glib-Lexical-Scanner.html#GScanner">
1429
- <ANCHOR id="GScannerConfig" href="glib/glib-Lexical-Scanner.html#GScannerConfig">
1430
- <ANCHOR id="g-scanner-new" href="glib/glib-Lexical-Scanner.html#g-scanner-new">
1431
- <ANCHOR id="g-scanner-destroy" href="glib/glib-Lexical-Scanner.html#g-scanner-destroy">
1432
- <ANCHOR id="g-scanner-input-file" href="glib/glib-Lexical-Scanner.html#g-scanner-input-file">
1433
- <ANCHOR id="g-scanner-sync-file-offset" href="glib/glib-Lexical-Scanner.html#g-scanner-sync-file-offset">
1434
- <ANCHOR id="g-scanner-input-text" href="glib/glib-Lexical-Scanner.html#g-scanner-input-text">
1435
- <ANCHOR id="g-scanner-peek-next-token" href="glib/glib-Lexical-Scanner.html#g-scanner-peek-next-token">
1436
- <ANCHOR id="g-scanner-get-next-token" href="glib/glib-Lexical-Scanner.html#g-scanner-get-next-token">
1437
- <ANCHOR id="g-scanner-eof" href="glib/glib-Lexical-Scanner.html#g-scanner-eof">
1438
- <ANCHOR id="g-scanner-cur-line" href="glib/glib-Lexical-Scanner.html#g-scanner-cur-line">
1439
- <ANCHOR id="g-scanner-cur-position" href="glib/glib-Lexical-Scanner.html#g-scanner-cur-position">
1440
- <ANCHOR id="g-scanner-cur-token" href="glib/glib-Lexical-Scanner.html#g-scanner-cur-token">
1441
- <ANCHOR id="g-scanner-cur-value" href="glib/glib-Lexical-Scanner.html#g-scanner-cur-value">
1442
- <ANCHOR id="g-scanner-set-scope" href="glib/glib-Lexical-Scanner.html#g-scanner-set-scope">
1443
- <ANCHOR id="g-scanner-scope-add-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-scope-add-symbol">
1444
- <ANCHOR id="g-scanner-scope-foreach-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-scope-foreach-symbol">
1445
- <ANCHOR id="g-scanner-scope-lookup-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-scope-lookup-symbol">
1446
- <ANCHOR id="g-scanner-scope-remove-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-scope-remove-symbol">
1447
- <ANCHOR id="g-scanner-add-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-add-symbol">
1448
- <ANCHOR id="g-scanner-remove-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-remove-symbol">
1449
- <ANCHOR id="g-scanner-foreach-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-foreach-symbol">
1450
- <ANCHOR id="g-scanner-freeze-symbol-table" href="glib/glib-Lexical-Scanner.html#g-scanner-freeze-symbol-table">
1451
- <ANCHOR id="g-scanner-thaw-symbol-table" href="glib/glib-Lexical-Scanner.html#g-scanner-thaw-symbol-table">
1452
- <ANCHOR id="g-scanner-lookup-symbol" href="glib/glib-Lexical-Scanner.html#g-scanner-lookup-symbol">
1453
- <ANCHOR id="g-scanner-warn" href="glib/glib-Lexical-Scanner.html#g-scanner-warn">
1454
- <ANCHOR id="g-scanner-error" href="glib/glib-Lexical-Scanner.html#g-scanner-error">
1455
- <ANCHOR id="g-scanner-unexp-token" href="glib/glib-Lexical-Scanner.html#g-scanner-unexp-token">
1456
- <ANCHOR id="GScannerMsgFunc" href="glib/glib-Lexical-Scanner.html#GScannerMsgFunc">
1457
- <ANCHOR id="G-CSET-a-2-z" href="glib/glib-Lexical-Scanner.html#G-CSET-a-2-z">
1458
- <ANCHOR id="G-CSET-A-2-Z:CAPS" href="glib/glib-Lexical-Scanner.html#G-CSET-A-2-Z:CAPS">
1459
- <ANCHOR id="G-CSET-DIGITS:CAPS" href="glib/glib-Lexical-Scanner.html#G-CSET-DIGITS:CAPS">
1460
- <ANCHOR id="G-CSET-LATINC:CAPS" href="glib/glib-Lexical-Scanner.html#G-CSET-LATINC:CAPS">
1461
- <ANCHOR id="G-CSET-LATINS:CAPS" href="glib/glib-Lexical-Scanner.html#G-CSET-LATINS:CAPS">
1462
- <ANCHOR id="GTokenType" href="glib/glib-Lexical-Scanner.html#GTokenType">
1463
- <ANCHOR id="G-TOKEN-EOF:CAPS" href="glib/glib-Lexical-Scanner.html#G-TOKEN-EOF:CAPS">
1464
- <ANCHOR id="G-TOKEN-LEFT-PAREN:CAPS" href="glib/glib-Lexical-Scanner.html#G-TOKEN-LEFT-PAREN:CAPS">
1465
- <ANCHOR id="G-TOKEN-LEFT-CURLY:CAPS" href="glib/glib-Lexical-Scanner.html#G-TOKEN-LEFT-CURLY:CAPS">
1466
- <ANCHOR id="G-TOKEN-RIGHT-CURLY:CAPS" href="glib/glib-Lexical-Scanner.html#G-TOKEN-RIGHT-CURLY:CAPS">
1467
- <ANCHOR id="GTokenValue" href="glib/glib-Lexical-Scanner.html#GTokenValue">
1468
- <ANCHOR id="GErrorType" href="glib/glib-Lexical-Scanner.html#GErrorType">
1469
- <ANCHOR id="G-ERR-UNKNOWN:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-UNKNOWN:CAPS">
1470
- <ANCHOR id="G-ERR-UNEXP-EOF:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-UNEXP-EOF:CAPS">
1471
- <ANCHOR id="G-ERR-UNEXP-EOF-IN-STRING:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-UNEXP-EOF-IN-STRING:CAPS">
1472
- <ANCHOR id="G-ERR-UNEXP-EOF-IN-COMMENT:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-UNEXP-EOF-IN-COMMENT:CAPS">
1473
- <ANCHOR id="G-ERR-NON-DIGIT-IN-CONST:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-NON-DIGIT-IN-CONST:CAPS">
1474
- <ANCHOR id="G-ERR-DIGIT-RADIX:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-DIGIT-RADIX:CAPS">
1475
- <ANCHOR id="G-ERR-FLOAT-RADIX:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-FLOAT-RADIX:CAPS">
1476
- <ANCHOR id="G-ERR-FLOAT-MALFORMED:CAPS" href="glib/glib-Lexical-Scanner.html#G-ERR-FLOAT-MALFORMED:CAPS">
1477
- <ANCHOR id="glib-Automatic-String-Completion" href="glib/glib-Automatic-String-Completion.html">
1478
- <ANCHOR id="glib-Automatic-String-Completion.synopsis" href="glib/glib-Automatic-String-Completion.html#glib-Automatic-String-Completion.synopsis">
1479
- <ANCHOR id="glib-Automatic-String-Completion.description" href="glib/glib-Automatic-String-Completion.html#glib-Automatic-String-Completion.description">
1480
- <ANCHOR id="glib-Automatic-String-Completion.details" href="glib/glib-Automatic-String-Completion.html#glib-Automatic-String-Completion.details">
1481
- <ANCHOR id="GCompletion" href="glib/glib-Automatic-String-Completion.html#GCompletion">
1482
- <ANCHOR id="g-completion-new" href="glib/glib-Automatic-String-Completion.html#g-completion-new">
1483
- <ANCHOR id="GCompletionFunc" href="glib/glib-Automatic-String-Completion.html#GCompletionFunc">
1484
- <ANCHOR id="g-completion-add-items" href="glib/glib-Automatic-String-Completion.html#g-completion-add-items">
1485
- <ANCHOR id="g-completion-remove-items" href="glib/glib-Automatic-String-Completion.html#g-completion-remove-items">
1486
- <ANCHOR id="g-completion-clear-items" href="glib/glib-Automatic-String-Completion.html#g-completion-clear-items">
1487
- <ANCHOR id="g-completion-complete" href="glib/glib-Automatic-String-Completion.html#g-completion-complete">
1488
- <ANCHOR id="g-completion-complete-utf8" href="glib/glib-Automatic-String-Completion.html#g-completion-complete-utf8">
1489
- <ANCHOR id="g-completion-set-compare" href="glib/glib-Automatic-String-Completion.html#g-completion-set-compare">
1490
- <ANCHOR id="GCompletionStrncmpFunc" href="glib/glib-Automatic-String-Completion.html#GCompletionStrncmpFunc">
1491
- <ANCHOR id="g-completion-free" href="glib/glib-Automatic-String-Completion.html#g-completion-free">
1492
- <ANCHOR id="glib-Timers" href="glib/glib-Timers.html">
1493
- <ANCHOR id="glib-Timers.synopsis" href="glib/glib-Timers.html#glib-Timers.synopsis">
1494
- <ANCHOR id="glib-Timers.description" href="glib/glib-Timers.html#glib-Timers.description">
1495
- <ANCHOR id="glib-Timers.details" href="glib/glib-Timers.html#glib-Timers.details">
1496
- <ANCHOR id="GTimer" href="glib/glib-Timers.html#GTimer">
1497
- <ANCHOR id="g-timer-new" href="glib/glib-Timers.html#g-timer-new">
1498
- <ANCHOR id="g-timer-start" href="glib/glib-Timers.html#g-timer-start">
1499
- <ANCHOR id="g-timer-stop" href="glib/glib-Timers.html#g-timer-stop">
1500
- <ANCHOR id="g-timer-continue" href="glib/glib-Timers.html#g-timer-continue">
1501
- <ANCHOR id="g-timer-elapsed" href="glib/glib-Timers.html#g-timer-elapsed">
1502
- <ANCHOR id="g-timer-reset" href="glib/glib-Timers.html#g-timer-reset">
1503
- <ANCHOR id="g-timer-destroy" href="glib/glib-Timers.html#g-timer-destroy">
1504
- <ANCHOR id="glib-Spawning-Processes" href="glib/glib-Spawning-Processes.html">
1505
- <ANCHOR id="glib-Spawning-Processes.synopsis" href="glib/glib-Spawning-Processes.html#glib-Spawning-Processes.synopsis">
1506
- <ANCHOR id="glib-Spawning-Processes.description" href="glib/glib-Spawning-Processes.html#glib-Spawning-Processes.description">
1507
- <ANCHOR id="glib-Spawning-Processes.details" href="glib/glib-Spawning-Processes.html#glib-Spawning-Processes.details">
1508
- <ANCHOR id="GSpawnError" href="glib/glib-Spawning-Processes.html#GSpawnError">
1509
- <ANCHOR id="G-SPAWN-ERROR-FORK:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-FORK:CAPS">
1510
- <ANCHOR id="G-SPAWN-ERROR-READ:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-READ:CAPS">
1511
- <ANCHOR id="G-SPAWN-ERROR-CHDIR:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-CHDIR:CAPS">
1512
- <ANCHOR id="G-SPAWN-ERROR-ACCES:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-ACCES:CAPS">
1513
- <ANCHOR id="G-SPAWN-ERROR-PERM:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-PERM:CAPS">
1514
- <ANCHOR id="G-SPAWN-ERROR-2BIG:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-2BIG:CAPS">
1515
- <ANCHOR id="G-SPAWN-ERROR-NOEXEC:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NOEXEC:CAPS">
1516
- <ANCHOR id="G-SPAWN-ERROR-NAMETOOLONG:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NAMETOOLONG:CAPS">
1517
- <ANCHOR id="G-SPAWN-ERROR-NOENT:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NOENT:CAPS">
1518
- <ANCHOR id="G-SPAWN-ERROR-NOMEM:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NOMEM:CAPS">
1519
- <ANCHOR id="G-SPAWN-ERROR-NOTDIR:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NOTDIR:CAPS">
1520
- <ANCHOR id="G-SPAWN-ERROR-LOOP:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-LOOP:CAPS">
1521
- <ANCHOR id="G-SPAWN-ERROR-TXTBUSY:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-TXTBUSY:CAPS">
1522
- <ANCHOR id="G-SPAWN-ERROR-IO:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-IO:CAPS">
1523
- <ANCHOR id="G-SPAWN-ERROR-NFILE:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-NFILE:CAPS">
1524
- <ANCHOR id="G-SPAWN-ERROR-MFILE:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-MFILE:CAPS">
1525
- <ANCHOR id="G-SPAWN-ERROR-INVAL:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-INVAL:CAPS">
1526
- <ANCHOR id="G-SPAWN-ERROR-ISDIR:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-ISDIR:CAPS">
1527
- <ANCHOR id="G-SPAWN-ERROR-LIBBAD:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-LIBBAD:CAPS">
1528
- <ANCHOR id="G-SPAWN-ERROR-FAILED:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR-FAILED:CAPS">
1529
- <ANCHOR id="G-SPAWN-ERROR:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-ERROR:CAPS">
1530
- <ANCHOR id="GSpawnFlags" href="glib/glib-Spawning-Processes.html#GSpawnFlags">
1531
- <ANCHOR id="G-SPAWN-LEAVE-DESCRIPTORS-OPEN:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-LEAVE-DESCRIPTORS-OPEN:CAPS">
1532
- <ANCHOR id="G-SPAWN-DO-NOT-REAP-CHILD:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-DO-NOT-REAP-CHILD:CAPS">
1533
- <ANCHOR id="G-SPAWN-SEARCH-PATH:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-SEARCH-PATH:CAPS">
1534
- <ANCHOR id="G-SPAWN-STDOUT-TO-DEV-NULL:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-STDOUT-TO-DEV-NULL:CAPS">
1535
- <ANCHOR id="G-SPAWN-STDERR-TO-DEV-NULL:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-STDERR-TO-DEV-NULL:CAPS">
1536
- <ANCHOR id="G-SPAWN-CHILD-INHERITS-STDIN:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-CHILD-INHERITS-STDIN:CAPS">
1537
- <ANCHOR id="G-SPAWN-FILE-AND-ARGV-ZERO:CAPS" href="glib/glib-Spawning-Processes.html#G-SPAWN-FILE-AND-ARGV-ZERO:CAPS">
1538
- <ANCHOR id="GSpawnChildSetupFunc" href="glib/glib-Spawning-Processes.html#GSpawnChildSetupFunc">
1539
- <ANCHOR id="g-spawn-async-with-pipes" href="glib/glib-Spawning-Processes.html#g-spawn-async-with-pipes">
1540
- <ANCHOR id="g-spawn-async" href="glib/glib-Spawning-Processes.html#g-spawn-async">
1541
- <ANCHOR id="g-spawn-sync" href="glib/glib-Spawning-Processes.html#g-spawn-sync">
1542
- <ANCHOR id="g-spawn-command-line-async" href="glib/glib-Spawning-Processes.html#g-spawn-command-line-async">
1543
- <ANCHOR id="g-spawn-command-line-sync" href="glib/glib-Spawning-Processes.html#g-spawn-command-line-sync">
1544
- <ANCHOR id="g-spawn-close-pid" href="glib/glib-Spawning-Processes.html#g-spawn-close-pid">
1545
- <ANCHOR id="glib-File-Utilities" href="glib/glib-File-Utilities.html">
1546
- <ANCHOR id="glib-File-Utilities.synopsis" href="glib/glib-File-Utilities.html#glib-File-Utilities.synopsis">
1547
- <ANCHOR id="glib-File-Utilities.description" href="glib/glib-File-Utilities.html#glib-File-Utilities.description">
1548
- <ANCHOR id="glib-File-Utilities.details" href="glib/glib-File-Utilities.html#glib-File-Utilities.details">
1549
- <ANCHOR id="GFileError" href="glib/glib-File-Utilities.html#GFileError">
1550
- <ANCHOR id="G-FILE-ERROR-EXIST:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-EXIST:CAPS">
1551
- <ANCHOR id="G-FILE-ERROR-ISDIR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-ISDIR:CAPS">
1552
- <ANCHOR id="G-FILE-ERROR-ACCES:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-ACCES:CAPS">
1553
- <ANCHOR id="G-FILE-ERROR-NAMETOOLONG:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NAMETOOLONG:CAPS">
1554
- <ANCHOR id="G-FILE-ERROR-NOENT:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NOENT:CAPS">
1555
- <ANCHOR id="G-FILE-ERROR-NOTDIR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NOTDIR:CAPS">
1556
- <ANCHOR id="G-FILE-ERROR-NXIO:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NXIO:CAPS">
1557
- <ANCHOR id="G-FILE-ERROR-NODEV:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NODEV:CAPS">
1558
- <ANCHOR id="G-FILE-ERROR-ROFS:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-ROFS:CAPS">
1559
- <ANCHOR id="G-FILE-ERROR-TXTBSY:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-TXTBSY:CAPS">
1560
- <ANCHOR id="G-FILE-ERROR-FAULT:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-FAULT:CAPS">
1561
- <ANCHOR id="G-FILE-ERROR-LOOP:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-LOOP:CAPS">
1562
- <ANCHOR id="G-FILE-ERROR-NOSPC:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NOSPC:CAPS">
1563
- <ANCHOR id="G-FILE-ERROR-NOMEM:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NOMEM:CAPS">
1564
- <ANCHOR id="G-FILE-ERROR-MFILE:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-MFILE:CAPS">
1565
- <ANCHOR id="G-FILE-ERROR-NFILE:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NFILE:CAPS">
1566
- <ANCHOR id="G-FILE-ERROR-BADF:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-BADF:CAPS">
1567
- <ANCHOR id="G-FILE-ERROR-INVAL:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-INVAL:CAPS">
1568
- <ANCHOR id="G-FILE-ERROR-PIPE:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-PIPE:CAPS">
1569
- <ANCHOR id="G-FILE-ERROR-AGAIN:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-AGAIN:CAPS">
1570
- <ANCHOR id="G-FILE-ERROR-INTR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-INTR:CAPS">
1571
- <ANCHOR id="G-FILE-ERROR-IO:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-IO:CAPS">
1572
- <ANCHOR id="G-FILE-ERROR-PERM:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-PERM:CAPS">
1573
- <ANCHOR id="G-FILE-ERROR-NOSYS:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-NOSYS:CAPS">
1574
- <ANCHOR id="G-FILE-ERROR-FAILED:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR-FAILED:CAPS">
1575
- <ANCHOR id="G-FILE-ERROR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS">
1576
- <ANCHOR id="GFileTest" href="glib/glib-File-Utilities.html#GFileTest">
1577
- <ANCHOR id="G-FILE-TEST-IS-REGULAR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-TEST-IS-REGULAR:CAPS">
1578
- <ANCHOR id="G-FILE-TEST-IS-SYMLINK:CAPS" href="glib/glib-File-Utilities.html#G-FILE-TEST-IS-SYMLINK:CAPS">
1579
- <ANCHOR id="G-FILE-TEST-IS-DIR:CAPS" href="glib/glib-File-Utilities.html#G-FILE-TEST-IS-DIR:CAPS">
1580
- <ANCHOR id="G-FILE-TEST-IS-EXECUTABLE:CAPS" href="glib/glib-File-Utilities.html#G-FILE-TEST-IS-EXECUTABLE:CAPS">
1581
- <ANCHOR id="G-FILE-TEST-EXISTS:CAPS" href="glib/glib-File-Utilities.html#G-FILE-TEST-EXISTS:CAPS">
1582
- <ANCHOR id="g-file-error-from-errno" href="glib/glib-File-Utilities.html#g-file-error-from-errno">
1583
- <ANCHOR id="g-file-get-contents" href="glib/glib-File-Utilities.html#g-file-get-contents">
1584
- <ANCHOR id="g-file-set-contents" href="glib/glib-File-Utilities.html#g-file-set-contents">
1585
- <ANCHOR id="g-file-test" href="glib/glib-File-Utilities.html#g-file-test">
1586
- <ANCHOR id="g-mkstemp" href="glib/glib-File-Utilities.html#g-mkstemp">
1587
- <ANCHOR id="g-mkstemp-full" href="glib/glib-File-Utilities.html#g-mkstemp-full">
1588
- <ANCHOR id="g-file-open-tmp" href="glib/glib-File-Utilities.html#g-file-open-tmp">
1589
- <ANCHOR id="g-file-read-link" href="glib/glib-File-Utilities.html#g-file-read-link">
1590
- <ANCHOR id="g-mkdir-with-parents" href="glib/glib-File-Utilities.html#g-mkdir-with-parents">
1591
- <ANCHOR id="GDir" href="glib/glib-File-Utilities.html#GDir">
1592
- <ANCHOR id="g-dir-open" href="glib/glib-File-Utilities.html#g-dir-open">
1593
- <ANCHOR id="g-dir-read-name" href="glib/glib-File-Utilities.html#g-dir-read-name">
1594
- <ANCHOR id="g-dir-rewind" href="glib/glib-File-Utilities.html#g-dir-rewind">
1595
- <ANCHOR id="g-dir-close" href="glib/glib-File-Utilities.html#g-dir-close">
1596
- <ANCHOR id="GMappedFile" href="glib/glib-File-Utilities.html#GMappedFile">
1597
- <ANCHOR id="g-mapped-file-new" href="glib/glib-File-Utilities.html#g-mapped-file-new">
1598
- <ANCHOR id="g-mapped-file-ref" href="glib/glib-File-Utilities.html#g-mapped-file-ref">
1599
- <ANCHOR id="g-mapped-file-unref" href="glib/glib-File-Utilities.html#g-mapped-file-unref">
1600
- <ANCHOR id="g-mapped-file-free" href="glib/glib-File-Utilities.html#g-mapped-file-free">
1601
- <ANCHOR id="g-mapped-file-get-length" href="glib/glib-File-Utilities.html#g-mapped-file-get-length">
1602
- <ANCHOR id="g-mapped-file-get-contents" href="glib/glib-File-Utilities.html#g-mapped-file-get-contents">
1603
- <ANCHOR id="g-open" href="glib/glib-File-Utilities.html#g-open">
1604
- <ANCHOR id="g-rename" href="glib/glib-File-Utilities.html#g-rename">
1605
- <ANCHOR id="g-mkdir" href="glib/glib-File-Utilities.html#g-mkdir">
1606
- <ANCHOR id="GStatBuf" href="glib/glib-File-Utilities.html#GStatBuf">
1607
- <ANCHOR id="g-stat" href="glib/glib-File-Utilities.html#g-stat">
1608
- <ANCHOR id="g-lstat" href="glib/glib-File-Utilities.html#g-lstat">
1609
- <ANCHOR id="g-unlink" href="glib/glib-File-Utilities.html#g-unlink">
1610
- <ANCHOR id="g-remove" href="glib/glib-File-Utilities.html#g-remove">
1611
- <ANCHOR id="g-rmdir" href="glib/glib-File-Utilities.html#g-rmdir">
1612
- <ANCHOR id="g-fopen" href="glib/glib-File-Utilities.html#g-fopen">
1613
- <ANCHOR id="g-freopen" href="glib/glib-File-Utilities.html#g-freopen">
1614
- <ANCHOR id="g-chmod" href="glib/glib-File-Utilities.html#g-chmod">
1615
- <ANCHOR id="g-access" href="glib/glib-File-Utilities.html#g-access">
1616
- <ANCHOR id="g-creat" href="glib/glib-File-Utilities.html#g-creat">
1617
- <ANCHOR id="g-chdir" href="glib/glib-File-Utilities.html#g-chdir">
1618
- <ANCHOR id="g-utime" href="glib/glib-File-Utilities.html#g-utime">
1619
- <ANCHOR id="glib-URI-Functions" href="glib/glib-URI-Functions.html">
1620
- <ANCHOR id="glib-URI-Functions.synopsis" href="glib/glib-URI-Functions.html#glib-URI-Functions.synopsis">
1621
- <ANCHOR id="glib-URI-Functions.description" href="glib/glib-URI-Functions.html#glib-URI-Functions.description">
1622
- <ANCHOR id="glib-URI-Functions.details" href="glib/glib-URI-Functions.html#glib-URI-Functions.details">
1623
- <ANCHOR id="G-URI-RESERVED-CHARS-ALLOWED-IN-PATH:CAPS" href="glib/glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH:CAPS">
1624
- <ANCHOR id="G-URI-RESERVED-CHARS-ALLOWED-IN-PATH-ELEMENT:CAPS" href="glib/glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH-ELEMENT:CAPS">
1625
- <ANCHOR id="G-URI-RESERVED-CHARS-ALLOWED-IN-USERINFO:CAPS" href="glib/glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-USERINFO:CAPS">
1626
- <ANCHOR id="G-URI-RESERVED-CHARS-GENERIC-DELIMITERS:CAPS" href="glib/glib-URI-Functions.html#G-URI-RESERVED-CHARS-GENERIC-DELIMITERS:CAPS">
1627
- <ANCHOR id="G-URI-RESERVED-CHARS-SUBCOMPONENT-DELIMITERS:CAPS" href="glib/glib-URI-Functions.html#G-URI-RESERVED-CHARS-SUBCOMPONENT-DELIMITERS:CAPS">
1628
- <ANCHOR id="g-uri-parse-scheme" href="glib/glib-URI-Functions.html#g-uri-parse-scheme">
1629
- <ANCHOR id="g-uri-escape-string" href="glib/glib-URI-Functions.html#g-uri-escape-string">
1630
- <ANCHOR id="g-uri-unescape-string" href="glib/glib-URI-Functions.html#g-uri-unescape-string">
1631
- <ANCHOR id="g-uri-unescape-segment" href="glib/glib-URI-Functions.html#g-uri-unescape-segment">
1632
- <ANCHOR id="g-uri-list-extract-uris" href="glib/glib-URI-Functions.html#g-uri-list-extract-uris">
1633
- <ANCHOR id="g-filename-from-uri" href="glib/glib-URI-Functions.html#g-filename-from-uri">
1634
- <ANCHOR id="g-filename-to-uri" href="glib/glib-URI-Functions.html#g-filename-to-uri">
1635
- <ANCHOR id="glib-Hostname-Utilities" href="glib/glib-Hostname-Utilities.html">
1636
- <ANCHOR id="glib-Hostname-Utilities.synopsis" href="glib/glib-Hostname-Utilities.html#glib-Hostname-Utilities.synopsis">
1637
- <ANCHOR id="glib-Hostname-Utilities.description" href="glib/glib-Hostname-Utilities.html#glib-Hostname-Utilities.description">
1638
- <ANCHOR id="glib-Hostname-Utilities.details" href="glib/glib-Hostname-Utilities.html#glib-Hostname-Utilities.details">
1639
- <ANCHOR id="g-hostname-to-ascii" href="glib/glib-Hostname-Utilities.html#g-hostname-to-ascii">
1640
- <ANCHOR id="g-hostname-to-unicode" href="glib/glib-Hostname-Utilities.html#g-hostname-to-unicode">
1641
- <ANCHOR id="g-hostname-is-non-ascii" href="glib/glib-Hostname-Utilities.html#g-hostname-is-non-ascii">
1642
- <ANCHOR id="g-hostname-is-ascii-encoded" href="glib/glib-Hostname-Utilities.html#g-hostname-is-ascii-encoded">
1643
- <ANCHOR id="g-hostname-is-ip-address" href="glib/glib-Hostname-Utilities.html#g-hostname-is-ip-address">
1644
- <ANCHOR id="glib-Shell-related-Utilities" href="glib/glib-Shell-related-Utilities.html">
1645
- <ANCHOR id="glib-Shell-related-Utilities.synopsis" href="glib/glib-Shell-related-Utilities.html#glib-Shell-related-Utilities.synopsis">
1646
- <ANCHOR id="glib-Shell-related-Utilities.description" href="glib/glib-Shell-related-Utilities.html#glib-Shell-related-Utilities.description">
1647
- <ANCHOR id="glib-Shell-related-Utilities.details" href="glib/glib-Shell-related-Utilities.html#glib-Shell-related-Utilities.details">
1648
- <ANCHOR id="GShellError" href="glib/glib-Shell-related-Utilities.html#GShellError">
1649
- <ANCHOR id="G-SHELL-ERROR-BAD-QUOTING:CAPS" href="glib/glib-Shell-related-Utilities.html#G-SHELL-ERROR-BAD-QUOTING:CAPS">
1650
- <ANCHOR id="G-SHELL-ERROR-EMPTY-STRING:CAPS" href="glib/glib-Shell-related-Utilities.html#G-SHELL-ERROR-EMPTY-STRING:CAPS">
1651
- <ANCHOR id="G-SHELL-ERROR-FAILED:CAPS" href="glib/glib-Shell-related-Utilities.html#G-SHELL-ERROR-FAILED:CAPS">
1652
- <ANCHOR id="G-SHELL-ERROR:CAPS" href="glib/glib-Shell-related-Utilities.html#G-SHELL-ERROR:CAPS">
1653
- <ANCHOR id="g-shell-parse-argv" href="glib/glib-Shell-related-Utilities.html#g-shell-parse-argv">
1654
- <ANCHOR id="g-shell-quote" href="glib/glib-Shell-related-Utilities.html#g-shell-quote">
1655
- <ANCHOR id="g-shell-unquote" href="glib/glib-Shell-related-Utilities.html#g-shell-unquote">
1656
- <ANCHOR id="glib-Commandline-option-parser" href="glib/glib-Commandline-option-parser.html">
1657
- <ANCHOR id="glib-Commandline-option-parser.synopsis" href="glib/glib-Commandline-option-parser.html#glib-Commandline-option-parser.synopsis">
1658
- <ANCHOR id="glib-Commandline-option-parser.description" href="glib/glib-Commandline-option-parser.html#glib-Commandline-option-parser.description">
1659
- <ANCHOR id="glib-Commandline-option-parser.details" href="glib/glib-Commandline-option-parser.html#glib-Commandline-option-parser.details">
1660
- <ANCHOR id="GOptionError" href="glib/glib-Commandline-option-parser.html#GOptionError">
1661
- <ANCHOR id="G-OPTION-ERROR-UNKNOWN-OPTION:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ERROR-UNKNOWN-OPTION:CAPS">
1662
- <ANCHOR id="G-OPTION-ERROR-BAD-VALUE:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ERROR-BAD-VALUE:CAPS">
1663
- <ANCHOR id="G-OPTION-ERROR-FAILED:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ERROR-FAILED:CAPS">
1664
- <ANCHOR id="G-OPTION-ERROR:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ERROR:CAPS">
1665
- <ANCHOR id="GOptionArgFunc" href="glib/glib-Commandline-option-parser.html#GOptionArgFunc">
1666
- <ANCHOR id="GOptionContext" href="glib/glib-Commandline-option-parser.html#GOptionContext">
1667
- <ANCHOR id="g-option-context-new" href="glib/glib-Commandline-option-parser.html#g-option-context-new">
1668
- <ANCHOR id="g-option-context-set-summary" href="glib/glib-Commandline-option-parser.html#g-option-context-set-summary">
1669
- <ANCHOR id="g-option-context-get-summary" href="glib/glib-Commandline-option-parser.html#g-option-context-get-summary">
1670
- <ANCHOR id="g-option-context-set-description" href="glib/glib-Commandline-option-parser.html#g-option-context-set-description">
1671
- <ANCHOR id="g-option-context-get-description" href="glib/glib-Commandline-option-parser.html#g-option-context-get-description">
1672
- <ANCHOR id="GTranslateFunc" href="glib/glib-Commandline-option-parser.html#GTranslateFunc">
1673
- <ANCHOR id="g-option-context-set-translate-func" href="glib/glib-Commandline-option-parser.html#g-option-context-set-translate-func">
1674
- <ANCHOR id="g-option-context-set-translation-domain" href="glib/glib-Commandline-option-parser.html#g-option-context-set-translation-domain">
1675
- <ANCHOR id="g-option-context-free" href="glib/glib-Commandline-option-parser.html#g-option-context-free">
1676
- <ANCHOR id="g-option-context-parse" href="glib/glib-Commandline-option-parser.html#g-option-context-parse">
1677
- <ANCHOR id="g-option-context-set-help-enabled" href="glib/glib-Commandline-option-parser.html#g-option-context-set-help-enabled">
1678
- <ANCHOR id="g-option-context-get-help-enabled" href="glib/glib-Commandline-option-parser.html#g-option-context-get-help-enabled">
1679
- <ANCHOR id="g-option-context-set-ignore-unknown-options" href="glib/glib-Commandline-option-parser.html#g-option-context-set-ignore-unknown-options">
1680
- <ANCHOR id="g-option-context-get-ignore-unknown-options" href="glib/glib-Commandline-option-parser.html#g-option-context-get-ignore-unknown-options">
1681
- <ANCHOR id="g-option-context-get-help" href="glib/glib-Commandline-option-parser.html#g-option-context-get-help">
1682
- <ANCHOR id="GOptionArg" href="glib/glib-Commandline-option-parser.html#GOptionArg">
1683
- <ANCHOR id="G-OPTION-ARG-NONE:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-NONE:CAPS">
1684
- <ANCHOR id="G-OPTION-ARG-STRING:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-STRING:CAPS">
1685
- <ANCHOR id="G-OPTION-ARG-INT:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-INT:CAPS">
1686
- <ANCHOR id="G-OPTION-ARG-CALLBACK:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-CALLBACK:CAPS">
1687
- <ANCHOR id="G-OPTION-ARG-FILENAME:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-FILENAME:CAPS">
1688
- <ANCHOR id="G-OPTION-ARG-STRING-ARRAY:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-STRING-ARRAY:CAPS">
1689
- <ANCHOR id="G-OPTION-ARG-FILENAME-ARRAY:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-FILENAME-ARRAY:CAPS">
1690
- <ANCHOR id="G-OPTION-ARG-DOUBLE:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-DOUBLE:CAPS">
1691
- <ANCHOR id="G-OPTION-ARG-INT64:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-ARG-INT64:CAPS">
1692
- <ANCHOR id="GOptionFlags" href="glib/glib-Commandline-option-parser.html#GOptionFlags">
1693
- <ANCHOR id="G-OPTION-FLAG-HIDDEN:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-HIDDEN:CAPS">
1694
- <ANCHOR id="G-OPTION-FLAG-IN-MAIN:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-IN-MAIN:CAPS">
1695
- <ANCHOR id="G-OPTION-FLAG-REVERSE:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-REVERSE:CAPS">
1696
- <ANCHOR id="G-OPTION-FLAG-NO-ARG:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-NO-ARG:CAPS">
1697
- <ANCHOR id="G-OPTION-FLAG-FILENAME:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-FILENAME:CAPS">
1698
- <ANCHOR id="G-OPTION-FLAG-OPTIONAL-ARG:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-OPTIONAL-ARG:CAPS">
1699
- <ANCHOR id="G-OPTION-FLAG-NOALIAS:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-FLAG-NOALIAS:CAPS">
1700
- <ANCHOR id="G-OPTION-REMAINING:CAPS" href="glib/glib-Commandline-option-parser.html#G-OPTION-REMAINING:CAPS">
1701
- <ANCHOR id="GOptionEntry" href="glib/glib-Commandline-option-parser.html#GOptionEntry">
1702
- <ANCHOR id="g-option-context-add-main-entries" href="glib/glib-Commandline-option-parser.html#g-option-context-add-main-entries">
1703
- <ANCHOR id="GOptionGroup" href="glib/glib-Commandline-option-parser.html#GOptionGroup">
1704
- <ANCHOR id="g-option-context-add-group" href="glib/glib-Commandline-option-parser.html#g-option-context-add-group">
1705
- <ANCHOR id="g-option-context-set-main-group" href="glib/glib-Commandline-option-parser.html#g-option-context-set-main-group">
1706
- <ANCHOR id="g-option-context-get-main-group" href="glib/glib-Commandline-option-parser.html#g-option-context-get-main-group">
1707
- <ANCHOR id="g-option-group-new" href="glib/glib-Commandline-option-parser.html#g-option-group-new">
1708
- <ANCHOR id="g-option-group-free" href="glib/glib-Commandline-option-parser.html#g-option-group-free">
1709
- <ANCHOR id="g-option-group-add-entries" href="glib/glib-Commandline-option-parser.html#g-option-group-add-entries">
1710
- <ANCHOR id="GOptionParseFunc" href="glib/glib-Commandline-option-parser.html#GOptionParseFunc">
1711
- <ANCHOR id="g-option-group-set-parse-hooks" href="glib/glib-Commandline-option-parser.html#g-option-group-set-parse-hooks">
1712
- <ANCHOR id="GOptionErrorFunc" href="glib/glib-Commandline-option-parser.html#GOptionErrorFunc">
1713
- <ANCHOR id="g-option-group-set-error-hook" href="glib/glib-Commandline-option-parser.html#g-option-group-set-error-hook">
1714
- <ANCHOR id="g-option-group-set-translate-func" href="glib/glib-Commandline-option-parser.html#g-option-group-set-translate-func">
1715
- <ANCHOR id="g-option-group-set-translation-domain" href="glib/glib-Commandline-option-parser.html#g-option-group-set-translation-domain">
1716
- <ANCHOR id="glib-Glob-style-pattern-matching" href="glib/glib-Glob-style-pattern-matching.html">
1717
- <ANCHOR id="glib-Glob-style-pattern-matching.synopsis" href="glib/glib-Glob-style-pattern-matching.html#glib-Glob-style-pattern-matching.synopsis">
1718
- <ANCHOR id="glib-Glob-style-pattern-matching.description" href="glib/glib-Glob-style-pattern-matching.html#glib-Glob-style-pattern-matching.description">
1719
- <ANCHOR id="glib-Glob-style-pattern-matching.details" href="glib/glib-Glob-style-pattern-matching.html#glib-Glob-style-pattern-matching.details">
1720
- <ANCHOR id="GPatternSpec" href="glib/glib-Glob-style-pattern-matching.html#GPatternSpec">
1721
- <ANCHOR id="g-pattern-spec-new" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-spec-new">
1722
- <ANCHOR id="g-pattern-spec-free" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-spec-free">
1723
- <ANCHOR id="g-pattern-spec-equal" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-spec-equal">
1724
- <ANCHOR id="g-pattern-match" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-match">
1725
- <ANCHOR id="g-pattern-match-string" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-match-string">
1726
- <ANCHOR id="g-pattern-match-simple" href="glib/glib-Glob-style-pattern-matching.html#g-pattern-match-simple">
1727
- <ANCHOR id="glib-Perl-compatible-regular-expressions" href="glib/glib-Perl-compatible-regular-expressions.html">
1728
- <ANCHOR id="glib-Perl-compatible-regular-expressions.synopsis" href="glib/glib-Perl-compatible-regular-expressions.html#glib-Perl-compatible-regular-expressions.synopsis">
1729
- <ANCHOR id="glib-Perl-compatible-regular-expressions.description" href="glib/glib-Perl-compatible-regular-expressions.html#glib-Perl-compatible-regular-expressions.description">
1730
- <ANCHOR id="glib-Perl-compatible-regular-expressions.details" href="glib/glib-Perl-compatible-regular-expressions.html#glib-Perl-compatible-regular-expressions.details">
1731
- <ANCHOR id="GRegexError" href="glib/glib-Perl-compatible-regular-expressions.html#GRegexError">
1732
- <ANCHOR id="G-REGEX-ERROR-COMPILE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-COMPILE:CAPS">
1733
- <ANCHOR id="G-REGEX-ERROR-OPTIMIZE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-OPTIMIZE:CAPS">
1734
- <ANCHOR id="G-REGEX-ERROR-REPLACE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-REPLACE:CAPS">
1735
- <ANCHOR id="G-REGEX-ERROR-MATCH:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MATCH:CAPS">
1736
- <ANCHOR id="G-REGEX-ERROR-INTERNAL:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INTERNAL:CAPS">
1737
- <ANCHOR id="G-REGEX-ERROR-STRAY-BACKSLASH:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-STRAY-BACKSLASH:CAPS">
1738
- <ANCHOR id="G-REGEX-ERROR-MISSING-CONTROL-CHAR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MISSING-CONTROL-CHAR:CAPS">
1739
- <ANCHOR id="G-REGEX-ERROR-UNRECOGNIZED-ESCAPE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNRECOGNIZED-ESCAPE:CAPS">
1740
- <ANCHOR id="G-REGEX-ERROR-QUANTIFIERS-OUT-OF-ORDER:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-QUANTIFIERS-OUT-OF-ORDER:CAPS">
1741
- <ANCHOR id="G-REGEX-ERROR-QUANTIFIER-TOO-BIG:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-QUANTIFIER-TOO-BIG:CAPS">
1742
- <ANCHOR id="G-REGEX-ERROR-UNTERMINATED-CHARACTER-CLASS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNTERMINATED-CHARACTER-CLASS:CAPS">
1743
- <ANCHOR id="G-REGEX-ERROR-INVALID-ESCAPE-IN-CHARACTER-CLASS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INVALID-ESCAPE-IN-CHARACTER-CLASS:CAPS">
1744
- <ANCHOR id="G-REGEX-ERROR-RANGE-OUT-OF-ORDER:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-RANGE-OUT-OF-ORDER:CAPS">
1745
- <ANCHOR id="G-REGEX-ERROR-NOTHING-TO-REPEAT:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-NOTHING-TO-REPEAT:CAPS">
1746
- <ANCHOR id="G-REGEX-ERROR-UNRECOGNIZED-CHARACTER:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNRECOGNIZED-CHARACTER:CAPS">
1747
- <ANCHOR id="G-REGEX-ERROR-POSIX-NAMED-CLASS-OUTSIDE-CLASS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-POSIX-NAMED-CLASS-OUTSIDE-CLASS:CAPS">
1748
- <ANCHOR id="G-REGEX-ERROR-UNMATCHED-PARENTHESIS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNMATCHED-PARENTHESIS:CAPS">
1749
- <ANCHOR id="G-REGEX-ERROR-INEXISTENT-SUBPATTERN-REFERENCE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INEXISTENT-SUBPATTERN-REFERENCE:CAPS">
1750
- <ANCHOR id="G-REGEX-ERROR-UNTERMINATED-COMMENT:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNTERMINATED-COMMENT:CAPS">
1751
- <ANCHOR id="G-REGEX-ERROR-EXPRESSION-TOO-LARGE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-EXPRESSION-TOO-LARGE:CAPS">
1752
- <ANCHOR id="G-REGEX-ERROR-MEMORY-ERROR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MEMORY-ERROR:CAPS">
1753
- <ANCHOR id="G-REGEX-ERROR-VARIABLE-LENGTH-LOOKBEHIND:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-VARIABLE-LENGTH-LOOKBEHIND:CAPS">
1754
- <ANCHOR id="G-REGEX-ERROR-MALFORMED-CONDITION:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MALFORMED-CONDITION:CAPS">
1755
- <ANCHOR id="G-REGEX-ERROR-TOO-MANY-CONDITIONAL-BRANCHES:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-TOO-MANY-CONDITIONAL-BRANCHES:CAPS">
1756
- <ANCHOR id="G-REGEX-ERROR-ASSERTION-EXPECTED:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-ASSERTION-EXPECTED:CAPS">
1757
- <ANCHOR id="G-REGEX-ERROR-UNKNOWN-POSIX-CLASS-NAME:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNKNOWN-POSIX-CLASS-NAME:CAPS">
1758
- <ANCHOR id="G-REGEX-ERROR-POSIX-COLLATING-ELEMENTS-NOT-SUPPORTED:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-POSIX-COLLATING-ELEMENTS-NOT-SUPPORTED:CAPS">
1759
- <ANCHOR id="G-REGEX-ERROR-HEX-CODE-TOO-LARGE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-HEX-CODE-TOO-LARGE:CAPS">
1760
- <ANCHOR id="G-REGEX-ERROR-INVALID-CONDITION:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INVALID-CONDITION:CAPS">
1761
- <ANCHOR id="G-REGEX-ERROR-SINGLE-BYTE-MATCH-IN-LOOKBEHIND:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-SINGLE-BYTE-MATCH-IN-LOOKBEHIND:CAPS">
1762
- <ANCHOR id="G-REGEX-ERROR-INFINITE-LOOP:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INFINITE-LOOP:CAPS">
1763
- <ANCHOR id="G-REGEX-ERROR-MISSING-SUBPATTERN-NAME-TERMINATOR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MISSING-SUBPATTERN-NAME-TERMINATOR:CAPS">
1764
- <ANCHOR id="G-REGEX-ERROR-DUPLICATE-SUBPATTERN-NAME:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-DUPLICATE-SUBPATTERN-NAME:CAPS">
1765
- <ANCHOR id="G-REGEX-ERROR-MALFORMED-PROPERTY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MALFORMED-PROPERTY:CAPS">
1766
- <ANCHOR id="G-REGEX-ERROR-UNKNOWN-PROPERTY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-UNKNOWN-PROPERTY:CAPS">
1767
- <ANCHOR id="G-REGEX-ERROR-SUBPATTERN-NAME-TOO-LONG:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-SUBPATTERN-NAME-TOO-LONG:CAPS">
1768
- <ANCHOR id="G-REGEX-ERROR-TOO-MANY-SUBPATTERNS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-TOO-MANY-SUBPATTERNS:CAPS">
1769
- <ANCHOR id="G-REGEX-ERROR-INVALID-OCTAL-VALUE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INVALID-OCTAL-VALUE:CAPS">
1770
- <ANCHOR id="G-REGEX-ERROR-TOO-MANY-BRANCHES-IN-DEFINE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-TOO-MANY-BRANCHES-IN-DEFINE:CAPS">
1771
- <ANCHOR id="G-REGEX-ERROR-DEFINE-REPETION:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-DEFINE-REPETION:CAPS">
1772
- <ANCHOR id="G-REGEX-ERROR-INCONSISTENT-NEWLINE-OPTIONS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-INCONSISTENT-NEWLINE-OPTIONS:CAPS">
1773
- <ANCHOR id="G-REGEX-ERROR-MISSING-BACK-REFERENCE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR-MISSING-BACK-REFERENCE:CAPS">
1774
- <ANCHOR id="G-REGEX-ERROR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR:CAPS">
1775
- <ANCHOR id="GRegexCompileFlags" href="glib/glib-Perl-compatible-regular-expressions.html#GRegexCompileFlags">
1776
- <ANCHOR id="G-REGEX-CASELESS:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-CASELESS:CAPS">
1777
- <ANCHOR id="G-REGEX-MULTILINE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MULTILINE:CAPS">
1778
- <ANCHOR id="G-REGEX-DOTALL:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-DOTALL:CAPS">
1779
- <ANCHOR id="G-REGEX-EXTENDED:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-EXTENDED:CAPS">
1780
- <ANCHOR id="G-REGEX-ANCHORED:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ANCHORED:CAPS">
1781
- <ANCHOR id="G-REGEX-DOLLAR-ENDONLY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-DOLLAR-ENDONLY:CAPS">
1782
- <ANCHOR id="G-REGEX-UNGREEDY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-UNGREEDY:CAPS">
1783
- <ANCHOR id="G-REGEX-RAW:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-RAW:CAPS">
1784
- <ANCHOR id="G-REGEX-NO-AUTO-CAPTURE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-NO-AUTO-CAPTURE:CAPS">
1785
- <ANCHOR id="G-REGEX-OPTIMIZE:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-OPTIMIZE:CAPS">
1786
- <ANCHOR id="G-REGEX-DUPNAMES:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-DUPNAMES:CAPS">
1787
- <ANCHOR id="G-REGEX-NEWLINE-CR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-NEWLINE-CR:CAPS">
1788
- <ANCHOR id="G-REGEX-NEWLINE-LF:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-NEWLINE-LF:CAPS">
1789
- <ANCHOR id="G-REGEX-NEWLINE-CRLF:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-NEWLINE-CRLF:CAPS">
1790
- <ANCHOR id="GRegexMatchFlags" href="glib/glib-Perl-compatible-regular-expressions.html#GRegexMatchFlags">
1791
- <ANCHOR id="G-REGEX-MATCH-ANCHORED:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-ANCHORED:CAPS">
1792
- <ANCHOR id="G-REGEX-MATCH-NOTBOL:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NOTBOL:CAPS">
1793
- <ANCHOR id="G-REGEX-MATCH-NOTEOL:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NOTEOL:CAPS">
1794
- <ANCHOR id="G-REGEX-MATCH-NOTEMPTY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NOTEMPTY:CAPS">
1795
- <ANCHOR id="G-REGEX-MATCH-PARTIAL:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-PARTIAL:CAPS">
1796
- <ANCHOR id="G-REGEX-MATCH-NEWLINE-CR:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NEWLINE-CR:CAPS">
1797
- <ANCHOR id="G-REGEX-MATCH-NEWLINE-LF:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NEWLINE-LF:CAPS">
1798
- <ANCHOR id="G-REGEX-MATCH-NEWLINE-CRLF:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NEWLINE-CRLF:CAPS">
1799
- <ANCHOR id="G-REGEX-MATCH-NEWLINE-ANY:CAPS" href="glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-MATCH-NEWLINE-ANY:CAPS">
1800
- <ANCHOR id="GRegex" href="glib/glib-Perl-compatible-regular-expressions.html#GRegex">
1801
- <ANCHOR id="GRegexEvalCallback" href="glib/glib-Perl-compatible-regular-expressions.html#GRegexEvalCallback">
1802
- <ANCHOR id="g-regex-new" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-new">
1803
- <ANCHOR id="g-regex-ref" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-ref">
1804
- <ANCHOR id="g-regex-unref" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-unref">
1805
- <ANCHOR id="g-regex-get-pattern" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-pattern">
1806
- <ANCHOR id="g-regex-get-max-backref" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-max-backref">
1807
- <ANCHOR id="g-regex-get-capture-count" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-capture-count">
1808
- <ANCHOR id="g-regex-get-string-number" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-string-number">
1809
- <ANCHOR id="g-regex-get-compile-flags" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-compile-flags">
1810
- <ANCHOR id="g-regex-get-match-flags" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-get-match-flags">
1811
- <ANCHOR id="g-regex-escape-string" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-escape-string">
1812
- <ANCHOR id="g-regex-match-simple" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-match-simple">
1813
- <ANCHOR id="g-regex-match" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-match">
1814
- <ANCHOR id="g-regex-match-full" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-match-full">
1815
- <ANCHOR id="g-regex-match-all" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-match-all">
1816
- <ANCHOR id="g-regex-match-all-full" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-match-all-full">
1817
- <ANCHOR id="g-regex-split-simple" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-split-simple">
1818
- <ANCHOR id="g-regex-split" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-split">
1819
- <ANCHOR id="g-regex-split-full" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-split-full">
1820
- <ANCHOR id="g-regex-replace" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace">
1821
- <ANCHOR id="g-regex-replace-literal" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace-literal">
1822
- <ANCHOR id="g-regex-replace-eval" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace-eval">
1823
- <ANCHOR id="g-regex-check-replacement" href="glib/glib-Perl-compatible-regular-expressions.html#g-regex-check-replacement">
1824
- <ANCHOR id="GMatchInfo" href="glib/glib-Perl-compatible-regular-expressions.html#GMatchInfo">
1825
- <ANCHOR id="g-match-info-get-regex" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-get-regex">
1826
- <ANCHOR id="g-match-info-get-string" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-get-string">
1827
- <ANCHOR id="g-match-info-free" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-free">
1828
- <ANCHOR id="g-match-info-matches" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-matches">
1829
- <ANCHOR id="g-match-info-next" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-next">
1830
- <ANCHOR id="g-match-info-get-match-count" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-get-match-count">
1831
- <ANCHOR id="g-match-info-is-partial-match" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-is-partial-match">
1832
- <ANCHOR id="g-match-info-expand-references" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-expand-references">
1833
- <ANCHOR id="g-match-info-fetch" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-fetch">
1834
- <ANCHOR id="g-match-info-fetch-pos" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-pos">
1835
- <ANCHOR id="g-match-info-fetch-named" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named">
1836
- <ANCHOR id="g-match-info-fetch-named-pos" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named-pos">
1837
- <ANCHOR id="g-match-info-fetch-all" href="glib/glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-all">
1838
- <ANCHOR id="glib-Perl-compatible-regular-expressions.see-also" href="glib/glib-Perl-compatible-regular-expressions.html#glib-Perl-compatible-regular-expressions.see-also">
1839
- <ANCHOR id="glib-Simple-XML-Subset-Parser" href="glib/glib-Simple-XML-Subset-Parser.html">
1840
- <ANCHOR id="glib-Simple-XML-Subset-Parser.synopsis" href="glib/glib-Simple-XML-Subset-Parser.html#glib-Simple-XML-Subset-Parser.synopsis">
1841
- <ANCHOR id="glib-Simple-XML-Subset-Parser.description" href="glib/glib-Simple-XML-Subset-Parser.html#glib-Simple-XML-Subset-Parser.description">
1842
- <ANCHOR id="glib-Simple-XML-Subset-Parser.details" href="glib/glib-Simple-XML-Subset-Parser.html#glib-Simple-XML-Subset-Parser.details">
1843
- <ANCHOR id="GMarkupError" href="glib/glib-Simple-XML-Subset-Parser.html#GMarkupError">
1844
- <ANCHOR id="G-MARKUP-ERROR-BAD-UTF8:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-BAD-UTF8:CAPS">
1845
- <ANCHOR id="G-MARKUP-ERROR-EMPTY:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-EMPTY:CAPS">
1846
- <ANCHOR id="G-MARKUP-ERROR-PARSE:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-PARSE:CAPS">
1847
- <ANCHOR id="G-MARKUP-ERROR-UNKNOWN-ELEMENT:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-UNKNOWN-ELEMENT:CAPS">
1848
- <ANCHOR id="G-MARKUP-ERROR-UNKNOWN-ATTRIBUTE:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-UNKNOWN-ATTRIBUTE:CAPS">
1849
- <ANCHOR id="G-MARKUP-ERROR-INVALID-CONTENT:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-INVALID-CONTENT:CAPS">
1850
- <ANCHOR id="G-MARKUP-ERROR-MISSING-ATTRIBUTE:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR-MISSING-ATTRIBUTE:CAPS">
1851
- <ANCHOR id="G-MARKUP-ERROR:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR:CAPS">
1852
- <ANCHOR id="GMarkupParseFlags" href="glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseFlags">
1853
- <ANCHOR id="G-MARKUP-DO-NOT-USE-THIS-UNSUPPORTED-FLAG:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-DO-NOT-USE-THIS-UNSUPPORTED-FLAG:CAPS">
1854
- <ANCHOR id="G-MARKUP-TREAT-CDATA-AS-TEXT:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-TREAT-CDATA-AS-TEXT:CAPS">
1855
- <ANCHOR id="G-MARKUP-PREFIX-ERROR-POSITION:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-PREFIX-ERROR-POSITION:CAPS">
1856
- <ANCHOR id="GMarkupParseContext" href="glib/glib-Simple-XML-Subset-Parser.html#GMarkupParseContext">
1857
- <ANCHOR id="GMarkupParser" href="glib/glib-Simple-XML-Subset-Parser.html#GMarkupParser">
1858
- <ANCHOR id="g-markup-escape-text" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text">
1859
- <ANCHOR id="g-markup-printf-escaped" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped">
1860
- <ANCHOR id="g-markup-vprintf-escaped" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-vprintf-escaped">
1861
- <ANCHOR id="g-markup-parse-context-end-parse" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-end-parse">
1862
- <ANCHOR id="g-markup-parse-context-free" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-free">
1863
- <ANCHOR id="g-markup-parse-context-get-position" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-position">
1864
- <ANCHOR id="g-markup-parse-context-get-element" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-element">
1865
- <ANCHOR id="g-markup-parse-context-get-element-stack" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-element-stack">
1866
- <ANCHOR id="g-markup-parse-context-get-user-data" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-user-data">
1867
- <ANCHOR id="g-markup-parse-context-new" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-new">
1868
- <ANCHOR id="g-markup-parse-context-parse" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-parse">
1869
- <ANCHOR id="g-markup-parse-context-push" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-push">
1870
- <ANCHOR id="g-markup-parse-context-pop" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-pop">
1871
- <ANCHOR id="GMarkupCollectType" href="glib/glib-Simple-XML-Subset-Parser.html#GMarkupCollectType">
1872
- <ANCHOR id="G-MARKUP-COLLECT-INVALID:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-INVALID:CAPS">
1873
- <ANCHOR id="G-MARKUP-COLLECT-STRING:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-STRING:CAPS">
1874
- <ANCHOR id="G-MARKUP-COLLECT-STRDUP:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-STRDUP:CAPS">
1875
- <ANCHOR id="G-MARKUP-COLLECT-BOOLEAN:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-BOOLEAN:CAPS">
1876
- <ANCHOR id="G-MARKUP-COLLECT-TRISTATE:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-TRISTATE:CAPS">
1877
- <ANCHOR id="G-MARKUP-COLLECT-OPTIONAL:CAPS" href="glib/glib-Simple-XML-Subset-Parser.html#G-MARKUP-COLLECT-OPTIONAL:CAPS">
1878
- <ANCHOR id="g-markup-collect-attributes" href="glib/glib-Simple-XML-Subset-Parser.html#g-markup-collect-attributes">
1879
- <ANCHOR id="glib-Key-value-file-parser" href="glib/glib-Key-value-file-parser.html">
1880
- <ANCHOR id="glib-Key-value-file-parser.synopsis" href="glib/glib-Key-value-file-parser.html#glib-Key-value-file-parser.synopsis">
1881
- <ANCHOR id="glib-Key-value-file-parser.description" href="glib/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description">
1882
- <ANCHOR id="glib-Key-value-file-parser.details" href="glib/glib-Key-value-file-parser.html#glib-Key-value-file-parser.details">
1883
- <ANCHOR id="GKeyFile" href="glib/glib-Key-value-file-parser.html#GKeyFile">
1884
- <ANCHOR id="G-KEY-FILE-ERROR:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR:CAPS">
1885
- <ANCHOR id="GKeyFileError" href="glib/glib-Key-value-file-parser.html#GKeyFileError">
1886
- <ANCHOR id="G-KEY-FILE-ERROR-UNKNOWN-ENCODING:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-UNKNOWN-ENCODING:CAPS">
1887
- <ANCHOR id="G-KEY-FILE-ERROR-PARSE:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-PARSE:CAPS">
1888
- <ANCHOR id="G-KEY-FILE-ERROR-NOT-FOUND:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-NOT-FOUND:CAPS">
1889
- <ANCHOR id="G-KEY-FILE-ERROR-KEY-NOT-FOUND:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-KEY-NOT-FOUND:CAPS">
1890
- <ANCHOR id="G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-GROUP-NOT-FOUND:CAPS">
1891
- <ANCHOR id="G-KEY-FILE-ERROR-INVALID-VALUE:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-ERROR-INVALID-VALUE:CAPS">
1892
- <ANCHOR id="GKeyFileFlags" href="glib/glib-Key-value-file-parser.html#GKeyFileFlags">
1893
- <ANCHOR id="G-KEY-FILE-NONE:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-NONE:CAPS">
1894
- <ANCHOR id="G-KEY-FILE-KEEP-COMMENTS:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-KEEP-COMMENTS:CAPS">
1895
- <ANCHOR id="G-KEY-FILE-KEEP-TRANSLATIONS:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-KEEP-TRANSLATIONS:CAPS">
1896
- <ANCHOR id="g-key-file-new" href="glib/glib-Key-value-file-parser.html#g-key-file-new">
1897
- <ANCHOR id="g-key-file-free" href="glib/glib-Key-value-file-parser.html#g-key-file-free">
1898
- <ANCHOR id="g-key-file-set-list-separator" href="glib/glib-Key-value-file-parser.html#g-key-file-set-list-separator">
1899
- <ANCHOR id="g-key-file-load-from-file" href="glib/glib-Key-value-file-parser.html#g-key-file-load-from-file">
1900
- <ANCHOR id="g-key-file-load-from-data" href="glib/glib-Key-value-file-parser.html#g-key-file-load-from-data">
1901
- <ANCHOR id="g-key-file-load-from-data-dirs" href="glib/glib-Key-value-file-parser.html#g-key-file-load-from-data-dirs">
1902
- <ANCHOR id="g-key-file-load-from-dirs" href="glib/glib-Key-value-file-parser.html#g-key-file-load-from-dirs">
1903
- <ANCHOR id="g-key-file-to-data" href="glib/glib-Key-value-file-parser.html#g-key-file-to-data">
1904
- <ANCHOR id="g-key-file-get-start-group" href="glib/glib-Key-value-file-parser.html#g-key-file-get-start-group">
1905
- <ANCHOR id="g-key-file-get-groups" href="glib/glib-Key-value-file-parser.html#g-key-file-get-groups">
1906
- <ANCHOR id="g-key-file-get-keys" href="glib/glib-Key-value-file-parser.html#g-key-file-get-keys">
1907
- <ANCHOR id="g-key-file-has-group" href="glib/glib-Key-value-file-parser.html#g-key-file-has-group">
1908
- <ANCHOR id="g-key-file-has-key" href="glib/glib-Key-value-file-parser.html#g-key-file-has-key">
1909
- <ANCHOR id="g-key-file-get-value" href="glib/glib-Key-value-file-parser.html#g-key-file-get-value">
1910
- <ANCHOR id="g-key-file-get-string" href="glib/glib-Key-value-file-parser.html#g-key-file-get-string">
1911
- <ANCHOR id="g-key-file-get-locale-string" href="glib/glib-Key-value-file-parser.html#g-key-file-get-locale-string">
1912
- <ANCHOR id="g-key-file-get-boolean" href="glib/glib-Key-value-file-parser.html#g-key-file-get-boolean">
1913
- <ANCHOR id="g-key-file-get-integer" href="glib/glib-Key-value-file-parser.html#g-key-file-get-integer">
1914
- <ANCHOR id="g-key-file-get-int64" href="glib/glib-Key-value-file-parser.html#g-key-file-get-int64">
1915
- <ANCHOR id="g-key-file-get-uint64" href="glib/glib-Key-value-file-parser.html#g-key-file-get-uint64">
1916
- <ANCHOR id="g-key-file-get-double" href="glib/glib-Key-value-file-parser.html#g-key-file-get-double">
1917
- <ANCHOR id="g-key-file-get-string-list" href="glib/glib-Key-value-file-parser.html#g-key-file-get-string-list">
1918
- <ANCHOR id="g-key-file-get-locale-string-list" href="glib/glib-Key-value-file-parser.html#g-key-file-get-locale-string-list">
1919
- <ANCHOR id="g-key-file-get-boolean-list" href="glib/glib-Key-value-file-parser.html#g-key-file-get-boolean-list">
1920
- <ANCHOR id="g-key-file-get-integer-list" href="glib/glib-Key-value-file-parser.html#g-key-file-get-integer-list">
1921
- <ANCHOR id="g-key-file-get-double-list" href="glib/glib-Key-value-file-parser.html#g-key-file-get-double-list">
1922
- <ANCHOR id="g-key-file-get-comment" href="glib/glib-Key-value-file-parser.html#g-key-file-get-comment">
1923
- <ANCHOR id="g-key-file-set-value" href="glib/glib-Key-value-file-parser.html#g-key-file-set-value">
1924
- <ANCHOR id="g-key-file-set-string" href="glib/glib-Key-value-file-parser.html#g-key-file-set-string">
1925
- <ANCHOR id="g-key-file-set-locale-string" href="glib/glib-Key-value-file-parser.html#g-key-file-set-locale-string">
1926
- <ANCHOR id="g-key-file-set-boolean" href="glib/glib-Key-value-file-parser.html#g-key-file-set-boolean">
1927
- <ANCHOR id="g-key-file-set-integer" href="glib/glib-Key-value-file-parser.html#g-key-file-set-integer">
1928
- <ANCHOR id="g-key-file-set-int64" href="glib/glib-Key-value-file-parser.html#g-key-file-set-int64">
1929
- <ANCHOR id="g-key-file-set-uint64" href="glib/glib-Key-value-file-parser.html#g-key-file-set-uint64">
1930
- <ANCHOR id="g-key-file-set-double" href="glib/glib-Key-value-file-parser.html#g-key-file-set-double">
1931
- <ANCHOR id="g-key-file-set-string-list" href="glib/glib-Key-value-file-parser.html#g-key-file-set-string-list">
1932
- <ANCHOR id="g-key-file-set-locale-string-list" href="glib/glib-Key-value-file-parser.html#g-key-file-set-locale-string-list">
1933
- <ANCHOR id="g-key-file-set-boolean-list" href="glib/glib-Key-value-file-parser.html#g-key-file-set-boolean-list">
1934
- <ANCHOR id="g-key-file-set-integer-list" href="glib/glib-Key-value-file-parser.html#g-key-file-set-integer-list">
1935
- <ANCHOR id="g-key-file-set-double-list" href="glib/glib-Key-value-file-parser.html#g-key-file-set-double-list">
1936
- <ANCHOR id="g-key-file-set-comment" href="glib/glib-Key-value-file-parser.html#g-key-file-set-comment">
1937
- <ANCHOR id="g-key-file-remove-group" href="glib/glib-Key-value-file-parser.html#g-key-file-remove-group">
1938
- <ANCHOR id="g-key-file-remove-key" href="glib/glib-Key-value-file-parser.html#g-key-file-remove-key">
1939
- <ANCHOR id="g-key-file-remove-comment" href="glib/glib-Key-value-file-parser.html#g-key-file-remove-comment">
1940
- <ANCHOR id="G-KEY-FILE-DESKTOP-GROUP:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS">
1941
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS">
1942
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-VERSION:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-VERSION:CAPS">
1943
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-NAME:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NAME:CAPS">
1944
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-GENERIC-NAME:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-GENERIC-NAME:CAPS">
1945
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-NO-DISPLAY:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NO-DISPLAY:CAPS">
1946
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-COMMENT:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-COMMENT:CAPS">
1947
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-ICON:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-ICON:CAPS">
1948
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-HIDDEN:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-HIDDEN:CAPS">
1949
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-ONLY-SHOW-IN:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-ONLY-SHOW-IN:CAPS">
1950
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-NOT-SHOW-IN:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NOT-SHOW-IN:CAPS">
1951
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-TRY-EXEC:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TRY-EXEC:CAPS">
1952
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-EXEC:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-EXEC:CAPS">
1953
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-PATH:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-PATH:CAPS">
1954
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-TERMINAL:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TERMINAL:CAPS">
1955
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-MIME-TYPE:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-MIME-TYPE:CAPS">
1956
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-CATEGORIES:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-CATEGORIES:CAPS">
1957
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-STARTUP-NOTIFY:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-STARTUP-NOTIFY:CAPS">
1958
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-STARTUP-WM-CLASS:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-STARTUP-WM-CLASS:CAPS">
1959
- <ANCHOR id="G-KEY-FILE-DESKTOP-KEY-URL:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-URL:CAPS">
1960
- <ANCHOR id="G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS">
1961
- <ANCHOR id="G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS">
1962
- <ANCHOR id="G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS" href="glib/glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS">
1963
- <ANCHOR id="glib-Bookmark-file-parser" href="glib/glib-Bookmark-file-parser.html">
1964
- <ANCHOR id="glib-Bookmark-file-parser.synopsis" href="glib/glib-Bookmark-file-parser.html#glib-Bookmark-file-parser.synopsis">
1965
- <ANCHOR id="glib-Bookmark-file-parser.description" href="glib/glib-Bookmark-file-parser.html#glib-Bookmark-file-parser.description">
1966
- <ANCHOR id="glib-Bookmark-file-parser.details" href="glib/glib-Bookmark-file-parser.html#glib-Bookmark-file-parser.details">
1967
- <ANCHOR id="GBookmarkFile" href="glib/glib-Bookmark-file-parser.html#GBookmarkFile">
1968
- <ANCHOR id="G-BOOKMARK-FILE-ERROR:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR:CAPS">
1969
- <ANCHOR id="GBookmarkFileError" href="glib/glib-Bookmark-file-parser.html#GBookmarkFileError">
1970
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-INVALID-URI:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-INVALID-URI:CAPS">
1971
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-INVALID-VALUE:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-INVALID-VALUE:CAPS">
1972
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-APP-NOT-REGISTERED:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-APP-NOT-REGISTERED:CAPS">
1973
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-URI-NOT-FOUND:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-URI-NOT-FOUND:CAPS">
1974
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-READ:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-READ:CAPS">
1975
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-UNKNOWN-ENCODING:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-UNKNOWN-ENCODING:CAPS">
1976
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-WRITE:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-WRITE:CAPS">
1977
- <ANCHOR id="G-BOOKMARK-FILE-ERROR-FILE-NOT-FOUND:CAPS" href="glib/glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR-FILE-NOT-FOUND:CAPS">
1978
- <ANCHOR id="g-bookmark-file-new" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-new">
1979
- <ANCHOR id="g-bookmark-file-free" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-free">
1980
- <ANCHOR id="g-bookmark-file-load-from-file" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-load-from-file">
1981
- <ANCHOR id="g-bookmark-file-load-from-data" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-load-from-data">
1982
- <ANCHOR id="g-bookmark-file-load-from-data-dirs" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-load-from-data-dirs">
1983
- <ANCHOR id="g-bookmark-file-to-data" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-to-data">
1984
- <ANCHOR id="g-bookmark-file-to-file" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-to-file">
1985
- <ANCHOR id="g-bookmark-file-has-item" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-has-item">
1986
- <ANCHOR id="g-bookmark-file-has-group" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-has-group">
1987
- <ANCHOR id="g-bookmark-file-has-application" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-has-application">
1988
- <ANCHOR id="g-bookmark-file-get-size" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-size">
1989
- <ANCHOR id="g-bookmark-file-get-uris" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-uris">
1990
- <ANCHOR id="g-bookmark-file-get-title" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-title">
1991
- <ANCHOR id="g-bookmark-file-get-description" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-description">
1992
- <ANCHOR id="g-bookmark-file-get-mime-type" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-mime-type">
1993
- <ANCHOR id="g-bookmark-file-get-is-private" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-is-private">
1994
- <ANCHOR id="g-bookmark-file-get-icon" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-icon">
1995
- <ANCHOR id="g-bookmark-file-get-added" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-added">
1996
- <ANCHOR id="g-bookmark-file-get-modified" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-modified">
1997
- <ANCHOR id="g-bookmark-file-get-visited" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-visited">
1998
- <ANCHOR id="g-bookmark-file-get-groups" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-groups">
1999
- <ANCHOR id="g-bookmark-file-get-applications" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-applications">
2000
- <ANCHOR id="g-bookmark-file-get-app-info" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-get-app-info">
2001
- <ANCHOR id="g-bookmark-file-set-title" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-title">
2002
- <ANCHOR id="g-bookmark-file-set-description" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-description">
2003
- <ANCHOR id="g-bookmark-file-set-mime-type" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-mime-type">
2004
- <ANCHOR id="g-bookmark-file-set-is-private" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-is-private">
2005
- <ANCHOR id="g-bookmark-file-set-icon" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-icon">
2006
- <ANCHOR id="g-bookmark-file-set-added" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-added">
2007
- <ANCHOR id="g-bookmark-file-set-groups" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-groups">
2008
- <ANCHOR id="g-bookmark-file-set-modified" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-modified">
2009
- <ANCHOR id="g-bookmark-file-set-visited" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-visited">
2010
- <ANCHOR id="g-bookmark-file-set-app-info" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-set-app-info">
2011
- <ANCHOR id="g-bookmark-file-add-group" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-add-group">
2012
- <ANCHOR id="g-bookmark-file-add-application" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-add-application">
2013
- <ANCHOR id="g-bookmark-file-remove-group" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-remove-group">
2014
- <ANCHOR id="g-bookmark-file-remove-application" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-remove-application">
2015
- <ANCHOR id="g-bookmark-file-remove-item" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-remove-item">
2016
- <ANCHOR id="g-bookmark-file-move-item" href="glib/glib-Bookmark-file-parser.html#g-bookmark-file-move-item">
2017
- <ANCHOR id="glib-Testing" href="glib/glib-Testing.html">
2018
- <ANCHOR id="glib-Testing.synopsis" href="glib/glib-Testing.html#glib-Testing.synopsis">
2019
- <ANCHOR id="glib-Testing.description" href="glib/glib-Testing.html#glib-Testing.description">
2020
- <ANCHOR id="glib-Testing.details" href="glib/glib-Testing.html#glib-Testing.details">
2021
- <ANCHOR id="g-test-minimized-result" href="glib/glib-Testing.html#g-test-minimized-result">
2022
- <ANCHOR id="g-test-maximized-result" href="glib/glib-Testing.html#g-test-maximized-result">
2023
- <ANCHOR id="g-test-init" href="glib/glib-Testing.html#g-test-init">
2024
- <ANCHOR id="g-test-quick" href="glib/glib-Testing.html#g-test-quick">
2025
- <ANCHOR id="g-test-slow" href="glib/glib-Testing.html#g-test-slow">
2026
- <ANCHOR id="g-test-thorough" href="glib/glib-Testing.html#g-test-thorough">
2027
- <ANCHOR id="g-test-perf" href="glib/glib-Testing.html#g-test-perf">
2028
- <ANCHOR id="g-test-verbose" href="glib/glib-Testing.html#g-test-verbose">
2029
- <ANCHOR id="g-test-quiet" href="glib/glib-Testing.html#g-test-quiet">
2030
- <ANCHOR id="g-test-run" href="glib/glib-Testing.html#g-test-run">
2031
- <ANCHOR id="GTestFunc" href="glib/glib-Testing.html#GTestFunc">
2032
- <ANCHOR id="g-test-add-func" href="glib/glib-Testing.html#g-test-add-func">
2033
- <ANCHOR id="GTestDataFunc" href="glib/glib-Testing.html#GTestDataFunc">
2034
- <ANCHOR id="g-test-add-data-func" href="glib/glib-Testing.html#g-test-add-data-func">
2035
- <ANCHOR id="g-test-add" href="glib/glib-Testing.html#g-test-add">
2036
- <ANCHOR id="g-test-message" href="glib/glib-Testing.html#g-test-message">
2037
- <ANCHOR id="g-test-bug-base" href="glib/glib-Testing.html#g-test-bug-base">
2038
- <ANCHOR id="g-test-bug" href="glib/glib-Testing.html#g-test-bug">
2039
- <ANCHOR id="GTestLogFatalFunc" href="glib/glib-Testing.html#GTestLogFatalFunc">
2040
- <ANCHOR id="g-test-log-set-fatal-handler" href="glib/glib-Testing.html#g-test-log-set-fatal-handler">
2041
- <ANCHOR id="g-test-timer-start" href="glib/glib-Testing.html#g-test-timer-start">
2042
- <ANCHOR id="g-test-timer-elapsed" href="glib/glib-Testing.html#g-test-timer-elapsed">
2043
- <ANCHOR id="g-test-timer-last" href="glib/glib-Testing.html#g-test-timer-last">
2044
- <ANCHOR id="g-test-queue-free" href="glib/glib-Testing.html#g-test-queue-free">
2045
- <ANCHOR id="g-test-queue-destroy" href="glib/glib-Testing.html#g-test-queue-destroy">
2046
- <ANCHOR id="g-test-queue-unref" href="glib/glib-Testing.html#g-test-queue-unref">
2047
- <ANCHOR id="GTestTrapFlags" href="glib/glib-Testing.html#GTestTrapFlags">
2048
- <ANCHOR id="G-TEST-TRAP-SILENCE-STDOUT:CAPS" href="glib/glib-Testing.html#G-TEST-TRAP-SILENCE-STDOUT:CAPS">
2049
- <ANCHOR id="G-TEST-TRAP-SILENCE-STDERR:CAPS" href="glib/glib-Testing.html#G-TEST-TRAP-SILENCE-STDERR:CAPS">
2050
- <ANCHOR id="G-TEST-TRAP-INHERIT-STDIN:CAPS" href="glib/glib-Testing.html#G-TEST-TRAP-INHERIT-STDIN:CAPS">
2051
- <ANCHOR id="g-test-trap-fork" href="glib/glib-Testing.html#g-test-trap-fork">
2052
- <ANCHOR id="g-test-trap-has-passed" href="glib/glib-Testing.html#g-test-trap-has-passed">
2053
- <ANCHOR id="g-test-trap-reached-timeout" href="glib/glib-Testing.html#g-test-trap-reached-timeout">
2054
- <ANCHOR id="g-test-trap-assert-passed" href="glib/glib-Testing.html#g-test-trap-assert-passed">
2055
- <ANCHOR id="g-test-trap-assert-failed" href="glib/glib-Testing.html#g-test-trap-assert-failed">
2056
- <ANCHOR id="g-test-trap-assert-stdout" href="glib/glib-Testing.html#g-test-trap-assert-stdout">
2057
- <ANCHOR id="g-test-trap-assert-stdout-unmatched" href="glib/glib-Testing.html#g-test-trap-assert-stdout-unmatched">
2058
- <ANCHOR id="g-test-trap-assert-stderr" href="glib/glib-Testing.html#g-test-trap-assert-stderr">
2059
- <ANCHOR id="g-test-trap-assert-stderr-unmatched" href="glib/glib-Testing.html#g-test-trap-assert-stderr-unmatched">
2060
- <ANCHOR id="g-test-rand-bit" href="glib/glib-Testing.html#g-test-rand-bit">
2061
- <ANCHOR id="g-test-rand-int" href="glib/glib-Testing.html#g-test-rand-int">
2062
- <ANCHOR id="g-test-rand-int-range" href="glib/glib-Testing.html#g-test-rand-int-range">
2063
- <ANCHOR id="g-test-rand-double" href="glib/glib-Testing.html#g-test-rand-double">
2064
- <ANCHOR id="g-test-rand-double-range" href="glib/glib-Testing.html#g-test-rand-double-range">
2065
- <ANCHOR id="g-assert" href="glib/glib-Testing.html#g-assert">
2066
- <ANCHOR id="g-assert-not-reached" href="glib/glib-Testing.html#g-assert-not-reached">
2067
- <ANCHOR id="g-assert-cmpstr" href="glib/glib-Testing.html#g-assert-cmpstr">
2068
- <ANCHOR id="g-assert-cmpint" href="glib/glib-Testing.html#g-assert-cmpint">
2069
- <ANCHOR id="g-assert-cmpuint" href="glib/glib-Testing.html#g-assert-cmpuint">
2070
- <ANCHOR id="g-assert-cmphex" href="glib/glib-Testing.html#g-assert-cmphex">
2071
- <ANCHOR id="g-assert-cmpfloat" href="glib/glib-Testing.html#g-assert-cmpfloat">
2072
- <ANCHOR id="g-assert-no-error" href="glib/glib-Testing.html#g-assert-no-error">
2073
- <ANCHOR id="g-assert-error" href="glib/glib-Testing.html#g-assert-error">
2074
- <ANCHOR id="GTestCase" href="glib/glib-Testing.html#GTestCase">
2075
- <ANCHOR id="GTestSuite" href="glib/glib-Testing.html#GTestSuite">
2076
- <ANCHOR id="GTestFixtureFunc" href="glib/glib-Testing.html#GTestFixtureFunc">
2077
- <ANCHOR id="g-test-create-case" href="glib/glib-Testing.html#g-test-create-case">
2078
- <ANCHOR id="g-test-create-suite" href="glib/glib-Testing.html#g-test-create-suite">
2079
- <ANCHOR id="g-test-get-root" href="glib/glib-Testing.html#g-test-get-root">
2080
- <ANCHOR id="g-test-suite-add" href="glib/glib-Testing.html#g-test-suite-add">
2081
- <ANCHOR id="g-test-suite-add-suite" href="glib/glib-Testing.html#g-test-suite-add-suite">
2082
- <ANCHOR id="g-test-run-suite" href="glib/glib-Testing.html#g-test-run-suite">
2083
- <ANCHOR id="glib-Testing.see-also" href="glib/glib-Testing.html#glib-Testing.see-also">
2084
- <ANCHOR id="glib-Windows-Compatibility-Functions" href="glib/glib-Windows-Compatibility-Functions.html">
2085
- <ANCHOR id="glib-Windows-Compatibility-Functions.synopsis" href="glib/glib-Windows-Compatibility-Functions.html#glib-Windows-Compatibility-Functions.synopsis">
2086
- <ANCHOR id="glib-Windows-Compatibility-Functions.description" href="glib/glib-Windows-Compatibility-Functions.html#glib-Windows-Compatibility-Functions.description">
2087
- <ANCHOR id="glib-Windows-Compatibility-Functions.details" href="glib/glib-Windows-Compatibility-Functions.html#glib-Windows-Compatibility-Functions.details">
2088
- <ANCHOR id="MAXPATHLEN:CAPS" href="glib/glib-Windows-Compatibility-Functions.html#MAXPATHLEN:CAPS">
2089
- <ANCHOR id="g-win32-error-message" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-error-message">
2090
- <ANCHOR id="g-win32-getlocale" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-getlocale">
2091
- <ANCHOR id="g-win32-get-package-installation-directory" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory">
2092
- <ANCHOR id="g-win32-get-package-installation-directory-of-module" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory-of-module">
2093
- <ANCHOR id="g-win32-get-package-installation-subdirectory" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory">
2094
- <ANCHOR id="g-win32-get-windows-version" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-get-windows-version">
2095
- <ANCHOR id="g-win32-locale-filename-from-utf8" href="glib/glib-Windows-Compatibility-Functions.html#g-win32-locale-filename-from-utf8">
2096
- <ANCHOR id="G-WIN32-DLLMAIN-FOR-DLL-NAME:CAPS" href="glib/glib-Windows-Compatibility-Functions.html#G-WIN32-DLLMAIN-FOR-DLL-NAME:CAPS">
2097
- <ANCHOR id="G-WIN32-HAVE-WIDECHAR-API:CAPS" href="glib/glib-Windows-Compatibility-Functions.html#G-WIN32-HAVE-WIDECHAR-API:CAPS">
2098
- <ANCHOR id="G-WIN32-IS-NT-BASED:CAPS" href="glib/glib-Windows-Compatibility-Functions.html#G-WIN32-IS-NT-BASED:CAPS">
2099
- <ANCHOR id="glib-Memory-Slices" href="glib/glib-Memory-Slices.html">
2100
- <ANCHOR id="glib-Memory-Slices.synopsis" href="glib/glib-Memory-Slices.html#glib-Memory-Slices.synopsis">
2101
- <ANCHOR id="glib-Memory-Slices.description" href="glib/glib-Memory-Slices.html#glib-Memory-Slices.description">
2102
- <ANCHOR id="glib-Memory-Slices.details" href="glib/glib-Memory-Slices.html#glib-Memory-Slices.details">
2103
- <ANCHOR id="g-slice-alloc" href="glib/glib-Memory-Slices.html#g-slice-alloc">
2104
- <ANCHOR id="g-slice-alloc0" href="glib/glib-Memory-Slices.html#g-slice-alloc0">
2105
- <ANCHOR id="g-slice-copy" href="glib/glib-Memory-Slices.html#g-slice-copy">
2106
- <ANCHOR id="g-slice-free1" href="glib/glib-Memory-Slices.html#g-slice-free1">
2107
- <ANCHOR id="g-slice-free-chain-with-offset" href="glib/glib-Memory-Slices.html#g-slice-free-chain-with-offset">
2108
- <ANCHOR id="g-slice-new" href="glib/glib-Memory-Slices.html#g-slice-new">
2109
- <ANCHOR id="g-slice-new0" href="glib/glib-Memory-Slices.html#g-slice-new0">
2110
- <ANCHOR id="g-slice-dup" href="glib/glib-Memory-Slices.html#g-slice-dup">
2111
- <ANCHOR id="g-slice-free" href="glib/glib-Memory-Slices.html#g-slice-free">
2112
- <ANCHOR id="g-slice-free-chain" href="glib/glib-Memory-Slices.html#g-slice-free-chain">
2113
- <ANCHOR id="glib-Memory-Chunks" href="glib/glib-Memory-Chunks.html">
2114
- <ANCHOR id="glib-Memory-Chunks.synopsis" href="glib/glib-Memory-Chunks.html#glib-Memory-Chunks.synopsis">
2115
- <ANCHOR id="glib-Memory-Chunks.description" href="glib/glib-Memory-Chunks.html#glib-Memory-Chunks.description">
2116
- <ANCHOR id="glib-Memory-Chunks.details" href="glib/glib-Memory-Chunks.html#glib-Memory-Chunks.details">
2117
- <ANCHOR id="GMemChunk" href="glib/glib-Memory-Chunks.html#GMemChunk">
2118
- <ANCHOR id="G-ALLOC-AND-FREE:CAPS" href="glib/glib-Memory-Chunks.html#G-ALLOC-AND-FREE:CAPS">
2119
- <ANCHOR id="G-ALLOC-ONLY:CAPS" href="glib/glib-Memory-Chunks.html#G-ALLOC-ONLY:CAPS">
2120
- <ANCHOR id="g-mem-chunk-new" href="glib/glib-Memory-Chunks.html#g-mem-chunk-new">
2121
- <ANCHOR id="g-mem-chunk-alloc" href="glib/glib-Memory-Chunks.html#g-mem-chunk-alloc">
2122
- <ANCHOR id="g-mem-chunk-alloc0" href="glib/glib-Memory-Chunks.html#g-mem-chunk-alloc0">
2123
- <ANCHOR id="g-mem-chunk-free" href="glib/glib-Memory-Chunks.html#g-mem-chunk-free">
2124
- <ANCHOR id="g-mem-chunk-destroy" href="glib/glib-Memory-Chunks.html#g-mem-chunk-destroy">
2125
- <ANCHOR id="g-mem-chunk-create" href="glib/glib-Memory-Chunks.html#g-mem-chunk-create">
2126
- <ANCHOR id="g-chunk-new" href="glib/glib-Memory-Chunks.html#g-chunk-new">
2127
- <ANCHOR id="g-chunk-new0" href="glib/glib-Memory-Chunks.html#g-chunk-new0">
2128
- <ANCHOR id="g-chunk-free" href="glib/glib-Memory-Chunks.html#g-chunk-free">
2129
- <ANCHOR id="g-mem-chunk-reset" href="glib/glib-Memory-Chunks.html#g-mem-chunk-reset">
2130
- <ANCHOR id="g-mem-chunk-clean" href="glib/glib-Memory-Chunks.html#g-mem-chunk-clean">
2131
- <ANCHOR id="g-blow-chunks" href="glib/glib-Memory-Chunks.html#g-blow-chunks">
2132
- <ANCHOR id="g-mem-chunk-info" href="glib/glib-Memory-Chunks.html#g-mem-chunk-info">
2133
- <ANCHOR id="g-mem-chunk-print" href="glib/glib-Memory-Chunks.html#g-mem-chunk-print">
2134
- <ANCHOR id="glib-Doubly-Linked-Lists" href="glib/glib-Doubly-Linked-Lists.html">
2135
- <ANCHOR id="glib-Doubly-Linked-Lists.synopsis" href="glib/glib-Doubly-Linked-Lists.html#glib-Doubly-Linked-Lists.synopsis">
2136
- <ANCHOR id="glib-Doubly-Linked-Lists.description" href="glib/glib-Doubly-Linked-Lists.html#glib-Doubly-Linked-Lists.description">
2137
- <ANCHOR id="glib-Doubly-Linked-Lists.details" href="glib/glib-Doubly-Linked-Lists.html#glib-Doubly-Linked-Lists.details">
2138
- <ANCHOR id="GList" href="glib/glib-Doubly-Linked-Lists.html#GList">
2139
- <ANCHOR id="g-list-append" href="glib/glib-Doubly-Linked-Lists.html#g-list-append">
2140
- <ANCHOR id="g-list-prepend" href="glib/glib-Doubly-Linked-Lists.html#g-list-prepend">
2141
- <ANCHOR id="g-list-insert" href="glib/glib-Doubly-Linked-Lists.html#g-list-insert">
2142
- <ANCHOR id="g-list-insert-before" href="glib/glib-Doubly-Linked-Lists.html#g-list-insert-before">
2143
- <ANCHOR id="g-list-insert-sorted" href="glib/glib-Doubly-Linked-Lists.html#g-list-insert-sorted">
2144
- <ANCHOR id="g-list-remove" href="glib/glib-Doubly-Linked-Lists.html#g-list-remove">
2145
- <ANCHOR id="g-list-remove-link" href="glib/glib-Doubly-Linked-Lists.html#g-list-remove-link">
2146
- <ANCHOR id="g-list-delete-link" href="glib/glib-Doubly-Linked-Lists.html#g-list-delete-link">
2147
- <ANCHOR id="g-list-remove-all" href="glib/glib-Doubly-Linked-Lists.html#g-list-remove-all">
2148
- <ANCHOR id="g-list-free" href="glib/glib-Doubly-Linked-Lists.html#g-list-free">
2149
- <ANCHOR id="g-list-alloc" href="glib/glib-Doubly-Linked-Lists.html#g-list-alloc">
2150
- <ANCHOR id="g-list-free-1" href="glib/glib-Doubly-Linked-Lists.html#g-list-free-1">
2151
- <ANCHOR id="g-list-free1" href="glib/glib-Doubly-Linked-Lists.html#g-list-free1">
2152
- <ANCHOR id="g-list-length" href="glib/glib-Doubly-Linked-Lists.html#g-list-length">
2153
- <ANCHOR id="g-list-copy" href="glib/glib-Doubly-Linked-Lists.html#g-list-copy">
2154
- <ANCHOR id="g-list-reverse" href="glib/glib-Doubly-Linked-Lists.html#g-list-reverse">
2155
- <ANCHOR id="g-list-sort" href="glib/glib-Doubly-Linked-Lists.html#g-list-sort">
2156
- <ANCHOR id="GCompareFunc" href="glib/glib-Doubly-Linked-Lists.html#GCompareFunc">
2157
- <ANCHOR id="g-list-insert-sorted-with-data" href="glib/glib-Doubly-Linked-Lists.html#g-list-insert-sorted-with-data">
2158
- <ANCHOR id="g-list-sort-with-data" href="glib/glib-Doubly-Linked-Lists.html#g-list-sort-with-data">
2159
- <ANCHOR id="GCompareDataFunc" href="glib/glib-Doubly-Linked-Lists.html#GCompareDataFunc">
2160
- <ANCHOR id="g-list-concat" href="glib/glib-Doubly-Linked-Lists.html#g-list-concat">
2161
- <ANCHOR id="g-list-foreach" href="glib/glib-Doubly-Linked-Lists.html#g-list-foreach">
2162
- <ANCHOR id="GFunc" href="glib/glib-Doubly-Linked-Lists.html#GFunc">
2163
- <ANCHOR id="g-list-first" href="glib/glib-Doubly-Linked-Lists.html#g-list-first">
2164
- <ANCHOR id="g-list-last" href="glib/glib-Doubly-Linked-Lists.html#g-list-last">
2165
- <ANCHOR id="g-list-previous" href="glib/glib-Doubly-Linked-Lists.html#g-list-previous">
2166
- <ANCHOR id="g-list-next" href="glib/glib-Doubly-Linked-Lists.html#g-list-next">
2167
- <ANCHOR id="g-list-nth" href="glib/glib-Doubly-Linked-Lists.html#g-list-nth">
2168
- <ANCHOR id="g-list-nth-data" href="glib/glib-Doubly-Linked-Lists.html#g-list-nth-data">
2169
- <ANCHOR id="g-list-nth-prev" href="glib/glib-Doubly-Linked-Lists.html#g-list-nth-prev">
2170
- <ANCHOR id="g-list-find" href="glib/glib-Doubly-Linked-Lists.html#g-list-find">
2171
- <ANCHOR id="g-list-find-custom" href="glib/glib-Doubly-Linked-Lists.html#g-list-find-custom">
2172
- <ANCHOR id="g-list-position" href="glib/glib-Doubly-Linked-Lists.html#g-list-position">
2173
- <ANCHOR id="g-list-index" href="glib/glib-Doubly-Linked-Lists.html#g-list-index">
2174
- <ANCHOR id="g-list-push-allocator" href="glib/glib-Doubly-Linked-Lists.html#g-list-push-allocator">
2175
- <ANCHOR id="g-list-pop-allocator" href="glib/glib-Doubly-Linked-Lists.html#g-list-pop-allocator">
2176
- <ANCHOR id="glib-Singly-Linked-Lists" href="glib/glib-Singly-Linked-Lists.html">
2177
- <ANCHOR id="glib-Singly-Linked-Lists.synopsis" href="glib/glib-Singly-Linked-Lists.html#glib-Singly-Linked-Lists.synopsis">
2178
- <ANCHOR id="glib-Singly-Linked-Lists.description" href="glib/glib-Singly-Linked-Lists.html#glib-Singly-Linked-Lists.description">
2179
- <ANCHOR id="glib-Singly-Linked-Lists.details" href="glib/glib-Singly-Linked-Lists.html#glib-Singly-Linked-Lists.details">
2180
- <ANCHOR id="GSList" href="glib/glib-Singly-Linked-Lists.html#GSList">
2181
- <ANCHOR id="g-slist-alloc" href="glib/glib-Singly-Linked-Lists.html#g-slist-alloc">
2182
- <ANCHOR id="g-slist-append" href="glib/glib-Singly-Linked-Lists.html#g-slist-append">
2183
- <ANCHOR id="g-slist-prepend" href="glib/glib-Singly-Linked-Lists.html#g-slist-prepend">
2184
- <ANCHOR id="g-slist-insert" href="glib/glib-Singly-Linked-Lists.html#g-slist-insert">
2185
- <ANCHOR id="g-slist-insert-before" href="glib/glib-Singly-Linked-Lists.html#g-slist-insert-before">
2186
- <ANCHOR id="g-slist-insert-sorted" href="glib/glib-Singly-Linked-Lists.html#g-slist-insert-sorted">
2187
- <ANCHOR id="g-slist-remove" href="glib/glib-Singly-Linked-Lists.html#g-slist-remove">
2188
- <ANCHOR id="g-slist-remove-link" href="glib/glib-Singly-Linked-Lists.html#g-slist-remove-link">
2189
- <ANCHOR id="g-slist-delete-link" href="glib/glib-Singly-Linked-Lists.html#g-slist-delete-link">
2190
- <ANCHOR id="g-slist-remove-all" href="glib/glib-Singly-Linked-Lists.html#g-slist-remove-all">
2191
- <ANCHOR id="g-slist-free" href="glib/glib-Singly-Linked-Lists.html#g-slist-free">
2192
- <ANCHOR id="g-slist-free-1" href="glib/glib-Singly-Linked-Lists.html#g-slist-free-1">
2193
- <ANCHOR id="g-slist-free1" href="glib/glib-Singly-Linked-Lists.html#g-slist-free1">
2194
- <ANCHOR id="g-slist-length" href="glib/glib-Singly-Linked-Lists.html#g-slist-length">
2195
- <ANCHOR id="g-slist-copy" href="glib/glib-Singly-Linked-Lists.html#g-slist-copy">
2196
- <ANCHOR id="g-slist-reverse" href="glib/glib-Singly-Linked-Lists.html#g-slist-reverse">
2197
- <ANCHOR id="g-slist-insert-sorted-with-data" href="glib/glib-Singly-Linked-Lists.html#g-slist-insert-sorted-with-data">
2198
- <ANCHOR id="g-slist-sort" href="glib/glib-Singly-Linked-Lists.html#g-slist-sort">
2199
- <ANCHOR id="g-slist-sort-with-data" href="glib/glib-Singly-Linked-Lists.html#g-slist-sort-with-data">
2200
- <ANCHOR id="g-slist-concat" href="glib/glib-Singly-Linked-Lists.html#g-slist-concat">
2201
- <ANCHOR id="g-slist-foreach" href="glib/glib-Singly-Linked-Lists.html#g-slist-foreach">
2202
- <ANCHOR id="g-slist-last" href="glib/glib-Singly-Linked-Lists.html#g-slist-last">
2203
- <ANCHOR id="g-slist-next" href="glib/glib-Singly-Linked-Lists.html#g-slist-next">
2204
- <ANCHOR id="g-slist-nth" href="glib/glib-Singly-Linked-Lists.html#g-slist-nth">
2205
- <ANCHOR id="g-slist-nth-data" href="glib/glib-Singly-Linked-Lists.html#g-slist-nth-data">
2206
- <ANCHOR id="g-slist-find" href="glib/glib-Singly-Linked-Lists.html#g-slist-find">
2207
- <ANCHOR id="g-slist-find-custom" href="glib/glib-Singly-Linked-Lists.html#g-slist-find-custom">
2208
- <ANCHOR id="g-slist-position" href="glib/glib-Singly-Linked-Lists.html#g-slist-position">
2209
- <ANCHOR id="g-slist-index" href="glib/glib-Singly-Linked-Lists.html#g-slist-index">
2210
- <ANCHOR id="g-slist-push-allocator" href="glib/glib-Singly-Linked-Lists.html#g-slist-push-allocator">
2211
- <ANCHOR id="g-slist-pop-allocator" href="glib/glib-Singly-Linked-Lists.html#g-slist-pop-allocator">
2212
- <ANCHOR id="glib-Double-ended-Queues" href="glib/glib-Double-ended-Queues.html">
2213
- <ANCHOR id="glib-Double-ended-Queues.synopsis" href="glib/glib-Double-ended-Queues.html#glib-Double-ended-Queues.synopsis">
2214
- <ANCHOR id="glib-Double-ended-Queues.description" href="glib/glib-Double-ended-Queues.html#glib-Double-ended-Queues.description">
2215
- <ANCHOR id="glib-Double-ended-Queues.details" href="glib/glib-Double-ended-Queues.html#glib-Double-ended-Queues.details">
2216
- <ANCHOR id="GQueue" href="glib/glib-Double-ended-Queues.html#GQueue">
2217
- <ANCHOR id="g-queue-new" href="glib/glib-Double-ended-Queues.html#g-queue-new">
2218
- <ANCHOR id="g-queue-free" href="glib/glib-Double-ended-Queues.html#g-queue-free">
2219
- <ANCHOR id="G-QUEUE-INIT:CAPS" href="glib/glib-Double-ended-Queues.html#G-QUEUE-INIT:CAPS">
2220
- <ANCHOR id="g-queue-init" href="glib/glib-Double-ended-Queues.html#g-queue-init">
2221
- <ANCHOR id="g-queue-clear" href="glib/glib-Double-ended-Queues.html#g-queue-clear">
2222
- <ANCHOR id="g-queue-is-empty" href="glib/glib-Double-ended-Queues.html#g-queue-is-empty">
2223
- <ANCHOR id="g-queue-get-length" href="glib/glib-Double-ended-Queues.html#g-queue-get-length">
2224
- <ANCHOR id="g-queue-reverse" href="glib/glib-Double-ended-Queues.html#g-queue-reverse">
2225
- <ANCHOR id="g-queue-copy" href="glib/glib-Double-ended-Queues.html#g-queue-copy">
2226
- <ANCHOR id="g-queue-foreach" href="glib/glib-Double-ended-Queues.html#g-queue-foreach">
2227
- <ANCHOR id="g-queue-find" href="glib/glib-Double-ended-Queues.html#g-queue-find">
2228
- <ANCHOR id="g-queue-find-custom" href="glib/glib-Double-ended-Queues.html#g-queue-find-custom">
2229
- <ANCHOR id="g-queue-sort" href="glib/glib-Double-ended-Queues.html#g-queue-sort">
2230
- <ANCHOR id="g-queue-push-head" href="glib/glib-Double-ended-Queues.html#g-queue-push-head">
2231
- <ANCHOR id="g-queue-push-tail" href="glib/glib-Double-ended-Queues.html#g-queue-push-tail">
2232
- <ANCHOR id="g-queue-push-nth" href="glib/glib-Double-ended-Queues.html#g-queue-push-nth">
2233
- <ANCHOR id="g-queue-pop-head" href="glib/glib-Double-ended-Queues.html#g-queue-pop-head">
2234
- <ANCHOR id="g-queue-pop-tail" href="glib/glib-Double-ended-Queues.html#g-queue-pop-tail">
2235
- <ANCHOR id="g-queue-pop-nth" href="glib/glib-Double-ended-Queues.html#g-queue-pop-nth">
2236
- <ANCHOR id="g-queue-peek-head" href="glib/glib-Double-ended-Queues.html#g-queue-peek-head">
2237
- <ANCHOR id="g-queue-peek-tail" href="glib/glib-Double-ended-Queues.html#g-queue-peek-tail">
2238
- <ANCHOR id="g-queue-peek-nth" href="glib/glib-Double-ended-Queues.html#g-queue-peek-nth">
2239
- <ANCHOR id="g-queue-index" href="glib/glib-Double-ended-Queues.html#g-queue-index">
2240
- <ANCHOR id="g-queue-remove" href="glib/glib-Double-ended-Queues.html#g-queue-remove">
2241
- <ANCHOR id="g-queue-remove-all" href="glib/glib-Double-ended-Queues.html#g-queue-remove-all">
2242
- <ANCHOR id="g-queue-insert-before" href="glib/glib-Double-ended-Queues.html#g-queue-insert-before">
2243
- <ANCHOR id="g-queue-insert-after" href="glib/glib-Double-ended-Queues.html#g-queue-insert-after">
2244
- <ANCHOR id="g-queue-insert-sorted" href="glib/glib-Double-ended-Queues.html#g-queue-insert-sorted">
2245
- <ANCHOR id="g-queue-push-head-link" href="glib/glib-Double-ended-Queues.html#g-queue-push-head-link">
2246
- <ANCHOR id="g-queue-push-tail-link" href="glib/glib-Double-ended-Queues.html#g-queue-push-tail-link">
2247
- <ANCHOR id="g-queue-push-nth-link" href="glib/glib-Double-ended-Queues.html#g-queue-push-nth-link">
2248
- <ANCHOR id="g-queue-pop-head-link" href="glib/glib-Double-ended-Queues.html#g-queue-pop-head-link">
2249
- <ANCHOR id="g-queue-pop-tail-link" href="glib/glib-Double-ended-Queues.html#g-queue-pop-tail-link">
2250
- <ANCHOR id="g-queue-pop-nth-link" href="glib/glib-Double-ended-Queues.html#g-queue-pop-nth-link">
2251
- <ANCHOR id="g-queue-peek-head-link" href="glib/glib-Double-ended-Queues.html#g-queue-peek-head-link">
2252
- <ANCHOR id="g-queue-peek-tail-link" href="glib/glib-Double-ended-Queues.html#g-queue-peek-tail-link">
2253
- <ANCHOR id="g-queue-peek-nth-link" href="glib/glib-Double-ended-Queues.html#g-queue-peek-nth-link">
2254
- <ANCHOR id="g-queue-link-index" href="glib/glib-Double-ended-Queues.html#g-queue-link-index">
2255
- <ANCHOR id="g-queue-unlink" href="glib/glib-Double-ended-Queues.html#g-queue-unlink">
2256
- <ANCHOR id="g-queue-delete-link" href="glib/glib-Double-ended-Queues.html#g-queue-delete-link">
2257
- <ANCHOR id="glib-Sequences" href="glib/glib-Sequences.html">
2258
- <ANCHOR id="glib-Sequences.synopsis" href="glib/glib-Sequences.html#glib-Sequences.synopsis">
2259
- <ANCHOR id="glib-Sequences.description" href="glib/glib-Sequences.html#glib-Sequences.description">
2260
- <ANCHOR id="glib-Sequences.details" href="glib/glib-Sequences.html#glib-Sequences.details">
2261
- <ANCHOR id="GSequence" href="glib/glib-Sequences.html#GSequence">
2262
- <ANCHOR id="GSequenceIter" href="glib/glib-Sequences.html#GSequenceIter">
2263
- <ANCHOR id="GSequenceIterCompareFunc" href="glib/glib-Sequences.html#GSequenceIterCompareFunc">
2264
- <ANCHOR id="g-sequence-new" href="glib/glib-Sequences.html#g-sequence-new">
2265
- <ANCHOR id="g-sequence-free" href="glib/glib-Sequences.html#g-sequence-free">
2266
- <ANCHOR id="g-sequence-get-length" href="glib/glib-Sequences.html#g-sequence-get-length">
2267
- <ANCHOR id="g-sequence-foreach" href="glib/glib-Sequences.html#g-sequence-foreach">
2268
- <ANCHOR id="g-sequence-foreach-range" href="glib/glib-Sequences.html#g-sequence-foreach-range">
2269
- <ANCHOR id="g-sequence-sort" href="glib/glib-Sequences.html#g-sequence-sort">
2270
- <ANCHOR id="g-sequence-sort-iter" href="glib/glib-Sequences.html#g-sequence-sort-iter">
2271
- <ANCHOR id="g-sequence-get-begin-iter" href="glib/glib-Sequences.html#g-sequence-get-begin-iter">
2272
- <ANCHOR id="g-sequence-get-end-iter" href="glib/glib-Sequences.html#g-sequence-get-end-iter">
2273
- <ANCHOR id="g-sequence-get-iter-at-pos" href="glib/glib-Sequences.html#g-sequence-get-iter-at-pos">
2274
- <ANCHOR id="g-sequence-append" href="glib/glib-Sequences.html#g-sequence-append">
2275
- <ANCHOR id="g-sequence-prepend" href="glib/glib-Sequences.html#g-sequence-prepend">
2276
- <ANCHOR id="g-sequence-insert-before" href="glib/glib-Sequences.html#g-sequence-insert-before">
2277
- <ANCHOR id="g-sequence-move" href="glib/glib-Sequences.html#g-sequence-move">
2278
- <ANCHOR id="g-sequence-swap" href="glib/glib-Sequences.html#g-sequence-swap">
2279
- <ANCHOR id="g-sequence-insert-sorted" href="glib/glib-Sequences.html#g-sequence-insert-sorted">
2280
- <ANCHOR id="g-sequence-insert-sorted-iter" href="glib/glib-Sequences.html#g-sequence-insert-sorted-iter">
2281
- <ANCHOR id="g-sequence-sort-changed" href="glib/glib-Sequences.html#g-sequence-sort-changed">
2282
- <ANCHOR id="g-sequence-sort-changed-iter" href="glib/glib-Sequences.html#g-sequence-sort-changed-iter">
2283
- <ANCHOR id="g-sequence-remove" href="glib/glib-Sequences.html#g-sequence-remove">
2284
- <ANCHOR id="g-sequence-remove-range" href="glib/glib-Sequences.html#g-sequence-remove-range">
2285
- <ANCHOR id="g-sequence-move-range" href="glib/glib-Sequences.html#g-sequence-move-range">
2286
- <ANCHOR id="g-sequence-search" href="glib/glib-Sequences.html#g-sequence-search">
2287
- <ANCHOR id="g-sequence-search-iter" href="glib/glib-Sequences.html#g-sequence-search-iter">
2288
- <ANCHOR id="g-sequence-get" href="glib/glib-Sequences.html#g-sequence-get">
2289
- <ANCHOR id="g-sequence-set" href="glib/glib-Sequences.html#g-sequence-set">
2290
- <ANCHOR id="g-sequence-iter-is-begin" href="glib/glib-Sequences.html#g-sequence-iter-is-begin">
2291
- <ANCHOR id="g-sequence-iter-is-end" href="glib/glib-Sequences.html#g-sequence-iter-is-end">
2292
- <ANCHOR id="g-sequence-iter-next" href="glib/glib-Sequences.html#g-sequence-iter-next">
2293
- <ANCHOR id="g-sequence-iter-prev" href="glib/glib-Sequences.html#g-sequence-iter-prev">
2294
- <ANCHOR id="g-sequence-iter-get-position" href="glib/glib-Sequences.html#g-sequence-iter-get-position">
2295
- <ANCHOR id="g-sequence-iter-move" href="glib/glib-Sequences.html#g-sequence-iter-move">
2296
- <ANCHOR id="g-sequence-iter-get-sequence" href="glib/glib-Sequences.html#g-sequence-iter-get-sequence">
2297
- <ANCHOR id="g-sequence-iter-compare" href="glib/glib-Sequences.html#g-sequence-iter-compare">
2298
- <ANCHOR id="g-sequence-range-get-midpoint" href="glib/glib-Sequences.html#g-sequence-range-get-midpoint">
2299
- <ANCHOR id="glib-Trash-Stacks" href="glib/glib-Trash-Stacks.html">
2300
- <ANCHOR id="glib-Trash-Stacks.synopsis" href="glib/glib-Trash-Stacks.html#glib-Trash-Stacks.synopsis">
2301
- <ANCHOR id="glib-Trash-Stacks.description" href="glib/glib-Trash-Stacks.html#glib-Trash-Stacks.description">
2302
- <ANCHOR id="glib-Trash-Stacks.details" href="glib/glib-Trash-Stacks.html#glib-Trash-Stacks.details">
2303
- <ANCHOR id="GTrashStack" href="glib/glib-Trash-Stacks.html#GTrashStack">
2304
- <ANCHOR id="g-trash-stack-push" href="glib/glib-Trash-Stacks.html#g-trash-stack-push">
2305
- <ANCHOR id="g-trash-stack-pop" href="glib/glib-Trash-Stacks.html#g-trash-stack-pop">
2306
- <ANCHOR id="g-trash-stack-peek" href="glib/glib-Trash-Stacks.html#g-trash-stack-peek">
2307
- <ANCHOR id="g-trash-stack-height" href="glib/glib-Trash-Stacks.html#g-trash-stack-height">
2308
- <ANCHOR id="glib-Hash-Tables" href="glib/glib-Hash-Tables.html">
2309
- <ANCHOR id="glib-Hash-Tables.synopsis" href="glib/glib-Hash-Tables.html#glib-Hash-Tables.synopsis">
2310
- <ANCHOR id="glib-Hash-Tables.description" href="glib/glib-Hash-Tables.html#glib-Hash-Tables.description">
2311
- <ANCHOR id="glib-Hash-Tables.details" href="glib/glib-Hash-Tables.html#glib-Hash-Tables.details">
2312
- <ANCHOR id="GHashTable" href="glib/glib-Hash-Tables.html#GHashTable">
2313
- <ANCHOR id="g-hash-table-new" href="glib/glib-Hash-Tables.html#g-hash-table-new">
2314
- <ANCHOR id="g-hash-table-new-full" href="glib/glib-Hash-Tables.html#g-hash-table-new-full">
2315
- <ANCHOR id="GHashFunc" href="glib/glib-Hash-Tables.html#GHashFunc">
2316
- <ANCHOR id="GEqualFunc" href="glib/glib-Hash-Tables.html#GEqualFunc">
2317
- <ANCHOR id="g-hash-table-insert" href="glib/glib-Hash-Tables.html#g-hash-table-insert">
2318
- <ANCHOR id="g-hash-table-replace" href="glib/glib-Hash-Tables.html#g-hash-table-replace">
2319
- <ANCHOR id="g-hash-table-size" href="glib/glib-Hash-Tables.html#g-hash-table-size">
2320
- <ANCHOR id="g-hash-table-lookup" href="glib/glib-Hash-Tables.html#g-hash-table-lookup">
2321
- <ANCHOR id="g-hash-table-lookup-extended" href="glib/glib-Hash-Tables.html#g-hash-table-lookup-extended">
2322
- <ANCHOR id="g-hash-table-foreach" href="glib/glib-Hash-Tables.html#g-hash-table-foreach">
2323
- <ANCHOR id="g-hash-table-find" href="glib/glib-Hash-Tables.html#g-hash-table-find">
2324
- <ANCHOR id="GHFunc" href="glib/glib-Hash-Tables.html#GHFunc">
2325
- <ANCHOR id="g-hash-table-remove" href="glib/glib-Hash-Tables.html#g-hash-table-remove">
2326
- <ANCHOR id="g-hash-table-steal" href="glib/glib-Hash-Tables.html#g-hash-table-steal">
2327
- <ANCHOR id="g-hash-table-foreach-remove" href="glib/glib-Hash-Tables.html#g-hash-table-foreach-remove">
2328
- <ANCHOR id="g-hash-table-foreach-steal" href="glib/glib-Hash-Tables.html#g-hash-table-foreach-steal">
2329
- <ANCHOR id="g-hash-table-remove-all" href="glib/glib-Hash-Tables.html#g-hash-table-remove-all">
2330
- <ANCHOR id="g-hash-table-steal-all" href="glib/glib-Hash-Tables.html#g-hash-table-steal-all">
2331
- <ANCHOR id="g-hash-table-get-keys" href="glib/glib-Hash-Tables.html#g-hash-table-get-keys">
2332
- <ANCHOR id="g-hash-table-get-values" href="glib/glib-Hash-Tables.html#g-hash-table-get-values">
2333
- <ANCHOR id="GHRFunc" href="glib/glib-Hash-Tables.html#GHRFunc">
2334
- <ANCHOR id="g-hash-table-freeze" href="glib/glib-Hash-Tables.html#g-hash-table-freeze">
2335
- <ANCHOR id="g-hash-table-thaw" href="glib/glib-Hash-Tables.html#g-hash-table-thaw">
2336
- <ANCHOR id="g-hash-table-destroy" href="glib/glib-Hash-Tables.html#g-hash-table-destroy">
2337
- <ANCHOR id="g-hash-table-ref" href="glib/glib-Hash-Tables.html#g-hash-table-ref">
2338
- <ANCHOR id="g-hash-table-unref" href="glib/glib-Hash-Tables.html#g-hash-table-unref">
2339
- <ANCHOR id="GHashTableIter" href="glib/glib-Hash-Tables.html#GHashTableIter">
2340
- <ANCHOR id="g-hash-table-iter-init" href="glib/glib-Hash-Tables.html#g-hash-table-iter-init">
2341
- <ANCHOR id="g-hash-table-iter-next" href="glib/glib-Hash-Tables.html#g-hash-table-iter-next">
2342
- <ANCHOR id="g-hash-table-iter-get-hash-table" href="glib/glib-Hash-Tables.html#g-hash-table-iter-get-hash-table">
2343
- <ANCHOR id="g-hash-table-iter-remove" href="glib/glib-Hash-Tables.html#g-hash-table-iter-remove">
2344
- <ANCHOR id="g-hash-table-iter-steal" href="glib/glib-Hash-Tables.html#g-hash-table-iter-steal">
2345
- <ANCHOR id="g-direct-equal" href="glib/glib-Hash-Tables.html#g-direct-equal">
2346
- <ANCHOR id="g-direct-hash" href="glib/glib-Hash-Tables.html#g-direct-hash">
2347
- <ANCHOR id="g-int-equal" href="glib/glib-Hash-Tables.html#g-int-equal">
2348
- <ANCHOR id="g-int-hash" href="glib/glib-Hash-Tables.html#g-int-hash">
2349
- <ANCHOR id="g-int64-equal" href="glib/glib-Hash-Tables.html#g-int64-equal">
2350
- <ANCHOR id="g-int64-hash" href="glib/glib-Hash-Tables.html#g-int64-hash">
2351
- <ANCHOR id="g-double-equal" href="glib/glib-Hash-Tables.html#g-double-equal">
2352
- <ANCHOR id="g-double-hash" href="glib/glib-Hash-Tables.html#g-double-hash">
2353
- <ANCHOR id="g-str-equal" href="glib/glib-Hash-Tables.html#g-str-equal">
2354
- <ANCHOR id="g-str-hash" href="glib/glib-Hash-Tables.html#g-str-hash">
2355
- <ANCHOR id="glib-Strings" href="glib/glib-Strings.html">
2356
- <ANCHOR id="glib-Strings.synopsis" href="glib/glib-Strings.html#glib-Strings.synopsis">
2357
- <ANCHOR id="glib-Strings.description" href="glib/glib-Strings.html#glib-Strings.description">
2358
- <ANCHOR id="glib-Strings.details" href="glib/glib-Strings.html#glib-Strings.details">
2359
- <ANCHOR id="GString" href="glib/glib-Strings.html#GString">
2360
- <ANCHOR id="g-string-new" href="glib/glib-Strings.html#g-string-new">
2361
- <ANCHOR id="g-string-new-len" href="glib/glib-Strings.html#g-string-new-len">
2362
- <ANCHOR id="g-string-sized-new" href="glib/glib-Strings.html#g-string-sized-new">
2363
- <ANCHOR id="g-string-assign" href="glib/glib-Strings.html#g-string-assign">
2364
- <ANCHOR id="g-string-sprintf" href="glib/glib-Strings.html#g-string-sprintf">
2365
- <ANCHOR id="g-string-sprintfa" href="glib/glib-Strings.html#g-string-sprintfa">
2366
- <ANCHOR id="g-string-vprintf" href="glib/glib-Strings.html#g-string-vprintf">
2367
- <ANCHOR id="g-string-append-vprintf" href="glib/glib-Strings.html#g-string-append-vprintf">
2368
- <ANCHOR id="g-string-printf" href="glib/glib-Strings.html#g-string-printf">
2369
- <ANCHOR id="g-string-append-printf" href="glib/glib-Strings.html#g-string-append-printf">
2370
- <ANCHOR id="g-string-append" href="glib/glib-Strings.html#g-string-append">
2371
- <ANCHOR id="g-string-append-c" href="glib/glib-Strings.html#g-string-append-c">
2372
- <ANCHOR id="g-string-append-unichar" href="glib/glib-Strings.html#g-string-append-unichar">
2373
- <ANCHOR id="g-string-append-len" href="glib/glib-Strings.html#g-string-append-len">
2374
- <ANCHOR id="g-string-append-uri-escaped" href="glib/glib-Strings.html#g-string-append-uri-escaped">
2375
- <ANCHOR id="g-string-prepend" href="glib/glib-Strings.html#g-string-prepend">
2376
- <ANCHOR id="g-string-prepend-c" href="glib/glib-Strings.html#g-string-prepend-c">
2377
- <ANCHOR id="g-string-prepend-unichar" href="glib/glib-Strings.html#g-string-prepend-unichar">
2378
- <ANCHOR id="g-string-prepend-len" href="glib/glib-Strings.html#g-string-prepend-len">
2379
- <ANCHOR id="g-string-insert" href="glib/glib-Strings.html#g-string-insert">
2380
- <ANCHOR id="g-string-insert-c" href="glib/glib-Strings.html#g-string-insert-c">
2381
- <ANCHOR id="g-string-insert-unichar" href="glib/glib-Strings.html#g-string-insert-unichar">
2382
- <ANCHOR id="g-string-insert-len" href="glib/glib-Strings.html#g-string-insert-len">
2383
- <ANCHOR id="g-string-overwrite" href="glib/glib-Strings.html#g-string-overwrite">
2384
- <ANCHOR id="g-string-overwrite-len" href="glib/glib-Strings.html#g-string-overwrite-len">
2385
- <ANCHOR id="g-string-erase" href="glib/glib-Strings.html#g-string-erase">
2386
- <ANCHOR id="g-string-truncate" href="glib/glib-Strings.html#g-string-truncate">
2387
- <ANCHOR id="g-string-set-size" href="glib/glib-Strings.html#g-string-set-size">
2388
- <ANCHOR id="g-string-free" href="glib/glib-Strings.html#g-string-free">
2389
- <ANCHOR id="g-string-up" href="glib/glib-Strings.html#g-string-up">
2390
- <ANCHOR id="g-string-down" href="glib/glib-Strings.html#g-string-down">
2391
- <ANCHOR id="g-string-hash" href="glib/glib-Strings.html#g-string-hash">
2392
- <ANCHOR id="g-string-equal" href="glib/glib-Strings.html#g-string-equal">
2393
- <ANCHOR id="glib-String-Chunks" href="glib/glib-String-Chunks.html">
2394
- <ANCHOR id="glib-String-Chunks.synopsis" href="glib/glib-String-Chunks.html#glib-String-Chunks.synopsis">
2395
- <ANCHOR id="glib-String-Chunks.description" href="glib/glib-String-Chunks.html#glib-String-Chunks.description">
2396
- <ANCHOR id="glib-String-Chunks.details" href="glib/glib-String-Chunks.html#glib-String-Chunks.details">
2397
- <ANCHOR id="GStringChunk" href="glib/glib-String-Chunks.html#GStringChunk">
2398
- <ANCHOR id="g-string-chunk-new" href="glib/glib-String-Chunks.html#g-string-chunk-new">
2399
- <ANCHOR id="g-string-chunk-insert" href="glib/glib-String-Chunks.html#g-string-chunk-insert">
2400
- <ANCHOR id="g-string-chunk-insert-const" href="glib/glib-String-Chunks.html#g-string-chunk-insert-const">
2401
- <ANCHOR id="g-string-chunk-insert-len" href="glib/glib-String-Chunks.html#g-string-chunk-insert-len">
2402
- <ANCHOR id="g-string-chunk-clear" href="glib/glib-String-Chunks.html#g-string-chunk-clear">
2403
- <ANCHOR id="g-string-chunk-free" href="glib/glib-String-Chunks.html#g-string-chunk-free">
2404
- <ANCHOR id="glib-Arrays" href="glib/glib-Arrays.html">
2405
- <ANCHOR id="glib-Arrays.synopsis" href="glib/glib-Arrays.html#glib-Arrays.synopsis">
2406
- <ANCHOR id="glib-Arrays.description" href="glib/glib-Arrays.html#glib-Arrays.description">
2407
- <ANCHOR id="glib-Arrays.details" href="glib/glib-Arrays.html#glib-Arrays.details">
2408
- <ANCHOR id="GArray" href="glib/glib-Arrays.html#GArray">
2409
- <ANCHOR id="g-array-new" href="glib/glib-Arrays.html#g-array-new">
2410
- <ANCHOR id="g-array-sized-new" href="glib/glib-Arrays.html#g-array-sized-new">
2411
- <ANCHOR id="g-array-ref" href="glib/glib-Arrays.html#g-array-ref">
2412
- <ANCHOR id="g-array-unref" href="glib/glib-Arrays.html#g-array-unref">
2413
- <ANCHOR id="g-array-get-element-size" href="glib/glib-Arrays.html#g-array-get-element-size">
2414
- <ANCHOR id="g-array-append-val" href="glib/glib-Arrays.html#g-array-append-val">
2415
- <ANCHOR id="g-array-append-vals" href="glib/glib-Arrays.html#g-array-append-vals">
2416
- <ANCHOR id="g-array-prepend-val" href="glib/glib-Arrays.html#g-array-prepend-val">
2417
- <ANCHOR id="g-array-prepend-vals" href="glib/glib-Arrays.html#g-array-prepend-vals">
2418
- <ANCHOR id="g-array-insert-val" href="glib/glib-Arrays.html#g-array-insert-val">
2419
- <ANCHOR id="g-array-insert-vals" href="glib/glib-Arrays.html#g-array-insert-vals">
2420
- <ANCHOR id="g-array-remove-index" href="glib/glib-Arrays.html#g-array-remove-index">
2421
- <ANCHOR id="g-array-remove-index-fast" href="glib/glib-Arrays.html#g-array-remove-index-fast">
2422
- <ANCHOR id="g-array-remove-range" href="glib/glib-Arrays.html#g-array-remove-range">
2423
- <ANCHOR id="g-array-sort" href="glib/glib-Arrays.html#g-array-sort">
2424
- <ANCHOR id="g-array-sort-with-data" href="glib/glib-Arrays.html#g-array-sort-with-data">
2425
- <ANCHOR id="g-array-index" href="glib/glib-Arrays.html#g-array-index">
2426
- <ANCHOR id="g-array-set-size" href="glib/glib-Arrays.html#g-array-set-size">
2427
- <ANCHOR id="g-array-free" href="glib/glib-Arrays.html#g-array-free">
2428
- <ANCHOR id="glib-Pointer-Arrays" href="glib/glib-Pointer-Arrays.html">
2429
- <ANCHOR id="glib-Pointer-Arrays.synopsis" href="glib/glib-Pointer-Arrays.html#glib-Pointer-Arrays.synopsis">
2430
- <ANCHOR id="glib-Pointer-Arrays.description" href="glib/glib-Pointer-Arrays.html#glib-Pointer-Arrays.description">
2431
- <ANCHOR id="glib-Pointer-Arrays.details" href="glib/glib-Pointer-Arrays.html#glib-Pointer-Arrays.details">
2432
- <ANCHOR id="GPtrArray" href="glib/glib-Pointer-Arrays.html#GPtrArray">
2433
- <ANCHOR id="g-ptr-array-new" href="glib/glib-Pointer-Arrays.html#g-ptr-array-new">
2434
- <ANCHOR id="g-ptr-array-sized-new" href="glib/glib-Pointer-Arrays.html#g-ptr-array-sized-new">
2435
- <ANCHOR id="g-ptr-array-new-with-free-func" href="glib/glib-Pointer-Arrays.html#g-ptr-array-new-with-free-func">
2436
- <ANCHOR id="g-ptr-array-set-free-func" href="glib/glib-Pointer-Arrays.html#g-ptr-array-set-free-func">
2437
- <ANCHOR id="g-ptr-array-ref" href="glib/glib-Pointer-Arrays.html#g-ptr-array-ref">
2438
- <ANCHOR id="g-ptr-array-unref" href="glib/glib-Pointer-Arrays.html#g-ptr-array-unref">
2439
- <ANCHOR id="g-ptr-array-add" href="glib/glib-Pointer-Arrays.html#g-ptr-array-add">
2440
- <ANCHOR id="g-ptr-array-remove" href="glib/glib-Pointer-Arrays.html#g-ptr-array-remove">
2441
- <ANCHOR id="g-ptr-array-remove-index" href="glib/glib-Pointer-Arrays.html#g-ptr-array-remove-index">
2442
- <ANCHOR id="g-ptr-array-remove-fast" href="glib/glib-Pointer-Arrays.html#g-ptr-array-remove-fast">
2443
- <ANCHOR id="g-ptr-array-remove-index-fast" href="glib/glib-Pointer-Arrays.html#g-ptr-array-remove-index-fast">
2444
- <ANCHOR id="g-ptr-array-remove-range" href="glib/glib-Pointer-Arrays.html#g-ptr-array-remove-range">
2445
- <ANCHOR id="g-ptr-array-sort" href="glib/glib-Pointer-Arrays.html#g-ptr-array-sort">
2446
- <ANCHOR id="g-ptr-array-sort-with-data" href="glib/glib-Pointer-Arrays.html#g-ptr-array-sort-with-data">
2447
- <ANCHOR id="g-ptr-array-set-size" href="glib/glib-Pointer-Arrays.html#g-ptr-array-set-size">
2448
- <ANCHOR id="g-ptr-array-index" href="glib/glib-Pointer-Arrays.html#g-ptr-array-index">
2449
- <ANCHOR id="g-ptr-array-free" href="glib/glib-Pointer-Arrays.html#g-ptr-array-free">
2450
- <ANCHOR id="g-ptr-array-foreach" href="glib/glib-Pointer-Arrays.html#g-ptr-array-foreach">
2451
- <ANCHOR id="glib-Byte-Arrays" href="glib/glib-Byte-Arrays.html">
2452
- <ANCHOR id="glib-Byte-Arrays.synopsis" href="glib/glib-Byte-Arrays.html#glib-Byte-Arrays.synopsis">
2453
- <ANCHOR id="glib-Byte-Arrays.description" href="glib/glib-Byte-Arrays.html#glib-Byte-Arrays.description">
2454
- <ANCHOR id="glib-Byte-Arrays.details" href="glib/glib-Byte-Arrays.html#glib-Byte-Arrays.details">
2455
- <ANCHOR id="GByteArray" href="glib/glib-Byte-Arrays.html#GByteArray">
2456
- <ANCHOR id="g-byte-array-new" href="glib/glib-Byte-Arrays.html#g-byte-array-new">
2457
- <ANCHOR id="g-byte-array-sized-new" href="glib/glib-Byte-Arrays.html#g-byte-array-sized-new">
2458
- <ANCHOR id="g-byte-array-ref" href="glib/glib-Byte-Arrays.html#g-byte-array-ref">
2459
- <ANCHOR id="g-byte-array-unref" href="glib/glib-Byte-Arrays.html#g-byte-array-unref">
2460
- <ANCHOR id="g-byte-array-append" href="glib/glib-Byte-Arrays.html#g-byte-array-append">
2461
- <ANCHOR id="g-byte-array-prepend" href="glib/glib-Byte-Arrays.html#g-byte-array-prepend">
2462
- <ANCHOR id="g-byte-array-remove-index" href="glib/glib-Byte-Arrays.html#g-byte-array-remove-index">
2463
- <ANCHOR id="g-byte-array-remove-index-fast" href="glib/glib-Byte-Arrays.html#g-byte-array-remove-index-fast">
2464
- <ANCHOR id="g-byte-array-remove-range" href="glib/glib-Byte-Arrays.html#g-byte-array-remove-range">
2465
- <ANCHOR id="g-byte-array-sort" href="glib/glib-Byte-Arrays.html#g-byte-array-sort">
2466
- <ANCHOR id="g-byte-array-sort-with-data" href="glib/glib-Byte-Arrays.html#g-byte-array-sort-with-data">
2467
- <ANCHOR id="g-byte-array-set-size" href="glib/glib-Byte-Arrays.html#g-byte-array-set-size">
2468
- <ANCHOR id="g-byte-array-free" href="glib/glib-Byte-Arrays.html#g-byte-array-free">
2469
- <ANCHOR id="glib-Balanced-Binary-Trees" href="glib/glib-Balanced-Binary-Trees.html">
2470
- <ANCHOR id="glib-Balanced-Binary-Trees.synopsis" href="glib/glib-Balanced-Binary-Trees.html#glib-Balanced-Binary-Trees.synopsis">
2471
- <ANCHOR id="glib-Balanced-Binary-Trees.description" href="glib/glib-Balanced-Binary-Trees.html#glib-Balanced-Binary-Trees.description">
2472
- <ANCHOR id="glib-Balanced-Binary-Trees.details" href="glib/glib-Balanced-Binary-Trees.html#glib-Balanced-Binary-Trees.details">
2473
- <ANCHOR id="GTree" href="glib/glib-Balanced-Binary-Trees.html#GTree">
2474
- <ANCHOR id="g-tree-new" href="glib/glib-Balanced-Binary-Trees.html#g-tree-new">
2475
- <ANCHOR id="g-tree-ref" href="glib/glib-Balanced-Binary-Trees.html#g-tree-ref">
2476
- <ANCHOR id="g-tree-unref" href="glib/glib-Balanced-Binary-Trees.html#g-tree-unref">
2477
- <ANCHOR id="g-tree-new-with-data" href="glib/glib-Balanced-Binary-Trees.html#g-tree-new-with-data">
2478
- <ANCHOR id="g-tree-new-full" href="glib/glib-Balanced-Binary-Trees.html#g-tree-new-full">
2479
- <ANCHOR id="g-tree-insert" href="glib/glib-Balanced-Binary-Trees.html#g-tree-insert">
2480
- <ANCHOR id="g-tree-replace" href="glib/glib-Balanced-Binary-Trees.html#g-tree-replace">
2481
- <ANCHOR id="g-tree-nnodes" href="glib/glib-Balanced-Binary-Trees.html#g-tree-nnodes">
2482
- <ANCHOR id="g-tree-height" href="glib/glib-Balanced-Binary-Trees.html#g-tree-height">
2483
- <ANCHOR id="g-tree-lookup" href="glib/glib-Balanced-Binary-Trees.html#g-tree-lookup">
2484
- <ANCHOR id="g-tree-lookup-extended" href="glib/glib-Balanced-Binary-Trees.html#g-tree-lookup-extended">
2485
- <ANCHOR id="g-tree-foreach" href="glib/glib-Balanced-Binary-Trees.html#g-tree-foreach">
2486
- <ANCHOR id="g-tree-traverse" href="glib/glib-Balanced-Binary-Trees.html#g-tree-traverse">
2487
- <ANCHOR id="GTraverseFunc" href="glib/glib-Balanced-Binary-Trees.html#GTraverseFunc">
2488
- <ANCHOR id="GTraverseType" href="glib/glib-Balanced-Binary-Trees.html#GTraverseType">
2489
- <ANCHOR id="G-IN-ORDER:CAPS" href="glib/glib-Balanced-Binary-Trees.html#G-IN-ORDER:CAPS">
2490
- <ANCHOR id="G-PRE-ORDER:CAPS" href="glib/glib-Balanced-Binary-Trees.html#G-PRE-ORDER:CAPS">
2491
- <ANCHOR id="G-POST-ORDER:CAPS" href="glib/glib-Balanced-Binary-Trees.html#G-POST-ORDER:CAPS">
2492
- <ANCHOR id="G-LEVEL-ORDER:CAPS" href="glib/glib-Balanced-Binary-Trees.html#G-LEVEL-ORDER:CAPS">
2493
- <ANCHOR id="g-tree-search" href="glib/glib-Balanced-Binary-Trees.html#g-tree-search">
2494
- <ANCHOR id="g-tree-remove" href="glib/glib-Balanced-Binary-Trees.html#g-tree-remove">
2495
- <ANCHOR id="g-tree-steal" href="glib/glib-Balanced-Binary-Trees.html#g-tree-steal">
2496
- <ANCHOR id="g-tree-destroy" href="glib/glib-Balanced-Binary-Trees.html#g-tree-destroy">
2497
- <ANCHOR id="glib-N-ary-Trees" href="glib/glib-N-ary-Trees.html">
2498
- <ANCHOR id="glib-N-ary-Trees.synopsis" href="glib/glib-N-ary-Trees.html#glib-N-ary-Trees.synopsis">
2499
- <ANCHOR id="glib-N-ary-Trees.description" href="glib/glib-N-ary-Trees.html#glib-N-ary-Trees.description">
2500
- <ANCHOR id="glib-N-ary-Trees.details" href="glib/glib-N-ary-Trees.html#glib-N-ary-Trees.details">
2501
- <ANCHOR id="GNode" href="glib/glib-N-ary-Trees.html#GNode">
2502
- <ANCHOR id="g-node-new" href="glib/glib-N-ary-Trees.html#g-node-new">
2503
- <ANCHOR id="g-node-copy" href="glib/glib-N-ary-Trees.html#g-node-copy">
2504
- <ANCHOR id="GCopyFunc" href="glib/glib-N-ary-Trees.html#GCopyFunc">
2505
- <ANCHOR id="g-node-copy-deep" href="glib/glib-N-ary-Trees.html#g-node-copy-deep">
2506
- <ANCHOR id="g-node-insert" href="glib/glib-N-ary-Trees.html#g-node-insert">
2507
- <ANCHOR id="g-node-insert-before" href="glib/glib-N-ary-Trees.html#g-node-insert-before">
2508
- <ANCHOR id="g-node-insert-after" href="glib/glib-N-ary-Trees.html#g-node-insert-after">
2509
- <ANCHOR id="g-node-append" href="glib/glib-N-ary-Trees.html#g-node-append">
2510
- <ANCHOR id="g-node-prepend" href="glib/glib-N-ary-Trees.html#g-node-prepend">
2511
- <ANCHOR id="g-node-insert-data" href="glib/glib-N-ary-Trees.html#g-node-insert-data">
2512
- <ANCHOR id="g-node-insert-data-before" href="glib/glib-N-ary-Trees.html#g-node-insert-data-before">
2513
- <ANCHOR id="g-node-append-data" href="glib/glib-N-ary-Trees.html#g-node-append-data">
2514
- <ANCHOR id="g-node-prepend-data" href="glib/glib-N-ary-Trees.html#g-node-prepend-data">
2515
- <ANCHOR id="g-node-reverse-children" href="glib/glib-N-ary-Trees.html#g-node-reverse-children">
2516
- <ANCHOR id="g-node-traverse" href="glib/glib-N-ary-Trees.html#g-node-traverse">
2517
- <ANCHOR id="GTraverseFlags" href="glib/glib-N-ary-Trees.html#GTraverseFlags">
2518
- <ANCHOR id="G-TRAVERSE-LEAVES:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS">
2519
- <ANCHOR id="G-TRAVERSE-NON-LEAVES:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS">
2520
- <ANCHOR id="G-TRAVERSE-ALL:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS">
2521
- <ANCHOR id="G-TRAVERSE-MASK:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-MASK:CAPS">
2522
- <ANCHOR id="G-TRAVERSE-LEAFS:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-LEAFS:CAPS">
2523
- <ANCHOR id="G-TRAVERSE-NON-LEAFS:CAPS" href="glib/glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAFS:CAPS">
2524
- <ANCHOR id="GNodeTraverseFunc" href="glib/glib-N-ary-Trees.html#GNodeTraverseFunc">
2525
- <ANCHOR id="g-node-children-foreach" href="glib/glib-N-ary-Trees.html#g-node-children-foreach">
2526
- <ANCHOR id="GNodeForeachFunc" href="glib/glib-N-ary-Trees.html#GNodeForeachFunc">
2527
- <ANCHOR id="g-node-get-root" href="glib/glib-N-ary-Trees.html#g-node-get-root">
2528
- <ANCHOR id="g-node-find" href="glib/glib-N-ary-Trees.html#g-node-find">
2529
- <ANCHOR id="g-node-find-child" href="glib/glib-N-ary-Trees.html#g-node-find-child">
2530
- <ANCHOR id="g-node-child-index" href="glib/glib-N-ary-Trees.html#g-node-child-index">
2531
- <ANCHOR id="g-node-child-position" href="glib/glib-N-ary-Trees.html#g-node-child-position">
2532
- <ANCHOR id="g-node-first-child" href="glib/glib-N-ary-Trees.html#g-node-first-child">
2533
- <ANCHOR id="g-node-last-child" href="glib/glib-N-ary-Trees.html#g-node-last-child">
2534
- <ANCHOR id="g-node-nth-child" href="glib/glib-N-ary-Trees.html#g-node-nth-child">
2535
- <ANCHOR id="g-node-first-sibling" href="glib/glib-N-ary-Trees.html#g-node-first-sibling">
2536
- <ANCHOR id="g-node-next-sibling" href="glib/glib-N-ary-Trees.html#g-node-next-sibling">
2537
- <ANCHOR id="g-node-prev-sibling" href="glib/glib-N-ary-Trees.html#g-node-prev-sibling">
2538
- <ANCHOR id="g-node-last-sibling" href="glib/glib-N-ary-Trees.html#g-node-last-sibling">
2539
- <ANCHOR id="G-NODE-IS-LEAF:CAPS" href="glib/glib-N-ary-Trees.html#G-NODE-IS-LEAF:CAPS">
2540
- <ANCHOR id="G-NODE-IS-ROOT:CAPS" href="glib/glib-N-ary-Trees.html#G-NODE-IS-ROOT:CAPS">
2541
- <ANCHOR id="g-node-depth" href="glib/glib-N-ary-Trees.html#g-node-depth">
2542
- <ANCHOR id="g-node-n-nodes" href="glib/glib-N-ary-Trees.html#g-node-n-nodes">
2543
- <ANCHOR id="g-node-n-children" href="glib/glib-N-ary-Trees.html#g-node-n-children">
2544
- <ANCHOR id="g-node-is-ancestor" href="glib/glib-N-ary-Trees.html#g-node-is-ancestor">
2545
- <ANCHOR id="g-node-max-height" href="glib/glib-N-ary-Trees.html#g-node-max-height">
2546
- <ANCHOR id="g-node-unlink" href="glib/glib-N-ary-Trees.html#g-node-unlink">
2547
- <ANCHOR id="g-node-destroy" href="glib/glib-N-ary-Trees.html#g-node-destroy">
2548
- <ANCHOR id="g-node-push-allocator" href="glib/glib-N-ary-Trees.html#g-node-push-allocator">
2549
- <ANCHOR id="g-node-pop-allocator" href="glib/glib-N-ary-Trees.html#g-node-pop-allocator">
2550
- <ANCHOR id="glib-Quarks" href="glib/glib-Quarks.html">
2551
- <ANCHOR id="glib-Quarks.synopsis" href="glib/glib-Quarks.html#glib-Quarks.synopsis">
2552
- <ANCHOR id="glib-Quarks.description" href="glib/glib-Quarks.html#glib-Quarks.description">
2553
- <ANCHOR id="glib-Quarks.details" href="glib/glib-Quarks.html#glib-Quarks.details">
2554
- <ANCHOR id="GQuark" href="glib/glib-Quarks.html#GQuark">
2555
- <ANCHOR id="g-quark-from-string" href="glib/glib-Quarks.html#g-quark-from-string">
2556
- <ANCHOR id="g-quark-from-static-string" href="glib/glib-Quarks.html#g-quark-from-static-string">
2557
- <ANCHOR id="g-quark-to-string" href="glib/glib-Quarks.html#g-quark-to-string">
2558
- <ANCHOR id="g-quark-try-string" href="glib/glib-Quarks.html#g-quark-try-string">
2559
- <ANCHOR id="g-intern-string" href="glib/glib-Quarks.html#g-intern-string">
2560
- <ANCHOR id="g-intern-static-string" href="glib/glib-Quarks.html#g-intern-static-string">
2561
- <ANCHOR id="glib-Keyed-Data-Lists" href="glib/glib-Keyed-Data-Lists.html">
2562
- <ANCHOR id="glib-Keyed-Data-Lists.synopsis" href="glib/glib-Keyed-Data-Lists.html#glib-Keyed-Data-Lists.synopsis">
2563
- <ANCHOR id="glib-Keyed-Data-Lists.description" href="glib/glib-Keyed-Data-Lists.html#glib-Keyed-Data-Lists.description">
2564
- <ANCHOR id="glib-Keyed-Data-Lists.details" href="glib/glib-Keyed-Data-Lists.html#glib-Keyed-Data-Lists.details">
2565
- <ANCHOR id="GData" href="glib/glib-Keyed-Data-Lists.html#GData">
2566
- <ANCHOR id="g-datalist-init" href="glib/glib-Keyed-Data-Lists.html#g-datalist-init">
2567
- <ANCHOR id="g-datalist-id-set-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-id-set-data">
2568
- <ANCHOR id="g-datalist-id-set-data-full" href="glib/glib-Keyed-Data-Lists.html#g-datalist-id-set-data-full">
2569
- <ANCHOR id="g-datalist-id-get-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-id-get-data">
2570
- <ANCHOR id="g-datalist-id-remove-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-id-remove-data">
2571
- <ANCHOR id="g-datalist-id-remove-no-notify" href="glib/glib-Keyed-Data-Lists.html#g-datalist-id-remove-no-notify">
2572
- <ANCHOR id="g-datalist-set-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-set-data">
2573
- <ANCHOR id="g-datalist-set-data-full" href="glib/glib-Keyed-Data-Lists.html#g-datalist-set-data-full">
2574
- <ANCHOR id="g-datalist-get-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-get-data">
2575
- <ANCHOR id="g-datalist-remove-data" href="glib/glib-Keyed-Data-Lists.html#g-datalist-remove-data">
2576
- <ANCHOR id="g-datalist-remove-no-notify" href="glib/glib-Keyed-Data-Lists.html#g-datalist-remove-no-notify">
2577
- <ANCHOR id="g-datalist-foreach" href="glib/glib-Keyed-Data-Lists.html#g-datalist-foreach">
2578
- <ANCHOR id="g-datalist-clear" href="glib/glib-Keyed-Data-Lists.html#g-datalist-clear">
2579
- <ANCHOR id="g-datalist-set-flags" href="glib/glib-Keyed-Data-Lists.html#g-datalist-set-flags">
2580
- <ANCHOR id="g-datalist-unset-flags" href="glib/glib-Keyed-Data-Lists.html#g-datalist-unset-flags">
2581
- <ANCHOR id="g-datalist-get-flags" href="glib/glib-Keyed-Data-Lists.html#g-datalist-get-flags">
2582
- <ANCHOR id="G-DATALIST-FLAGS-MASK:CAPS" href="glib/glib-Keyed-Data-Lists.html#G-DATALIST-FLAGS-MASK:CAPS">
2583
- <ANCHOR id="glib-Datasets" href="glib/glib-Datasets.html">
2584
- <ANCHOR id="glib-Datasets.synopsis" href="glib/glib-Datasets.html#glib-Datasets.synopsis">
2585
- <ANCHOR id="glib-Datasets.description" href="glib/glib-Datasets.html#glib-Datasets.description">
2586
- <ANCHOR id="glib-Datasets.details" href="glib/glib-Datasets.html#glib-Datasets.details">
2587
- <ANCHOR id="g-dataset-id-set-data" href="glib/glib-Datasets.html#g-dataset-id-set-data">
2588
- <ANCHOR id="g-dataset-id-set-data-full" href="glib/glib-Datasets.html#g-dataset-id-set-data-full">
2589
- <ANCHOR id="GDestroyNotify" href="glib/glib-Datasets.html#GDestroyNotify">
2590
- <ANCHOR id="g-dataset-id-get-data" href="glib/glib-Datasets.html#g-dataset-id-get-data">
2591
- <ANCHOR id="g-dataset-id-remove-data" href="glib/glib-Datasets.html#g-dataset-id-remove-data">
2592
- <ANCHOR id="g-dataset-id-remove-no-notify" href="glib/glib-Datasets.html#g-dataset-id-remove-no-notify">
2593
- <ANCHOR id="g-dataset-set-data" href="glib/glib-Datasets.html#g-dataset-set-data">
2594
- <ANCHOR id="g-dataset-set-data-full" href="glib/glib-Datasets.html#g-dataset-set-data-full">
2595
- <ANCHOR id="g-dataset-get-data" href="glib/glib-Datasets.html#g-dataset-get-data">
2596
- <ANCHOR id="g-dataset-remove-data" href="glib/glib-Datasets.html#g-dataset-remove-data">
2597
- <ANCHOR id="g-dataset-remove-no-notify" href="glib/glib-Datasets.html#g-dataset-remove-no-notify">
2598
- <ANCHOR id="g-dataset-foreach" href="glib/glib-Datasets.html#g-dataset-foreach">
2599
- <ANCHOR id="GDataForeachFunc" href="glib/glib-Datasets.html#GDataForeachFunc">
2600
- <ANCHOR id="g-dataset-destroy" href="glib/glib-Datasets.html#g-dataset-destroy">
2601
- <ANCHOR id="glib-Relations-and-Tuples" href="glib/glib-Relations-and-Tuples.html">
2602
- <ANCHOR id="glib-Relations-and-Tuples.synopsis" href="glib/glib-Relations-and-Tuples.html#glib-Relations-and-Tuples.synopsis">
2603
- <ANCHOR id="glib-Relations-and-Tuples.description" href="glib/glib-Relations-and-Tuples.html#glib-Relations-and-Tuples.description">
2604
- <ANCHOR id="glib-Relations-and-Tuples.details" href="glib/glib-Relations-and-Tuples.html#glib-Relations-and-Tuples.details">
2605
- <ANCHOR id="GRelation" href="glib/glib-Relations-and-Tuples.html#GRelation">
2606
- <ANCHOR id="g-relation-new" href="glib/glib-Relations-and-Tuples.html#g-relation-new">
2607
- <ANCHOR id="g-relation-index" href="glib/glib-Relations-and-Tuples.html#g-relation-index">
2608
- <ANCHOR id="g-relation-insert" href="glib/glib-Relations-and-Tuples.html#g-relation-insert">
2609
- <ANCHOR id="g-relation-exists" href="glib/glib-Relations-and-Tuples.html#g-relation-exists">
2610
- <ANCHOR id="g-relation-count" href="glib/glib-Relations-and-Tuples.html#g-relation-count">
2611
- <ANCHOR id="g-relation-select" href="glib/glib-Relations-and-Tuples.html#g-relation-select">
2612
- <ANCHOR id="g-relation-delete" href="glib/glib-Relations-and-Tuples.html#g-relation-delete">
2613
- <ANCHOR id="g-relation-destroy" href="glib/glib-Relations-and-Tuples.html#g-relation-destroy">
2614
- <ANCHOR id="g-relation-print" href="glib/glib-Relations-and-Tuples.html#g-relation-print">
2615
- <ANCHOR id="GTuples" href="glib/glib-Relations-and-Tuples.html#GTuples">
2616
- <ANCHOR id="g-tuples-destroy" href="glib/glib-Relations-and-Tuples.html#g-tuples-destroy">
2617
- <ANCHOR id="g-tuples-index" href="glib/glib-Relations-and-Tuples.html#g-tuples-index">
2618
- <ANCHOR id="glib-Caches" href="glib/glib-Caches.html">
2619
- <ANCHOR id="glib-Caches.synopsis" href="glib/glib-Caches.html#glib-Caches.synopsis">
2620
- <ANCHOR id="glib-Caches.description" href="glib/glib-Caches.html#glib-Caches.description">
2621
- <ANCHOR id="glib-Caches.details" href="glib/glib-Caches.html#glib-Caches.details">
2622
- <ANCHOR id="GCache" href="glib/glib-Caches.html#GCache">
2623
- <ANCHOR id="g-cache-new" href="glib/glib-Caches.html#g-cache-new">
2624
- <ANCHOR id="g-cache-insert" href="glib/glib-Caches.html#g-cache-insert">
2625
- <ANCHOR id="g-cache-remove" href="glib/glib-Caches.html#g-cache-remove">
2626
- <ANCHOR id="g-cache-destroy" href="glib/glib-Caches.html#g-cache-destroy">
2627
- <ANCHOR id="g-cache-key-foreach" href="glib/glib-Caches.html#g-cache-key-foreach">
2628
- <ANCHOR id="g-cache-value-foreach" href="glib/glib-Caches.html#g-cache-value-foreach">
2629
- <ANCHOR id="GCacheDestroyFunc" href="glib/glib-Caches.html#GCacheDestroyFunc">
2630
- <ANCHOR id="GCacheDupFunc" href="glib/glib-Caches.html#GCacheDupFunc">
2631
- <ANCHOR id="GCacheNewFunc" href="glib/glib-Caches.html#GCacheNewFunc">
2632
- <ANCHOR id="glib-Memory-Allocators" href="glib/glib-Memory-Allocators.html">
2633
- <ANCHOR id="glib-Memory-Allocators.synopsis" href="glib/glib-Memory-Allocators.html#glib-Memory-Allocators.synopsis">
2634
- <ANCHOR id="glib-Memory-Allocators.description" href="glib/glib-Memory-Allocators.html#glib-Memory-Allocators.description">
2635
- <ANCHOR id="glib-Memory-Allocators.details" href="glib/glib-Memory-Allocators.html#glib-Memory-Allocators.details">
2636
- <ANCHOR id="GAllocator" href="glib/glib-Memory-Allocators.html#GAllocator">
2637
- <ANCHOR id="g-allocator-new" href="glib/glib-Memory-Allocators.html#g-allocator-new">
2638
- <ANCHOR id="g-allocator-free" href="glib/glib-Memory-Allocators.html#g-allocator-free">
2639
- <ANCHOR id="glib-GVariantType" href="glib/glib-GVariantType.html">
2640
- <ANCHOR id="glib-GVariantType.synopsis" href="glib/glib-GVariantType.html#glib-GVariantType.synopsis">
2641
- <ANCHOR id="glib-GVariantType.description" href="glib/glib-GVariantType.html#glib-GVariantType.description">
2642
- <ANCHOR id="gvariant-typestrings" href="glib/glib-GVariantType.html#gvariant-typestrings">
2643
- <ANCHOR id="glib-GVariantType.details" href="glib/glib-GVariantType.html#glib-GVariantType.details">
2644
- <ANCHOR id="GVariantType" href="glib/glib-GVariantType.html#GVariantType">
2645
- <ANCHOR id="G-VARIANT-TYPE-BOOLEAN:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-BOOLEAN:CAPS">
2646
- <ANCHOR id="G-VARIANT-TYPE-BYTE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-BYTE:CAPS">
2647
- <ANCHOR id="G-VARIANT-TYPE-INT16:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-INT16:CAPS">
2648
- <ANCHOR id="G-VARIANT-TYPE-UINT16:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-UINT16:CAPS">
2649
- <ANCHOR id="G-VARIANT-TYPE-INT32:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-INT32:CAPS">
2650
- <ANCHOR id="G-VARIANT-TYPE-UINT32:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-UINT32:CAPS">
2651
- <ANCHOR id="G-VARIANT-TYPE-INT64:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-INT64:CAPS">
2652
- <ANCHOR id="G-VARIANT-TYPE-UINT64:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-UINT64:CAPS">
2653
- <ANCHOR id="G-VARIANT-TYPE-HANDLE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-HANDLE:CAPS">
2654
- <ANCHOR id="G-VARIANT-TYPE-DOUBLE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-DOUBLE:CAPS">
2655
- <ANCHOR id="G-VARIANT-TYPE-STRING:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-STRING:CAPS">
2656
- <ANCHOR id="G-VARIANT-TYPE-OBJECT-PATH:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-OBJECT-PATH:CAPS">
2657
- <ANCHOR id="G-VARIANT-TYPE-SIGNATURE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-SIGNATURE:CAPS">
2658
- <ANCHOR id="G-VARIANT-TYPE-VARIANT:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-VARIANT:CAPS">
2659
- <ANCHOR id="G-VARIANT-TYPE-ANY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-ANY:CAPS">
2660
- <ANCHOR id="G-VARIANT-TYPE-BASIC:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-BASIC:CAPS">
2661
- <ANCHOR id="G-VARIANT-TYPE-MAYBE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-MAYBE:CAPS">
2662
- <ANCHOR id="G-VARIANT-TYPE-ARRAY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-ARRAY:CAPS">
2663
- <ANCHOR id="G-VARIANT-TYPE-TUPLE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-TUPLE:CAPS">
2664
- <ANCHOR id="G-VARIANT-TYPE-UNIT:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-UNIT:CAPS">
2665
- <ANCHOR id="G-VARIANT-TYPE-DICT-ENTRY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-DICT-ENTRY:CAPS">
2666
- <ANCHOR id="G-VARIANT-TYPE-DICTIONARY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-DICTIONARY:CAPS">
2667
- <ANCHOR id="G-VARIANT-TYPE-STRING-ARRAY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-STRING-ARRAY:CAPS">
2668
- <ANCHOR id="G-VARIANT-TYPE-BYTESTRING:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-BYTESTRING:CAPS">
2669
- <ANCHOR id="G-VARIANT-TYPE-BYTESTRING-ARRAY:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE-BYTESTRING-ARRAY:CAPS">
2670
- <ANCHOR id="G-VARIANT-TYPE:CAPS" href="glib/glib-GVariantType.html#G-VARIANT-TYPE:CAPS">
2671
- <ANCHOR id="g-variant-type-free" href="glib/glib-GVariantType.html#g-variant-type-free">
2672
- <ANCHOR id="g-variant-type-copy" href="glib/glib-GVariantType.html#g-variant-type-copy">
2673
- <ANCHOR id="g-variant-type-new" href="glib/glib-GVariantType.html#g-variant-type-new">
2674
- <ANCHOR id="g-variant-type-string-is-valid" href="glib/glib-GVariantType.html#g-variant-type-string-is-valid">
2675
- <ANCHOR id="g-variant-type-string-scan" href="glib/glib-GVariantType.html#g-variant-type-string-scan">
2676
- <ANCHOR id="g-variant-type-get-string-length" href="glib/glib-GVariantType.html#g-variant-type-get-string-length">
2677
- <ANCHOR id="g-variant-type-peek-string" href="glib/glib-GVariantType.html#g-variant-type-peek-string">
2678
- <ANCHOR id="g-variant-type-dup-string" href="glib/glib-GVariantType.html#g-variant-type-dup-string">
2679
- <ANCHOR id="g-variant-type-is-definite" href="glib/glib-GVariantType.html#g-variant-type-is-definite">
2680
- <ANCHOR id="g-variant-type-is-container" href="glib/glib-GVariantType.html#g-variant-type-is-container">
2681
- <ANCHOR id="g-variant-type-is-basic" href="glib/glib-GVariantType.html#g-variant-type-is-basic">
2682
- <ANCHOR id="g-variant-type-is-maybe" href="glib/glib-GVariantType.html#g-variant-type-is-maybe">
2683
- <ANCHOR id="g-variant-type-is-array" href="glib/glib-GVariantType.html#g-variant-type-is-array">
2684
- <ANCHOR id="g-variant-type-is-tuple" href="glib/glib-GVariantType.html#g-variant-type-is-tuple">
2685
- <ANCHOR id="g-variant-type-is-dict-entry" href="glib/glib-GVariantType.html#g-variant-type-is-dict-entry">
2686
- <ANCHOR id="g-variant-type-is-variant" href="glib/glib-GVariantType.html#g-variant-type-is-variant">
2687
- <ANCHOR id="g-variant-type-hash" href="glib/glib-GVariantType.html#g-variant-type-hash">
2688
- <ANCHOR id="g-variant-type-equal" href="glib/glib-GVariantType.html#g-variant-type-equal">
2689
- <ANCHOR id="g-variant-type-is-subtype-of" href="glib/glib-GVariantType.html#g-variant-type-is-subtype-of">
2690
- <ANCHOR id="g-variant-type-new-maybe" href="glib/glib-GVariantType.html#g-variant-type-new-maybe">
2691
- <ANCHOR id="g-variant-type-new-array" href="glib/glib-GVariantType.html#g-variant-type-new-array">
2692
- <ANCHOR id="g-variant-type-new-tuple" href="glib/glib-GVariantType.html#g-variant-type-new-tuple">
2693
- <ANCHOR id="g-variant-type-new-dict-entry" href="glib/glib-GVariantType.html#g-variant-type-new-dict-entry">
2694
- <ANCHOR id="g-variant-type-element" href="glib/glib-GVariantType.html#g-variant-type-element">
2695
- <ANCHOR id="g-variant-type-n-items" href="glib/glib-GVariantType.html#g-variant-type-n-items">
2696
- <ANCHOR id="g-variant-type-first" href="glib/glib-GVariantType.html#g-variant-type-first">
2697
- <ANCHOR id="g-variant-type-next" href="glib/glib-GVariantType.html#g-variant-type-next">
2698
- <ANCHOR id="g-variant-type-key" href="glib/glib-GVariantType.html#g-variant-type-key">
2699
- <ANCHOR id="g-variant-type-value" href="glib/glib-GVariantType.html#g-variant-type-value">
2700
- <ANCHOR id="glib-GVariantType.see-also" href="glib/glib-GVariantType.html#glib-GVariantType.see-also">
2701
- <ANCHOR id="glib-GVariant" href="glib/glib-GVariant.html">
2702
- <ANCHOR id="glib-GVariant.synopsis" href="glib/glib-GVariant.html#glib-GVariant.synopsis">
2703
- <ANCHOR id="glib-GVariant.description" href="glib/glib-GVariant.html#glib-GVariant.description">
2704
- <ANCHOR id="glib-GVariant.details" href="glib/glib-GVariant.html#glib-GVariant.details">
2705
- <ANCHOR id="GVariant" href="glib/glib-GVariant.html#GVariant">
2706
- <ANCHOR id="g-variant-unref" href="glib/glib-GVariant.html#g-variant-unref">
2707
- <ANCHOR id="g-variant-ref" href="glib/glib-GVariant.html#g-variant-ref">
2708
- <ANCHOR id="g-variant-ref-sink" href="glib/glib-GVariant.html#g-variant-ref-sink">
2709
- <ANCHOR id="g-variant-is-floating" href="glib/glib-GVariant.html#g-variant-is-floating">
2710
- <ANCHOR id="g-variant-get-type" href="glib/glib-GVariant.html#g-variant-get-type">
2711
- <ANCHOR id="g-variant-get-type-string" href="glib/glib-GVariant.html#g-variant-get-type-string">
2712
- <ANCHOR id="g-variant-is-of-type" href="glib/glib-GVariant.html#g-variant-is-of-type">
2713
- <ANCHOR id="g-variant-is-container" href="glib/glib-GVariant.html#g-variant-is-container">
2714
- <ANCHOR id="g-variant-compare" href="glib/glib-GVariant.html#g-variant-compare">
2715
- <ANCHOR id="g-variant-classify" href="glib/glib-GVariant.html#g-variant-classify">
2716
- <ANCHOR id="GVariantClass" href="glib/glib-GVariant.html#GVariantClass">
2717
- <ANCHOR id="G-VARIANT-CLASS-BOOLEAN:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-BOOLEAN:CAPS">
2718
- <ANCHOR id="G-VARIANT-CLASS-BYTE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-BYTE:CAPS">
2719
- <ANCHOR id="G-VARIANT-CLASS-INT16:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-INT16:CAPS">
2720
- <ANCHOR id="G-VARIANT-CLASS-UINT16:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-UINT16:CAPS">
2721
- <ANCHOR id="G-VARIANT-CLASS-INT32:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-INT32:CAPS">
2722
- <ANCHOR id="G-VARIANT-CLASS-UINT32:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-UINT32:CAPS">
2723
- <ANCHOR id="G-VARIANT-CLASS-INT64:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-INT64:CAPS">
2724
- <ANCHOR id="G-VARIANT-CLASS-UINT64:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-UINT64:CAPS">
2725
- <ANCHOR id="G-VARIANT-CLASS-HANDLE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-HANDLE:CAPS">
2726
- <ANCHOR id="G-VARIANT-CLASS-DOUBLE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-DOUBLE:CAPS">
2727
- <ANCHOR id="G-VARIANT-CLASS-STRING:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-STRING:CAPS">
2728
- <ANCHOR id="G-VARIANT-CLASS-OBJECT-PATH:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-OBJECT-PATH:CAPS">
2729
- <ANCHOR id="G-VARIANT-CLASS-SIGNATURE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-SIGNATURE:CAPS">
2730
- <ANCHOR id="G-VARIANT-CLASS-VARIANT:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-VARIANT:CAPS">
2731
- <ANCHOR id="G-VARIANT-CLASS-MAYBE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-MAYBE:CAPS">
2732
- <ANCHOR id="G-VARIANT-CLASS-ARRAY:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-ARRAY:CAPS">
2733
- <ANCHOR id="G-VARIANT-CLASS-TUPLE:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-TUPLE:CAPS">
2734
- <ANCHOR id="G-VARIANT-CLASS-DICT-ENTRY:CAPS" href="glib/glib-GVariant.html#G-VARIANT-CLASS-DICT-ENTRY:CAPS">
2735
- <ANCHOR id="g-variant-get" href="glib/glib-GVariant.html#g-variant-get">
2736
- <ANCHOR id="g-variant-get-va" href="glib/glib-GVariant.html#g-variant-get-va">
2737
- <ANCHOR id="g-variant-new" href="glib/glib-GVariant.html#g-variant-new">
2738
- <ANCHOR id="g-variant-new-va" href="glib/glib-GVariant.html#g-variant-new-va">
2739
- <ANCHOR id="g-variant-new-boolean" href="glib/glib-GVariant.html#g-variant-new-boolean">
2740
- <ANCHOR id="g-variant-new-byte" href="glib/glib-GVariant.html#g-variant-new-byte">
2741
- <ANCHOR id="g-variant-new-int16" href="glib/glib-GVariant.html#g-variant-new-int16">
2742
- <ANCHOR id="g-variant-new-uint16" href="glib/glib-GVariant.html#g-variant-new-uint16">
2743
- <ANCHOR id="g-variant-new-int32" href="glib/glib-GVariant.html#g-variant-new-int32">
2744
- <ANCHOR id="g-variant-new-uint32" href="glib/glib-GVariant.html#g-variant-new-uint32">
2745
- <ANCHOR id="g-variant-new-int64" href="glib/glib-GVariant.html#g-variant-new-int64">
2746
- <ANCHOR id="g-variant-new-uint64" href="glib/glib-GVariant.html#g-variant-new-uint64">
2747
- <ANCHOR id="g-variant-new-handle" href="glib/glib-GVariant.html#g-variant-new-handle">
2748
- <ANCHOR id="g-variant-new-double" href="glib/glib-GVariant.html#g-variant-new-double">
2749
- <ANCHOR id="g-variant-new-string" href="glib/glib-GVariant.html#g-variant-new-string">
2750
- <ANCHOR id="g-variant-new-object-path" href="glib/glib-GVariant.html#g-variant-new-object-path">
2751
- <ANCHOR id="g-variant-is-object-path" href="glib/glib-GVariant.html#g-variant-is-object-path">
2752
- <ANCHOR id="g-variant-new-signature" href="glib/glib-GVariant.html#g-variant-new-signature">
2753
- <ANCHOR id="g-variant-is-signature" href="glib/glib-GVariant.html#g-variant-is-signature">
2754
- <ANCHOR id="g-variant-new-variant" href="glib/glib-GVariant.html#g-variant-new-variant">
2755
- <ANCHOR id="g-variant-new-strv" href="glib/glib-GVariant.html#g-variant-new-strv">
2756
- <ANCHOR id="g-variant-new-bytestring" href="glib/glib-GVariant.html#g-variant-new-bytestring">
2757
- <ANCHOR id="g-variant-new-bytestring-array" href="glib/glib-GVariant.html#g-variant-new-bytestring-array">
2758
- <ANCHOR id="g-variant-get-boolean" href="glib/glib-GVariant.html#g-variant-get-boolean">
2759
- <ANCHOR id="g-variant-get-byte" href="glib/glib-GVariant.html#g-variant-get-byte">
2760
- <ANCHOR id="g-variant-get-int16" href="glib/glib-GVariant.html#g-variant-get-int16">
2761
- <ANCHOR id="g-variant-get-uint16" href="glib/glib-GVariant.html#g-variant-get-uint16">
2762
- <ANCHOR id="g-variant-get-int32" href="glib/glib-GVariant.html#g-variant-get-int32">
2763
- <ANCHOR id="g-variant-get-uint32" href="glib/glib-GVariant.html#g-variant-get-uint32">
2764
- <ANCHOR id="g-variant-get-int64" href="glib/glib-GVariant.html#g-variant-get-int64">
2765
- <ANCHOR id="g-variant-get-uint64" href="glib/glib-GVariant.html#g-variant-get-uint64">
2766
- <ANCHOR id="g-variant-get-handle" href="glib/glib-GVariant.html#g-variant-get-handle">
2767
- <ANCHOR id="g-variant-get-double" href="glib/glib-GVariant.html#g-variant-get-double">
2768
- <ANCHOR id="g-variant-get-string" href="glib/glib-GVariant.html#g-variant-get-string">
2769
- <ANCHOR id="g-variant-dup-string" href="glib/glib-GVariant.html#g-variant-dup-string">
2770
- <ANCHOR id="g-variant-get-variant" href="glib/glib-GVariant.html#g-variant-get-variant">
2771
- <ANCHOR id="g-variant-get-strv" href="glib/glib-GVariant.html#g-variant-get-strv">
2772
- <ANCHOR id="g-variant-dup-strv" href="glib/glib-GVariant.html#g-variant-dup-strv">
2773
- <ANCHOR id="g-variant-get-bytestring" href="glib/glib-GVariant.html#g-variant-get-bytestring">
2774
- <ANCHOR id="g-variant-dup-bytestring" href="glib/glib-GVariant.html#g-variant-dup-bytestring">
2775
- <ANCHOR id="g-variant-get-bytestring-array" href="glib/glib-GVariant.html#g-variant-get-bytestring-array">
2776
- <ANCHOR id="g-variant-dup-bytestring-array" href="glib/glib-GVariant.html#g-variant-dup-bytestring-array">
2777
- <ANCHOR id="g-variant-new-maybe" href="glib/glib-GVariant.html#g-variant-new-maybe">
2778
- <ANCHOR id="g-variant-new-array" href="glib/glib-GVariant.html#g-variant-new-array">
2779
- <ANCHOR id="g-variant-new-tuple" href="glib/glib-GVariant.html#g-variant-new-tuple">
2780
- <ANCHOR id="g-variant-new-dict-entry" href="glib/glib-GVariant.html#g-variant-new-dict-entry">
2781
- <ANCHOR id="g-variant-get-maybe" href="glib/glib-GVariant.html#g-variant-get-maybe">
2782
- <ANCHOR id="g-variant-n-children" href="glib/glib-GVariant.html#g-variant-n-children">
2783
- <ANCHOR id="g-variant-get-child-value" href="glib/glib-GVariant.html#g-variant-get-child-value">
2784
- <ANCHOR id="g-variant-get-child" href="glib/glib-GVariant.html#g-variant-get-child">
2785
- <ANCHOR id="g-variant-get-fixed-array" href="glib/glib-GVariant.html#g-variant-get-fixed-array">
2786
- <ANCHOR id="g-variant-get-size" href="glib/glib-GVariant.html#g-variant-get-size">
2787
- <ANCHOR id="g-variant-get-data" href="glib/glib-GVariant.html#g-variant-get-data">
2788
- <ANCHOR id="g-variant-store" href="glib/glib-GVariant.html#g-variant-store">
2789
- <ANCHOR id="g-variant-new-from-data" href="glib/glib-GVariant.html#g-variant-new-from-data">
2790
- <ANCHOR id="g-variant-byteswap" href="glib/glib-GVariant.html#g-variant-byteswap">
2791
- <ANCHOR id="g-variant-get-normal-form" href="glib/glib-GVariant.html#g-variant-get-normal-form">
2792
- <ANCHOR id="g-variant-is-normal-form" href="glib/glib-GVariant.html#g-variant-is-normal-form">
2793
- <ANCHOR id="g-variant-hash" href="glib/glib-GVariant.html#g-variant-hash">
2794
- <ANCHOR id="g-variant-equal" href="glib/glib-GVariant.html#g-variant-equal">
2795
- <ANCHOR id="g-variant-print" href="glib/glib-GVariant.html#g-variant-print">
2796
- <ANCHOR id="g-variant-print-string" href="glib/glib-GVariant.html#g-variant-print-string">
2797
- <ANCHOR id="GVariantIter" href="glib/glib-GVariant.html#GVariantIter">
2798
- <ANCHOR id="g-variant-iter-copy" href="glib/glib-GVariant.html#g-variant-iter-copy">
2799
- <ANCHOR id="g-variant-iter-free" href="glib/glib-GVariant.html#g-variant-iter-free">
2800
- <ANCHOR id="g-variant-iter-init" href="glib/glib-GVariant.html#g-variant-iter-init">
2801
- <ANCHOR id="g-variant-iter-n-children" href="glib/glib-GVariant.html#g-variant-iter-n-children">
2802
- <ANCHOR id="g-variant-iter-new" href="glib/glib-GVariant.html#g-variant-iter-new">
2803
- <ANCHOR id="g-variant-iter-next-value" href="glib/glib-GVariant.html#g-variant-iter-next-value">
2804
- <ANCHOR id="g-variant-iter-next" href="glib/glib-GVariant.html#g-variant-iter-next">
2805
- <ANCHOR id="g-variant-iter-loop" href="glib/glib-GVariant.html#g-variant-iter-loop">
2806
- <ANCHOR id="GVariantBuilder" href="glib/glib-GVariant.html#GVariantBuilder">
2807
- <ANCHOR id="g-variant-builder-unref" href="glib/glib-GVariant.html#g-variant-builder-unref">
2808
- <ANCHOR id="g-variant-builder-ref" href="glib/glib-GVariant.html#g-variant-builder-ref">
2809
- <ANCHOR id="g-variant-builder-new" href="glib/glib-GVariant.html#g-variant-builder-new">
2810
- <ANCHOR id="g-variant-builder-init" href="glib/glib-GVariant.html#g-variant-builder-init">
2811
- <ANCHOR id="g-variant-builder-clear" href="glib/glib-GVariant.html#g-variant-builder-clear">
2812
- <ANCHOR id="g-variant-builder-add-value" href="glib/glib-GVariant.html#g-variant-builder-add-value">
2813
- <ANCHOR id="g-variant-builder-add" href="glib/glib-GVariant.html#g-variant-builder-add">
2814
- <ANCHOR id="g-variant-builder-add-parsed" href="glib/glib-GVariant.html#g-variant-builder-add-parsed">
2815
- <ANCHOR id="g-variant-builder-end" href="glib/glib-GVariant.html#g-variant-builder-end">
2816
- <ANCHOR id="g-variant-builder-open" href="glib/glib-GVariant.html#g-variant-builder-open">
2817
- <ANCHOR id="g-variant-builder-close" href="glib/glib-GVariant.html#g-variant-builder-close">
2818
- <ANCHOR id="GVariantParseError" href="glib/glib-GVariant.html#GVariantParseError">
2819
- <ANCHOR id="G-VARIANT-PARSE-ERROR-FAILED:CAPS" href="glib/glib-GVariant.html#G-VARIANT-PARSE-ERROR-FAILED:CAPS">
2820
- <ANCHOR id="G-VARIANT-PARSE-ERROR:CAPS" href="glib/glib-GVariant.html#G-VARIANT-PARSE-ERROR:CAPS">
2821
- <ANCHOR id="g-variant-parse" href="glib/glib-GVariant.html#g-variant-parse">
2822
- <ANCHOR id="g-variant-new-parsed-va" href="glib/glib-GVariant.html#g-variant-new-parsed-va">
2823
- <ANCHOR id="g-variant-new-parsed" href="glib/glib-GVariant.html#g-variant-new-parsed">
2824
- <ANCHOR id="glib-GVariant.see-also" href="glib/glib-GVariant.html#glib-GVariant.see-also">
2825
- <ANCHOR id="gvariant-format-strings" href="glib/gvariant-format-strings.html">
2826
- <ANCHOR id="gvariant-format-strings-numeric-types" href="glib/gvariant-format-strings.html#gvariant-format-strings-numeric-types">
2827
- <ANCHOR id="gvariant-format-strings-strings" href="glib/gvariant-format-strings.html#gvariant-format-strings-strings">
2828
- <ANCHOR id="gvariant-format-strings-variants" href="glib/gvariant-format-strings.html#gvariant-format-strings-variants">
2829
- <ANCHOR id="gvariant-format-strings-arrays" href="glib/gvariant-format-strings.html#gvariant-format-strings-arrays">
2830
- <ANCHOR id="gvariant-format-strings-maybe-types" href="glib/gvariant-format-strings.html#gvariant-format-strings-maybe-types">
2831
- <ANCHOR id="gvariant-format-strings-tuples" href="glib/gvariant-format-strings.html#gvariant-format-strings-tuples">
2832
- <ANCHOR id="gvariant-format-strings-dictionaries" href="glib/gvariant-format-strings.html#gvariant-format-strings-dictionaries">
2833
- <ANCHOR id="gvariant-format-strings-gvariant" href="glib/gvariant-format-strings.html#gvariant-format-strings-gvariant">
2834
- <ANCHOR id="gvariant-format-strings-pointers" href="glib/gvariant-format-strings.html#gvariant-format-strings-pointers">
2835
- <ANCHOR id="gvariant-format-strings-convenience" href="glib/gvariant-format-strings.html#gvariant-format-strings-convenience">
2836
- <ANCHOR id="glib-gettextize" href="glib/glib-gettextize.html">
2837
- <ANCHOR id="gtester" href="glib/gtester.html">
2838
- <ANCHOR id="gtester-report" href="glib/gtester-report.html">
2839
- <ANCHOR id="annotation-glossterm-out" href="glib/annotation-glossary.html#annotation-glossterm-out">
2840
- <ANCHOR id="annotation-glossterm-allow-none" href="glib/annotation-glossary.html#annotation-glossterm-allow-none">
2841
- <ANCHOR id="annotation-glossterm-default" href="glib/annotation-glossary.html#annotation-glossterm-default">
2842
- <ANCHOR id="annotation-glossterm-transfer none" href="glib/annotation-glossary.html#annotation-glossterm-transfer none">
2843
- <ANCHOR id="annotation-glossterm-array" href="glib/annotation-glossary.html#annotation-glossterm-array">
2844
- <ANCHOR id="annotation-glossterm-element-type" href="glib/annotation-glossary.html#annotation-glossterm-element-type">
2845
- <ANCHOR id="annotation-glossterm-transfer container" href="glib/annotation-glossary.html#annotation-glossterm-transfer container">
2846
- <ANCHOR id="annotation-glossterm-transfer full" href="glib/annotation-glossary.html#annotation-glossterm-transfer full">