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