PageRenderTime 62ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/sources/gtk/glib-dylan/library.dylan

http://github.com/dylan-lang/opendylan
Unknown | 2250 lines | 2246 code | 4 blank | 0 comment | 0 complexity | 2a19b2e438bf8efea22b1834346583e0 MD5 | raw file
Possible License(s): BSD-3-Clause

Large files files are truncated, but you can click here to view the full file

  1. module: dylan-user
  2. copyright: See LICENSE file in this distribution.
  3. define library glib
  4. use dylan;
  5. use common-dylan;
  6. use c-ffi;
  7. export glib;
  8. end library;
  9. define module glib
  10. use dylan;
  11. use common-dylan;
  12. use c-ffi;
  13. export
  14. g-warn-message,
  15. g-variant-get-gtype,
  16. g-utf8-validate,
  17. g-utf8-to-utf16,
  18. g-utf8-to-ucs4-fast,
  19. g-utf8-to-ucs4,
  20. g-utf8-substring,
  21. g-utf8-strup,
  22. g-utf8-strreverse,
  23. g-utf8-strrchr,
  24. g-utf8-strncpy,
  25. g-utf8-strlen,
  26. g-utf8-strdown,
  27. g-utf8-strchr,
  28. g-utf8-prev-char,
  29. g-utf8-pointer-to-offset,
  30. g-utf8-offset-to-pointer,
  31. g-utf8-normalize,
  32. g-utf8-get-char-validated,
  33. g-utf8-get-char,
  34. g-utf8-find-prev-char,
  35. g-utf8-find-next-char,
  36. g-utf8-collate-key-for-filename,
  37. g-utf8-collate-key,
  38. g-utf8-collate,
  39. g-utf8-casefold,
  40. g-utf16-to-utf8,
  41. g-utf16-to-ucs4,
  42. g-usleep,
  43. g-uri-unescape-string,
  44. g-uri-unescape-segment,
  45. g-uri-parse-scheme,
  46. g-uri-escape-string,
  47. g-unsetenv,
  48. g-unlink,
  49. g-unicode-script-to-iso15924,
  50. g-unicode-script-from-iso15924,
  51. g-unicode-canonical-ordering,
  52. g-unichar-xdigit-value,
  53. g-unichar-validate,
  54. g-unichar-type,
  55. g-unichar-toupper,
  56. g-unichar-totitle,
  57. g-unichar-tolower,
  58. g-unichar-to-utf8,
  59. g-unichar-iszerowidth,
  60. g-unichar-isxdigit,
  61. g-unichar-iswide-cjk,
  62. g-unichar-iswide,
  63. g-unichar-isupper,
  64. g-unichar-istitle,
  65. g-unichar-isspace,
  66. g-unichar-ispunct,
  67. g-unichar-isprint,
  68. g-unichar-ismark,
  69. g-unichar-islower,
  70. g-unichar-isgraph,
  71. g-unichar-isdigit,
  72. g-unichar-isdefined,
  73. g-unichar-iscntrl,
  74. g-unichar-isalpha,
  75. g-unichar-isalnum,
  76. g-unichar-get-script,
  77. g-unichar-get-mirror-char,
  78. g-unichar-fully-decompose,
  79. g-unichar-digit-value,
  80. g-unichar-decompose,
  81. g-unichar-compose,
  82. g-unichar-combining-class,
  83. g-unichar-break-type,
  84. g-ucs4-to-utf8,
  85. g-ucs4-to-utf16,
  86. g-timeout-source-new-seconds,
  87. g-timeout-source-new,
  88. g-timeout-add-seconds-full,
  89. g-timeout-add-full,
  90. g-test-trap-reached-timeout,
  91. g-test-trap-has-passed,
  92. g-test-trap-fork,
  93. g-test-trap-assertions,
  94. g-test-timer-start,
  95. g-test-timer-last,
  96. g-test-timer-elapsed,
  97. g-test-run-suite,
  98. g-test-run,
  99. g-test-rand-int-range,
  100. g-test-rand-int,
  101. g-test-rand-double-range,
  102. g-test-rand-double,
  103. g-test-queue-free,
  104. g-test-queue-destroy,
  105. g-test-log-type-name,
  106. g-test-fail,
  107. g-test-bug-base,
  108. g-test-bug,
  109. g-strv-length,
  110. g-strv-get-type,
  111. g-strup,
  112. g-strtod,
  113. g-strstr-len,
  114. g-strsignal,
  115. g-strrstr-len,
  116. g-strrstr,
  117. g-strreverse,
  118. g-strnfill,
  119. g-strndup,
  120. g-strncasecmp,
  121. g-strlcpy,
  122. g-strlcat,
  123. g-strjoinv,
  124. g-strip-context,
  125. g-string-sized-new,
  126. g-string-new-len,
  127. g-string-new,
  128. g-strfreev,
  129. g-strescape,
  130. g-strerror,
  131. g-strdup,
  132. g-strdown,
  133. g-strdelimit,
  134. g-strcompress,
  135. g-strcmp0,
  136. g-strchug,
  137. g-strchomp,
  138. g-strcasecmp,
  139. g-strcanon,
  140. g-str-hash,
  141. g-str-has-suffix,
  142. g-str-has-prefix,
  143. g-str-equal,
  144. g-stpcpy,
  145. g-spawn-sync,
  146. g-spawn-error-quark,
  147. g-spawn-command-line-sync,
  148. g-spawn-command-line-async,
  149. g-spawn-close-pid,
  150. g-spawn-async-with-pipes,
  151. g-spawn-async,
  152. g-spaced-primes-closest,
  153. g-slice-set-config,
  154. g-slice-get-config-state,
  155. g-slice-get-config,
  156. g-slice-free-chain-with-offset,
  157. g-slice-free1,
  158. g-shell-unquote,
  159. g-shell-quote,
  160. g-shell-parse-argv,
  161. g-shell-error-quark,
  162. g-setenv,
  163. g-set-prgname,
  164. g-set-error-literal,
  165. g-set-application-name,
  166. g-rmdir,
  167. g-return-if-fail-warning,
  168. g-reload-user-special-dirs-cache,
  169. g-random-set-seed,
  170. g-random-int-range,
  171. g-random-int,
  172. g-random-double-range,
  173. g-random-double,
  174. g-quark-try-string,
  175. g-quark-to-string,
  176. g-quark-from-string,
  177. g-quark-from-static-string,
  178. g-propagate-error,
  179. g-poll,
  180. g-pointer-bit-unlock,
  181. g-pointer-bit-trylock,
  182. g-pointer-bit-lock,
  183. g-pattern-match-string,
  184. g-pattern-match-simple,
  185. g-pattern-match,
  186. g-path-skip-root,
  187. g-path-is-absolute,
  188. g-path-get-dirname,
  189. g-path-get-basename,
  190. g-parse-debug-string,
  191. g-option-error-quark,
  192. g-on-error-stack-trace,
  193. g-on-error-query,
  194. g-nullify-pointer,
  195. g-mkstemp-full,
  196. g-mkstemp,
  197. g-mkdtemp-full,
  198. g-mkdtemp,
  199. g-mkdir-with-parents,
  200. g-mem-set-vtable,
  201. g-mem-profile,
  202. g-mem-is-system-malloc,
  203. g-markup-escape-text,
  204. g-markup-error-quark,
  205. g-main-depth,
  206. g-main-current-source,
  207. g-log-set-fatal-mask,
  208. g-log-set-always-fatal,
  209. g-log-remove-handler,
  210. g-log-default-handler,
  211. g-locale-to-utf8,
  212. g-locale-from-utf8,
  213. g-listenv,
  214. g-io-create-watch,
  215. g-io-add-watch-full,
  216. g-intern-string,
  217. g-intern-static-string,
  218. g-int-hash,
  219. g-int-equal,
  220. g-int64-hash,
  221. g-int64-equal,
  222. g-idle-source-new,
  223. g-idle-remove-by-data,
  224. g-idle-add-full,
  225. g-hostname-to-unicode,
  226. g-hostname-to-ascii,
  227. g-hostname-is-non-ascii,
  228. g-hostname-is-ip-address,
  229. g-hostname-is-ascii-encoded,
  230. g-getenv,
  231. g-get-user-special-dir,
  232. g-get-user-runtime-dir,
  233. g-get-user-name,
  234. g-get-user-data-dir,
  235. g-get-user-config-dir,
  236. g-get-user-cache-dir,
  237. g-get-tmp-dir,
  238. g-get-system-data-dirs,
  239. g-get-system-config-dirs,
  240. g-get-real-time,
  241. g-get-real-name,
  242. g-get-prgname,
  243. g-get-monotonic-time,
  244. g-get-locale-variants,
  245. g-get-language-names,
  246. g-get-host-name,
  247. g-get-home-dir,
  248. g-get-filename-charsets,
  249. g-get-environ,
  250. g-get-current-time,
  251. g-get-current-dir,
  252. g-get-codeset,
  253. g-get-charset,
  254. g-get-application-name,
  255. g-free,
  256. g-format-size-full,
  257. g-format-size-for-display,
  258. g-format-size,
  259. g-find-program-in-path,
  260. g-filename-to-utf8,
  261. g-filename-to-uri,
  262. g-filename-from-utf8,
  263. g-filename-from-uri,
  264. g-filename-display-name,
  265. g-filename-display-basename,
  266. g-file-test,
  267. g-file-set-contents,
  268. g-file-read-link,
  269. g-file-open-tmp,
  270. g-file-get-contents,
  271. g-file-error-quark,
  272. g-file-error-from-errno,
  273. g-environ-unsetenv,
  274. g-environ-setenv,
  275. g-environ-getenv,
  276. g-dpgettext2,
  277. g-dpgettext,
  278. g-double-hash,
  279. g-double-equal,
  280. g-dngettext,
  281. g-direct-hash,
  282. g-direct-equal,
  283. g-dgettext,
  284. g-dcgettext,
  285. g-dataset-id-set-data-full,
  286. g-dataset-destroy,
  287. g-datalist-unset-flags,
  288. g-datalist-set-flags,
  289. g-datalist-init,
  290. g-datalist-id-set-data-full,
  291. g-datalist-get-flags,
  292. g-datalist-clear,
  293. g-convert-with-iconv,
  294. g-convert-with-fallback,
  295. g-convert-error-quark,
  296. g-convert,
  297. g-compute-hmac-for-string,
  298. g-compute-hmac-for-data,
  299. g-compute-checksum-for-string,
  300. g-compute-checksum-for-data,
  301. g-clear-error,
  302. g-child-watch-source-new,
  303. g-child-watch-add-full,
  304. glib-check-version,
  305. g-chdir,
  306. g-build-pathv,
  307. g-build-filenamev,
  308. g-bit-unlock,
  309. g-bit-trylock,
  310. g-bit-storage,
  311. g-bit-nth-msf,
  312. g-bit-nth-lsf,
  313. g-bit-lock,
  314. g-basename,
  315. g-base64-encode-step,
  316. g-base64-encode-close,
  317. g-base64-encode,
  318. g-base64-decode-step,
  319. g-base64-decode-inplace,
  320. g-base64-decode,
  321. g-atomic-pointer-xor,
  322. g-atomic-pointer-set,
  323. g-atomic-pointer-or,
  324. g-atomic-pointer-compare-and-exchange,
  325. g-atomic-pointer-and,
  326. g-atomic-pointer-add,
  327. g-atomic-int-xor,
  328. g-atomic-int-set,
  329. g-atomic-int-or,
  330. g-atomic-int-inc,
  331. g-atomic-int-get,
  332. g-atomic-int-dec-and-test,
  333. g-atomic-int-compare-and-exchange,
  334. g-atomic-int-and,
  335. g-atomic-int-add,
  336. g-atexit,
  337. g-assertion-message-expr,
  338. g-assertion-message-error,
  339. g-assertion-message-cmpstr,
  340. g-assertion-message,
  341. g-assert-warning,
  342. g-ascii-xdigit-value,
  343. g-ascii-toupper,
  344. g-ascii-tolower,
  345. g-ascii-strup,
  346. g-ascii-strtoull,
  347. g-ascii-strtoll,
  348. g-ascii-strtod,
  349. g-ascii-strncasecmp,
  350. g-ascii-strdown,
  351. g-ascii-strcasecmp,
  352. g-ascii-formatd,
  353. g-ascii-dtostr,
  354. g-ascii-digit-value,
  355. g-access,
  356. $win32-msg-handle,
  357. g-variant-type-string-scan,
  358. g-variant-type-string-is-valid,
  359. g-variant-type-checked-,
  360. g-variant-type-value,
  361. g-variant-type-next,
  362. g-variant-type-new-maybe,
  363. g-variant-type-new-dict-entry,
  364. g-variant-type-new-array,
  365. g-variant-type-n-items,
  366. g-variant-type-key,
  367. g-variant-type-is-variant,
  368. g-variant-type-is-tuple,
  369. g-variant-type-is-subtype-of,
  370. g-variant-type-is-maybe,
  371. g-variant-type-is-dict-entry,
  372. g-variant-type-is-definite,
  373. g-variant-type-is-container,
  374. g-variant-type-is-basic,
  375. g-variant-type-is-array,
  376. g-variant-type-hash,
  377. g-variant-type-get-string-length,
  378. g-variant-type-free,
  379. g-variant-type-first,
  380. g-variant-type-equal,
  381. g-variant-type-element,
  382. g-variant-type-dup-string,
  383. g-variant-type-copy,
  384. g-variant-type-new-tuple,
  385. g-variant-type-new,
  386. <GVariantType>,
  387. <GVariantParseError*>,
  388. <GVariantParseError>,
  389. $g-variant-parse-error-value-expected,
  390. $g-variant-parse-error-unterminated-string-constant,
  391. $g-variant-parse-error-unknown-keyword,
  392. $g-variant-parse-error-unexpected-token,
  393. $g-variant-parse-error-type-error,
  394. $g-variant-parse-error-number-too-big,
  395. $g-variant-parse-error-number-out-of-range,
  396. $g-variant-parse-error-no-common-type,
  397. $g-variant-parse-error-invalid-type-string,
  398. $g-variant-parse-error-invalid-signature,
  399. $g-variant-parse-error-invalid-object-path,
  400. $g-variant-parse-error-invalid-format-string,
  401. $g-variant-parse-error-invalid-character,
  402. $g-variant-parse-error-input-not-at-end,
  403. $g-variant-parse-error-definite-type-expected,
  404. $g-variant-parse-error-cannot-infer-type,
  405. $g-variant-parse-error-basic-type-expected,
  406. $g-variant-parse-error-failed,
  407. <GVariantClass*>,
  408. <GVariantClass>,
  409. $g-variant-class-dict-entry,
  410. $g-variant-class-tuple,
  411. $g-variant-class-array,
  412. $g-variant-class-maybe,
  413. $g-variant-class-variant,
  414. $g-variant-class-signature,
  415. $g-variant-class-object-path,
  416. $g-variant-class-string,
  417. $g-variant-class-double,
  418. $g-variant-class-handle,
  419. $g-variant-class-uint64,
  420. $g-variant-class-int64,
  421. $g-variant-class-uint32,
  422. $g-variant-class-int32,
  423. $g-variant-class-uint16,
  424. $g-variant-class-int16,
  425. $g-variant-class-byte,
  426. $g-variant-class-boolean,
  427. g-variant-builder-unref,
  428. g-variant-builder-ref,
  429. g-variant-builder-open,
  430. g-variant-builder-end,
  431. g-variant-builder-close,
  432. g-variant-builder-add-value,
  433. g-variant-builder-new,
  434. g-variant-builder-x,
  435. <GVariantBuilder>,
  436. g-variant-parser-get-error-quark,
  437. g-variant-parse,
  438. g-variant-is-signature,
  439. g-variant-is-object-path,
  440. g-variant-unref,
  441. g-variant-take-ref,
  442. g-variant-store,
  443. g-variant-ref-sink,
  444. g-variant-ref,
  445. g-variant-print,
  446. g-variant-n-children,
  447. g-variant-lookup-value,
  448. g-variant-is-of-type,
  449. g-variant-is-normal-form,
  450. g-variant-is-floating,
  451. g-variant-is-container,
  452. g-variant-hash,
  453. g-variant-get-variant,
  454. g-variant-get-uint64,
  455. g-variant-get-uint32,
  456. g-variant-get-uint16,
  457. g-variant-get-type-string,
  458. g-variant-get-type,
  459. g-variant-get-strv,
  460. g-variant-get-string,
  461. g-variant-get-size,
  462. g-variant-get-objv,
  463. g-variant-get-normal-form,
  464. g-variant-get-maybe,
  465. g-variant-get-int64,
  466. g-variant-get-int32,
  467. g-variant-get-int16,
  468. g-variant-get-handle,
  469. g-variant-get-fixed-array,
  470. g-variant-get-double,
  471. g-variant-get-data,
  472. g-variant-get-child-value,
  473. g-variant-get-bytestring-array,
  474. g-variant-get-bytestring,
  475. g-variant-get-byte,
  476. g-variant-get-boolean,
  477. g-variant-equal,
  478. g-variant-dup-strv,
  479. g-variant-dup-string,
  480. g-variant-dup-objv,
  481. g-variant-dup-bytestring-array,
  482. g-variant-dup-bytestring,
  483. g-variant-compare,
  484. g-variant-classify,
  485. g-variant-byteswap,
  486. g-variant-new-variant,
  487. g-variant-new-uint64,
  488. g-variant-new-uint32,
  489. g-variant-new-uint16,
  490. g-variant-new-tuple,
  491. g-variant-new-strv,
  492. g-variant-new-string,
  493. g-variant-new-signature,
  494. g-variant-new-objv,
  495. g-variant-new-object-path,
  496. g-variant-new-maybe,
  497. g-variant-new-int64,
  498. g-variant-new-int32,
  499. g-variant-new-int16,
  500. g-variant-new-handle,
  501. g-variant-new-from-data,
  502. g-variant-new-fixed-array,
  503. g-variant-new-double,
  504. g-variant-new-dict-entry,
  505. g-variant-new-bytestring-array,
  506. g-variant-new-bytestring,
  507. g-variant-new-byte,
  508. g-variant-new-boolean,
  509. g-variant-new-array,
  510. <GVariant>,
  511. $va-copy-as-array,
  512. <GUserDirectory*>,
  513. <GUserDirectory>,
  514. $g-user-n-directories,
  515. $g-user-directory-videos,
  516. $g-user-directory-templates,
  517. $g-user-directory-public-share,
  518. $g-user-directory-pictures,
  519. $g-user-directory-music,
  520. $g-user-directory-download,
  521. $g-user-directory-documents,
  522. $g-user-directory-desktop,
  523. <GUnicodeType*>,
  524. <GUnicodeType>,
  525. $g-unicode-space-separator,
  526. $g-unicode-paragraph-separator,
  527. $g-unicode-line-separator,
  528. $g-unicode-other-symbol,
  529. $g-unicode-math-symbol,
  530. $g-unicode-modifier-symbol,
  531. $g-unicode-currency-symbol,
  532. $g-unicode-open-punctuation,
  533. $g-unicode-other-punctuation,
  534. $g-unicode-initial-punctuation,
  535. $g-unicode-final-punctuation,
  536. $g-unicode-close-punctuation,
  537. $g-unicode-dash-punctuation,
  538. $g-unicode-connect-punctuation,
  539. $g-unicode-other-number,
  540. $g-unicode-letter-number,
  541. $g-unicode-decimal-number,
  542. $g-unicode-non-spacing-mark,
  543. $g-unicode-enclosing-mark,
  544. $g-unicode-spacing-mark,
  545. $g-unicode-uppercase-letter,
  546. $g-unicode-titlecase-letter,
  547. $g-unicode-other-letter,
  548. $g-unicode-modifier-letter,
  549. $g-unicode-lowercase-letter,
  550. $g-unicode-surrogate,
  551. $g-unicode-private-use,
  552. $g-unicode-unassigned,
  553. $g-unicode-format,
  554. $g-unicode-control,
  555. <GUnicodeScript*>,
  556. <GUnicodeScript>,
  557. $g-unicode-script-takri,
  558. $g-unicode-script-sora-sompeng,
  559. $g-unicode-script-sharada,
  560. $g-unicode-script-miao,
  561. $g-unicode-script-meroitic-hieroglyphs,
  562. $g-unicode-script-meroitic-cursive,
  563. $g-unicode-script-chakma,
  564. $g-unicode-script-mandaic,
  565. $g-unicode-script-brahmi,
  566. $g-unicode-script-batak,
  567. $g-unicode-script-tai-viet,
  568. $g-unicode-script-tai-tham,
  569. $g-unicode-script-samaritan,
  570. $g-unicode-script-old-turkic,
  571. $g-unicode-script-old-south-arabian,
  572. $g-unicode-script-meetei-mayek,
  573. $g-unicode-script-lisu,
  574. $g-unicode-script-kaithi,
  575. $g-unicode-script-javanese,
  576. $g-unicode-script-inscriptional-parthian,
  577. $g-unicode-script-inscriptional-pahlavi,
  578. $g-unicode-script-imperial-aramaic,
  579. $g-unicode-script-egyptian-hieroglyphs,
  580. $g-unicode-script-bamum,
  581. $g-unicode-script-avestan,
  582. $g-unicode-script-lydian,
  583. $g-unicode-script-lycian,
  584. $g-unicode-script-carian,
  585. $g-unicode-script-vai,
  586. $g-unicode-script-ol-chiki,
  587. $g-unicode-script-cham,
  588. $g-unicode-script-saurashtra,
  589. $g-unicode-script-sundanese,
  590. $g-unicode-script-rejang,
  591. $g-unicode-script-lepcha,
  592. $g-unicode-script-kayah-li,
  593. $g-unicode-script-nko,
  594. $g-unicode-script-phags-pa,
  595. $g-unicode-script-phoenician,
  596. $g-unicode-script-cuneiform,
  597. $g-unicode-script-balinese,
  598. $g-unicode-script-unknown,
  599. $g-unicode-script-kharoshthi,
  600. $g-unicode-script-old-persian,
  601. $g-unicode-script-syloti-nagri,
  602. $g-unicode-script-tifinagh,
  603. $g-unicode-script-glagolitic,
  604. $g-unicode-script-buginese,
  605. $g-unicode-script-new-tai-lue,
  606. $g-unicode-script-ugaritic,
  607. $g-unicode-script-tai-le,
  608. $g-unicode-script-linear-b,
  609. $g-unicode-script-shavian,
  610. $g-unicode-script-osmanya,
  611. $g-unicode-script-limbu,
  612. $g-unicode-script-cypriot,
  613. $g-unicode-script-braille,
  614. $g-unicode-script-tagbanwa,
  615. $g-unicode-script-buhid,
  616. $g-unicode-script-hanunoo,
  617. $g-unicode-script-tagalog,
  618. $g-unicode-script-yi,
  619. $g-unicode-script-canadian-aboriginal,
  620. $g-unicode-script-tibetan,
  621. $g-unicode-script-thai,
  622. $g-unicode-script-thaana,
  623. $g-unicode-script-telugu,
  624. $g-unicode-script-tamil,
  625. $g-unicode-script-syriac,
  626. $g-unicode-script-sinhala,
  627. $g-unicode-script-runic,
  628. $g-unicode-script-oriya,
  629. $g-unicode-script-old-italic,
  630. $g-unicode-script-ogham,
  631. $g-unicode-script-myanmar,
  632. $g-unicode-script-mongolian,
  633. $g-unicode-script-malayalam,
  634. $g-unicode-script-latin,
  635. $g-unicode-script-lao,
  636. $g-unicode-script-khmer,
  637. $g-unicode-script-katakana,
  638. $g-unicode-script-kannada,
  639. $g-unicode-script-hiragana,
  640. $g-unicode-script-hebrew,
  641. $g-unicode-script-hangul,
  642. $g-unicode-script-han,
  643. $g-unicode-script-gurmukhi,
  644. $g-unicode-script-gujarati,
  645. $g-unicode-script-greek,
  646. $g-unicode-script-gothic,
  647. $g-unicode-script-georgian,
  648. $g-unicode-script-ethiopic,
  649. $g-unicode-script-devanagari,
  650. $g-unicode-script-deseret,
  651. $g-unicode-script-cyrillic,
  652. $g-unicode-script-coptic,
  653. $g-unicode-script-cherokee,
  654. $g-unicode-script-bopomofo,
  655. $g-unicode-script-bengali,
  656. $g-unicode-script-armenian,
  657. $g-unicode-script-arabic,
  658. $g-unicode-script-inherited,
  659. $g-unicode-script-common,
  660. $g-unicode-script-invalid-code,
  661. <GUnicodeBreakType*>,
  662. <GUnicodeBreakType>,
  663. $g-unicode-break-hebrew-letter,
  664. $g-unicode-break-conditional-japanese-starter,
  665. $g-unicode-break-close-paranthesis,
  666. $g-unicode-break-hangul-lvt-syllable,
  667. $g-unicode-break-hangul-lv-syllable,
  668. $g-unicode-break-hangul-t-jamo,
  669. $g-unicode-break-hangul-v-jamo,
  670. $g-unicode-break-hangul-l-jamo,
  671. $g-unicode-break-word-joiner,
  672. $g-unicode-break-next-line,
  673. $g-unicode-break-unknown,
  674. $g-unicode-break-ambiguous,
  675. $g-unicode-break-complex-context,
  676. $g-unicode-break-postfix,
  677. $g-unicode-break-prefix,
  678. $g-unicode-break-alphabetic,
  679. $g-unicode-break-symbol,
  680. $g-unicode-break-infix-separator,
  681. $g-unicode-break-numeric,
  682. $g-unicode-break-ideographic,
  683. $g-unicode-break-exclamation,
  684. $g-unicode-break-quotation,
  685. $g-unicode-break-close-punctuation,
  686. $g-unicode-break-open-punctuation,
  687. $g-unicode-break-non-starter,
  688. $g-unicode-break-hyphen,
  689. $g-unicode-break-before-and-after,
  690. $g-unicode-break-before,
  691. $g-unicode-break-after,
  692. $g-unicode-break-space,
  693. $g-unicode-break-contingent,
  694. $g-unicode-break-non-breaking-glue,
  695. $g-unicode-break-inseparable,
  696. $g-unicode-break-zero-width-space,
  697. $g-unicode-break-surrogate,
  698. $g-unicode-break-combining-mark,
  699. $g-unicode-break-line-feed,
  700. $g-unicode-break-carriage-return,
  701. $g-unicode-break-mandatory,
  702. $usec-per-sec,
  703. $uri-reserved-chars-subcomponent-delimiters,
  704. $uri-reserved-chars-generic-delimiters,
  705. $unichar-max-decomposition-length,
  706. g-tree-unref,
  707. g-tree-steal,
  708. g-tree-replace,
  709. g-tree-remove,
  710. g-tree-nnodes,
  711. g-tree-lookup-extended,
  712. g-tree-insert,
  713. g-tree-height,
  714. g-tree-destroy,
  715. <GTree>,
  716. <GTraverseType*>,
  717. <GTraverseType>,
  718. $g-level-order,
  719. $g-post-order,
  720. $g-pre-order,
  721. $g-in-order,
  722. <GTraverseFlags*>,
  723. <GTraverseFlags>,
  724. $g-traverse-non-leafs,
  725. $g-traverse-leafs,
  726. $g-traverse-mask,
  727. $g-traverse-all,
  728. $g-traverse-non-leaves,
  729. $g-traverse-leaves,
  730. g-trash-stack-push,
  731. g-trash-stack-height,
  732. g-trash-stack-next-setter,
  733. g-trash-stack-next,
  734. <GTrashStack>,
  735. g-token-value-v-error-setter,
  736. g-token-value-v-error,
  737. g-token-value-v-char-setter,
  738. g-token-value-v-char,
  739. g-token-value-v-comment-setter,
  740. g-token-value-v-comment,
  741. g-token-value-v-string-setter,
  742. g-token-value-v-string,
  743. g-token-value-v-hex-setter,
  744. g-token-value-v-hex,
  745. g-token-value-v-float-setter,
  746. g-token-value-v-float,
  747. g-token-value-v-int64-setter,
  748. g-token-value-v-int64,
  749. g-token-value-v-int-setter,
  750. g-token-value-v-int,
  751. g-token-value-v-octal-setter,
  752. g-token-value-v-octal,
  753. g-token-value-v-binary-setter,
  754. g-token-value-v-binary,
  755. g-token-value-v-identifier-setter,
  756. g-token-value-v-identifier,
  757. g-token-value-v-symbol-setter,
  758. g-token-value-v-symbol,
  759. <GTokenValue>,
  760. <_GTokenValue>,
  761. <GTokenType*>,
  762. <GTokenType>,
  763. $g-token-comment-multi,
  764. $g-token-comment-single,
  765. $g-token-identifier-null,
  766. $g-token-identifier,
  767. $g-token-symbol,
  768. $g-token-string,
  769. $g-token-float,
  770. $g-token-hex,
  771. $g-token-int,
  772. $g-token-octal,
  773. $g-token-binary,
  774. $g-token-char,
  775. $g-token-error,
  776. $g-token-none,
  777. $g-token-comma,
  778. $g-token-equal-sign,
  779. $g-token-right-brace,
  780. $g-token-left-brace,
  781. $g-token-right-curly,
  782. $g-token-left-curly,
  783. $g-token-right-paren,
  784. $g-token-left-paren,
  785. $g-token-eof,
  786. g-timer-stop,
  787. g-timer-start,
  788. g-timer-reset,
  789. g-timer-elapsed,
  790. g-timer-destroy,
  791. g-timer-continue,
  792. <GTimer>,
  793. g-time-zone-unref,
  794. g-time-zone-is-dst,
  795. g-time-zone-get-offset,
  796. g-time-zone-get-abbreviation,
  797. g-time-zone-find-interval,
  798. g-time-zone-adjust-time,
  799. <GTimeZone>,
  800. g-time-val-from-iso8601,
  801. g-time-val-to-iso8601,
  802. g-time-val-add,
  803. g-time-val-tv-usec-setter,
  804. g-time-val-tv-usec,
  805. g-time-val-tv-sec-setter,
  806. g-time-val-tv-sec,
  807. <GTimeVal>,
  808. <GTimeType*>,
  809. <GTimeType>,
  810. $g-time-type-universal,
  811. $g-time-type-daylight,
  812. $g-time-type-standard,
  813. g-thread-pool-stop-unused-threads,
  814. g-thread-pool-set-max-unused-threads,
  815. g-thread-pool-set-max-idle-time,
  816. g-thread-pool-get-num-unused-threads,
  817. g-thread-pool-get-max-unused-threads,
  818. g-thread-pool-get-max-idle-time,
  819. g-thread-pool-unprocessed,
  820. g-thread-pool-set-max-threads,
  821. g-thread-pool-push,
  822. g-thread-pool-get-num-threads,
  823. g-thread-pool-get-max-threads,
  824. g-thread-pool-free,
  825. g-thread-pool-exclusive-setter,
  826. g-thread-pool-exclusive,
  827. g-thread-pool-user-data-setter,
  828. g-thread-pool-user-data,
  829. g-thread-pool-func-setter,
  830. g-thread-pool-func,
  831. <GThreadPool>,
  832. <GThreadError*>,
  833. <GThreadError>,
  834. $g-thread-error-again,
  835. g-thread-yield,
  836. g-thread-exit,
  837. g-thread-error-quark,
  838. g-thread-unref,
  839. <GThread>,
  840. <GTestTrapFlags*>,
  841. <GTestTrapFlags>,
  842. $g-test-trap-inherit-stdin,
  843. $g-test-trap-silence-stderr,
  844. $g-test-trap-silence-stdout,
  845. g-test-suite-add-suite,
  846. g-test-suite-add,
  847. <GTestSuite>,
  848. <GTestLogType*>,
  849. <GTestLogType>,
  850. $g-test-log-message,
  851. $g-test-log-max-result,
  852. $g-test-log-min-result,
  853. $g-test-log-stop-case,
  854. $g-test-log-start-case,
  855. $g-test-log-skip-case,
  856. $g-test-log-list-case,
  857. $g-test-log-start-binary,
  858. $g-test-log-error,
  859. $g-test-log-none,
  860. g-test-log-msg-free,
  861. g-test-log-msg-nums-setter,
  862. g-test-log-msg-nums,
  863. g-test-log-msg-n-nums-setter,
  864. g-test-log-msg-n-nums,
  865. g-test-log-msg-strings-setter,
  866. g-test-log-msg-strings,
  867. g-test-log-msg-n-strings-setter,
  868. g-test-log-msg-n-strings,
  869. g-test-log-msg-log-type-setter,
  870. g-test-log-msg-log-type,
  871. <GTestLogMsg>,
  872. g-test-log-buffer-push,
  873. g-test-log-buffer-free,
  874. g-test-log-buffer-msgs,
  875. g-test-log-buffer-data,
  876. <GTestLogBuffer>,
  877. g-test-config-test-undefined-setter,
  878. g-test-config-test-undefined,
  879. g-test-config-test-quiet-setter,
  880. g-test-config-test-quiet,
  881. g-test-config-test-verbose-setter,
  882. g-test-config-test-verbose,
  883. g-test-config-test-perf-setter,
  884. g-test-config-test-perf,
  885. g-test-config-test-quick-setter,
  886. g-test-config-test-quick,
  887. g-test-config-test-initialized-setter,
  888. g-test-config-test-initialized,
  889. <GTestConfig>,
  890. <GTestCase>,
  891. g-string-chunk-insert-len,
  892. g-string-chunk-insert-const,
  893. g-string-chunk-insert,
  894. g-string-chunk-free,
  895. g-string-chunk-clear,
  896. <GStringChunk>,
  897. g-string-up,
  898. g-string-truncate,
  899. g-string-set-size,
  900. g-string-prepend-unichar,
  901. g-string-prepend-len,
  902. g-string-prepend-c,
  903. g-string-prepend,
  904. g-string-overwrite-len,
  905. g-string-overwrite,
  906. g-string-insert-unichar,
  907. g-string-insert-len,
  908. g-string-insert-c,
  909. g-string-insert,
  910. g-string-hash,
  911. g-string-free,
  912. g-string-erase,
  913. g-string-equal,
  914. g-string-down,
  915. g-string-assign,
  916. g-string-ascii-up,
  917. g-string-ascii-down,
  918. g-string-append-uri-escaped,
  919. g-string-append-unichar,
  920. g-string-append-len,
  921. g-string-append-c,
  922. g-string-append,
  923. g-string-allocated-len-setter,
  924. g-string-allocated-len,
  925. g-string-len-setter,
  926. g-string-len,
  927. g-string-str-setter,
  928. g-string-str,
  929. <GString>,
  930. <GStatBuf>,
  931. <GSpawnFlags*>,
  932. <GSpawnFlags>,
  933. $g-spawn-file-and-argv-zero,
  934. $g-spawn-child-inherits-stdin,
  935. $g-spawn-stderr-to-dev-null,
  936. $g-spawn-stdout-to-dev-null,
  937. $g-spawn-search-path,
  938. $g-spawn-do-not-reap-child,
  939. $g-spawn-leave-descriptors-open,
  940. <GSpawnError*>,
  941. <GSpawnError>,
  942. $g-spawn-error-failed,
  943. $g-spawn-error-libbad,
  944. $g-spawn-error-isdir,
  945. $g-spawn-error-inval,
  946. $g-spawn-error-mfile,
  947. $g-spawn-error-nfile,
  948. $g-spawn-error-io,
  949. $g-spawn-error-txtbusy,
  950. $g-spawn-error-loop,
  951. $g-spawn-error-notdir,
  952. $g-spawn-error-nomem,
  953. $g-spawn-error-noent,
  954. $g-spawn-error-nametoolong,
  955. $g-spawn-error-noexec,
  956. $g-spawn-error-2big,
  957. $g-spawn-error-too-big,
  958. $g-spawn-error-perm,
  959. $g-spawn-error-acces,
  960. $g-spawn-error-chdir,
  961. $g-spawn-error-read,
  962. $g-spawn-error-fork,
  963. <GSourcePrivate>,
  964. g-source-funcs-closure-marshal,
  965. g-source-funcs-closure-callback,
  966. g-source-funcs-finalize,
  967. g-source-funcs-dispatch,
  968. g-source-funcs-check,
  969. g-source-funcs-prepare,
  970. <GSourceFuncs>,
  971. g-source-callback-funcs-get,
  972. g-source-callback-funcs-unref,
  973. g-source-callback-funcs-ref,
  974. <GSourceCallbackFuncs>,
  975. g-source-set-name-by-id,
  976. g-source-remove-by-user-data,
  977. g-source-remove-by-funcs-user-data,
  978. g-source-remove,
  979. g-source-unref,
  980. g-source-set-priority,
  981. g-source-set-name,
  982. g-source-set-funcs,
  983. g-source-set-can-recurse,
  984. g-source-set-callback-indirect,
  985. g-source-set-callback,
  986. g-source-remove-poll,
  987. g-source-remove-child-source,
  988. g-source-ref,
  989. g-source-is-destroyed,
  990. g-source-get-time,
  991. g-source-get-priority,
  992. g-source-get-name,
  993. g-source-get-id,
  994. g-source-get-current-time,
  995. g-source-get-context,
  996. g-source-get-can-recurse,
  997. g-source-destroy,
  998. g-source-attach,
  999. g-source-add-poll,
  1000. g-source-add-child-source,
  1001. g-source-new,
  1002. g-source-priv,
  1003. g-source-name,
  1004. g-source-next,
  1005. g-source-prev,
  1006. g-source-poll-fds,
  1007. g-source-source-id,
  1008. g-source-flags,
  1009. g-source-priority,
  1010. g-source-context,
  1011. g-source-ref-count,
  1012. g-source-source-funcs,
  1013. g-source-callback-funcs,
  1014. g-source-callback-data,
  1015. <GSource>,
  1016. <GSliceConfig*>,
  1017. <GSliceConfig>,
  1018. $g-slice-config-contention-counter,
  1019. $g-slice-config-chunk-sizes,
  1020. $g-slice-config-color-increment,
  1021. $g-slice-config-working-set-msecs,
  1022. $g-slice-config-bypass-magazines,
  1023. $g-slice-config-always-malloc,
  1024. <GShellError*>,
  1025. <GShellError>,
  1026. $g-shell-error-failed,
  1027. $g-shell-error-empty-string,
  1028. $g-shell-error-bad-quoting,
  1029. g-sequence-iter-is-end,
  1030. g-sequence-iter-is-begin,
  1031. g-sequence-iter-get-position,
  1032. g-sequence-iter-compare,
  1033. <GSequenceIter>,
  1034. g-sequence-swap,
  1035. g-sequence-set,
  1036. g-sequence-remove-range,
  1037. g-sequence-remove,
  1038. g-sequence-move-range,
  1039. g-sequence-move,
  1040. g-sequence-get-length,
  1041. g-sequence-free,
  1042. <GSequence>,
  1043. <GSeekType*>,
  1044. <GSeekType>,
  1045. $g-seek-end,
  1046. $g-seek-set,
  1047. $g-seek-cur,
  1048. g-scanner-config-padding-dummy,
  1049. g-scanner-config-store-int64-setter,
  1050. g-scanner-config-store-int64,
  1051. g-scanner-config-scope-0-fallback-setter,
  1052. g-scanner-config-scope-0-fallback,
  1053. g-scanner-config-symbol-2-token-setter,
  1054. g-scanner-config-symbol-2-token,
  1055. g-scanner-config-char-2-token-setter,
  1056. g-scanner-config-char-2-token,
  1057. g-scanner-config-identifier-2-string-setter,
  1058. g-scanner-config-identifier-2-string,
  1059. g-scanner-config-int-2-float-setter,
  1060. g-scanner-config-int-2-float,
  1061. g-scanner-config-numbers-2-int-setter,
  1062. g-scanner-config-numbers-2-int,
  1063. g-scanner-config-scan-string-dq-setter,
  1064. g-scanner-config-scan-string-dq,
  1065. g-scanner-config-scan-string-sq-setter,
  1066. g-scanner-config-scan-string-sq,
  1067. g-scanner-config-scan-hex-dollar-setter,
  1068. g-scanner-config-scan-hex-dollar,
  1069. g-scanner-config-scan-hex-setter,
  1070. g-scanner-config-scan-hex,
  1071. g-scanner-config-scan-float-setter,
  1072. g-scanner-config-scan-float,
  1073. g-scanner-config-scan-octal-setter,
  1074. g-scanner-config-scan-octal,
  1075. g-scanner-config-scan-binary-setter,
  1076. g-scanner-config-scan-binary,
  1077. g-scanner-config-scan-symbols-setter,
  1078. g-scanner-config-scan-symbols,
  1079. g-scanner-config-scan-identifier-null-setter,
  1080. g-scanner-config-scan-identifier-null,
  1081. g-scanner-config-scan-identifier-1char-setter,
  1082. g-scanner-config-scan-identifier-1char,
  1083. g-scanner-config-scan-identifier-setter,
  1084. g-scanner-config-scan-identifier,
  1085. g-scanner-config-scan-comment-multi-setter,
  1086. g-scanner-config-scan-comment-multi,
  1087. g-scanner-config-skip-comment-single-setter,
  1088. g-scanner-config-skip-comment-single,
  1089. g-scanner-config-skip-comment-multi-setter,
  1090. g-scanner-config-skip-comment-multi,
  1091. g-scanner-config-case-sensitive-setter,
  1092. g-scanner-config-case-sensitive,
  1093. g-scanner-config-cpair-comment-single-setter,
  1094. g-scanner-config-cpair-comment-single,
  1095. g-scanner-config-cset-identifier-nth-setter,
  1096. g-scanner-config-cset-identifier-nth,
  1097. g-scanner-config-cset-identifier-first-setter,
  1098. g-scanner-config-cset-identifier-first,
  1099. g-scanner-config-cset-skip-characters-setter,
  1100. g-scanner-config-cset-skip-characters,
  1101. <GScannerConfig>,
  1102. g-scanner-unexp-token,
  1103. g-scanner-sync-file-offset,
  1104. g-scanner-set-scope,
  1105. g-scanner-scope-remove-symbol,
  1106. g-scanner-scope-add-symbol,
  1107. g-scanner-peek-next-token,
  1108. g-scanner-input-text,
  1109. g-scanner-input-file,
  1110. g-scanner-get-next-token,
  1111. g-scanner-eof,
  1112. g-scanner-destroy,
  1113. g-scanner-cur-token,
  1114. g-scanner-cur-position,
  1115. g-scanner-cur-line,
  1116. g-scanner-msg-handler-setter,
  1117. g-scanner-msg-handler,
  1118. g-scanner-scope-id,
  1119. g-scanner-buffer,
  1120. g-scanner-text-end,
  1121. g-scanner-text,
  1122. g-scanner-input-fd,
  1123. g-scanner-symbol-table,
  1124. g-scanner-next-position-setter,
  1125. g-scanner-next-position,
  1126. g-scanner-next-line-setter,
  1127. g-scanner-next-line,
  1128. g-scanner-next-value-setter,
  1129. g-scanner-next-value,
  1130. g-scanner-next-token-setter,
  1131. g-scanner-next-token,
  1132. g-scanner-position-setter,
  1133. g-scanner-position,
  1134. g-scanner-line-setter,
  1135. g-scanner-line,
  1136. g-scanner-value-setter,
  1137. g-scanner-value,
  1138. g-scanner-token-setter,
  1139. g-scanner-token,
  1140. g-scanner-config-setter,
  1141. g-scanner-config,
  1142. g-scanner-qdata-setter,
  1143. g-scanner-qdata,
  1144. g-scanner-input-name-setter,
  1145. g-scanner-input-name,
  1146. g-scanner-parse-errors-setter,
  1147. g-scanner-parse-errors,
  1148. g-scanner-max-parse-errors-setter,
  1149. g-scanner-max-parse-errors,
  1150. g-scanner-user-data-setter,
  1151. g-scanner-user-data,
  1152. <GScanner>,
  1153. $sysdef-msg-peek,
  1154. $sysdef-msg-oob,
  1155. $sysdef-msg-dontroute,
  1156. $sysdef-af-unix,
  1157. $sysdef-af-inet6,
  1158. $sysdef-af-inet,
  1159. $str-delimiters,
  1160. $sqrt2,
  1161. g-s-list-next-setter,
  1162. g-s-list-next,
  1163. g-s-list-data-setter,
  1164. g-s-list-data,
  1165. <GSList>,
  1166. $sizeof-void-p,
  1167. $sizeof-size-t,
  1168. $sizeof-long,
  1169. $searchpath-separator-s,
  1170. $searchpath-separator,
  1171. <GRegexMatchFlags*>,
  1172. <GRegexMatchFlags>,
  1173. $g-regex-match-newline-any,
  1174. $g-regex-match-newline-crlf,
  1175. $g-regex-match-newline-lf,
  1176. $g-regex-match-newline-cr,
  1177. $g-regex-match-partial,
  1178. $g-regex-match-notempty,
  1179. $g-regex-match-noteol,
  1180. $g-regex-match-notbol,
  1181. $g-regex-match-anchored,
  1182. <GRegexError*>,
  1183. <GRegexError>,
  1184. $g-regex-error-missing-back-reference,
  1185. $g-regex-error-inconsistent-newline-options,
  1186. $g-regex-error-define-repetion,
  1187. $g-regex-error-too-many-branches-in-define,
  1188. $g-regex-error-invalid-octal-value,
  1189. $g-regex-error-too-many-subpatterns,
  1190. $g-regex-error-subpattern-name-too-long,
  1191. $g-regex-error-unknown-property,
  1192. $g-regex-error-malformed-property,
  1193. $g-regex-error-duplicate-subpattern-name,
  1194. $g-regex-error-missing-subpattern-name-terminator,
  1195. $g-regex-error-infinite-loop,
  1196. $g-regex-error-single-byte-match-in-lookbehind,
  1197. $g-regex-error-invalid-condition,
  1198. $g-regex-error-hex-code-too-large,
  1199. $g-regex-error-posix-collating-elements-not-supported,
  1200. $g-regex-error-unknown-posix-class-name,
  1201. $g-regex-error-assertion-expected,
  1202. $g-regex-error-too-many-conditional-branches,
  1203. $g-regex-error-malformed-condition,
  1204. $g-regex-error-variable-length-lookbehind,
  1205. $g-regex-error-memory-error,
  1206. $g-regex-error-expression-too-large,
  1207. $g-regex-error-unterminated-comment,
  1208. $g-regex-error-inexistent-subpattern-reference,
  1209. $g-regex-error-unmatched-parenthesis,
  1210. $g-regex-error-posix-named-class-outside-class,
  1211. $g-regex-error-unrecognized-character,
  1212. $g-regex-error-nothing-to-repeat,
  1213. $g-regex-error-range-out-of-order,
  1214. $g-regex-error-invalid-escape-in-character-class,
  1215. $g-regex-error-unterminated-character-class,
  1216. $g-regex-error-quantifier-too-big,
  1217. $g-regex-error-quantifiers-out-of-order,
  1218. $g-regex-error-unrecognized-escape,
  1219. $g-regex-error-missing-control-char,
  1220. $g-regex-error-stray-backslash,
  1221. $g-regex-error-internal,
  1222. $g-regex-error-match,
  1223. $g-regex-error-replace,
  1224. $g-regex-error-optimize,
  1225. $g-regex-error-compile,
  1226. <GRegexCompileFlags*>,
  1227. <GRegexCompileFlags>,
  1228. $g-regex-newline-crlf,
  1229. $g-regex-newline-lf,
  1230. $g-regex-newline-cr,
  1231. $g-regex-dupnames,
  1232. $g-regex-optimize,
  1233. $g-regex-no-auto-capture,
  1234. $g-regex-raw,
  1235. $g-regex-ungreedy,
  1236. $g-regex-dollar-endonly,
  1237. $g-regex-anchored,
  1238. $g-regex-extended,
  1239. $g-regex-dotall,
  1240. $g-regex-multiline,
  1241. $g-regex-caseless,
  1242. g-regex-match-simple,
  1243. g-regex-escape-string,
  1244. g-regex-escape-nul,
  1245. g-regex-error-quark,
  1246. g-regex-check-replacement,
  1247. g-regex-unref,
  1248. g-regex-replace-literal,
  1249. g-regex-replace,
  1250. g-regex-ref,
  1251. g-regex-match-full,
  1252. g-regex-match-all-full,
  1253. g-regex-match-all,
  1254. g-regex-match,
  1255. g-regex-get-string-number,
  1256. g-regex-get-pattern,
  1257. g-regex-get-max-backref,
  1258. g-regex-get-match-flags,
  1259. g-regex-get-compile-flags,
  1260. g-regex-get-capture-count,
  1261. g-regex-new,
  1262. <GRegex>,
  1263. g-rec-mutex-unlock,
  1264. g-rec-mutex-trylock,
  1265. g-rec-mutex-lock,
  1266. g-rec-mutex-init,
  1267. g-rec-mutex-clear,
  1268. g-rec-mutex-i,
  1269. g-rec-mutex-p,
  1270. <GRecMutex>,
  1271. g-rand-set-seed-array,
  1272. g-rand-set-seed,
  1273. g-rand-int-range,
  1274. g-rand-int,
  1275. g-rand-free,
  1276. g-rand-double-range,
  1277. g-rand-double,
  1278. <GRand>,
  1279. g-rw-lock-writer-unlock,
  1280. g-rw-lock-writer-trylock,
  1281. g-rw-lock-writer-lock,
  1282. g-rw-lock-reader-unlock,
  1283. g-rw-lock-reader-trylock,
  1284. g-rw-lock-reader-lock,
  1285. g-rw-lock-init,
  1286. g-rw-lock-clear,
  1287. g-rw-lock-i,
  1288. g-rw-lock-p,
  1289. <GRWLock>,
  1290. g-queue-reverse,
  1291. g-queue-remove-all,
  1292. g-queue-remove,
  1293. g-queue-push-tail,
  1294. g-queue-push-nth,
  1295. g-queue-push-head,
  1296. g-queue-is-empty,
  1297. g-queue-init,
  1298. g-queue-index,
  1299. g-queue-get-length,
  1300. g-queue-free-full,
  1301. g-queue-free,
  1302. g-queue-clear,
  1303. g-queue-length-setter,
  1304. g-queue-length,
  1305. g-queue-tail-setter,
  1306. g-queue-tail,
  1307. g-queue-head-setter,
  1308. g-queue-head,
  1309. <GQueue>,
  1310. g-ptr-array-unref,
  1311. g-ptr-array-set-size,
  1312. g-ptr-array-set-free-func,
  1313. g-ptr-array-remove-range,
  1314. g-ptr-array-remove-fast,
  1315. g-ptr-array-remove,
  1316. g-ptr-array-add,
  1317. g-ptr-array-len-setter,
  1318. g-ptr-array-len,
  1319. g-ptr-array-pdata-setter,
  1320. g-ptr-array-pdata,
  1321. <GPtrArray>,
  1322. g-private-set,
  1323. g-private-replace,
  1324. g-private-future,
  1325. g-private-notify,
  1326. g-private-p,
  1327. <GPrivate>,
  1328. g-poll-fd-revents-setter,
  1329. g-poll-fd-revents,
  1330. g-poll-fd-events-setter,
  1331. g-poll-fd-events,
  1332. g-poll-fd-fd-setter,
  1333. g-poll-fd-fd,
  1334. <GPollFD>,
  1335. g-pattern-spec-free,
  1336. g-pattern-spec-equal,
  1337. <GPatternSpec>,
  1338. $priority-low,
  1339. $priority-high-idle,
  1340. $priority-high,
  1341. $priority-default-idle,
  1342. $priority-default,
  1343. $pollfd-format,
  1344. $pi-4,
  1345. $pi-2,
  1346. $pi,
  1347. $pdp-endian,
  1348. g-option-group-set-translation-domain,
  1349. g-option-group-set-translate-func,
  1350. g-option-group-free,
  1351. g-option-group-add-entries,
  1352. <GOptionGroup>,
  1353. <GOptionFlags*>,
  1354. <GOptionFlags>,
  1355. $g-option-flag-noalias,
  1356. $g-option-flag-optional-arg,
  1357. $g-option-flag-filename,
  1358. $g-option-flag-no-arg,
  1359. $g-option-flag-reverse,
  1360. $g-option-flag-in-main,
  1361. $g-option-flag-hidden,
  1362. <GOptionError*>,
  1363. <GOptionError>,
  1364. $g-option-error-failed,
  1365. $g-option-error-bad-value,
  1366. $g-option-error-unknown-option,
  1367. g-option-entry-arg-description-setter,
  1368. g-option-entry-arg-description,
  1369. g-option-entry-description-setter,
  1370. g-option-entry-description,
  1371. g-option-entry-arg-data-setter,
  1372. g-option-entry-arg-data,
  1373. g-option-entry-arg-setter,
  1374. g-option-entry-arg,
  1375. g-option-entry-flags-setter,
  1376. g-option-entry-flags,
  1377. g-option-entry-short-name-setter,
  1378. g-option-entry-short-name,
  1379. g-option-entry-long-name-setter,
  1380. g-option-entry-long-name,
  1381. <GOptionEntry>,
  1382. g-option-context-set-translation-domain,
  1383. g-option-context-set-translate-func,
  1384. g-option-context-set-summary,
  1385. g-option-context-set-main-group,
  1386. g-option-context-set-ignore-unknown-options,
  1387. g-option-context-set-help-enabled,
  1388. g-option-context-set-description,
  1389. g-option-context-parse,
  1390. g-option-context-get-summary,
  1391. g-option-context-get-ignore-unknown-options,
  1392. g-option-context-get-help-enabled,
  1393. g-option-context-get-help,
  1394. g-option-context-get-description,
  1395. g-option-context-free,
  1396. g-option-context-add-main-entries,
  1397. g-option-context-add-group,
  1398. <GOptionContext>,
  1399. <GOptionArg*>,
  1400. <GOptionArg>,
  1401. $g-option-arg-int64,
  1402. $g-option-arg-double,
  1403. $g-option-arg-filename-array,
  1404. $g-option-arg-string-array,
  1405. $g-option-arg-filename,
  1406. $g-option-arg-callback,
  1407. $g-option-arg-int,
  1408. $g-option-arg-string,
  1409. $g-option-arg-none,
  1410. <GOnceStatus*>,
  1411. <GOnceStatus>,
  1412. $g-once-status-ready,
  1413. $g-once-status-progress,
  1414. $g-once-status-notcalled,
  1415. g-once-init-leave,
  1416. g-once-init-enter,
  1417. g-once-retval-setter,
  1418. g-once-retval,
  1419. g-once-status-setter,
  1420. g-once-status,
  1421. <GOnce>,
  1422. $option-remaining,
  1423. <GNormalizeMode*>,
  1424. <GNormalizeMode>,
  1425. $g-normalize-nfkc,
  1426. $g-normalize-all-compose,
  1427. $g-normalize-nfkd,
  1428. $g-normalize-all,
  1429. $g-normalize-nfc,
  1430. $g-normalize-default-compose,
  1431. $g-normalize-nfd,
  1432. $g-normalize-default,
  1433. g-node-unlink,
  1434. g-node-reverse-children,
  1435. g-node-n-nodes,
  1436. g-node-n-children,
  1437. g-node-max-height,
  1438. g-node-is-ancestor,
  1439. g-node-destroy,
  1440. g-node-depth,
  1441. g-node-child-position,
  1442. g-node-child-index,
  1443. g-node-children-setter,
  1444. g-node-children,
  1445. g-node-parent-setter,
  1446. g-node-parent,
  1447. g-node-prev-setter,
  1448. g-node-prev,
  1449. g-node-next-setter,
  1450. g-node-next,
  1451. g-node-data-setter,
  1452. g-node-data,
  1453. <GNode>,
  1454. g-mutex-unlock,
  1455. g-mutex-trylock,
  1456. g-mutex-lock,
  1457. g-mutex-init,
  1458. g-mutex-clear,
  1459. g-mutex-i,
  1460. g-mutex-p,
  1461. <GMutex>,
  1462. <_GMutex>,
  1463. g-mem-v-table-try-realloc,
  1464. g-mem-v-table-try-malloc,
  1465. g-mem-v-table-calloc,
  1466. g-mem-v-table-free,
  1467. g-mem-v-table-realloc,
  1468. g-mem-v-table-malloc,
  1469. <GMemVTable>,
  1470. g-match-info-unref,
  1471. g-match-info-ref,
  1472. g-match-info-next,
  1473. g-match-info-matches,
  1474. g-match-info-is-partial-match,
  1475. g-match-info-get-string,
  1476. g-match-info-get-regex,
  1477. g-match-info-get-match-count,
  1478. g-match-info-free,
  1479. g-match-info-fetch-pos,
  1480. g-match-info-fetch-named-pos,
  1481. g-match-info-fetch-named,
  1482. g-match-info-fetch,
  1483. g-match-info-expand-references,
  1484. <GMatchInfo>,
  1485. g-markup-parser-error,
  1486. g-markup-parser-passthrough,
  1487. g-markup-parser-text,
  1488. g-markup-parser-end-element,
  1489. g-markup-parser-start-element,
  1490. <GMarkupParser>,
  1491. <GMarkupParseFlags*>,
  1492. <GMarkupParseFlags>,
  1493. $g-markup-prefix-error-position,
  1494. $g-markup-treat-cdata-as-text,
  1495. $g-markup-do-not-use-this-unsupported-flag,
  1496. g-markup-parse-context-push,
  1497. g-markup-parse-context-parse,
  1498. g-markup-parse-context-get-position,
  1499. g-markup-parse-context-get-element,
  1500. g-markup-parse-context-free,
  1501. g-markup-parse-context-end-parse,
  1502. <GMarkupParseContext>,
  1503. <GMarkupError*>,
  1504. <GMarkupError>,
  1505. $g-markup-error-missing-attribute,
  1506. $g-markup-error-invalid-content,
  1507. $g-markup-error-unknown-attribute,
  1508. $g-markup-error-unknown-element,
  1509. $g-markup-error-parse,
  1510. $g-markup-error-empty,
  1511. $g-markup-error-bad-utf8,
  1512. <GMarkupCollectType*>,
  1513. <GMarkupCollectType>,
  1514. $g-markup-collect-optional,
  1515. $g-markup-collect-tristate,
  1516. $g-markup-collect-boolean,
  1517. $g-markup-collect-strdup,
  1518. $g-markup-collect-string,
  1519. $g-markup-collect-invalid,
  1520. g-mapped-file-unref,
  1521. g-mapped-file-get-length,
  1522. g-mapped-file-get-contents,
  1523. g-mapped-file-free,
  1524. <GMappedFile>,
  1525. g-main-loop-unref,
  1526. g-main-loop-run,
  1527. g-main-loop-ref,
  1528. g-main-loop-quit,
  1529. g-main-loop-is-running,
  1530. g-main-loop-get-context,
  1531. g-main-loop-new,
  1532. <GMainLoop>,
  1533. g-main-context-ref-thread-default,
  1534. g-main-context-get-thread-default,
  1535. g-main-context-default,
  1536. g-main-context-wakeup,
  1537. g-main-context-wait,
  1538. g-main-context-unref,
  1539. g-main-context-remove-poll,
  1540. g-main-context-release,
  1541. g-main-context-ref,
  1542. g-main-context-query,
  1543. g-main-context-push-thread-default,
  1544. g-main-context-prepare,
  1545. g-main-context-pop-thread-default,
  1546. g-main-context-pending,
  1547. g-main-context-iteration,
  1548. g-main-context-is-owner,
  1549. g-main-context-invoke-full,
  1550. g-main-context-find-source-by-user-data,
  1551. g-main-context-find-source-by-id,
  1552. g-main-context-find-source-by-funcs-user-data,
  1553. g-main-context-dispatch,
  1554. g-main-context-check,
  1555. g-main-context-add-poll,
  1556. g-main-context-acquire,
  1557. g-main-context-new,
  1558. <GMainContext>,
  1559. $module-suffix,
  1560. $g-minor-version,
  1561. $g-micro-version,
  1562. $g-major-version,
  1563. <GLogLevelFlags*>,
  1564. <GLogLevelFlags>,
  1565. $g-log-level-mask,
  1566. $g-log-level-debug,
  1567. $g-log-level-info,
  1568. $g-log-level-message,
  1569. $g-log-level-warning,
  1570. $g-log-level-critical,
  1571. $g-log-level-error,
  1572. $g-log-flag-fatal,
  1573. $g-log-flag-recursion,
  1574. g-list-prev-setter,
  1575. g-list-prev,
  1576. g-list-next-setter,
  1577. g-list-next,
  1578. g-list-data-setter,
  1579. g-list-data,
  1580. <GList>,
  1581. $log-level-user-shift,
  1582. $log-fatal-mask,
  1583. $log-2-base-10,
  1584. $ln2,
  1585. $ln10,
  1586. $little-endian,
  1587. <GKeyFileFlags*>,
  1588. <GKeyFileFlags>,
  1589. $g-key-file-keep-translations,
  1590. $g-key-file-keep-comments,
  1591. $g-key-file-none,
  1592. <GKeyFileError*>,
  1593. <GKeyFileError>,
  1594. $g-key-file-error-invalid-value,
  1595. $g-key-file-error-group-not-found,
  1596. $g-key-file-error-key-not-found,
  1597. $g-key-file-error-not-found,
  1598. $g-key-file-error-parse,
  1599. $g-key-file-error-unknown-encoding,
  1600. g-key-file-error-quark,
  1601. g-key-file-unref,
  1602. g-key-file-to-data,
  1603. g-key-file-set-value,
  1604. g-key-file-set-uint64,
  1605. g-key-file-set-string-list,
  1606. g-key-file-set-string,
  1607. g-key-file-set-locale-string-list,
  1608. g-key-file-set-locale-string,
  1609. g-key-file-set-list-separator,
  1610. g-key-file-set-integer-list,
  1611. g-key-file-set-integer,
  1612. g-key-file-set-int64,
  1613. g-key-file-set-double-list,
  1614. g-key-file-set-double,
  1615. g-key-file-set-comment,
  1616. g-key-file-set-boolean-list,
  1617. g-key-file-set-boolean,
  1618. g-key-file-remove-key,
  1619. g-key-file-remove-group,
  1620. g-key-file-remove-comment,
  1621. g-key-file-load-from-file,
  1622. g-key-file-load-from-dirs,
  1623. g-key-file-load-from-data-dirs,
  1624. g-key-file-load-from-data,
  1625. g-key-file-has-group,
  1626. g-key-file-get-value,
  1627. g-key-file-get-uint64,
  1628. g-key-file-get-string-list,
  1629. g-key-file-get-string,
  1630. g-key-file-get-start-group,
  1631. g-key-file-get-locale-string-list,
  1632. g-key-file-get-locale-string,
  1633. g-key-file-get-keys,
  1634. g-key-file-get-integer-list,
  1635. g-key-file-get-integer,
  1636. g-key-file-get-int64,
  1637. g-key-file-get-groups,
  1638. g-key-file-get-double-list,
  1639. g-key-file-get-double,
  1640. g-key-file-get-comment,
  1641. g-key-file-get-boolean-list,
  1642. g-key-file-get-boolean,
  1643. g-key-file-new,
  1644. <GKeyFile>,
  1645. $key-file-desktop-type-link,
  1646. $key-file-desktop-type-directory,
  1647. $key-file-desktop-type-application,
  1648. $key-file-desktop-key-version,
  1649. $key-file-desktop-key-url,
  1650. $key-file-desktop-key-type,
  1651. $key-file-desktop-key-try-exec,
  1652. $key-file-desktop-key-terminal,
  1653. $key-file-desktop-key-startup-wm-class,
  1654. $key-file-desktop-key-startup-notify,
  1655. $key-file-desktop-key-path,
  1656. $key-file-desktop-key-only-show-in,
  1657. $key-file-desktop-key-no-display,
  1658. $key-file-desktop-key-not-show-in,
  1659. $key-file-desktop-key-name,
  1660. $key-file-desktop-key-mime-type,
  1661. $key-file-desktop-key-keywords,
  1662. $key-file-desktop-key-icon,
  1663. $key-file-desktop-key-hidden,
  1664. $key-file-desktop-key-gettext-domain,
  1665. $key-file-desktop-key-generic-name,
  1666. $key-file-desktop-key-fullname,
  1667. $key-file-desktop-key-exec,
  1668. $key-file-desktop-key-comment,
  1669. $key-file-desktop-key-categories,
  1670. $key-file-desktop-group,
  1671. <GIOStatus*>,
  1672. <GIOStatus>,
  1673. $g-io-status-again,
  1674. $g-io-status-eof,
  1675. $g-io-status-normal,
  1676. $g-io-status-error,
  1677. g-io-funcs-io-get-flags,
  1678. g-io-funcs-io-set-flags,
  1679. g-io-funcs-io-free,
  1680. g-io-funcs-io-create-watch,
  1681. g-io-funcs-io-close,
  1682. g-io-funcs-io-seek,
  1683. g-io-funcs-io-write,
  1684. g-io-funcs-io-read,
  1685. <GIOFuncs>,
  1686. <GIOFlags*>,
  1687. <GIOFlags>,
  1688. $g-io-flag-set-mask,
  1689. $g-io-flag-get-mask,
  1690. $g-io-flag-mask,
  1691. $g-io-flag-is-seekable,
  1692. $g-io-flag-is-writable,
  1693. $g-io-flag-is-readable,
  1694. $g-io-flag-nonblock,
  1695. $g-io-flag-append,
  1696. <GIOError*>,
  1697. <GIOError>,
  1698. $g-io-error-unknown,
  1699. $g-io-error-inval,
  1700. $g-io-error-again,
  1701. $g-io-error-none,
  1702. <GIOCondition*>,
  1703. <GIOCondition>,
  1704. $g-io-nval,
  1705. $g-io-hup,
  1706. $g-io-err,
  1707. $g-io-pri,
  1708. $g-io-out,
  1709. $g-io-in,
  1710. <GIOChannelError*>,
  1711. <GIOChannelError>,
  1712. $g-io-channel-error-failed,
  1713. $g-io-channel-error-pipe,
  1714. $g-io-channel-error-overflow,
  1715. $g-io-channel-error-nxio,
  1716. $g-io-channel-error-nospc,
  1717. $g-io-channel-error-isdir,
  1718. $g-io-channel-error-io,
  1719. $g-io-channel-error-inval,
  1720. $g-io-channel-error-fbig,
  1721. g-io-channel-error-quark,
  1722. g-io-channel-error-from-errno,
  1723. g-io-channel-write-unichar,
  1724. g-io-channel-write-chars,
  1725. g-io-channel-write,
  1726. g-io-channel-unref,
  1727. g-io-channel-unix-get-fd,
  1728. g-io-channel-shutdown,
  1729. g-io-channel-set-line-term,
  1730. g-io-channel-set-flags,
  1731. g-io-channel-set-encoding,
  1732. g-io-channel-set-close-on-unref,
  1733. g-io-channel-set-buffered,
  1734. g-io-channel-set-buffer-size,
  1735. g-io-channel-seek-position,
  1736. g-io-channel-seek,
  1737. g-io-channel-ref,
  1738. g-io-channel-read-unichar,
  1739. g-io-channel-read-to-end,
  1740. g-io-channel-read-line-string,
  1741. g-io-channel-read-line,
  1742. g-io-channel-read-chars,
  1743. g-io-channel-read,
  1744. g-io-channel-init,
  1745. g-io-channel-get-line-term,
  1746. g-io-channel-get-flags,
  1747. g-io-channel-get-encoding,
  1748. g-io-channel-get-close-on-unref,
  1749. g-io-channel-get-buffered,
  1750. g-io-channel-get-buffer-size,
  1751. g-io-channel-get-buffer-condition,
  1752. g-io-channel-flush,
  1753. g-io-channel-close,
  1754. g-io-channel-unix-new,
  1755. g-io-channel-new-file,
  1756. g-io-channel-reserved2,
  1757. g-io-channel-reserved1,
  1758. g-io-channel-is-seekable,
  1759. g-io-channel-is-writeable,
  1760. g-io-channel-is-readable,
  1761. g-io-channel-close-on-unref,
  1762. g-io-channel-do-encode,
  1763. g-io-channel-use-buffer,
  1764. g-io-channel-partial-write-buf,
  1765. g-io-channel-write-buf,
  1766. g-io-channel-encoded-read-buf,
  1767. g-io-channel-read-buf,
  1768. g-io-channel-buf-size,
  1769. g-io-channel-line-term-len,
  1770. g-io-channel-line-term,
  1771. g-io-channel-write-cd,
  1772. g-io-channel-read-cd,
  1773. g-io-channel-encoding,
  1774. g-io-channel-funcs,
  1775. g-io-channel-ref-count,
  1776. <GIOChannel>,
  1777. $ieee754-float-bias,
  1778. $ieee754-double-bias,
  1779. g-iconv-close,
  1780. g-iconv,
  1781. <GIConv>,
  1782. g-hook-list-invoke-check,
  1783. g-hook-list-invoke,
  1784. g-hook-list-init,
  1785. g-hook-list-clear,
  1786. g-hook-list-dummy-setter,
  1787. g-hook-list-dummy,
  1788. g-hook-list-finalize-hook-setter,
  1789. g-hook-list-finalize-hook,
  1790. g-hook-list-dummy3-setter,
  1791. g-hook-list-dummy3,
  1792. g-hook-list-hooks-setter,
  1793. g-hook-list-hooks,
  1794. g-hook-list-is-setup-setter,
  1795. g-hook-list-is-setup,
  1796. g-hook-list-hook-size-setter,
  1797. g-hook-list-hook-size,
  1798. g-hook-list-seq-id-setter,
  1799. g-hook-list-seq-id,
  1800. <GHookList>,
  1801. <GHookFlagMask*>,
  1802. <GHookFlagMask>,
  1803. $g-hook-flag-mask,
  1804. $g-hook-flag-in-call,
  1805. $g-hook-flag-active,
  1806. g-hook-unref,
  1807. g-hook-prepend,
  1808. g-hook-insert-before,
  1809. g-hook-free,
  1810. g-hook-destroy-link,
  1811. g-hook-compare-ids,
  1812. g-hook-destroy-setter,
  1813. g-hook-destroy,
  1814. g-hook-func-setter,
  1815. g-hook-func,
  1816. g-hook-flags-setter,
  1817. g-hook-flags,
  1818. g-hook-hook-id-setter,
  1819. g-hook-hook-id,
  1820. g-hook-ref-count-setter,
  1821. g-hook-ref-count,
  1822. g-hook-prev-setter,
  1823. g-hook-prev,
  1824. g-hook-next-setter,
  1825. g-hook-next,
  1826. g-hook-data-setter,
  1827. g-hook-data,
  1828. <GHook>,
  1829. g-hmac-update,
  1830. g-hmac-unref,
  1831. g-hmac-get-string,
  1832. g-hmac-get-diges

Large files files are truncated, but you can click here to view the full file