Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glib2-doc | Distribution: openSUSE Tumbleweed |
Version: 2.82.2 | Vendor: openSUSE |
Release: 2.1 | Build date: Thu Oct 17 14:05:15 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 69187775 | Source RPM: glib2-doc-2.82.2-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://gitlab.gnome.org/GNOME/glib/ | |
Summary: General-Purpose Utility Library |
GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.
LGPL-2.1-or-later
* Thu Oct 17 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.82.2: + Bugs fixed: - glib/gvariant: incorrect use of G_ANALYZER_ANALYZING - Multicast cannot be joined on Mac OS on non-default interface - glib/gvariant: Fix check for G_ANALYZER_ANALYZING - macos: Fix URL launcher - gopenuriportal: Fix two memory leaks - gio: Fix multicast iface selection on macOS - gdatainputstream: Fix length return value on UTF-8 validation failure + Updated translations. * Fri Sep 20 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.82.1: + Fix a potential buffer overflow in `GSocks4aProxy` (boo#1233282 CVE-2024-52533). + Bugs fixed: - Test /unix-mounts/get-mount-entries fails unless libmount is enabled - Buffer overflow in set_connect_msg() - tests: Test against a sample mtab file in unix-mounts for getmntent() - tests: Run lint tests with detected bash - docs(glib): Fix link in string-utils ref - Move to Apple Silicon based runner - gsocks4aproxy: Fix a single byte buffer overflow in connect messages + Updated translations. * Tue Aug 27 2024 pgajdos@suse.com - remove dependency on /usr/bin/python3 using %python3_fix_shebang{,_path} macros, [bsc#1212476] * Mon Aug 26 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.82.0: + Change the default value of -Dglib_debug from `auto` to `enabled` for developers — distributions will almost certainly want to override it to `-Dglib_debug=disabled` for package release builds though. + Revert per-instance locking changes in `GCancellable` as they introduced new races. + Bugs fixed: - Investigate trampoline performance implications in g_mutex_lock_impl() changes - Default value for glib_debug meson option - wrong comment in gmessage.c:escape_string - Should check for epoll_create1 rather than epoll_create - Gio.MenuModel docs have an outdated UI example - gunixmounts: Fix use of uninitialised variable - tests: Run expected-to-hang cancellable tests in subprocesses - CI/msys2-mingw32: Set the G_DEBUGGER environment variable - Revert "GCancellable: Use per-instance mutex logic instead of global critical sections” - Various small backports - Backport “gthread: Move thread _impl functions to static inlines for speed” + Updated translations. - Pass glib_debug=disabled to meson as recommended by upstream and pass sysprof=disabled to meson, avoid pulling in extra dependencies. - Drop python enviroment fix, no longer needed. * Mon Aug 26 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.80.5: + Bugs fixed: - Fix gsocketclient-slow test on FreeBSD - glib-private: fix build under Cygwin - tests: Fix compilation of resolver-parsing test on FreeBSD - introspection: Correct GIO-Windows pkg-config name + Updated translations * Mon Jul 08 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.80.4: + Bugs fixed: - GLib unit tests fail on macOS runner due to localhost being out of addresses - Random failures to build glib 2.80.3 - Backport !4111 “gioerror: Map EADDRNOTAVAIL to G_IO_ERROR_CONNECTION_REFUSED” to glib-2-80 - Backport !3373 and !4117 “Handle files >4GB in g_file_load_contents()“ to glib-2-80 - Backport !4020 and !4122: fixes to GIR install locations and build race fixes - Backport !4110 “gthreadedresolver: ref-sink returned records in lookup_records()” to glib-2-80 * Tue Jun 11 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.80.3: + Bugs fixed: - g_socket_client_connect_to_host_async leaks memory when target host doesn't respond to ARP. - gi_repository_find_by_gtype is nondeterministic. - Crash in error path of g_dbus_connection_export_menu_model(). - Backport !4057 “gdbusmessage: Clean the cached arg0 when setting the message body” to glib-2-80. - Backport !4058 “Tests: Build fixes when running `meson test` without previous builds“ to glib-2-80 - Partially backport !4059 “tests: Fix various memory leaks and valgrind / ASAN errors” to glib-2-80 - Backport !4066 “Fix several GCC 14 warnings to please msys2-mingw32 CI” to glib-2-80 - Backport !4065 “girepository: Don't assume a bitfield has a fixed size” to glib-2-80 - Backport !4073 “gmenuexporter: Fix a NULL pointer dereference on an error handling path” to glib-2-80 - Backport !4078 “tests: Fix clang compilation failure due to unrecognised option in pragma” to glib-2-80. - Backport !4033 “girepository: Keep an ordered list of the loaded typelibs” to glib-2-80 - Backport !4104 “gsocketclient: Fix a leak of the task data on an error path” to glib-2-80 + Updated translations. * Mon May 13 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.80.2: + Fix a regression with IBus caused by the fix for CVE-2024-34397. + Fix installation directory of the GVariant specification. + Bugs fixed: - GVariant specification installed in wrong directory. - Backport "gdbusconnection: Fix test signal subscription ordering" to glib-2-80. - Backport “Correct installation directory of GVariant specification” to glib-2-80. - Backport “gdbusconnection: Allow name owners to have the syntax of a well-known name” to glib-2-80. - Changes from version 2.80.1 + Fix CVE-2024-34397: GDBus signal subscriptions for well-known names are vulnerable to unicast spoofing (boo#1224044). + Updated translations. * Tue Apr 02 2024 Dirk Müller <dmueller@suse.com> - require dbus-launch only if dbus-service is wanted. This helps with stripping down container-only builds (jsc#PED-8153) * Mon Mar 18 2024 Dominique Leuenberger <dimstar@opensuse.org> - Fold typelib-1_0-GioUnix-2_0 into typeib-1_0-Gio-2_0: gjs loads GioUnix as platform-specific overlay to Gio transparently. Any consumer that wants Gio needs GioUnix on Unix-like systems (boo#1211604). * Fri Mar 08 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.80.0: + Bugs fixed: - GLib: string malformed for gettext. - Add missing argument placeholders to several command-line tools. - g_warn_if_fail: Document as always evaluating expr. - docs: . Fix a typo in the macros docs page. . Specify gi-docgen as a native dependency. . Fix building with docs enabled and introspection disabled. . Minor improvements to GSignal documentation. + Updated translations. * Wed Mar 06 2024 Dominique Leuenberger <dimstar@opensuse.org> - Create glib2-stage1: build glib2 without intrsospection. This intermediate glib2-stage1-devel is used to the build gobject-introspection, which in turn is needed to build the real glib2 packages. * Tue Feb 27 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.79.3: + Various consistency improvements to the command line libgirepository tools * Tue Feb 13 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.79.2: + More work to reduce lock contention and improve performance in GObject. + More API changes to libgirepository, which is now stable as of this release. + Import `g-ir-compiler`, `g-ir-generate` and `g-ir-inspect` from gobject-introspection.git and update them to work with girepository-2.0, renaming them to `gi-compile-repository`, `gi-decompile-typelib` and`gi-inspect-typelib`. + Add new `GLibUnix-2.0.gir`, `GLibWin32-2.0.gir`, `GioUnix-2.0.gir` and `GioWin32-2.0.gir` GIRs which contain platform specific APIs, and are the preferred way for third parties to access those APIs in future; although platform specific APIs which were already exposed in `GLib-2.0.gir` and `Gio-2.0.gir` continue to be listed there; the underlying `.so` files have not changed. * Mon Jan 29 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.79.1: + Fix a race condition in `g_object_unref()`, + Various API and build changes to libgirepository as it is not yet API-stable, + Build fixes on big-endian 64-bit systems and mips64el, + Reduce contention on global locks within GObject, + Allow building man pages without the reference documentation, * Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.79.0+158: + Port to gi-docgen and drop gtk-doc support — dependencies have changed, and Meson needs `-Ddocumentation` now rather than `-Dgtk_doc. + Move libgirepository into glib.git from gobject-introspection.git — but tools like `g-ir-scanner` are currently still in gobject-introspection.git. For the moment, glib.git needs to be built twice, once with `-Dintrospection=false`, then build gobject-introspection.git, then re-build glib.git with `-Dintrospection=true`. This process will evolve throughout the GLib 2.80 cycle. The API and ABI of libgirepository has changed, and accordingly its version number has been bumped from 1.0 to 2.0 (note: the version number of `GIRepository-*.gir` has been bumped from 2.0 to 3.0. + Match behaviour for `GAppInfo` searches has changed. + Rename `GTK_USE_PORTAL` environment variable to `GIO_USE_PORTALS`. + Bump Meson dependency to 1.2.0 and depend on Python `packaging` module. - Add pkgconfig(gobject-introspection-1.0) BuildRequires: new dependency. - For doc flavor: replace gtk-doc BuildRequires with pkgconfig(gi-docgen), following upstreams port to gi-docgen. - Convert to source service for easier updating. * Thu Dec 07 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.78.3: + Fix a crash-causing regression in xdgmime + Bugs fixed: - Crash in __gio_xdg_cache_mime_type_subclass - Backport “xdgmime: Update to upstream commit c2c814d4051f232” to glib-2-78 * Tue Dec 05 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.78.2: + Bugs fixed: - check for #ifdef PTRACE_O_EXITKILL will always fail since it isn't a macro - gsubprocess build-time test intermittently timing out since 2.78.1 - “meson: Improve PTRACE_O_EXITKILL presence check” - “Make GQuark register intentional leaks” - “gsignalgroup: Avoid function call with side effect in g_return_* macro” - “tests: Don't assume that sh optimizes simple commands into exec” - “xdgmime: Handle buggy type definitions with circular inheritance” - “collate: Don't segfault on bad input” * Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup instead of %setup/%patch. * Wed Oct 25 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.78.1: + Fix truncating files when `g_file_set_contents_full()` is called without `G_FILE_SET_CONTENTS_CONSISTENT` + Fix `-Dlibelf=disabled` on Linux + Bugs fixed: - NetworkManager 1.44.0 crashes repeatedly with glib 2.78.0 - gsubprocess-testprog.c: build error with cygwin (sys/ptrace.h: No such file or directory) - gio clears modification time in microseconds when setting with `set_modification_date_time` - Build of glib 2.78.0 ignores -Dlibelf=disabled - glib-2.78.0 fails at gio/tests/gsubprocess.p/gsubprocess.c.o - Segfault when creating GIO GPropertyAction without properties - `g_file_set_contents_full()` doesn't truncate the file (without `G_FILE_SET_CONTENTS_CONSISTENT`) - guniprop.c: Avoid creating (temporarily) out-of-bounds pointers - Fixes for integer cast warnings when targeting CHERI - Fix test_find_program on FreeBSD - gconstructor.h: Ensure [c|d]tor prototypes are present for MSVC - Fix gutils-user-database test on macOS - Add value annotation to G_TYPE_FUNDAMENTAL_MAX - meson: Fix Windows build with PCRE2 as sibling subproject - gconstructor.h: Ensure [c|d]tor prototypes are present for MSVC - glocalfileinfo: Preserve microseconds for access/modify times - Make sure the `GTask` is freed on a graceful disconnect - Buffer needs to be aligned correctly to receive linux_dirent64. - gtestutils.h: Fix warning with -Wsign-conversion caused by g_assert_cmpint - tests: Drop unnecessary include from gsubprocess-testprog.c - wakeup: do single read when using eventfd() - wakeup: Fix g_wakeup_acknowledge if signal comes in” - Use g_task_return in task threads - build: Fix -Dlibelf=disabled on Linux - gfileutils: Add a missing ftruncate() call when writing files + Updated translations. - Drop 0005-gthreadedresolver-Fix-race.patch: Fixed upstream. * Tue Oct 24 2023 Bjørn Lie <bjorn.lie@gmail.com> - Use sed call to replace gio-querymodules with gio-querymodules-64 in gio-2.0.pc where appropiate. * Wed Oct 11 2023 Dominique Leuenberger <dimstar@opensuse.org> - Require /usr/bin/dbus-daemon by the devel package: GDBusTest launches an own dbus-daemon with a separate environment, so that test code does not have to rely on the session bus. Ensure consumers of GDBusTest have the needed dep present. - Change the dbus-launch Requires to %{_bindir}/dbus-launch: be flexible about potential future package layout changes. * Thu Sep 28 2023 Samuel Cabrero <scabrero@suse.de> - Fix NetworkManager crashing repeatedly with glib 2.78.0; (bsc#1215709); Add patch 0005-gthreadedresolver-Fix-race.patch * Fri Sep 08 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.78.0: + Bugs fixed: - Error handling of invalid GKeyFile string escape sequences changed in GLib 2.77.3 - gdb: Workaround optimized out quark_seq_id - meson: fix `gnetworking.h` install tag - gthread: Annotate g_thread_exit() with G_NORETURN - Fix gutils-user-database unit test + Updated translations. * Mon Sep 04 2023 Luciano Santos <luc14n0@opensuse.org> - Update to version 2.77.3: + Bugs fixed: - GSettings schemas default value translations don't work when using l10n=time. - gdbus-codegen eats indentation in RST in XML comments. - g_dbus_connection_export_menu_model() is not thread_safe. - Possible SEGV (null pointer deref) in distribute_method_call(). - arg_data in GOptionEntry is not a list. - Possible SEGV (null pointer deref) in _g_resource_file_new(). - glib-unix: Clean up use of O_NONBLOCK. - gnetworkaddress: use reentrant getservbyname_r() if available. - gio-tool-info: Move translator comments so they’re visible. - gregex: set default max stack size for PCRE2 JIT compiler to 512KiB. - glib-unix: Accept O_CLOEXEC as well as FD_CLOEXEC in g_unix_open_pipe(). - gio: Add gresource.dtd. - gtestutils: Mention not ignoring SIGCHLD in g_test_trap_subprocess() docs. - [th/gchildwatch-fail-message] gmain: improve g_warning() for failure in g_child_watch_dispatch(). - [th/use-localtime-r] use localtime_r() in g_log_writer_format_fields(). - gregex: if JIT stack limit is reached, fall back to interpretive matching. - glib/gfileutils.c: use 64 bits for value in get_tmp_file(). - gkeyfile: Fix overwriting of GError. + Updated translations. - Update https://wiki.gnome.org/Projects/GLib URL tag to https://gitlab.gnome.org/GNOME/glib/, as the former points to the latter. * Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.77.2: + Bugs fixed: - g_test_trap_subprocess and g_test_subprocess broken in 2.77.1 - ci: Don’t run pipeline after merging a MR - Fix typos - GTree: Handle node counter overflow and return it as an unsigned value - gspawn, gdataset: Restore nullable callback functions + Updated translations. * Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.77.1: + Fix some regressions with `GKeyFile` comment handling. + Improve handling of query and fragment components in `file:` URIs. + Various bugs fixed. + Updated transltations. - Drop glib2-revert-004f48f4.patch: Fixed upstream. * Mon Sep 04 2023 Luciano Santos <luc14n0@opensuse.org> - Add glib2-revert-004f48f4.patch: This patch reverts the "build/\ gmodule-2.0.pc: Move compiler flags from Libs to Cglags" MR (glgo#GNOME/glib!3356), as per agreement discussed in said MR. * Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.77.0: + Fix `GSocketClient` connecting to a proxy if the port is not specified + Support using `copy_file_range()` in `g_file_copy()`, if available + Improve handling of comments above groups in key files + Re-upgrade missing attribute debugs to criticals in `GFileInfo` + Do not redefine NULL on C++ + Make `g_signal_handlers_block_matched()` work for `G_SIGNAL_MATCH_ID` + Fixes to support building with bionic libc better + Fix potential stack overflow in gspawn on macOS if open file limit is very high + Fix support for `--force-fallback-for libpcre` in meson configuration + Generate specific marshallers in `gdbus-codegen` + Fix build failure on Android with `statx()` support + Improve locking performance of `GSignal` + Improve locking performance of `g_main_context_iterate()` + Add an inline definition of `g_free()` to automatically use `g_free_sized()` if available + Fix race with `waitpid()` and `GChildWatchSource` + Add `glib_valgrind_suppressions` variable to glib pkg-config file + Fix build on macOS SDK 10.11 + Switch to using a separate thread pool and support timeouts in `GThreadedResolver` + Track pending `GTask`s if `G_ENABLE_DEBUG` is defined + Support GSignal fast path and more marshallers in `gobject_gdb.py` + Disable the macOS CI because it’s too unreliable — if you rely on GLib working on macOS, please get in touch and do something to help! + Updated translations. * Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.5: + Bugs fixed: - Possible SEGV (null pointer deref) in distribute_method_call(). - Possible SEGV (null pointer deref) in _g_resource_file_new(). - Backport !3529 “gmenuexporter: synchronization in org_gtk_Menus_get_interface.” to glib-2-76. - Backport !3547 “glib/gfileutils.c: use 64 bits for value in get_tmp_file()” to glib-2-76. - Backport !3554 “gresourcefile: Fix crash if called with a badly escaped URI” to glib-2-76. - Backport !3555 “gkeyfile: Fix overwriting of GError” to glib-2-76. - Backport !3539 “gdbusmessage: Validate required headers have the right type” to glib-2-76. * Thu Jul 06 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.4: + Fix build failure on Android with `statx()` support + Bugs fixed: - glib-compile-schemas failed on directory name with no Latin symbols - Build failure due to statx fields with NDK r25.c - glib-compile-resources: Fix non-ASCII arg parsing on Windows - glib: reset errno to 0 when futex() returns EAGAIN - Avoid stack overflow in gspawn on macOS - glocalfileinfo: Fix incorrect use of struct statx.st_mtimensec on Android + Updated translations. * Tue May 23 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.3: + Bugs fixed: glgo#GNOME/GLib#1264, glgo#GNOME/GLib!3402, glgo#GNOME/GLib!3403, glgo#GNOME/GLib!3427, glgo#GNOME/GLib!3428, glgo#GNOME/GLib!3434. + Updated translations. * Fri Apr 21 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.2: + Fixed various build failures in less common setups + Fix launching files in Windows via GtkFileLauncher + Bugs fixed: - GMarkupParser documentation completion - Disagreement between runtime and docs on whether interfaces are "classed" - gdbus-example-proxy-subclass.c is not complete - GAppInfoMonitor documentation deficiencies - Check for __kernel_long_t when enabling futex() - Documentation mentions non-existing function `g_value_free` - Not clear that GPollableInputStream methods are undefined if can_poll() returns FALSE - Missing docs for GOption (commandline parser) - GDebugControllerDBus wrong default in documentation - Probably wrong information regarding G_PLATFORM_WIN32 in README.win32.md - Multiple Definition Error When Generating gio/tests/test5.gresource - user docs: GLib.DateTime.format: broken highlighting - GtkFileLauncher: generated paths not recognized on Win32 - Build failed due to NULL pointer redefinition in C++ - Build randomly fails with: 'gmodule/gmodule-visibility.h' file not found - unicode: add tests for g_utf8_normalize() and empty strings - build: Drop old .gitignore files from test directories - tools: Drop check-abis.sh script - docs: Drop section about default branch renaming from README.md - tests: Update Unicode normalisation tests from Unicode 15 - Make clang++ happier when using G_STATIC_ASSERT - gwin32: Avoid use of function call with side effect in g_return_* macro - gsignal: Clarify documentation for GSignalMatchType matching + Updated translations. * Thu Apr 20 2023 Guido Berhoerster <guido+opensuse@berhoerster.name> - Add mate-mimeapps.list for MATE-specific MIME associations generated by suse-update-mime-defaults * Wed Mar 22 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.1: + Fix build failures in third party C++ projects using `g_strdup()` via C++ qualified symbol lookup. + Downgrade critical warnings from `GFileInfo` about missing attributes to debug messages, as it was affecting too many apps; the critical warnings will be reinstated early in the 2.78 cycle, so apps should continue to fix their ambiguous use of `GFileInfo` API. + Bugs fixed: glgo#GNOME/GLib#159, glgo#GNOME/GLib#352, glgo#GNOME/GLib#919, glgo#GNOME/GLib#2922, glgo#GNOME/GLib#2936, glgo#GNOME/GLib#2943, glgo#GNOME/GLib#2948, glgo#GNOME/GLib!3241, glgo#GNOME/GLib!3315, glgo#GNOME/GLib!3318, glgo#GNOME/GLib!3319, glgo#GNOME/GLib!3321, glgo#GNOME/GLib!3323, glgo#GNOME/GLib!3324, glgo#GNOME/GLib!3325, glgo#GNOME/GLib!3330, glgo#GNOME/GLib!3338. + Updated translations. * Fri Mar 10 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.76.0: + Fix several regressions in handling `GFileInfo` attributes + Bugs fixed: - ETAG_VALUE not set in GFileInfo when requested - File attributes are not set when their value is FALSE/NULL - gfile: Fix file size detection when copying on btrfs - glocalfileinfo: . Mark the lost+found dir as hidden again . Ensure that is-backup is always set + Updated translations. - Rebase patches with quilt. * Wed Mar 08 2023 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.75.4: + Emit a critical warning when acquiring the notification queue during GObject finalization. A type's `finalize()` implementation should not call public API that emits property notifications. + Updated translations. * Tue Mar 07 2023 Bjørn Lie <bjorn.lie@gmail.com> - Rebase glib2-suppress-schema-deprecated-path-warning.patch with quilt. * Fri Feb 24 2023 Dominique Leuenberger <dimstar@opensuse.org> - Fix license files in packages: COPYING in the source tree is a symlink to LICENSES/LGPL-2.1-or-later.txt, but rpm's %license macro copies the symlink, not the target. Explicitly package LICENSES/LGPL-2.1-or-later.txt in this case (boo#1208497). * Fri Feb 24 2023 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.75.3: + Drop the implementation of GSlice, and make the API use the system `malloc()` internally. + Use a thread-spawning thread to keep thread scheduler settings consistent; fixes GThreadPool critical warnings due to failing to set scheduler settings in some situations. + GIR annotation improvements for multiple APIs. + Optimise printing of nested maybes in `g_variant_print()`. + Use `tap` test protocol within GLib, and support TAP 13/14. + Fix a regression in glib-compile-schemas 2.75.2 causing schemas and override files to be sorted incorrectly. + Support per-desktop overrides in `GSettingsAction`. + Various optimisations to `GString`. + Reduce allocations in message printing functions if there’s nothing to format. + Add inline version of `g_strdup()`, allowing the compiler to do `NULL` folding and constant folding on `strlen()` calls. + Add a `GPathBuf` API for building and manipulating file paths. + Add `g_string_free_and_steal()` and use it to warn on unused results from`g_string_free (_, FALSE)`. + Add `g_free_sized()` and `g_aligned_free_sized()` to mirror the upcoming `free_sized()` function in C23; use these if porting away from `g_slice_free()`. + Fix underspecified dependencies on generated headers in `meson.build`, which should reduce spurious build failures. + Updated translations. * Fri Feb 24 2023 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.75.2: + Add `g_ptr_array_sort_values()` and `g_ptr_array_sort_values_with_data()` APIs. + Some fixes for activation of UWP apps on Windows. + Support Markdown output from `gdbus-codegen`. - Changes from version 2.75.1: + Add new `GFileInfo` properties for large thumbnails. + Fix missing input validation in `GDBusMenuModel`. + Change default `g_desktop_app_info_search()` algorithm to include substring matches. + Various GVariant security fixes when handling untrusted data. + Add support for XDG Activation protocol in `GAppLaunchContext`. + Return `application/x-zerosize` rather than `text/plain` as content type for empty files. + Deprecate `-Druntime_libdir` configure option because it was unused. + Check for snap plugs when accessing portals. + Add `GArray` and `GPtrArray` constructors to take or copy C arrays. + Add `GHashTable` methods to get and steal hash table keys and values as `GPtrArray`s. + Change the default D-Bus system bus socket address from `/var/run/dbus/system_bus_socket` to `/run/dbus/system_bus_socket`, in line with changes in dbus.git. - Drop patches: + glib2-dbus-socket-path.patch: fixed upstream. + glib2-fix-normal-form-handling-in-gvariant.patch: fixed upstream * Thu Feb 23 2023 Alynx Zhou <alynx.zhou@suse.com> - Update glib2-fix-normal-form-handling-in-gvariant.patch: Backported from upstream to fix regression on s390x. (bsc#1210135, glgo#GNOME/glib!2978) * Thu Feb 23 2023 Alynx Zhou <alynx.zhou@suse.com> - Add glib2-fix-normal-form-handling-in-gvariant.patch: Backported from upstream to fix normal form handling in GVariant. (CVE-2023-24593, CVE-2023-25180, bsc#1209714, bsc#1209713, glgo#GNOME/glib!3125) * Thu Feb 23 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.6: + Bugs fixed: glgo#GNOME/GLib!3239 Backport glgo#GNOME/GLib!3237 “Fix safe_wspawnve #define” to glib-2-74. + Updated translations. * Thu Jan 19 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.5: + Bugs fixed: glgo#GNOME/GLib#2843, glgo#GNOME/GLib#2881, glgo#GNOME/GLib#2883, glgo#GNOME/GLib!3165, glgo#GNOME/GLib!3166, glgo#GNOME/GLib!3182, glgo#GNOME/GLib!3197, glgo#GNOME/GLib!3204, glgo#GNOME/GLib!3214. + Updated translations. - Drop 1539540.patch: Fixed upstream. * Thu Dec 22 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.4: + Fix missing input validation in `GDBusMenuModel`. + Various GVariant security fixes when handling untrusted data. + Bugs fixed: glgo#GNOME/GLib#861, glgo#GNOME/GLib#2121, glgo#GNOME/GLib#2540, glgo#GNOME/GLib#2794, glgo#GNOME/GLib#2797, glgo#GNOME/GLib#2835, glgo#GNOME/GLib#2839, glgo#GNOME/GLib#2840, glgo#GNOME/GLib#2841, glgo#GNOME/GLib#2852, glgo#GNOME/GLib!3114, glgo#GNOME/GLib!3126, glgo#GNOME/GLib!3134, glgo#GNOME/GLib!3138, glgo#GNOME/GLib!3153, glgo#GNOME/GLib!3161, glgo#GNOME/GLib!3164. + Updated translations. - Add 1539540.patch: gthread-posix: need to #include <errno.h>. * Fri Dec 02 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.3: + Fix regression in type checking `g_str_equal()` from C++ projects (glgo#GNOME/GLib#2820). + Bugs fixed: - glgo#GNOME/GLib#2820 g_str_equal: New macro version breaks compilation in C++ projects - glgo#GNOME/GLib!3096 Backport !3094 “gstrfuncs: Fix regression in C++ types accepted by g_str_equal()” to glib-2-74 - Changes from version 2.74.2: + Fix GVariant type depths checks on text format variants. + Fix an obscure corner case with FD handling in g_spawn_*() when a process has already closed the standard I/O FDs. + Fix regression in type checking on const arguments to g_str_equal(). + Bugs fixed: glgo#GNOME/GLib#2782 GVariant type depth not checked on typedecls in text format variants. glgo#GNOME/GLib#2795 [regression] gnome-keyring-daemon uses 100% CPU with glib-2.74.1. glgo#GNOME/GLib#2799 Wrong GTask tag on error return path in g_proxy_resolver_lookup_async(). glgo#GNOME/GLib#2809 g_str_equal switched to stricter API (typing). glgo#GNOME/GLib!3017 Backport !3008 “gio/gdesktopappinfo: Free the wrapped argv array on launch failure” to glib-2-74. glgo#GNOME/GLib!3038 Backport !3035 “portal: Fix broken header guard” to glib-2-74. glgo#GNOME/GLib!3039 Backport !3029 “Revert "Handling collision between standard i/o file descriptors and newly created ones" ” to glib-2-74. glgo#GNOME/GLib!3046 Backport !3045 “gproxyresolver: lookup_finish() should better parallel lookup_async()” to glib-2-74. glgo#GNOME/GLib!3063 Backport !3061 “gvariant-parser: Speed up maybe_wrapper() by an order of magnitude” to glib-2-74. glgo#GNOME/GLib!3084 Backport !3082 “gstrfuncs: Fix regression in types accepted by g_str_equal()” to glib-2-74. + Updated translations. - Drop ca905744.patch and a1151bc1.patch: Fixed upstream. - Rebase patches with quilt. * Mon Oct 31 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add a1151bc1.patch: gio/gdesktopappinfo: Free the wrapped argv array on launch failure. * Mon Oct 31 2022 Dominique Leuenberger <dimstar@opensuse.org> - Add ca905744.patch: Revert "Handling collision between standard i/o file descriptors and newly created ones". The user-visible problem this solves is gnome-keyring-daemon eating 100% CPU. * Wed Oct 26 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.1: + Update Unicode data to version 15 + Fix various build failures in different situations + Fix over-eager deprecated property warnings for construct properties + Fix a crash calling `g_param_value_is_valid()` on a `GParamSpecParam` + Fix floating `GVariant` leaks with GObject properties + Add inline optimised version of `g_str_equal()` + Fix `GVariant` type depths checks on text format variants + Fix regression with int64 and double hashing functions on big-endian architectures + Build the API documentation only when building GLib as a shared library + Ignore weird `/etc/localtime` configurations generated by toolbx + Avoid `EINTR` races when closing FDs in `g_spawn_*()` + Bugs fixed: glgo#GNOME/GLib#16, glgo#GNOME/GLib#333, glgo#GNOME/GLib#2735, glgo#GNOME/GLib#2740, glgo#GNOME/GLib#2742, glgo#GNOME/GLib#2748, glgo#GNOME/GLib#2758, glgo#GNOME/GLib#2759, glgo#GNOME/GLib#2766, glgo#GNOME/GLib#2767, glgo#GNOME/GLib#2770, glgo#GNOME/GLib#2774, glgo#GNOME/GLib#2775, glgo#GNOME/GLib#2782, glgo#GNOME/GLib#2787, glgo#GNOME/GLib#2788, glgo#GNOME/GLib!2852, glgo#GNOME/GLib!2857, glgo#GNOME/GLib!2864, glgo#GNOME/GLib!2866, glgo#GNOME/GLib!2880, glgo#GNOME/GLib!2885, glgo#GNOME/GLib!2892, glgo#GNOME/GLib!2896, glgo#GNOME/GLib!2899, glgo#GNOME/GLib!2901, glgo#GNOME/GLib!2903, glgo#GNOME/GLib!2904, glgo#GNOME/GLib!2905, glgo#GNOME/GLib!2907, glgo#GNOME/GLib!2911, glgo#GNOME/GLib!2913, glgo#GNOME/GLib!2915, glgo#GNOME/GLib!2916, glgo#GNOME/GLib!2920, glgo#GNOME/GLib!2922, glgo#GNOME/GLib!2924, glgo#GNOME/GLib!2928, glgo#GNOME/GLib!2931, glgo#GNOME/GLib!2933, glgo#GNOME/GLib!2938, glgo#GNOME/GLib!2939, glgo#GNOME/GLib!2946, glgo#GNOME/GLib!2948, glgo#GNOME/GLib!2949, glgo#GNOME/GLib!2958, glgo#GNOME/GLib!2960, glgo#GNOME/GLib!2973, glgo#GNOME/GLib!2975, glgo#GNOME/GLib!2982, glgo#GNOME/GLib!2983, glgo#GNOME/GLib!2988, glgo#GNOME/GLib!2989, glgo#GNOME/GLib!2995, glgo#GNOME/GLib!2996, glgo#GNOME/GLib!2998, glgo#GNOME/GLib!3010. + Updated translations. - Rebase patches with quilt. - Drop f0dd96c28751f15d0703b384bfc7c314af01caa8.diff: Fixed upstream. * Fri Oct 07 2022 Haochuan Chen <yjcoshc@mail.nankai.edu.cn> - Add upstream patch to solve GIMP crashes: + f0dd96c28751f15d0703b384bfc7c314af01caa8.diff: glgo#GNOME/GLib!2770 Empty values are not valid GParamSpec. * Sun Sep 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.0: + Use EPOLL_CLOEXEC by default + Fixed various regression on GRegex as per the PCRE2 porting + Fixed various memory leaks + Bugs fixed: glgo#GNOME/gtksourceview#278, glgo#GNOME/gtksourceview#283, glgo#GNOME/GLib#2688, glgo#GNOME/GLib#2713, glgo#GNOME/GLib#2719, glgo#GNOME/GLib#2729, glgo#GNOME/GLib#2733, glgo#GNOME/GLib#2737, glgo#GNOME/GLib#2741, glgo#GNOME/gtk#4400, glgo#GNOME/GLib!2820, glgo#GNOME/GLib!2855, glgo#GNOME/GLib!2861, glgo#GNOME/GLib!2868, glgo#GNOME/GLib!2873, glgo#GNOME/GLib!2874, glgo#GNOME/GLib!2875, glgo#GNOME/GLib!2876, glgo#GNOME/GLib!2879, glgo#GNOME/GLib!2881, glgo#GNOME/GLib!2882, glgo#GNOME/GLib!2883, glgo#GNOME/GLib!2900. + Updated translations. * Thu Sep 08 2022 Stephan Kulow <coolo@suse.com> - Replace pkgconfig(libpcre) with pkgconfig(libpcre2-8) BuildRequires. No longer used by glib (replaced by pcre2 in 2.73.2). * Mon Aug 29 2022 Bjørn Lie <bjorn.lie@gmail.com> - Drop 99783e0408f8ae9628d2c7a30eb99806087da711.patch for 2.73.x branch, fixed upstream already. * Thu Aug 25 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add 99783e0408f8ae9628d2c7a30eb99806087da711.patch: gsocketclient: Fix passing NULL to g_task_get_cancellable(). Fix a regression from commit abddb42d14, where it could pass `NULL` to `g_task_get_cancellable()`, triggering a critical warning. This could happen because the lifetime of `data->task` is not as long as the lifetime of the `ConnectionAttempt`, but the code assumed it was. Fix the problem by keeping a strong ref to that `GCancellable` around until the `ConnectionAttempt` is finished being destroyed. * Sat Aug 06 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.73.3: + Revitalize G_REGEX_OPTIMIZE flag and use it to enable PCRE JIT compiler. + Fix some regressions due to the PCRE2 port. + Fix a pidfd leak that was introduced in the previous release. + Support compilation without a C++ toolchain. + GDBus: Use namespace-friendly protocol for Linux message buses, and optionally other connections. + Fix potential races in multi-threaded signal connections handling. + Add back gio-launch-desktop to redirect stdout/stderr of launched GDesktopAppInfo's to the journal with proper parent + Executables that are invoked when installing other software, typically from packaging system triggers, can now be installed into architecture-dependent locations. Unix OS distributors who install GLib for more than one architecture in parallel (multiarch or multilib installations) should consider building with -Dmultiarch=true, installing the bin/glib-compile-schemas and bin/gio-querymodules symbolic links in packages for the primary architecture, and omitting those symlinks from packages for secondary architectures. + Some enumerators introduced in previous releases have been changed, for better introspection results: - G_MARKUP_PARSE_FLAGS_NONE renamed to G_MARKUP_DEFAULT_FLAGS - G_TLS_CERTIFICATE_FLAGS_NONE renamed to G_TLS_CERTIFICATE_NO_FLAGS - G_APPLICATION_FLAGS_NONE was deprecated, use G_APPLICATION_DEFAULT_FLAGS now. + gfileinfo: Implement xattr attribute removal. + Add support to --delete option to gio set, to unset a file attribute. + Improve default value of glib_debug option: G_ENABLE_DEBUG will be defined only if using `--buildtype=debug` or enabled via `-Dglib_debug`, but it won't ever be set if an optimized build is requested (specifically if the optimization level is not `0` or `g`) as it may be the case when using `--buildtype=debugoptimized`. + Probably the first revision of any GNOME module ever released from Cuba :) + Bugs fixed: glgo#GNOME/Glib#566, glgo#GNOME/Glib#1187, glgo#GNOME/Glib#2509, glgo#GNOME/Glib#2542, glgo#GNOME/Glib#2588, glgo#GNOME/Glib#2682, glgo#GNOME/Glib#2692, glgo#GNOME/Glib#2694, glgo#GNOME/Glib#2699, glgo#GNOME/Glib#2700, glgo#GNOME/Glib#2703, glgo#GNOME/Glib#2705, glgo#GNOME/Glib#2708, glgo#GNOME/Glib!2299, glgo#GNOME/Glib!2759, glgo#GNOME/Glib!2812, glgo#GNOME/Glib!2813, glgo#GNOME/Glib!2814, glgo#GNOME/Glib!2815, glgo#GNOME/Glib!2818, glgo#GNOME/Glib!2822, glgo#GNOME/Glib!2823, glgo#GNOME/Glib!2825, glgo#GNOME/Glib!2826, glgo#GNOME/Glib!2827, glgo#GNOME/Glib!2829, glgo#GNOME/Glib!2830, glgo#GNOME/Glib!2832, glgo#GNOME/Glib!2833, glgo#GNOME/Glib!2835, glgo#GNOME/Glib!2836, glgo#GNOME/Glib!2851, glgo#GNOME/Glib!2853, glgo#GNOME/Glib!2854. + Updated translations. * Wed Aug 03 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.73.2: + Replace PCRE1 with PCRE2. + Preserve destruction order in gdataset, fixing various crashes during objects disposal. + Require C99 __VA_ARGS__. + Add NONE or DEFAULT members to most flags types. + GFile: Add some missing async APIs. + Improve internal and process documentation. + Add atomic compare-and-exchange APIs returning previous value. + Add G_DEFINE_ENUM_TYPE and G_DEFINE_ENUM_VALUE macros. + Add platform-independent G_ALWAYS_INLINE and G_NO_INLINE. + Use waitid() on pidfds rather than a global SIGCHLD handler. * Thu Jul 07 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.73.1: + Remove the `-Diconv` configure option, as GLib now uses Meson’s built-in logic for finding which iconv implementation to use. + Move gvdb to a Meson subproject and git submodule to avoid duplicating its source. + Add `add_test_setup()` in Meson to allow GLib tests to be run under valgrind with correct settings easily, using `meson test --setup=valgrind`. + Fix deadlocks when disposing non-cancelled inotify `GFileMonitor`s. + Fix `file://` requests in webkit2gtk due to incorrect xdgmime update. + Fix build errors on macOS ≤10.7 for `LOCAL_PEERPID`. + Add new `g_atomic_int_exchange()` and `g_atomic_pointer_exchange()` APIs. + Add new `GListStore:n-items` property to allow easy binding in UIs. + Performance improvements for GObject construction and destruction. + Use a numeric space (U+2007) for padding with some `g_date_time_format()` placeholders. + Fix a slow memory leak in `GSocketClient` when using long-lived `GCancellable`s. * Sun Jul 03 2022 Emily Gonyer <emilyyrose@gmail.com> - Update to version 2.72.3 + Bugs fixed: glgo#GNOME/Glib!1941, glgo#GNOME/Glib!2597, glgo#GNOME/Glib!2639, glgo#GNOME/Glib!2670, glgo#GNOME/Glib!2703, glgo#GNOME/Glib!2709, glgo#GNOME/Glib!2720, glgo#GNOME/Glib!2750, glgo#GNOME/Glib!2687. * Tue May 31 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.72.2: + Bugs fixed: glgo#GNOME/GLib#2640, glgo#GNOME/GLib!2605, glgo#GNOME/GLib!2616, glgo#GNOME/GLib!2629, glgo#GNOME/GLib!2643, glgo#GNOME/GLib!2644, glgo#GNOME/GLib!2662, glgo#GNOME/GLib!2691. + Updated translations. * Thu Apr 21 2022 Emily Gonyer <emilyyrose@gmail.com> - Update to version 2.72.2: + Fix building projects which use g_warning_once() with clang++. + Fix g_file_trash not deleting directories via portals backend. + A number more compiler warnings fixed for MSVC. + Fix detection of broken poll function on macOS. + Fix spawning subprocesses from GUI programs on Windows. + Bugs fixed: - #2312 gdbus-test-codegen tests leak GWeakRef objects. - #2625 g_warning_once fails to build with clang++. - #2629 g_file_trash doesn't in directories inside a sandbox. - !2495 Cleanup warnings split 6. - !2499 Various contenttype-related test fixes on win32. - !2534 gpowerprofilemonitor: Tweak wording of documentation. - !2540 Various win32 tests skip & fixes. - !2541 meson: simplify lookup of python command. - !2543 ci: Update the Fedora CI image to Fedora 34. - !2556 gdbusconnection: Use g_strv_contains(). - !2557 gdbusmethodinvocation: Fix a leak on early return path. - !2558 Move unit test on g_basename() function to glib/tests/fileutils.c. - !2559 Move tests/relation-test.c to glib/tests/relation.c. - !2560 ci: Update Coverity, mingw and Android CI images to Fedora 34. - !2563 glib: Format GDateTime ISO8601 years as %C%y. - !2564 Move test files on slices from tests/ to glib/tests/. - !2566 tests: Add more tests for GResolver response parsing. - !2573 Backport translation fixes and !2571 meson: Set BROKEN_POLL in macOS builds to glib-2-72. - !2574 Backport !2565 Revert meson: simplify lookup of python command to glib-2-72. - !2587 Backport !2583 Fix trashing sandboxed directories to glib-2-72. - !2588 Backport !2582 glib/win32: fix spawn from GUI regression to glib-2-72. - !2590 Backport !2589 tests: Don't exit gdbus-method-invocation test early on connection close to glib-2-72. - !2593 Backport !2578 atomic: Add a C++ variant of g_atomic_int_compare_and_exchange() to glib-2-72. + Translation updates. * Fri Apr 01 2022 Dirk Müller <dmueller@suse.com> - remove provides/obsoletes on glib2-doc, it was split into two packages again - spec-cleaner reorderings * Fri Mar 25 2022 Callum Farmer <gmbr3@opensuse.org> - desktop-file-utils: add Budgie desktop environment * Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.72.0: + Bugs fixed: glgo#GNOME/GLib#2620, glgo#GNOME/GLib!2538, glgo#GNOME/GLib!2542, glgo#GNOME/GLib!2547, glgo#GNOME/GLib!2548, glgo#GNOME/GLib!2551, glgo#GNOME/GLib!2552. + Updated translations. * Thu Mar 17 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.71.3: + Fix flaky `GDebugController` tests + Numerous small documentation updates + Bugs fixed: glgo#GNOME/GLib#517, glgo#GNOME/GLib#1929, glgo#GNOME/GLib#2589, glgo#GNOME/GLib#2598, glgo#GNOME/GLib#2609, glgo#GNOME/GLib#2611, glgo#GNOME/GLib#2612, glgo#GNOME/GLib#2613, glgo#GNOME/GLib!1707, glgo#GNOME/GLib!2424, glgo#GNOME/GLib!2451, glgo#GNOME/GLib!2466, glgo#GNOME/GLib!2480, glgo#GNOME/GLib!2485, glgo#GNOME/GLib!2490, glgo#GNOME/GLib!2491, glgo#GNOME/GLib!2492, glgo#GNOME/GLib!2493, glgo#GNOME/GLib!2501, glgo#GNOME/GLib!2502, glgo#GNOME/GLib!2503, glgo#GNOME/GLib!2504, glgo#GNOME/GLib!2505, glgo#GNOME/GLib!2506, glgo#GNOME/GLib!2507, glgo#GNOME/GLib!2508, glgo#GNOME/GLib!2509, glgo#GNOME/GLib!2510, glgo#GNOME/GLib!2512, glgo#GNOME/GLib!2513, glgo#GNOME/GLib!2514, glgo#GNOME/GLib!2515, glgo#GNOME/GLib!2516, glgo#GNOME/GLib!2517, glgo#GNOME/GLib!2518, glgo#GNOME/GLib!2519, glgo#GNOME/GLib!2520, glgo#GNOME/GLib!2523, glgo#GNOME/GLib!2524, glgo#GNOME/GLib!2525, glgo#GNOME/GLib!2526, glgo#GNOME/GLib!2527, glgo#GNOME/GLib!2528, glgo#GNOME/GLib!2531. + Updated translations. * Thu Mar 17 2022 Dirk Müller <dmueller@suse.com> - Split gtk-docs from -devel package, these are not needed during building projects using glib2 - Use _multibuild as the meson buildprocess is very awkward regarding the documentation - builds single-jobs only and twice (again during %install). This way the rest of distribution waiting for glib2-devel to be available is not blocked by this * Thu Mar 17 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.71.2: + Rework `glib-compile-resources` to output compiler-specific files to reduce compilation time; see the new `--compiler` option. + Add a cross-platform API for aligned memory allocations (`g_aligned_alloc()`, `g_aligned_alloc0()` and `g_aligned_free()`). + Deprecate `force_posix_threads` configure option, since it was a workaround for static linking on Windows. + Add `GBindingGroup` and `GSignalGroup` APIs. + Implement FD remapping support for `g_spawn_async_with_pipes_and_fds()` on Windows. + Add an async file move API, `g_file_move_async()`. + Bugs fixed: glgo#GNOME/GLib#1190, glgo#GNOME/GLib#2329, glgo#GNOME/GLib#2492, glgo#GNOME/GLib#2563, glgo#GNOME/GLib#2574, glgo#GNOME/GLib#2592, glgo#GNOME/GLib#2601, glgo#GNOME/GLib!2235, glgo#GNOME/GLib!2378, glgo#GNOME/GLib!2404, glgo#GNOME/GLib!2433, glgo#GNOME/GLib!2458, glgo#GNOME/GLib!2464, glgo#GNOME/GLib!2465, glgo#GNOME/GLib!2467, glgo#GNOME/GLib!2468, glgo#GNOME/GLib!2469, glgo#GNOME/GLib!2471, glgo#GNOME/GLib!2472, glgo#GNOME/GLib!2473, glgo#GNOME/GLib!2476, glgo#GNOME/GLib!2477, glgo#GNOME/GLib!2481, glgo#GNOME/GLib!2482, glgo#GNOME/GLib!2483, glgo#GNOME/GLib!2484, glgo#GNOME/GLib!2487, glgo#GNOME/GLib!2488. + Updated translations. * Thu Mar 17 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.71.1: + Basic support for static builds on Windows + Add `GDebugController` and a D-Bus implementation which exposes whether debug output is enabled in a process using the `org.gtk.Debugging` D-Bus interface + Support for `AF_UNIX` sockets on Windows 10 (and later) + Several important fixes to GDBus message and GVariant parsing of invalid data + Fix potential data loss due to missing fsync when saving files on btrfs + Fix potential buffer overflows in `garray.c` for very large `GArray`s and `GPtrArray`s + Fix FDs in gspawn not being closed and causing process hangs if `close_range()` fails unexpectedly + Fix `g_find_program_in_path()` not returning an absolute path if `$PATH` is relative + Add support for loading PKCS#12 encrypted files in `GTlsCertificate` + A number of improvements to unit tests + Support `LOCAL_PEERPID` on macOS, giving partial support for PIDs in `GCredentials` on that platform + Add `g_get_user_state_dir()` to support `XDG_STATE_HOME` + Add `g_hash_table_new_similar()` to copy a hash table and its hash/equal functions without its data + Support D-Bus client authentication with `EXTERNAL` on Windows + Add a reStructuredText documentation generator to `gdbus-codegen` + Add a Windows implementation of `GMemoryMonitor` + Bugs fixed: glgo#GNOME/GLib#692, glgo#GNOME/GLib#1190, glgo#GNOME/GLib#2487, glgo#GNOME/GLib#2550, glgo#GNOME/GLib#2557, glgo#GNOME/GLib#2559, glgo#GNOME/GLib#2560, glgo#GNOME/GLib#2564, glgo#GNOME/GLib#2565, glgo#GNOME/GLib#2571, glgo#GNOME/GLib#2572, glgo#GNOME/GLib#2578, glgo#GNOME/GLib#2579, glgo#GNOME/GLib#2580, glgo#GNOME/GLib#2582, glgo#GNOME/GLib#2585, glgo#GNOME/GLib#2586, glgo#GNOME/GLib!2239, glgo#GNOME/GLib!2362, glgo#GNOME/GLib!2384, glgo#GNOME/GLib!2395, glgo#GNOME/GLib!2399, glgo#GNOME/GLib!2400, glgo#GNOME/GLib!2402, glgo#GNOME/GLib!2403, glgo#GNOME/GLib!2405, glgo#GNOME/GLib!2407, glgo#GNOME/GLib!2411, glgo#GNOME/GLib!2412, glgo#GNOME/GLib!2413, glgo#GNOME/GLib!2414, glgo#GNOME/GLib!2417, glgo#GNOME/GLib!2423, glgo#GNOME/GLib!2425, glgo#GNOME/GLib!2426, glgo#GNOME/GLib!2428, glgo#GNOME/GLib!2429, glgo#GNOME/GLib!2431, glgo#GNOME/GLib!2432, glgo#GNOME/GLib!2434, glgo#GNOME/GLib!2440, glgo#GNOME/GLib!2441, glgo#GNOME/GLib!2442, glgo#GNOME/GLib!2447, glgo#GNOME/GLib!2448, glgo#GNOME/GLib!2452, glgo#GNOME/GLib!2453, glgo#GNOME/GLib!2454, glgo#GNOME/GLib!2456, glgo#GNOME/GLib!2459, glgo#GNOME/GLib!2461, glgo#GNOME/GLib!2463. + Updated translations. * Thu Mar 17 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.71.0: + Fix network changes not being signalled from NetworkManager. + Fix build when building with --fatal-meson-warnings. + Various fixes to GWeakRef cleanup and toggle refs. + Add `G_DBUS_PROXY_FLAGS_NO_MATCH_RULE` flag for disabling match rules when creating a `GDBusProxy`. + Fix FD remapping in `g_spawn_async_with_pipes_and_fds()` with certain values of target FDs. + Make `GDBusProxy::g-signal` signal detailed with D-Bus signal names. + Emit `launched` signal for D-Bus activation of apps with `GDesktopAppInfo`. + Fix IDs of `GDesktopAppInfo`s which are constructed from a `.desktop` file in a subdirectory. + Add `--interactive` option to `gdbus call`. + Add `G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP` to `GSubprocess`. + Lots of bug fixes. + Updated translations. - Rebase glib2-bgo569829-gettext-gkeyfile.patch. * Thu Mar 17 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.70.5: + g_time_zone_new_offset() assertion failure if offset >= 25 hours. + glib: fix buffer overflow in g_canonicalize_filename(). + gtimezone: Fix assertion failure when called with a huge offset. + Updated translations. * Fri Feb 11 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.70.4: + Bugs fixed: glgo#GNOME/GLib!2462 “Fix memory leak in gio/gdbusauthmechanismsha1.c” to glib-2-70. + Updated translations. * Wed Jan 26 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.70.3: + Several important fixes to FD handling in gspawn. + Several important fixes to GDBus message and GVariant parsing of invalid data. + Fix potential data loss due to missing fsync when saving files on btrfs. + Bugs fixed: glgo#GNOME/GLib#2503, glgo#GNOME/GLib#2506, glgo#GNOME/GLib#2557, glgo#GNOME/GLib#2572, glgo#GNOME/GLib#2580, glgo#GNOME/GLib!2394, glgo#GNOME/GLib!2415, glgo#GNOME/GLib!2437, glgo#GNOME/GLib!2444, glgo#GNOME/GLib!2455. + Updated translations. * Fri Dec 03 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.70.2: + Fix use of the default log writer with journald namespaces + Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set + Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` + Fix URI for pcre subproject as it’s moved upstream + Fix storing GSettings dictionaries on macOS + Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` + Fix infinite loops in D-Bus message parsing for truncated inputs + Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ + Bugs fixed: glgo#GNOME/GLib#2400, glgo#GNOME/GLib#2426, glgo#GNOME/GLib#2528, glgo#GNOME/GLib#2530, glgo#GNOME/GLib#2537, glgo#GNOME/GLib#2541, glgo#GNOME/GLib!2312, glgo#GNOME/GLib!2313, glgo#GNOME/GLib!2314, glgo#GNOME/GLib!2316, glgo#GNOME/GLib!2320, glgo#GNOME/GLib!2335, glgo#GNOME/GLib!2337, glgo#GNOME/GLib!2340, glgo#GNOME/GLib!2344, glgo#GNOME/GLib!2356, glgo#GNOME/GLib!2359, glgo#GNOME/GLib!2361, glgo#GNOME/GLib!2363, glgo#GNOME/GLib!2366, glgo#GNOME/GLib!2375, glgo#GNOME/GLib!2383. + Updated translations. * Wed Nov 10 2021 Bjørn Lie <bjorn.lie@gmail.com> - Stop passing fam=true to meson and drop gamin-devel BuildRequires, following upstream default. Following this, drop libgio-fam sub-package. * Thu Oct 28 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.70.1: + Fix network changes not being signalled from NetworkManager. + Fix build when building with --fatal-meson-warnings. + Bugs fixed: glgo#GNOME/GLib#2505, glgo#GNOME/GLib!2245, glgo#GNOME/GLib!2253, glgo#GNOME/GLib!2256, glgo#GNOME/GLib!2259, glgo#GNOME/GLib!2262, glgo#GNOME/GLib!2271, glgo#GNOME/GLib!2276, glgo#GNOME/GLib!2300, glgo#GNOME/GLib!2301, glgo#GNOME/GLib!2302, glgo#GNOME/GLib!2304. - Refresh patches with quilt. * Fri Sep 17 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.70.0: + Bug fixed: ci: Replace FreeBSD 11 with FreeBSD 13. + Updated translations. * Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com> - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Tue Sep 07 2021 Alexei Podvalsky <avvissu@yandex.by> - desktop-file-utils: add Pantheon desktop environment * Tue Sep 07 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.69.3: + g_settings_schema_key_range_check() misbehaves for int versus bool. + Compiling anything with GCC <4.6 spews deprecation warnings. + `g_invoke_closure` bindings API break.. + GPowerProfileMonitorPortal does not notice initial power-saver-enabled status. + doc: Explicitly said, that no null term. is needed. + ci: Use C.UTF-8 locale on FreeBSD 12. + gio: Fix conditions in memory-monitor test. + Updated translations. * Mon Aug 23 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.69.2: + The `DBUS_SESSION_BUS_ADDRESS` environment variable is once more not used if the process is `AT_SECURE` (setuid/setgid/setcap); this change was previously applied and then reverted because it broke gnome-keyring + Add `g_test_fail_printf()`, `g_test_skip_printf()`, `g_test_incomplete_printf()` helper functions for printing messages when tests end prematurely + Add portal implementation of `GPowerProfileMonitor` + Various bugs fixed + Updated translations. * Mon Aug 23 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.69.1: + Support categories in desktop notifications (`GNotification`) + Add `GPowerProfileMonitor` for monitoring when to use less power (due to being on battery power, electricity being expensive or high-carbon, etc.) + Allow static names to be set for `GSource`s to avoid unnecessary string copies + Various bugs fixed + Updated translations. * Mon Aug 23 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.69.0: + Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously. + Ensure `dlerror()` is used with locking as it’s not thread-safe in some libc implementations. + Drop internal libpcre copy in favour of a subproject from wrapdb. + Optimise grefcount atomic operations. + Fix `g_date_time_format()` return value encoding if `LC_TIME` is not a UTF-8 locale but other locale settings are. + Set app name in freedesktop.org notifications with `GNotification`. + Add PKCS#11 flags to `GTlsPasswordFlags`. - Drop -Dinternal_pcre=false meson parameter: follow upstreams build recipe changes. * Fri Aug 20 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.68.4: + Various bugfixes and backports from master. + Updated translations. - Drop 63e7864.patch: fixed upstream. * Wed Aug 04 2021 Dominique Leuenberger <dimstar@opensuse.org> - Add 63e7864.patch: Fix build with glibc 2.34: use 3 parameters for close_range (boo#1189088). * Fri Jul 30 2021 Yifan Jiang <yfjiang@suse.com> - Drop patches fixed upstream on SLE and Leap 15.4: + glib2-add-support-for-slim-timezone-format.patch + glib2-fix-6-days-until-the-end-of-the-month.patch + glib2-CVE-2021-27218.patch + glib2-CVE-2021-27219-add-g_memdup2.patch * Thu Jul 15 2021 Dominique Leuenberger <dimstar@opensuse.org> - Silence output in libgio-2_0-0 post scriptlet in case the ENV-mimeapps.list files do not exist: we are ready to create them in this case. An error message is only confusing. * Fri Jun 11 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.68.3: + Bugs fixed: - testfilemonitor test leaks ip_watched_file_t struct - GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink - Backport !2128 “inotify: Fix a memory leak” to glib-2-68 - Backport !2136 “tlscertificate: Avoid possible invalid read” to glib-2-68 - Backport !2138 “glocalfileoutputstream: Fix ETag check when replacing through a symlink” to glib-2-68. * Fri May 14 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.68.2: + Fix building third-party projects against GLib on CentOS 7. + Bugs fixed: - json-glib does not build with glib 2.68.1. - gmacros: check that __cplusplus or _MSC_VER is defined. - gmacros: missing check if __STDC_VERSION__ is defined. - Backport !2078 “gthreadedresolver: don't ignore flags in lookup_by_name_with_flags” to glib-2-68. * Sat Apr 17 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.68.1: + Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously. + Pin GIO DLL in memory on Windows. + Updated translations. * Thu Mar 18 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.68.0: + Bugs fixed: - build: Drop gconstructor_as_data_h usage from glib-compile-schemas. - glib.supp: Generalize some suppressions. - gbytesicon: Fix error in g_bytes_icon_new() documentation. - glocalfileoutputstream: Tidy up error handling. - tests: Fix copy/paste error in queue test. * Thu Mar 18 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.67.6: + Fix a security issue when using `g_file_replace()` with `G_FILE_CREATE_REPLACE_DESTINATION`. + Disallow operations on the empty path with `g_file_new_from_path()`. + Various fixes for GLib when building with clang-cl on Windows. + Updated translations. * Mon Mar 08 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.67.5: + Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4. + Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()` caused by changes for #2097 in GLib 2.67.4. + Fix detection of `str[n]casecmp()` when building with `clang-cl`. + Use zlib from subproject if configured with `wrap_mode=forcefallback`. + Updated translations. * Thu Mar 04 2021 Alynx Zhou <alynx.zhou@suse.com> - Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a gsize as length but stores in a guint, this patch will refuse if the length is larger than guint. (bsc#1182328, glgo#GNOME/glib!1944) * Wed Mar 03 2021 Alynx Zhou <alynx.zhou@suse.com> - Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a guint as parameter and sometimes leads into an integer overflow, so add a g_memdup2 function which uses gsize to replace it. (bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933, glgo#GNOME/glib!1943) * Wed Feb 17 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.67.4: + Add a `g_string_replace()` function. + Add `G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER` flag to simplify the common case for writing a D-Bus authentication observer, allowing most uses of `GDBusAuthObserver` to be dropped. + Add a new `g_spawn_with_pipes_and_fds()` variant which supports renumbering FDs. + Add new g_memdup2() API to replace g_memdup(), which is vulnerable to a silent integer truncation and heap overflow problem if not used carefully. + Fix various regressions caused by rushed security fixes in 2.66.6. + Fix a silent integer truncation when calling g_byte_array_new_take() for byte arrays bigger than G_MAXUINT. + Fix `g_utf8_strdown()` to fix some issues in Turkish. + Updated translations. * Thu Feb 11 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.67.3: + Add new `g_memdup2()` API to replace `g_memdup()`, which is vulnerable to a silent integer truncation and heap overflow problem if not used carefully. + Add new `g_dbus_object_path_escape()` and `g_dbus_object_path_unescape()` APIs to provide one way of escaping arbitrary bytestrings for use in D-Bus object paths. + Use `bash-completion.pc` (if available) to provide the path to install completion files into. + Fix support for public/private trigraphs in `glib-mkenums`. + Add `glib_debug` configure option to allow disabling debug infrastructure in builds with debug symbols enabled. + Fix a regression where `PATH` would always be searched when using `g_spawn()`, even when it wasn’t supposed to. + Override `gio-querymodules` in Meson when used as a submodule. + Updated translations. - Rebase glib2-dbus-socket-path.patch. * Thu Feb 11 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.67.2: + Add `gio launch` command to execute programs. + Fix unused parameter warnings in code generated by `gdbus-codegen`. + Officially deprecate `to-pixdata` option for `glib-compile-resources`, in favour of simply embedding more modern image formats in linked-in `GResource` files. + Support querying and running UWP applications on Windows. + Support `gio trash --restore` and `gio trash --list` commands. + No longer read environment variables for GIO module locations when running as setuid. + More progress on fixing compiler warnings. + `GKeyFile` performance improvements. + Improve UDP socket behaviour on Windows. + Add `-Dtests` meson configure option for disabling tests entirely. - Changes from version 1.67.1: + Deprecate `g_time_zone_new()` in favour of `g_time_zone_new_identifier()`, which makes error checking easier. + Remove `volatile` from various public APIs, including `G_DEFINE_*`. You should adjust your code to not use `volatile` for atomic variables, `GOnce` variables, or mostly anything. + Support passing file handles to `gdbus` command line tool. + Add `g_assert_cmpstrv()` test convenience function. + Changes to the behaviour of the `G_URI_FLAGS_SCHEME_NORMALIZE` scheme normalization flag in `GUri`. + Add new `--run-prefix` and `--skip-prefix` options to GTest, to allow running or skipping test suites by prefix. + Fix thread-safety of `GBinding`. + Updated translations. - Rebase glib2-bgo569829-gettext-gkeyfile.patch, glib2-fate300461-gettext-gkeyfile-suse.patch, glib2-dbus-socket-path.patch and glib2-gdbus-codegen-version.patch. * Thu Feb 11 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.7: + Fix various regressions caused by rushed security fixes in 2.66.6. + Fix a silent integer truncation when calling `g_byte_array_new_take()` for byte arrays bigger than `G_MAXUINT`. + Disallow using currently-undefined D-Bus connection or server flags to prevent forward-compatibility problems with new security-sensitive flags likely to be released in GLib 2.68. + Bugs fixed: glgo#GNOME/GLib!1933, glgo#GNOME/GLib!1943, glgo#GNOME/GLib!1944, glgo#GNOME/GLib!1945. * Thu Feb 11 2021 Christopher Yeleighton <giecrilj@stegny.2a.pl> - disable irrelevant warnings - use macros in spec file - simplify trigger code * Fri Feb 05 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.6: + Fix various instances within GLib where `g_memdup()` was vulnerable to a silent integer truncation and heap overflow problem (glgo#GNOME/GLib#2319). * Wed Feb 03 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.5: + Fix some issues with handling over-long (invalid) input when parsing for `GDate`. + Don’t load GIO modules or parse other GIO environment variables when `AT_SECURE` is set (i.e. in a setuid/setgid/setcap process). GIO has always been documented as not being safe to use in privileged processes, but people persist in using it unsafely, so these changes should harden things against potential attacks at least a little. Unfortunately they break a couple of projects which were relying on reading `DBUS_SESSION_BUS_ADDRESS`, so GIO continues to read that for setgid/setcap (but not setuid) processes. This loophole will be closed in GLib 2.70 (see issue #2316), which should give modules 6 months to change their behaviour. + Fix `g_spawn()` searching `PATH` when it wasn’t meant to. + Bugs fixed: bgo#2168, bgo#2210, bgo#2305, glgo#GNOME/GLib!1820, glgo#GNOME/GLib!1824, glgo#GNOME/GLib!1831, glgo#GNOME/GLib!1836, glgo#GNOME/GLib!1864, glgo#GNOME/GLib!1872, glgo#GNOME/GLib!1913, glgo#GNOME/GLib!1922. - Rebase/refresh patches: + glib2-dbus-socket-path.patch + glib2-fate300461-gettext-gkeyfile-suse.patch + glib2-gdbus-codegen-version.patch + glib2-suppress-schema-deprecated-path-warning.patch + glib2-bgo569829-gettext-gkeyfile.patch
/usr/share/doc/gio-2.0 /usr/share/doc/gio-2.0/RedHatDisplay-Black.woff /usr/share/doc/gio-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/gio-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-Bold.woff /usr/share/doc/gio-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/gio-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-Italic.woff /usr/share/doc/gio-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-Medium.woff /usr/share/doc/gio-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/gio-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/gio-2.0/RedHatDisplay-Regular.woff /usr/share/doc/gio-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/gio-2.0/RedHatText-Bold.woff /usr/share/doc/gio-2.0/RedHatText-Bold.woff2 /usr/share/doc/gio-2.0/RedHatText-BoldItalic.woff /usr/share/doc/gio-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/gio-2.0/RedHatText-Italic.woff /usr/share/doc/gio-2.0/RedHatText-Italic.woff2 /usr/share/doc/gio-2.0/RedHatText-Medium.woff /usr/share/doc/gio-2.0/RedHatText-Medium.woff2 /usr/share/doc/gio-2.0/RedHatText-MediumItalic.woff /usr/share/doc/gio-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/gio-2.0/RedHatText-Regular.woff /usr/share/doc/gio-2.0/RedHatText-Regular.woff2 /usr/share/doc/gio-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/gio-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/gio-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/gio-2.0/callback.AsyncReadyCallback.html /usr/share/doc/gio-2.0/callback.BusAcquiredCallback.html /usr/share/doc/gio-2.0/callback.BusNameAcquiredCallback.html /usr/share/doc/gio-2.0/callback.BusNameAppearedCallback.html /usr/share/doc/gio-2.0/callback.BusNameLostCallback.html /usr/share/doc/gio-2.0/callback.BusNameVanishedCallback.html /usr/share/doc/gio-2.0/callback.CancellableSourceFunc.html /usr/share/doc/gio-2.0/callback.DBusInterfaceGetPropertyFunc.html /usr/share/doc/gio-2.0/callback.DBusInterfaceMethodCallFunc.html /usr/share/doc/gio-2.0/callback.DBusInterfaceSetPropertyFunc.html /usr/share/doc/gio-2.0/callback.DBusMessageFilterFunction.html /usr/share/doc/gio-2.0/callback.DBusProxyTypeFunc.html /usr/share/doc/gio-2.0/callback.DBusSignalCallback.html /usr/share/doc/gio-2.0/callback.DBusSubtreeDispatchFunc.html /usr/share/doc/gio-2.0/callback.DBusSubtreeEnumerateFunc.html /usr/share/doc/gio-2.0/callback.DBusSubtreeIntrospectFunc.html /usr/share/doc/gio-2.0/callback.DatagramBasedSourceFunc.html /usr/share/doc/gio-2.0/callback.DesktopAppLaunchCallback.html /usr/share/doc/gio-2.0/callback.FileMeasureProgressCallback.html /usr/share/doc/gio-2.0/callback.FileProgressCallback.html /usr/share/doc/gio-2.0/callback.FileReadMoreCallback.html /usr/share/doc/gio-2.0/callback.IOSchedulerJobFunc.html /usr/share/doc/gio-2.0/callback.PollableSourceFunc.html /usr/share/doc/gio-2.0/callback.ReallocFunc.html /usr/share/doc/gio-2.0/callback.SettingsBindGetMapping.html /usr/share/doc/gio-2.0/callback.SettingsBindSetMapping.html /usr/share/doc/gio-2.0/callback.SettingsGetMapping.html /usr/share/doc/gio-2.0/callback.SimpleAsyncThreadFunc.html /usr/share/doc/gio-2.0/callback.SocketSourceFunc.html /usr/share/doc/gio-2.0/callback.TaskThreadFunc.html /usr/share/doc/gio-2.0/callback.VfsFileLookupFunc.html /usr/share/doc/gio-2.0/class.AppInfoMonitor.html /usr/share/doc/gio-2.0/class.AppLaunchContext.html /usr/share/doc/gio-2.0/class.Application.html /usr/share/doc/gio-2.0/class.ApplicationCommandLine.html /usr/share/doc/gio-2.0/class.BufferedInputStream.html /usr/share/doc/gio-2.0/class.BufferedOutputStream.html /usr/share/doc/gio-2.0/class.BytesIcon.html /usr/share/doc/gio-2.0/class.Cancellable.html /usr/share/doc/gio-2.0/class.CharsetConverter.html /usr/share/doc/gio-2.0/class.ConverterInputStream.html /usr/share/doc/gio-2.0/class.ConverterOutputStream.html /usr/share/doc/gio-2.0/class.Credentials.html /usr/share/doc/gio-2.0/class.DBusActionGroup.html /usr/share/doc/gio-2.0/class.DBusAuthObserver.html /usr/share/doc/gio-2.0/class.DBusConnection.html /usr/share/doc/gio-2.0/class.DBusInterfaceSkeleton.html /usr/share/doc/gio-2.0/class.DBusMenuModel.html /usr/share/doc/gio-2.0/class.DBusMessage.html /usr/share/doc/gio-2.0/class.DBusMethodInvocation.html /usr/share/doc/gio-2.0/class.DBusObjectManagerClient.html /usr/share/doc/gio-2.0/class.DBusObjectManagerServer.html /usr/share/doc/gio-2.0/class.DBusObjectProxy.html /usr/share/doc/gio-2.0/class.DBusObjectSkeleton.html /usr/share/doc/gio-2.0/class.DBusProxy.html /usr/share/doc/gio-2.0/class.DBusServer.html /usr/share/doc/gio-2.0/class.DataInputStream.html /usr/share/doc/gio-2.0/class.DataOutputStream.html /usr/share/doc/gio-2.0/class.DebugControllerDBus.html /usr/share/doc/gio-2.0/class.DesktopAppInfo.html /usr/share/doc/gio-2.0/class.Emblem.html /usr/share/doc/gio-2.0/class.EmblemedIcon.html /usr/share/doc/gio-2.0/class.FileEnumerator.html /usr/share/doc/gio-2.0/class.FileIOStream.html /usr/share/doc/gio-2.0/class.FileIcon.html /usr/share/doc/gio-2.0/class.FileInfo.html /usr/share/doc/gio-2.0/class.FileInputStream.html /usr/share/doc/gio-2.0/class.FileMonitor.html /usr/share/doc/gio-2.0/class.FileOutputStream.html /usr/share/doc/gio-2.0/class.FilenameCompleter.html /usr/share/doc/gio-2.0/class.FilterInputStream.html /usr/share/doc/gio-2.0/class.FilterOutputStream.html /usr/share/doc/gio-2.0/class.IOModule.html /usr/share/doc/gio-2.0/class.IOStream.html /usr/share/doc/gio-2.0/class.InetAddress.html /usr/share/doc/gio-2.0/class.InetAddressMask.html /usr/share/doc/gio-2.0/class.InetSocketAddress.html /usr/share/doc/gio-2.0/class.InputStream.html /usr/share/doc/gio-2.0/class.ListStore.html /usr/share/doc/gio-2.0/class.MemoryInputStream.html /usr/share/doc/gio-2.0/class.MemoryOutputStream.html /usr/share/doc/gio-2.0/class.Menu.html /usr/share/doc/gio-2.0/class.MenuAttributeIter.html /usr/share/doc/gio-2.0/class.MenuItem.html /usr/share/doc/gio-2.0/class.MenuLinkIter.html /usr/share/doc/gio-2.0/class.MenuModel.html /usr/share/doc/gio-2.0/class.MountOperation.html /usr/share/doc/gio-2.0/class.NativeSocketAddress.html /usr/share/doc/gio-2.0/class.NativeVolumeMonitor.html /usr/share/doc/gio-2.0/class.NetworkAddress.html /usr/share/doc/gio-2.0/class.NetworkService.html /usr/share/doc/gio-2.0/class.Notification.html /usr/share/doc/gio-2.0/class.OutputStream.html /usr/share/doc/gio-2.0/class.Permission.html /usr/share/doc/gio-2.0/class.PropertyAction.html /usr/share/doc/gio-2.0/class.ProxyAddress.html /usr/share/doc/gio-2.0/class.ProxyAddressEnumerator.html /usr/share/doc/gio-2.0/class.Resolver.html /usr/share/doc/gio-2.0/class.Settings.html /usr/share/doc/gio-2.0/class.SettingsBackend.html /usr/share/doc/gio-2.0/class.SimpleAction.html /usr/share/doc/gio-2.0/class.SimpleActionGroup.html /usr/share/doc/gio-2.0/class.SimpleAsyncResult.html /usr/share/doc/gio-2.0/class.SimpleIOStream.html /usr/share/doc/gio-2.0/class.SimplePermission.html /usr/share/doc/gio-2.0/class.SimpleProxyResolver.html /usr/share/doc/gio-2.0/class.Socket.html /usr/share/doc/gio-2.0/class.SocketAddress.html /usr/share/doc/gio-2.0/class.SocketAddressEnumerator.html /usr/share/doc/gio-2.0/class.SocketClient.html /usr/share/doc/gio-2.0/class.SocketConnection.html /usr/share/doc/gio-2.0/class.SocketControlMessage.html /usr/share/doc/gio-2.0/class.SocketListener.html /usr/share/doc/gio-2.0/class.SocketService.html /usr/share/doc/gio-2.0/class.Subprocess.html /usr/share/doc/gio-2.0/class.SubprocessLauncher.html /usr/share/doc/gio-2.0/class.Task.html /usr/share/doc/gio-2.0/class.TcpConnection.html /usr/share/doc/gio-2.0/class.TcpWrapperConnection.html /usr/share/doc/gio-2.0/class.TestDBus.html /usr/share/doc/gio-2.0/class.ThemedIcon.html /usr/share/doc/gio-2.0/class.ThreadedResolver.html /usr/share/doc/gio-2.0/class.ThreadedSocketService.html /usr/share/doc/gio-2.0/class.TlsCertificate.html /usr/share/doc/gio-2.0/class.TlsConnection.html /usr/share/doc/gio-2.0/class.TlsDatabase.html /usr/share/doc/gio-2.0/class.TlsInteraction.html /usr/share/doc/gio-2.0/class.TlsPassword.html /usr/share/doc/gio-2.0/class.UnixConnection.html /usr/share/doc/gio-2.0/class.UnixCredentialsMessage.html /usr/share/doc/gio-2.0/class.UnixFDList.html /usr/share/doc/gio-2.0/class.UnixFDMessage.html /usr/share/doc/gio-2.0/class.UnixInputStream.html /usr/share/doc/gio-2.0/class.UnixMountMonitor.html /usr/share/doc/gio-2.0/class.UnixOutputStream.html /usr/share/doc/gio-2.0/class.UnixSocketAddress.html /usr/share/doc/gio-2.0/class.Vfs.html /usr/share/doc/gio-2.0/class.VolumeMonitor.html /usr/share/doc/gio-2.0/class.ZlibCompressor.html /usr/share/doc/gio-2.0/class.ZlibDecompressor.html /usr/share/doc/gio-2.0/classes_hierarchy.html /usr/share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_HANDLED.html /usr/share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_UNHANDLED.html /usr/share/doc/gio-2.0/const.DEBUG_CONTROLLER_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.DRIVE_IDENTIFIER_KIND_UNIX_DEVICE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_DELETE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_READ.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_RENAME.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_TRASH.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_WRITE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_ARCHIVE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_SYSTEM.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ETAG_VALUE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_FREE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_READONLY.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_REMOTE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_SIZE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_TYPE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_USED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_GVFS_BACKEND.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ID_FILE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_ID_FILESYSTEM.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_START.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_GROUP.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_USER.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_USER_REAL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_PREVIEW_ICON.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_RECENT_MODIFIED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_SELINUX_CONTEXT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_COPY_NAME.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_DESCRIPTION.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_EDIT_NAME.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_ICON.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_BACKUP.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_SYMLINK.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_VOLATILE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_NAME.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SIZE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SORT_ORDER.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_TARGET_URI.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_TYPE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_LARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_NORMAL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XXLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_LARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_NORMAL.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_XLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_XXLARGE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS_NSEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS_USEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED_NSEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED_USEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED_NSEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED_USEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED_NSEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED_USEC.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_DELETION_DATE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_ITEM_COUNT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_ORIG_PATH.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_BLOCKS.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_BLOCK_SIZE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_DEVICE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_GID.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_INODE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_MODE.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_NLINK.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_RDEV.html /usr/share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_UID.html /usr/share/doc/gio-2.0/const.MEMORY_MONITOR_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.MENU_ATTRIBUTE_ACTION.html /usr/share/doc/gio-2.0/const.MENU_ATTRIBUTE_ACTION_NAMESPACE.html /usr/share/doc/gio-2.0/const.MENU_ATTRIBUTE_ICON.html /usr/share/doc/gio-2.0/const.MENU_ATTRIBUTE_LABEL.html /usr/share/doc/gio-2.0/const.MENU_ATTRIBUTE_TARGET.html /usr/share/doc/gio-2.0/const.MENU_EXPORTER_MAX_SECTION_SIZE.html /usr/share/doc/gio-2.0/const.MENU_LINK_SECTION.html /usr/share/doc/gio-2.0/const.MENU_LINK_SUBMENU.html /usr/share/doc/gio-2.0/const.NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.NETWORK_MONITOR_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.PROXY_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.PROXY_RESOLVER_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.SETTINGS_BACKEND_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.TLS_BACKEND_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT.html /usr/share/doc/gio-2.0/const.TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER.html /usr/share/doc/gio-2.0/const.VFS_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_CLASS.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_HAL_UDI.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_LABEL.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_NFS_MOUNT.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE.html /usr/share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_UUID.html /usr/share/doc/gio-2.0/const.VOLUME_MONITOR_EXTENSION_POINT_NAME.html /usr/share/doc/gio-2.0/ctor.AppLaunchContext.new.html /usr/share/doc/gio-2.0/ctor.Application.new.html /usr/share/doc/gio-2.0/ctor.BufferedInputStream.new.html /usr/share/doc/gio-2.0/ctor.BufferedInputStream.new_sized.html /usr/share/doc/gio-2.0/ctor.BufferedOutputStream.new.html /usr/share/doc/gio-2.0/ctor.BufferedOutputStream.new_sized.html /usr/share/doc/gio-2.0/ctor.BytesIcon.new.html /usr/share/doc/gio-2.0/ctor.Cancellable.new.html /usr/share/doc/gio-2.0/ctor.CharsetConverter.new.html /usr/share/doc/gio-2.0/ctor.ConverterInputStream.new.html /usr/share/doc/gio-2.0/ctor.ConverterOutputStream.new.html /usr/share/doc/gio-2.0/ctor.Credentials.new.html /usr/share/doc/gio-2.0/ctor.DBusAuthObserver.new.html /usr/share/doc/gio-2.0/ctor.DBusConnection.new_finish.html /usr/share/doc/gio-2.0/ctor.DBusConnection.new_for_address_finish.html /usr/share/doc/gio-2.0/ctor.DBusConnection.new_for_address_sync.html /usr/share/doc/gio-2.0/ctor.DBusConnection.new_sync.html /usr/share/doc/gio-2.0/ctor.DBusMessage.new.html /usr/share/doc/gio-2.0/ctor.DBusMessage.new_from_blob.html /usr/share/doc/gio-2.0/ctor.DBusMessage.new_method_call.html /usr/share/doc/gio-2.0/ctor.DBusMessage.new_signal.html /usr/share/doc/gio-2.0/ctor.DBusNodeInfo.new_for_xml.html /usr/share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_finish.html /usr/share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_for_bus_finish.html /usr/share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_for_bus_sync.html /usr/share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_sync.html /usr/share/doc/gio-2.0/ctor.DBusObjectManagerServer.new.html /usr/share/doc/gio-2.0/ctor.DBusObjectProxy.new.html /usr/share/doc/gio-2.0/ctor.DBusObjectSkeleton.new.html /usr/share/doc/gio-2.0/ctor.DBusProxy.new_finish.html /usr/share/doc/gio-2.0/ctor.DBusProxy.new_for_bus_finish.html /usr/share/doc/gio-2.0/ctor.DBusProxy.new_for_bus_sync.html /usr/share/doc/gio-2.0/ctor.DBusProxy.new_sync.html /usr/share/doc/gio-2.0/ctor.DBusServer.new_sync.html /usr/share/doc/gio-2.0/ctor.DataInputStream.new.html /usr/share/doc/gio-2.0/ctor.DataOutputStream.new.html /usr/share/doc/gio-2.0/ctor.DebugControllerDBus.new.html /usr/share/doc/gio-2.0/ctor.DesktopAppInfo.new.html /usr/share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_filename.html /usr/share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_keyfile.html /usr/share/doc/gio-2.0/ctor.Emblem.new.html /usr/share/doc/gio-2.0/ctor.Emblem.new_with_origin.html /usr/share/doc/gio-2.0/ctor.EmblemedIcon.new.html /usr/share/doc/gio-2.0/ctor.FileAttributeInfoList.new.html /usr/share/doc/gio-2.0/ctor.FileAttributeMatcher.new.html /usr/share/doc/gio-2.0/ctor.FileIcon.new.html /usr/share/doc/gio-2.0/ctor.FileInfo.new.html /usr/share/doc/gio-2.0/ctor.FilenameCompleter.new.html /usr/share/doc/gio-2.0/ctor.IOModule.new.html /usr/share/doc/gio-2.0/ctor.InetAddress.new_any.html /usr/share/doc/gio-2.0/ctor.InetAddress.new_from_bytes.html /usr/share/doc/gio-2.0/ctor.InetAddress.new_from_string.html /usr/share/doc/gio-2.0/ctor.InetAddress.new_loopback.html /usr/share/doc/gio-2.0/ctor.InetAddressMask.new.html /usr/share/doc/gio-2.0/ctor.InetAddressMask.new_from_string.html /usr/share/doc/gio-2.0/ctor.InetSocketAddress.new.html /usr/share/doc/gio-2.0/ctor.InetSocketAddress.new_from_string.html /usr/share/doc/gio-2.0/ctor.ListStore.new.html /usr/share/doc/gio-2.0/ctor.MemoryInputStream.new.html /usr/share/doc/gio-2.0/ctor.MemoryInputStream.new_from_bytes.html /usr/share/doc/gio-2.0/ctor.MemoryInputStream.new_from_data.html /usr/share/doc/gio-2.0/ctor.MemoryOutputStream.new.html /usr/share/doc/gio-2.0/ctor.MemoryOutputStream.new_resizable.html /usr/share/doc/gio-2.0/ctor.Menu.new.html /usr/share/doc/gio-2.0/ctor.MenuItem.new.html /usr/share/doc/gio-2.0/ctor.MenuItem.new_from_model.html /usr/share/doc/gio-2.0/ctor.MenuItem.new_section.html /usr/share/doc/gio-2.0/ctor.MenuItem.new_submenu.html /usr/share/doc/gio-2.0/ctor.MountOperation.new.html /usr/share/doc/gio-2.0/ctor.NativeSocketAddress.new.html /usr/share/doc/gio-2.0/ctor.NetworkAddress.new.html /usr/share/doc/gio-2.0/ctor.NetworkAddress.new_loopback.html /usr/share/doc/gio-2.0/ctor.NetworkService.new.html /usr/share/doc/gio-2.0/ctor.Notification.new.html /usr/share/doc/gio-2.0/ctor.PropertyAction.new.html /usr/share/doc/gio-2.0/ctor.ProxyAddress.new.html /usr/share/doc/gio-2.0/ctor.Resource.new_from_data.html /usr/share/doc/gio-2.0/ctor.Settings.new.html /usr/share/doc/gio-2.0/ctor.Settings.new_full.html /usr/share/doc/gio-2.0/ctor.Settings.new_with_backend.html /usr/share/doc/gio-2.0/ctor.Settings.new_with_backend_and_path.html /usr/share/doc/gio-2.0/ctor.Settings.new_with_path.html /usr/share/doc/gio-2.0/ctor.SettingsSchemaSource.new_from_directory.html /usr/share/doc/gio-2.0/ctor.SimpleAction.new.html /usr/share/doc/gio-2.0/ctor.SimpleAction.new_stateful.html /usr/share/doc/gio-2.0/ctor.SimpleActionGroup.new.html /usr/share/doc/gio-2.0/ctor.SimpleAsyncResult.new.html /usr/share/doc/gio-2.0/ctor.SimpleAsyncResult.new_error.html /usr/share/doc/gio-2.0/ctor.SimpleAsyncResult.new_from_error.html /usr/share/doc/gio-2.0/ctor.SimpleAsyncResult.new_take_error.html /usr/share/doc/gio-2.0/ctor.SimpleIOStream.new.html /usr/share/doc/gio-2.0/ctor.SimplePermission.new.html /usr/share/doc/gio-2.0/ctor.Socket.new.html /usr/share/doc/gio-2.0/ctor.Socket.new_from_fd.html /usr/share/doc/gio-2.0/ctor.SocketAddress.new_from_native.html /usr/share/doc/gio-2.0/ctor.SocketClient.new.html /usr/share/doc/gio-2.0/ctor.SocketListener.new.html /usr/share/doc/gio-2.0/ctor.SocketService.new.html /usr/share/doc/gio-2.0/ctor.SrvTarget.new.html /usr/share/doc/gio-2.0/ctor.Subprocess.new.html /usr/share/doc/gio-2.0/ctor.Subprocess.newv.html /usr/share/doc/gio-2.0/ctor.SubprocessLauncher.new.html /usr/share/doc/gio-2.0/ctor.Task.new.html /usr/share/doc/gio-2.0/ctor.TcpWrapperConnection.new.html /usr/share/doc/gio-2.0/ctor.TestDBus.new.html /usr/share/doc/gio-2.0/ctor.ThemedIcon.new.html /usr/share/doc/gio-2.0/ctor.ThemedIcon.new_from_names.html /usr/share/doc/gio-2.0/ctor.ThemedIcon.new_with_default_fallbacks.html /usr/share/doc/gio-2.0/ctor.ThreadedSocketService.new.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_file.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_file_with_password.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_files.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_pem.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs11_uris.html /usr/share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs12.html /usr/share/doc/gio-2.0/ctor.TlsPassword.new.html /usr/share/doc/gio-2.0/ctor.UnixCredentialsMessage.new.html /usr/share/doc/gio-2.0/ctor.UnixCredentialsMessage.new_with_credentials.html /usr/share/doc/gio-2.0/ctor.UnixFDList.new.html /usr/share/doc/gio-2.0/ctor.UnixFDList.new_from_array.html /usr/share/doc/gio-2.0/ctor.UnixFDMessage.new.html /usr/share/doc/gio-2.0/ctor.UnixFDMessage.new_with_fd_list.html /usr/share/doc/gio-2.0/ctor.UnixInputStream.new.html /usr/share/doc/gio-2.0/ctor.UnixMountMonitor.new.html /usr/share/doc/gio-2.0/ctor.UnixOutputStream.new.html /usr/share/doc/gio-2.0/ctor.UnixSocketAddress.new.html /usr/share/doc/gio-2.0/ctor.UnixSocketAddress.new_abstract.html /usr/share/doc/gio-2.0/ctor.UnixSocketAddress.new_with_type.html /usr/share/doc/gio-2.0/ctor.ZlibCompressor.new.html /usr/share/doc/gio-2.0/ctor.ZlibDecompressor.new.html /usr/share/doc/gio-2.0/dbus-error.html /usr/share/doc/gio-2.0/dbus-introspection.html /usr/share/doc/gio-2.0/dbus-name-owning.html /usr/share/doc/gio-2.0/dbus-name-watching.html /usr/share/doc/gio-2.0/dbus-utils.html /usr/share/doc/gio-2.0/enum.BusType.html /usr/share/doc/gio-2.0/enum.ConverterResult.html /usr/share/doc/gio-2.0/enum.CredentialsType.html /usr/share/doc/gio-2.0/enum.DBusMessageByteOrder.html /usr/share/doc/gio-2.0/enum.DBusMessageHeaderField.html /usr/share/doc/gio-2.0/enum.DBusMessageType.html /usr/share/doc/gio-2.0/enum.DataStreamByteOrder.html /usr/share/doc/gio-2.0/enum.DataStreamNewlineType.html /usr/share/doc/gio-2.0/enum.DriveStartStopType.html /usr/share/doc/gio-2.0/enum.EmblemOrigin.html /usr/share/doc/gio-2.0/enum.FileAttributeStatus.html /usr/share/doc/gio-2.0/enum.FileAttributeType.html /usr/share/doc/gio-2.0/enum.FileMonitorEvent.html /usr/share/doc/gio-2.0/enum.FileType.html /usr/share/doc/gio-2.0/enum.FilesystemPreviewType.html /usr/share/doc/gio-2.0/enum.IOModuleScopeFlags.html /usr/share/doc/gio-2.0/enum.MemoryMonitorWarningLevel.html /usr/share/doc/gio-2.0/enum.MountOperationResult.html /usr/share/doc/gio-2.0/enum.NetworkConnectivity.html /usr/share/doc/gio-2.0/enum.NotificationPriority.html /usr/share/doc/gio-2.0/enum.PasswordSave.html /usr/share/doc/gio-2.0/enum.PollableReturn.html /usr/share/doc/gio-2.0/enum.ResolverRecordType.html /usr/share/doc/gio-2.0/enum.SocketClientEvent.html /usr/share/doc/gio-2.0/enum.SocketFamily.html /usr/share/doc/gio-2.0/enum.SocketListenerEvent.html /usr/share/doc/gio-2.0/enum.SocketProtocol.html /usr/share/doc/gio-2.0/enum.SocketType.html /usr/share/doc/gio-2.0/enum.TlsAuthenticationMode.html /usr/share/doc/gio-2.0/enum.TlsCertificateRequestFlags.html /usr/share/doc/gio-2.0/enum.TlsChannelBindingType.html /usr/share/doc/gio-2.0/enum.TlsDatabaseLookupFlags.html /usr/share/doc/gio-2.0/enum.TlsInteractionResult.html /usr/share/doc/gio-2.0/enum.TlsProtocolVersion.html /usr/share/doc/gio-2.0/enum.TlsRehandshakeMode.html /usr/share/doc/gio-2.0/enum.UnixSocketAddressType.html /usr/share/doc/gio-2.0/enum.ZlibCompressorFormat.html /usr/share/doc/gio-2.0/error.DBusError.html /usr/share/doc/gio-2.0/error.IOErrorEnum.html /usr/share/doc/gio-2.0/error.ResolverError.html /usr/share/doc/gio-2.0/error.ResourceError.html /usr/share/doc/gio-2.0/error.TlsChannelBindingError.html /usr/share/doc/gio-2.0/error.TlsError.html /usr/share/doc/gio-2.0/error.html /usr/share/doc/gio-2.0/file-attributes.html /usr/share/doc/gio-2.0/flags.AppInfoCreateFlags.html /usr/share/doc/gio-2.0/flags.ApplicationFlags.html /usr/share/doc/gio-2.0/flags.AskPasswordFlags.html /usr/share/doc/gio-2.0/flags.BusNameOwnerFlags.html /usr/share/doc/gio-2.0/flags.BusNameWatcherFlags.html /usr/share/doc/gio-2.0/flags.ConverterFlags.html /usr/share/doc/gio-2.0/flags.DBusCallFlags.html /usr/share/doc/gio-2.0/flags.DBusCapabilityFlags.html /usr/share/doc/gio-2.0/flags.DBusConnectionFlags.html /usr/share/doc/gio-2.0/flags.DBusInterfaceSkeletonFlags.html /usr/share/doc/gio-2.0/flags.DBusMessageFlags.html /usr/share/doc/gio-2.0/flags.DBusObjectManagerClientFlags.html /usr/share/doc/gio-2.0/flags.DBusPropertyInfoFlags.html /usr/share/doc/gio-2.0/flags.DBusProxyFlags.html /usr/share/doc/gio-2.0/flags.DBusSendMessageFlags.html /usr/share/doc/gio-2.0/flags.DBusServerFlags.html /usr/share/doc/gio-2.0/flags.DBusSignalFlags.html /usr/share/doc/gio-2.0/flags.DBusSubtreeFlags.html /usr/share/doc/gio-2.0/flags.DriveStartFlags.html /usr/share/doc/gio-2.0/flags.FileAttributeInfoFlags.html /usr/share/doc/gio-2.0/flags.FileCopyFlags.html /usr/share/doc/gio-2.0/flags.FileCreateFlags.html /usr/share/doc/gio-2.0/flags.FileMeasureFlags.html /usr/share/doc/gio-2.0/flags.FileMonitorFlags.html /usr/share/doc/gio-2.0/flags.FileQueryInfoFlags.html /usr/share/doc/gio-2.0/flags.IOStreamSpliceFlags.html /usr/share/doc/gio-2.0/flags.MountMountFlags.html /usr/share/doc/gio-2.0/flags.MountUnmountFlags.html /usr/share/doc/gio-2.0/flags.OutputStreamSpliceFlags.html /usr/share/doc/gio-2.0/flags.ResolverNameLookupFlags.html /usr/share/doc/gio-2.0/flags.ResourceFlags.html /usr/share/doc/gio-2.0/flags.ResourceLookupFlags.html /usr/share/doc/gio-2.0/flags.SettingsBindFlags.html /usr/share/doc/gio-2.0/flags.SocketMsgFlags.html /usr/share/doc/gio-2.0/flags.SubprocessFlags.html /usr/share/doc/gio-2.0/flags.TestDBusFlags.html /usr/share/doc/gio-2.0/flags.TlsCertificateFlags.html /usr/share/doc/gio-2.0/flags.TlsDatabaseVerifyFlags.html /usr/share/doc/gio-2.0/flags.TlsPasswordFlags.html /usr/share/doc/gio-2.0/fonts.css /usr/share/doc/gio-2.0/func.DBUS_ACTION_GROUP.html /usr/share/doc/gio-2.0/func.DBUS_ACTION_GROUP_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_AUTH_OBSERVER.html /usr/share/doc/gio-2.0/func.DBUS_CONNECTION.html /usr/share/doc/gio-2.0/func.DBUS_INTERFACE.html /usr/share/doc/gio-2.0/func.DBUS_INTERFACE_SKELETON.html /usr/share/doc/gio-2.0/func.DBUS_INTERFACE_SKELETON_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_MENU_MODEL.html /usr/share/doc/gio-2.0/func.DBUS_MESSAGE.html /usr/share/doc/gio-2.0/func.DBUS_METHOD_INVOCATION.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_CLIENT.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_CLIENT_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_SERVER.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_SERVER_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_PROXY.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_PROXY_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_SKELETON.html /usr/share/doc/gio-2.0/func.DBUS_OBJECT_SKELETON_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_PROXY.html /usr/share/doc/gio-2.0/func.DBUS_PROXY_CLASS.html /usr/share/doc/gio-2.0/func.DBUS_SERVER.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_26_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_28_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_30_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_32_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_34_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_36_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_38_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_40_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_42_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_44_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_46_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_48_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_50_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_52_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_54_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_56_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_58_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_60_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_62_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_64_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_66_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_68_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_70_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_72_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_74_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_76_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_78_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_26_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_28_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_30_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_32_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_34_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_36_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_38_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_40_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_42_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_44_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_46_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_48_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_50_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_52_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_54_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_56_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_58_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_60_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_62_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_64_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_66_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_68_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_70_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_72_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_74_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_76_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_78_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_80_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_IN_2_82_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_32_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_34_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_36_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_38_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_40_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_42_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_44_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_46_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_48_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_50_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_52_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_54_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_56_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_58_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_60_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_62_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_64_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_66_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_68_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_70_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_72_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_74_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_76_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_78_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_32_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_34_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_36_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_38_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_40_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_42_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_44_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_46_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_48_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_50_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_52_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_54_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_56_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_58_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_60_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_62_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_64_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_66_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_68_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_70_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_72_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_74_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_76_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_78_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html /usr/share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html /usr/share/doc/gio-2.0/func.TEST_DBUS.html /usr/share/doc/gio-2.0/func.UNAVAILABLE.html /usr/share/doc/gio-2.0/func.UNAVAILABLE_STATIC_INLINE.html /usr/share/doc/gio-2.0/func.bus_get.html /usr/share/doc/gio-2.0/func.bus_get_finish.html /usr/share/doc/gio-2.0/func.bus_get_sync.html /usr/share/doc/gio-2.0/func.bus_own_name.html /usr/share/doc/gio-2.0/func.bus_own_name_on_connection.html /usr/share/doc/gio-2.0/func.bus_own_name_on_connection_with_closures.html /usr/share/doc/gio-2.0/func.bus_own_name_with_closures.html /usr/share/doc/gio-2.0/func.bus_unown_name.html /usr/share/doc/gio-2.0/func.bus_unwatch_name.html /usr/share/doc/gio-2.0/func.bus_watch_name.html /usr/share/doc/gio-2.0/func.bus_watch_name_on_connection.html /usr/share/doc/gio-2.0/func.bus_watch_name_on_connection_with_closures.html /usr/share/doc/gio-2.0/func.bus_watch_name_with_closures.html /usr/share/doc/gio-2.0/func.content_type_can_be_executable.html /usr/share/doc/gio-2.0/func.content_type_equals.html /usr/share/doc/gio-2.0/func.content_type_from_mime_type.html /usr/share/doc/gio-2.0/func.content_type_get_description.html /usr/share/doc/gio-2.0/func.content_type_get_generic_icon_name.html /usr/share/doc/gio-2.0/func.content_type_get_icon.html /usr/share/doc/gio-2.0/func.content_type_get_mime_dirs.html /usr/share/doc/gio-2.0/func.content_type_get_mime_type.html /usr/share/doc/gio-2.0/func.content_type_get_symbolic_icon.html /usr/share/doc/gio-2.0/func.content_type_guess.html /usr/share/doc/gio-2.0/func.content_type_guess_for_tree.html /usr/share/doc/gio-2.0/func.content_type_is_a.html /usr/share/doc/gio-2.0/func.content_type_is_mime_type.html /usr/share/doc/gio-2.0/func.content_type_is_unknown.html /usr/share/doc/gio-2.0/func.content_type_set_mime_dirs.html /usr/share/doc/gio-2.0/func.content_types_get_registered.html /usr/share/doc/gio-2.0/func.dbus_address_escape_value.html /usr/share/doc/gio-2.0/func.dbus_address_get_for_bus_sync.html /usr/share/doc/gio-2.0/func.dbus_address_get_stream.html /usr/share/doc/gio-2.0/func.dbus_address_get_stream_finish.html /usr/share/doc/gio-2.0/func.dbus_address_get_stream_sync.html /usr/share/doc/gio-2.0/func.dbus_escape_object_path.html /usr/share/doc/gio-2.0/func.dbus_escape_object_path_bytestring.html /usr/share/doc/gio-2.0/func.dbus_generate_guid.html /usr/share/doc/gio-2.0/func.dbus_gvalue_to_gvariant.html /usr/share/doc/gio-2.0/func.dbus_gvariant_to_gvalue.html /usr/share/doc/gio-2.0/func.dbus_is_address.html /usr/share/doc/gio-2.0/func.dbus_is_error_name.html /usr/share/doc/gio-2.0/func.dbus_is_guid.html /usr/share/doc/gio-2.0/func.dbus_is_interface_name.html /usr/share/doc/gio-2.0/func.dbus_is_member_name.html /usr/share/doc/gio-2.0/func.dbus_is_name.html /usr/share/doc/gio-2.0/func.dbus_is_supported_address.html /usr/share/doc/gio-2.0/func.dbus_is_unique_name.html /usr/share/doc/gio-2.0/func.dbus_unescape_object_path.html /usr/share/doc/gio-2.0/func.io_error_from_errno.html /usr/share/doc/gio-2.0/func.io_error_from_file_error.html /usr/share/doc/gio-2.0/func.io_error_quark.html /usr/share/doc/gio-2.0/func.io_modules_load_all_in_directory.html /usr/share/doc/gio-2.0/func.io_modules_load_all_in_directory_with_scope.html /usr/share/doc/gio-2.0/func.io_modules_scan_all_in_directory.html /usr/share/doc/gio-2.0/func.io_modules_scan_all_in_directory_with_scope.html /usr/share/doc/gio-2.0/func.io_scheduler_cancel_all_jobs.html /usr/share/doc/gio-2.0/func.io_scheduler_push_job.html /usr/share/doc/gio-2.0/func.keyfile_settings_backend_new.html /usr/share/doc/gio-2.0/func.memory_settings_backend_new.html /usr/share/doc/gio-2.0/func.networking_init.html /usr/share/doc/gio-2.0/func.null_settings_backend_new.html /usr/share/doc/gio-2.0/func.pollable_source_new.html /usr/share/doc/gio-2.0/func.pollable_source_new_full.html /usr/share/doc/gio-2.0/func.pollable_stream_read.html /usr/share/doc/gio-2.0/func.pollable_stream_write.html /usr/share/doc/gio-2.0/func.pollable_stream_write_all.html /usr/share/doc/gio-2.0/func.resources_enumerate_children.html /usr/share/doc/gio-2.0/func.resources_get_info.html /usr/share/doc/gio-2.0/func.resources_lookup_data.html /usr/share/doc/gio-2.0/func.resources_open_stream.html /usr/share/doc/gio-2.0/func.resources_register.html /usr/share/doc/gio-2.0/func.resources_unregister.html /usr/share/doc/gio-2.0/func.simple_async_report_error_in_idle.html /usr/share/doc/gio-2.0/func.simple_async_report_gerror_in_idle.html /usr/share/doc/gio-2.0/func.simple_async_report_take_gerror_in_idle.html /usr/share/doc/gio-2.0/func.unix_is_mount_path_system_internal.html /usr/share/doc/gio-2.0/func.unix_is_system_device_path.html /usr/share/doc/gio-2.0/func.unix_is_system_fs_type.html /usr/share/doc/gio-2.0/func.unix_mount_at.html /usr/share/doc/gio-2.0/func.unix_mount_compare.html /usr/share/doc/gio-2.0/func.unix_mount_copy.html /usr/share/doc/gio-2.0/func.unix_mount_for.html /usr/share/doc/gio-2.0/func.unix_mount_free.html /usr/share/doc/gio-2.0/func.unix_mount_get_device_path.html /usr/share/doc/gio-2.0/func.unix_mount_get_fs_type.html /usr/share/doc/gio-2.0/func.unix_mount_get_mount_path.html /usr/share/doc/gio-2.0/func.unix_mount_get_options.html /usr/share/doc/gio-2.0/func.unix_mount_get_root_path.html /usr/share/doc/gio-2.0/func.unix_mount_guess_can_eject.html /usr/share/doc/gio-2.0/func.unix_mount_guess_icon.html /usr/share/doc/gio-2.0/func.unix_mount_guess_name.html /usr/share/doc/gio-2.0/func.unix_mount_guess_should_display.html /usr/share/doc/gio-2.0/func.unix_mount_guess_symbolic_icon.html /usr/share/doc/gio-2.0/func.unix_mount_is_readonly.html /usr/share/doc/gio-2.0/func.unix_mount_is_system_internal.html /usr/share/doc/gio-2.0/func.unix_mount_points_changed_since.html /usr/share/doc/gio-2.0/func.unix_mount_points_get.html /usr/share/doc/gio-2.0/func.unix_mount_points_get_from_file.html /usr/share/doc/gio-2.0/func.unix_mounts_changed_since.html /usr/share/doc/gio-2.0/func.unix_mounts_get.html /usr/share/doc/gio-2.0/func.unix_mounts_get_from_file.html /usr/share/doc/gio-2.0/fzy.js /usr/share/doc/gio-2.0/gapplication.html /usr/share/doc/gio-2.0/gdbus-codegen.html /usr/share/doc/gio-2.0/gdbus.html /usr/share/doc/gio-2.0/gio-2.0.devhelp2 /usr/share/doc/gio-2.0/gio-querymodules.html /usr/share/doc/gio-2.0/gio.html /usr/share/doc/gio-2.0/glib-compile-resources.html /usr/share/doc/gio-2.0/glib-compile-schemas.html /usr/share/doc/gio-2.0/go-up-symbolic.png /usr/share/doc/gio-2.0/gresource.html /usr/share/doc/gio-2.0/gsettings.html /usr/share/doc/gio-2.0/gvfs-overview.png /usr/share/doc/gio-2.0/iface.Action.html /usr/share/doc/gio-2.0/iface.ActionGroup.html /usr/share/doc/gio-2.0/iface.ActionMap.html /usr/share/doc/gio-2.0/iface.AppInfo.html /usr/share/doc/gio-2.0/iface.AsyncInitable.html /usr/share/doc/gio-2.0/iface.AsyncResult.html /usr/share/doc/gio-2.0/iface.Converter.html /usr/share/doc/gio-2.0/iface.DBusInterface.html /usr/share/doc/gio-2.0/iface.DBusObject.html /usr/share/doc/gio-2.0/iface.DBusObjectManager.html /usr/share/doc/gio-2.0/iface.DatagramBased.html /usr/share/doc/gio-2.0/iface.DebugController.html /usr/share/doc/gio-2.0/iface.DesktopAppInfoLookup.html /usr/share/doc/gio-2.0/iface.Drive.html /usr/share/doc/gio-2.0/iface.DtlsClientConnection.html /usr/share/doc/gio-2.0/iface.DtlsConnection.html /usr/share/doc/gio-2.0/iface.DtlsServerConnection.html /usr/share/doc/gio-2.0/iface.File.html /usr/share/doc/gio-2.0/iface.FileDescriptorBased.html /usr/share/doc/gio-2.0/iface.Icon.html /usr/share/doc/gio-2.0/iface.Initable.html /usr/share/doc/gio-2.0/iface.ListModel.html /usr/share/doc/gio-2.0/iface.LoadableIcon.html /usr/share/doc/gio-2.0/iface.MemoryMonitor.html /usr/share/doc/gio-2.0/iface.Mount.html /usr/share/doc/gio-2.0/iface.NetworkMonitor.html /usr/share/doc/gio-2.0/iface.PollableInputStream.html /usr/share/doc/gio-2.0/iface.PollableOutputStream.html /usr/share/doc/gio-2.0/iface.PowerProfileMonitor.html /usr/share/doc/gio-2.0/iface.Proxy.html /usr/share/doc/gio-2.0/iface.ProxyResolver.html /usr/share/doc/gio-2.0/iface.RemoteActionGroup.html /usr/share/doc/gio-2.0/iface.Seekable.html /usr/share/doc/gio-2.0/iface.SocketConnectable.html /usr/share/doc/gio-2.0/iface.TlsBackend.html /usr/share/doc/gio-2.0/iface.TlsClientConnection.html /usr/share/doc/gio-2.0/iface.TlsFileDatabase.html /usr/share/doc/gio-2.0/iface.TlsServerConnection.html /usr/share/doc/gio-2.0/iface.Volume.html /usr/share/doc/gio-2.0/index.html /usr/share/doc/gio-2.0/index.json /usr/share/doc/gio-2.0/io-scheduler.html /usr/share/doc/gio-2.0/main.js /usr/share/doc/gio-2.0/menu-example.png /usr/share/doc/gio-2.0/menu-exporter.html /usr/share/doc/gio-2.0/menu-model-dark.svg /usr/share/doc/gio-2.0/menu-model-light.svg /usr/share/doc/gio-2.0/method.Action.activate.html /usr/share/doc/gio-2.0/method.Action.change_state.html /usr/share/doc/gio-2.0/method.Action.get_enabled.html /usr/share/doc/gio-2.0/method.Action.get_name.html /usr/share/doc/gio-2.0/method.Action.get_parameter_type.html /usr/share/doc/gio-2.0/method.Action.get_state.html /usr/share/doc/gio-2.0/method.Action.get_state_hint.html /usr/share/doc/gio-2.0/method.Action.get_state_type.html /usr/share/doc/gio-2.0/method.ActionGroup.action_added.html /usr/share/doc/gio-2.0/method.ActionGroup.action_enabled_changed.html /usr/share/doc/gio-2.0/method.ActionGroup.action_removed.html /usr/share/doc/gio-2.0/method.ActionGroup.action_state_changed.html /usr/share/doc/gio-2.0/method.ActionGroup.activate_action.html /usr/share/doc/gio-2.0/method.ActionGroup.change_action_state.html /usr/share/doc/gio-2.0/method.ActionGroup.get_action_enabled.html /usr/share/doc/gio-2.0/method.ActionGroup.get_action_parameter_type.html /usr/share/doc/gio-2.0/method.ActionGroup.get_action_state.html /usr/share/doc/gio-2.0/method.ActionGroup.get_action_state_hint.html /usr/share/doc/gio-2.0/method.ActionGroup.get_action_state_type.html /usr/share/doc/gio-2.0/method.ActionGroup.has_action.html /usr/share/doc/gio-2.0/method.ActionGroup.list_actions.html /usr/share/doc/gio-2.0/method.ActionGroup.query_action.html /usr/share/doc/gio-2.0/method.ActionMap.add_action.html /usr/share/doc/gio-2.0/method.ActionMap.add_action_entries.html /usr/share/doc/gio-2.0/method.ActionMap.lookup_action.html /usr/share/doc/gio-2.0/method.ActionMap.remove_action.html /usr/share/doc/gio-2.0/method.ActionMap.remove_action_entries.html /usr/share/doc/gio-2.0/method.AppInfo.add_supports_type.html /usr/share/doc/gio-2.0/method.AppInfo.can_delete.html /usr/share/doc/gio-2.0/method.AppInfo.can_remove_supports_type.html /usr/share/doc/gio-2.0/method.AppInfo.delete.html /usr/share/doc/gio-2.0/method.AppInfo.dup.html /usr/share/doc/gio-2.0/method.AppInfo.equal.html /usr/share/doc/gio-2.0/method.AppInfo.get_commandline.html /usr/share/doc/gio-2.0/method.AppInfo.get_description.html /usr/share/doc/gio-2.0/method.AppInfo.get_display_name.html /usr/share/doc/gio-2.0/method.AppInfo.get_executable.html /usr/share/doc/gio-2.0/method.AppInfo.get_icon.html /usr/share/doc/gio-2.0/method.AppInfo.get_id.html /usr/share/doc/gio-2.0/method.AppInfo.get_name.html /usr/share/doc/gio-2.0/method.AppInfo.get_supported_types.html /usr/share/doc/gio-2.0/method.AppInfo.launch.html /usr/share/doc/gio-2.0/method.AppInfo.launch_uris.html /usr/share/doc/gio-2.0/method.AppInfo.launch_uris_async.html /usr/share/doc/gio-2.0/method.AppInfo.launch_uris_finish.html /usr/share/doc/gio-2.0/method.AppInfo.remove_supports_type.html /usr/share/doc/gio-2.0/method.AppInfo.set_as_default_for_extension.html /usr/share/doc/gio-2.0/method.AppInfo.set_as_default_for_type.html /usr/share/doc/gio-2.0/method.AppInfo.set_as_last_used_for_type.html /usr/share/doc/gio-2.0/method.AppInfo.should_show.html /usr/share/doc/gio-2.0/method.AppInfo.supports_files.html /usr/share/doc/gio-2.0/method.AppInfo.supports_uris.html /usr/share/doc/gio-2.0/method.AppLaunchContext.get_display.html /usr/share/doc/gio-2.0/method.AppLaunchContext.get_environment.html /usr/share/doc/gio-2.0/method.AppLaunchContext.get_startup_notify_id.html /usr/share/doc/gio-2.0/method.AppLaunchContext.launch_failed.html /usr/share/doc/gio-2.0/method.AppLaunchContext.setenv.html /usr/share/doc/gio-2.0/method.AppLaunchContext.unsetenv.html /usr/share/doc/gio-2.0/method.Application.activate.html /usr/share/doc/gio-2.0/method.Application.add_main_option.html /usr/share/doc/gio-2.0/method.Application.add_main_option_entries.html /usr/share/doc/gio-2.0/method.Application.add_option_group.html /usr/share/doc/gio-2.0/method.Application.bind_busy_property.html /usr/share/doc/gio-2.0/method.Application.get_application_id.html /usr/share/doc/gio-2.0/method.Application.get_dbus_connection.html /usr/share/doc/gio-2.0/method.Application.get_dbus_object_path.html /usr/share/doc/gio-2.0/method.Application.get_flags.html /usr/share/doc/gio-2.0/method.Application.get_inactivity_timeout.html /usr/share/doc/gio-2.0/method.Application.get_is_busy.html /usr/share/doc/gio-2.0/method.Application.get_is_registered.html /usr/share/doc/gio-2.0/method.Application.get_is_remote.html /usr/share/doc/gio-2.0/method.Application.get_resource_base_path.html /usr/share/doc/gio-2.0/method.Application.get_version.html /usr/share/doc/gio-2.0/method.Application.hold.html /usr/share/doc/gio-2.0/method.Application.mark_busy.html /usr/share/doc/gio-2.0/method.Application.open.html /usr/share/doc/gio-2.0/method.Application.quit.html /usr/share/doc/gio-2.0/method.Application.register.html /usr/share/doc/gio-2.0/method.Application.release.html /usr/share/doc/gio-2.0/method.Application.run.html /usr/share/doc/gio-2.0/method.Application.send_notification.html /usr/share/doc/gio-2.0/method.Application.set_action_group.html /usr/share/doc/gio-2.0/method.Application.set_application_id.html /usr/share/doc/gio-2.0/method.Application.set_default.html /usr/share/doc/gio-2.0/method.Application.set_flags.html /usr/share/doc/gio-2.0/method.Application.set_inactivity_timeout.html /usr/share/doc/gio-2.0/method.Application.set_option_context_description.html /usr/share/doc/gio-2.0/method.Application.set_option_context_parameter_string.html /usr/share/doc/gio-2.0/method.Application.set_option_context_summary.html /usr/share/doc/gio-2.0/method.Application.set_resource_base_path.html /usr/share/doc/gio-2.0/method.Application.set_version.html /usr/share/doc/gio-2.0/method.Application.unbind_busy_property.html /usr/share/doc/gio-2.0/method.Application.unmark_busy.html /usr/share/doc/gio-2.0/method.Application.withdraw_notification.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.create_file_for_arg.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.done.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_arguments.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_cwd.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_environ.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_exit_status.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_is_remote.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_options_dict.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_platform_data.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.get_stdin.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.getenv.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.print.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.print_literal.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.printerr.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.printerr_literal.html /usr/share/doc/gio-2.0/method.ApplicationCommandLine.set_exit_status.html /usr/share/doc/gio-2.0/method.AsyncInitable.init_async.html /usr/share/doc/gio-2.0/method.AsyncInitable.init_finish.html /usr/share/doc/gio-2.0/method.AsyncInitable.new_finish.html /usr/share/doc/gio-2.0/method.AsyncResult.get_source_object.html /usr/share/doc/gio-2.0/method.AsyncResult.get_user_data.html /usr/share/doc/gio-2.0/method.AsyncResult.is_tagged.html /usr/share/doc/gio-2.0/method.AsyncResult.legacy_propagate_error.html /usr/share/doc/gio-2.0/method.BufferedInputStream.fill.html /usr/share/doc/gio-2.0/method.BufferedInputStream.fill_async.html /usr/share/doc/gio-2.0/method.BufferedInputStream.fill_finish.html /usr/share/doc/gio-2.0/method.BufferedInputStream.get_available.html /usr/share/doc/gio-2.0/method.BufferedInputStream.get_buffer_size.html /usr/share/doc/gio-2.0/method.BufferedInputStream.peek.html /usr/share/doc/gio-2.0/method.BufferedInputStream.peek_buffer.html /usr/share/doc/gio-2.0/method.BufferedInputStream.read_byte.html /usr/share/doc/gio-2.0/method.BufferedInputStream.set_buffer_size.html /usr/share/doc/gio-2.0/method.BufferedOutputStream.get_auto_grow.html /usr/share/doc/gio-2.0/method.BufferedOutputStream.get_buffer_size.html /usr/share/doc/gio-2.0/method.BufferedOutputStream.set_auto_grow.html /usr/share/doc/gio-2.0/method.BufferedOutputStream.set_buffer_size.html /usr/share/doc/gio-2.0/method.BytesIcon.get_bytes.html /usr/share/doc/gio-2.0/method.Cancellable.cancel.html /usr/share/doc/gio-2.0/method.Cancellable.connect.html /usr/share/doc/gio-2.0/method.Cancellable.disconnect.html /usr/share/doc/gio-2.0/method.Cancellable.get_fd.html /usr/share/doc/gio-2.0/method.Cancellable.is_cancelled.html /usr/share/doc/gio-2.0/method.Cancellable.make_pollfd.html /usr/share/doc/gio-2.0/method.Cancellable.pop_current.html /usr/share/doc/gio-2.0/method.Cancellable.push_current.html /usr/share/doc/gio-2.0/method.Cancellable.release_fd.html /usr/share/doc/gio-2.0/method.Cancellable.reset.html /usr/share/doc/gio-2.0/method.Cancellable.set_error_if_cancelled.html /usr/share/doc/gio-2.0/method.Cancellable.source_new.html /usr/share/doc/gio-2.0/method.CharsetConverter.get_num_fallbacks.html /usr/share/doc/gio-2.0/method.CharsetConverter.get_use_fallback.html /usr/share/doc/gio-2.0/method.CharsetConverter.set_use_fallback.html /usr/share/doc/gio-2.0/method.Converter.convert.html /usr/share/doc/gio-2.0/method.Converter.convert_bytes.html /usr/share/doc/gio-2.0/method.Converter.reset.html /usr/share/doc/gio-2.0/method.ConverterInputStream.get_converter.html /usr/share/doc/gio-2.0/method.ConverterOutputStream.get_converter.html /usr/share/doc/gio-2.0/method.Credentials.get_native.html /usr/share/doc/gio-2.0/method.Credentials.get_unix_pid.html /usr/share/doc/gio-2.0/method.Credentials.get_unix_user.html /usr/share/doc/gio-2.0/method.Credentials.is_same_user.html /usr/share/doc/gio-2.0/method.Credentials.set_native.html /usr/share/doc/gio-2.0/method.Credentials.set_unix_user.html /usr/share/doc/gio-2.0/method.Credentials.to_string.html /usr/share/doc/gio-2.0/method.DBusAnnotationInfo.ref.html /usr/share/doc/gio-2.0/method.DBusAnnotationInfo.unref.html /usr/share/doc/gio-2.0/method.DBusArgInfo.ref.html /usr/share/doc/gio-2.0/method.DBusArgInfo.unref.html /usr/share/doc/gio-2.0/method.DBusAuthObserver.allow_mechanism.html /usr/share/doc/gio-2.0/method.DBusAuthObserver.authorize_authenticated_peer.html /usr/share/doc/gio-2.0/method.DBusConnection.add_filter.html /usr/share/doc/gio-2.0/method.DBusConnection.call.html /usr/share/doc/gio-2.0/method.DBusConnection.call_finish.html /usr/share/doc/gio-2.0/method.DBusConnection.call_sync.html /usr/share/doc/gio-2.0/method.DBusConnection.call_with_unix_fd_list.html /usr/share/doc/gio-2.0/method.DBusConnection.call_with_unix_fd_list_finish.html /usr/share/doc/gio-2.0/method.DBusConnection.call_with_unix_fd_list_sync.html /usr/share/doc/gio-2.0/method.DBusConnection.close.html /usr/share/doc/gio-2.0/method.DBusConnection.close_finish.html /usr/share/doc/gio-2.0/method.DBusConnection.close_sync.html /usr/share/doc/gio-2.0/method.DBusConnection.emit_signal.html /usr/share/doc/gio-2.0/method.DBusConnection.export_action_group.html /usr/share/doc/gio-2.0/method.DBusConnection.export_menu_model.html /usr/share/doc/gio-2.0/method.DBusConnection.flush.html /usr/share/doc/gio-2.0/method.DBusConnection.flush_finish.html /usr/share/doc/gio-2.0/method.DBusConnection.flush_sync.html /usr/share/doc/gio-2.0/method.DBusConnection.get_capabilities.html /usr/share/doc/gio-2.0/method.DBusConnection.get_exit_on_close.html /usr/share/doc/gio-2.0/method.DBusConnection.get_flags.html /usr/share/doc/gio-2.0/method.DBusConnection.get_guid.html /usr/share/doc/gio-2.0/method.DBusConnection.get_last_serial.html /usr/share/doc/gio-2.0/method.DBusConnection.get_peer_credentials.html /usr/share/doc/gio-2.0/method.DBusConnection.get_stream.html /usr/share/doc/gio-2.0/method.DBusConnection.get_unique_name.html /usr/share/doc/gio-2.0/method.DBusConnection.is_closed.html /usr/share/doc/gio-2.0/method.DBusConnection.register_object.html /usr/share/doc/gio-2.0/method.DBusConnection.register_object_with_closures.html /usr/share/doc/gio-2.0/method.DBusConnection.register_subtree.html /usr/share/doc/gio-2.0/method.DBusConnection.remove_filter.html /usr/share/doc/gio-2.0/method.DBusConnection.send_message.html /usr/share/doc/gio-2.0/method.DBusConnection.send_message_with_reply.html /usr/share/doc/gio-2.0/method.DBusConnection.send_message_with_reply_finish.html /usr/share/doc/gio-2.0/method.DBusConnection.send_message_with_reply_sync.html /usr/share/doc/gio-2.0/method.DBusConnection.set_exit_on_close.html /usr/share/doc/gio-2.0/method.DBusConnection.signal_subscribe.html /usr/share/doc/gio-2.0/method.DBusConnection.signal_unsubscribe.html /usr/share/doc/gio-2.0/method.DBusConnection.start_message_processing.html /usr/share/doc/gio-2.0/method.DBusConnection.unexport_action_group.html /usr/share/doc/gio-2.0/method.DBusConnection.unexport_menu_model.html /usr/share/doc/gio-2.0/method.DBusConnection.unregister_object.html /usr/share/doc/gio-2.0/method.DBusConnection.unregister_subtree.html /usr/share/doc/gio-2.0/method.DBusInterface.dup_object.html /usr/share/doc/gio-2.0/method.DBusInterface.get_info.html /usr/share/doc/gio-2.0/method.DBusInterface.get_object.html /usr/share/doc/gio-2.0/method.DBusInterface.set_object.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.cache_build.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.cache_release.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.generate_xml.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.lookup_method.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.lookup_property.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.lookup_signal.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.ref.html /usr/share/doc/gio-2.0/method.DBusInterfaceInfo.unref.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.export.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.flush.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_connection.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_connections.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_flags.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_info.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_object_path.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_properties.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.get_vtable.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.has_connection.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.set_flags.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.unexport.html /usr/share/doc/gio-2.0/method.DBusInterfaceSkeleton.unexport_from_connection.html /usr/share/doc/gio-2.0/method.DBusMessage.copy.html /usr/share/doc/gio-2.0/method.DBusMessage.get_arg0.html /usr/share/doc/gio-2.0/method.DBusMessage.get_arg0_path.html /usr/share/doc/gio-2.0/method.DBusMessage.get_body.html /usr/share/doc/gio-2.0/method.DBusMessage.get_byte_order.html /usr/share/doc/gio-2.0/method.DBusMessage.get_destination.html /usr/share/doc/gio-2.0/method.DBusMessage.get_error_name.html /usr/share/doc/gio-2.0/method.DBusMessage.get_flags.html /usr/share/doc/gio-2.0/method.DBusMessage.get_header.html /usr/share/doc/gio-2.0/method.DBusMessage.get_header_fields.html /usr/share/doc/gio-2.0/method.DBusMessage.get_interface.html /usr/share/doc/gio-2.0/method.DBusMessage.get_locked.html /usr/share/doc/gio-2.0/method.DBusMessage.get_member.html /usr/share/doc/gio-2.0/method.DBusMessage.get_message_type.html /usr/share/doc/gio-2.0/method.DBusMessage.get_num_unix_fds.html /usr/share/doc/gio-2.0/method.DBusMessage.get_path.html /usr/share/doc/gio-2.0/method.DBusMessage.get_reply_serial.html /usr/share/doc/gio-2.0/method.DBusMessage.get_sender.html /usr/share/doc/gio-2.0/method.DBusMessage.get_serial.html /usr/share/doc/gio-2.0/method.DBusMessage.get_signature.html /usr/share/doc/gio-2.0/method.DBusMessage.get_unix_fd_list.html /usr/share/doc/gio-2.0/method.DBusMessage.lock.html /usr/share/doc/gio-2.0/method.DBusMessage.new_method_error.html /usr/share/doc/gio-2.0/method.DBusMessage.new_method_error_literal.html /usr/share/doc/gio-2.0/method.DBusMessage.new_method_error_valist.html /usr/share/doc/gio-2.0/method.DBusMessage.new_method_reply.html /usr/share/doc/gio-2.0/method.DBusMessage.print.html /usr/share/doc/gio-2.0/method.DBusMessage.set_body.html /usr/share/doc/gio-2.0/method.DBusMessage.set_byte_order.html /usr/share/doc/gio-2.0/method.DBusMessage.set_destination.html /usr/share/doc/gio-2.0/method.DBusMessage.set_error_name.html /usr/share/doc/gio-2.0/method.DBusMessage.set_flags.html /usr/share/doc/gio-2.0/method.DBusMessage.set_header.html /usr/share/doc/gio-2.0/method.DBusMessage.set_interface.html /usr/share/doc/gio-2.0/method.DBusMessage.set_member.html /usr/share/doc/gio-2.0/method.DBusMessage.set_message_type.html /usr/share/doc/gio-2.0/method.DBusMessage.set_num_unix_fds.html /usr/share/doc/gio-2.0/method.DBusMessage.set_path.html /usr/share/doc/gio-2.0/method.DBusMessage.set_reply_serial.html /usr/share/doc/gio-2.0/method.DBusMessage.set_sender.html /usr/share/doc/gio-2.0/method.DBusMessage.set_serial.html /usr/share/doc/gio-2.0/method.DBusMessage.set_signature.html /usr/share/doc/gio-2.0/method.DBusMessage.set_unix_fd_list.html /usr/share/doc/gio-2.0/method.DBusMessage.to_blob.html /usr/share/doc/gio-2.0/method.DBusMessage.to_gerror.html /usr/share/doc/gio-2.0/method.DBusMethodInfo.ref.html /usr/share/doc/gio-2.0/method.DBusMethodInfo.unref.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_connection.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_interface_name.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_message.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_method_info.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_method_name.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_object_path.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_parameters.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_property_info.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_sender.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.get_user_data.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_dbus_error.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_error.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_error_literal.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_error_valist.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_gerror.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_value.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.return_value_with_unix_fd_list.html /usr/share/doc/gio-2.0/method.DBusMethodInvocation.take_error.html /usr/share/doc/gio-2.0/method.DBusNodeInfo.generate_xml.html /usr/share/doc/gio-2.0/method.DBusNodeInfo.lookup_interface.html /usr/share/doc/gio-2.0/method.DBusNodeInfo.ref.html /usr/share/doc/gio-2.0/method.DBusNodeInfo.unref.html /usr/share/doc/gio-2.0/method.DBusObject.get_interface.html /usr/share/doc/gio-2.0/method.DBusObject.get_interfaces.html /usr/share/doc/gio-2.0/method.DBusObject.get_object_path.html /usr/share/doc/gio-2.0/method.DBusObjectManager.get_interface.html /usr/share/doc/gio-2.0/method.DBusObjectManager.get_object.html /usr/share/doc/gio-2.0/method.DBusObjectManager.get_object_path.html /usr/share/doc/gio-2.0/method.DBusObjectManager.get_objects.html /usr/share/doc/gio-2.0/method.DBusObjectManagerClient.get_connection.html /usr/share/doc/gio-2.0/method.DBusObjectManagerClient.get_flags.html /usr/share/doc/gio-2.0/method.DBusObjectManagerClient.get_name.html /usr/share/doc/gio-2.0/method.DBusObjectManagerClient.get_name_owner.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.export.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.export_uniquely.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.get_connection.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.is_exported.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.set_connection.html /usr/share/doc/gio-2.0/method.DBusObjectManagerServer.unexport.html /usr/share/doc/gio-2.0/method.DBusObjectProxy.get_connection.html /usr/share/doc/gio-2.0/method.DBusObjectSkeleton.add_interface.html /usr/share/doc/gio-2.0/method.DBusObjectSkeleton.flush.html /usr/share/doc/gio-2.0/method.DBusObjectSkeleton.remove_interface.html /usr/share/doc/gio-2.0/method.DBusObjectSkeleton.remove_interface_by_name.html /usr/share/doc/gio-2.0/method.DBusObjectSkeleton.set_object_path.html /usr/share/doc/gio-2.0/method.DBusPropertyInfo.ref.html /usr/share/doc/gio-2.0/method.DBusPropertyInfo.unref.html /usr/share/doc/gio-2.0/method.DBusProxy.call.html /usr/share/doc/gio-2.0/method.DBusProxy.call_finish.html /usr/share/doc/gio-2.0/method.DBusProxy.call_sync.html /usr/share/doc/gio-2.0/method.DBusProxy.call_with_unix_fd_list.html /usr/share/doc/gio-2.0/method.DBusProxy.call_with_unix_fd_list_finish.html /usr/share/doc/gio-2.0/method.DBusProxy.call_with_unix_fd_list_sync.html /usr/share/doc/gio-2.0/method.DBusProxy.get_cached_property.html /usr/share/doc/gio-2.0/method.DBusProxy.get_cached_property_names.html /usr/share/doc/gio-2.0/method.DBusProxy.get_connection.html /usr/share/doc/gio-2.0/method.DBusProxy.get_default_timeout.html /usr/share/doc/gio-2.0/method.DBusProxy.get_flags.html /usr/share/doc/gio-2.0/method.DBusProxy.get_interface_info.html /usr/share/doc/gio-2.0/method.DBusProxy.get_interface_name.html /usr/share/doc/gio-2.0/method.DBusProxy.get_name.html /usr/share/doc/gio-2.0/method.DBusProxy.get_name_owner.html /usr/share/doc/gio-2.0/method.DBusProxy.get_object_path.html /usr/share/doc/gio-2.0/method.DBusProxy.set_cached_property.html /usr/share/doc/gio-2.0/method.DBusProxy.set_default_timeout.html /usr/share/doc/gio-2.0/method.DBusProxy.set_interface_info.html /usr/share/doc/gio-2.0/method.DBusServer.get_client_address.html /usr/share/doc/gio-2.0/method.DBusServer.get_flags.html /usr/share/doc/gio-2.0/method.DBusServer.get_guid.html /usr/share/doc/gio-2.0/method.DBusServer.is_active.html /usr/share/doc/gio-2.0/method.DBusServer.start.html /usr/share/doc/gio-2.0/method.DBusServer.stop.html /usr/share/doc/gio-2.0/method.DBusSignalInfo.ref.html /usr/share/doc/gio-2.0/method.DBusSignalInfo.unref.html /usr/share/doc/gio-2.0/method.DataInputStream.get_byte_order.html /usr/share/doc/gio-2.0/method.DataInputStream.get_newline_type.html /usr/share/doc/gio-2.0/method.DataInputStream.read_byte.html /usr/share/doc/gio-2.0/method.DataInputStream.read_int16.html /usr/share/doc/gio-2.0/method.DataInputStream.read_int32.html /usr/share/doc/gio-2.0/method.DataInputStream.read_int64.html /usr/share/doc/gio-2.0/method.DataInputStream.read_line.html /usr/share/doc/gio-2.0/method.DataInputStream.read_line_async.html /usr/share/doc/gio-2.0/method.DataInputStream.read_line_finish.html /usr/share/doc/gio-2.0/method.DataInputStream.read_line_finish_utf8.html /usr/share/doc/gio-2.0/method.DataInputStream.read_line_utf8.html /usr/share/doc/gio-2.0/method.DataInputStream.read_uint16.html /usr/share/doc/gio-2.0/method.DataInputStream.read_uint32.html /usr/share/doc/gio-2.0/method.DataInputStream.read_uint64.html /usr/share/doc/gio-2.0/method.DataInputStream.read_until.html /usr/share/doc/gio-2.0/method.DataInputStream.read_until_async.html /usr/share/doc/gio-2.0/method.DataInputStream.read_until_finish.html /usr/share/doc/gio-2.0/method.DataInputStream.read_upto.html /usr/share/doc/gio-2.0/method.DataInputStream.read_upto_async.html /usr/share/doc/gio-2.0/method.DataInputStream.read_upto_finish.html /usr/share/doc/gio-2.0/method.DataInputStream.set_byte_order.html /usr/share/doc/gio-2.0/method.DataInputStream.set_newline_type.html /usr/share/doc/gio-2.0/method.DataOutputStream.get_byte_order.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_byte.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_int16.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_int32.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_int64.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_string.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_uint16.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_uint32.html /usr/share/doc/gio-2.0/method.DataOutputStream.put_uint64.html /usr/share/doc/gio-2.0/method.DataOutputStream.set_byte_order.html /usr/share/doc/gio-2.0/method.DatagramBased.condition_check.html /usr/share/doc/gio-2.0/method.DatagramBased.condition_wait.html /usr/share/doc/gio-2.0/method.DatagramBased.create_source.html /usr/share/doc/gio-2.0/method.DatagramBased.receive_messages.html /usr/share/doc/gio-2.0/method.DatagramBased.send_messages.html /usr/share/doc/gio-2.0/method.DebugController.get_debug_enabled.html /usr/share/doc/gio-2.0/method.DebugController.set_debug_enabled.html /usr/share/doc/gio-2.0/method.DebugControllerDBus.stop.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_action_name.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_boolean.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_categories.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_filename.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_generic_name.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_is_hidden.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_keywords.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_locale_string.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_nodisplay.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_show_in.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_startup_wm_class.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_string.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.get_string_list.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.has_key.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.launch_action.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.launch_uris_as_manager.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.launch_uris_as_manager_with_fds.html /usr/share/doc/gio-2.0/method.DesktopAppInfo.list_actions.html /usr/share/doc/gio-2.0/method.DesktopAppInfoLookup.get_default_for_uri_scheme.html /usr/share/doc/gio-2.0/method.Drive.can_eject.html /usr/share/doc/gio-2.0/method.Drive.can_poll_for_media.html /usr/share/doc/gio-2.0/method.Drive.can_start.html /usr/share/doc/gio-2.0/method.Drive.can_start_degraded.html /usr/share/doc/gio-2.0/method.Drive.can_stop.html /usr/share/doc/gio-2.0/method.Drive.eject.html /usr/share/doc/gio-2.0/method.Drive.eject_finish.html /usr/share/doc/gio-2.0/method.Drive.eject_with_operation.html /usr/share/doc/gio-2.0/method.Drive.eject_with_operation_finish.html /usr/share/doc/gio-2.0/method.Drive.enumerate_identifiers.html /usr/share/doc/gio-2.0/method.Drive.get_icon.html /usr/share/doc/gio-2.0/method.Drive.get_identifier.html /usr/share/doc/gio-2.0/method.Drive.get_name.html /usr/share/doc/gio-2.0/method.Drive.get_sort_key.html /usr/share/doc/gio-2.0/method.Drive.get_start_stop_type.html /usr/share/doc/gio-2.0/method.Drive.get_symbolic_icon.html /usr/share/doc/gio-2.0/method.Drive.get_volumes.html /usr/share/doc/gio-2.0/method.Drive.has_media.html /usr/share/doc/gio-2.0/method.Drive.has_volumes.html /usr/share/doc/gio-2.0/method.Drive.is_media_check_automatic.html /usr/share/doc/gio-2.0/method.Drive.is_media_removable.html /usr/share/doc/gio-2.0/method.Drive.is_removable.html /usr/share/doc/gio-2.0/method.Drive.poll_for_media.html /usr/share/doc/gio-2.0/method.Drive.poll_for_media_finish.html /usr/share/doc/gio-2.0/method.Drive.start.html /usr/share/doc/gio-2.0/method.Drive.start_finish.html /usr/share/doc/gio-2.0/method.Drive.stop.html /usr/share/doc/gio-2.0/method.Drive.stop_finish.html /usr/share/doc/gio-2.0/method.DtlsClientConnection.get_accepted_cas.html /usr/share/doc/gio-2.0/method.DtlsClientConnection.get_server_identity.html /usr/share/doc/gio-2.0/method.DtlsClientConnection.get_validation_flags.html /usr/share/doc/gio-2.0/method.DtlsClientConnection.set_server_identity.html /usr/share/doc/gio-2.0/method.DtlsClientConnection.set_validation_flags.html /usr/share/doc/gio-2.0/method.DtlsConnection.close.html /usr/share/doc/gio-2.0/method.DtlsConnection.close_async.html /usr/share/doc/gio-2.0/method.DtlsConnection.close_finish.html /usr/share/doc/gio-2.0/method.DtlsConnection.emit_accept_certificate.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_certificate.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_channel_binding_data.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_ciphersuite_name.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_database.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_interaction.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_negotiated_protocol.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_peer_certificate.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_peer_certificate_errors.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_protocol_version.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_rehandshake_mode.html /usr/share/doc/gio-2.0/method.DtlsConnection.get_require_close_notify.html /usr/share/doc/gio-2.0/method.DtlsConnection.handshake.html /usr/share/doc/gio-2.0/method.DtlsConnection.handshake_async.html /usr/share/doc/gio-2.0/method.DtlsConnection.handshake_finish.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_advertised_protocols.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_certificate.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_database.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_interaction.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_rehandshake_mode.html /usr/share/doc/gio-2.0/method.DtlsConnection.set_require_close_notify.html /usr/share/doc/gio-2.0/method.DtlsConnection.shutdown.html /usr/share/doc/gio-2.0/method.DtlsConnection.shutdown_async.html /usr/share/doc/gio-2.0/method.DtlsConnection.shutdown_finish.html /usr/share/doc/gio-2.0/method.Emblem.get_icon.html /usr/share/doc/gio-2.0/method.Emblem.get_origin.html /usr/share/doc/gio-2.0/method.EmblemedIcon.add_emblem.html /usr/share/doc/gio-2.0/method.EmblemedIcon.clear_emblems.html /usr/share/doc/gio-2.0/method.EmblemedIcon.get_emblems.html /usr/share/doc/gio-2.0/method.EmblemedIcon.get_icon.html /usr/share/doc/gio-2.0/method.File.append_to.html /usr/share/doc/gio-2.0/method.File.append_to_async.html /usr/share/doc/gio-2.0/method.File.append_to_finish.html /usr/share/doc/gio-2.0/method.File.build_attribute_list_for_copy.html /usr/share/doc/gio-2.0/method.File.copy.html /usr/share/doc/gio-2.0/method.File.copy_async.html /usr/share/doc/gio-2.0/method.File.copy_async_with_closures.html /usr/share/doc/gio-2.0/method.File.copy_attributes.html /usr/share/doc/gio-2.0/method.File.copy_finish.html /usr/share/doc/gio-2.0/method.File.create.html /usr/share/doc/gio-2.0/method.File.create_async.html /usr/share/doc/gio-2.0/method.File.create_finish.html /usr/share/doc/gio-2.0/method.File.create_readwrite.html /usr/share/doc/gio-2.0/method.File.create_readwrite_async.html /usr/share/doc/gio-2.0/method.File.create_readwrite_finish.html /usr/share/doc/gio-2.0/method.File.delete.html /usr/share/doc/gio-2.0/method.File.delete_async.html /usr/share/doc/gio-2.0/method.File.delete_finish.html /usr/share/doc/gio-2.0/method.File.dup.html /usr/share/doc/gio-2.0/method.File.eject_mountable.html /usr/share/doc/gio-2.0/method.File.eject_mountable_finish.html /usr/share/doc/gio-2.0/method.File.eject_mountable_with_operation.html /usr/share/doc/gio-2.0/method.File.eject_mountable_with_operation_finish.html /usr/share/doc/gio-2.0/method.File.enumerate_children.html /usr/share/doc/gio-2.0/method.File.enumerate_children_async.html /usr/share/doc/gio-2.0/method.File.enumerate_children_finish.html /usr/share/doc/gio-2.0/method.File.equal.html /usr/share/doc/gio-2.0/method.File.find_enclosing_mount.html /usr/share/doc/gio-2.0/method.File.find_enclosing_mount_async.html /usr/share/doc/gio-2.0/method.File.find_enclosing_mount_finish.html /usr/share/doc/gio-2.0/method.File.get_basename.html /usr/share/doc/gio-2.0/method.File.get_child.html /usr/share/doc/gio-2.0/method.File.get_child_for_display_name.html /usr/share/doc/gio-2.0/method.File.get_parent.html /usr/share/doc/gio-2.0/method.File.get_parse_name.html /usr/share/doc/gio-2.0/method.File.get_path.html /usr/share/doc/gio-2.0/method.File.get_relative_path.html /usr/share/doc/gio-2.0/method.File.get_uri.html /usr/share/doc/gio-2.0/method.File.get_uri_scheme.html /usr/share/doc/gio-2.0/method.File.has_parent.html /usr/share/doc/gio-2.0/method.File.has_prefix.html /usr/share/doc/gio-2.0/method.File.has_uri_scheme.html /usr/share/doc/gio-2.0/method.File.hash.html /usr/share/doc/gio-2.0/method.File.is_native.html /usr/share/doc/gio-2.0/method.File.load_bytes.html /usr/share/doc/gio-2.0/method.File.load_bytes_async.html /usr/share/doc/gio-2.0/method.File.load_bytes_finish.html /usr/share/doc/gio-2.0/method.File.load_contents.html /usr/share/doc/gio-2.0/method.File.load_contents_async.html /usr/share/doc/gio-2.0/method.File.load_contents_finish.html /usr/share/doc/gio-2.0/method.File.load_partial_contents_async.html /usr/share/doc/gio-2.0/method.File.load_partial_contents_finish.html /usr/share/doc/gio-2.0/method.File.make_directory.html /usr/share/doc/gio-2.0/method.File.make_directory_async.html /usr/share/doc/gio-2.0/method.File.make_directory_finish.html /usr/share/doc/gio-2.0/method.File.make_directory_with_parents.html /usr/share/doc/gio-2.0/method.File.make_symbolic_link.html /usr/share/doc/gio-2.0/method.File.make_symbolic_link_async.html /usr/share/doc/gio-2.0/method.File.make_symbolic_link_finish.html /usr/share/doc/gio-2.0/method.File.measure_disk_usage.html /usr/share/doc/gio-2.0/method.File.measure_disk_usage_async.html /usr/share/doc/gio-2.0/method.File.measure_disk_usage_finish.html /usr/share/doc/gio-2.0/method.File.monitor.html /usr/share/doc/gio-2.0/method.File.monitor_directory.html /usr/share/doc/gio-2.0/method.File.monitor_file.html /usr/share/doc/gio-2.0/method.File.mount_enclosing_volume.html /usr/share/doc/gio-2.0/method.File.mount_enclosing_volume_finish.html /usr/share/doc/gio-2.0/method.File.mount_mountable.html /usr/share/doc/gio-2.0/method.File.mount_mountable_finish.html /usr/share/doc/gio-2.0/method.File.move.html /usr/share/doc/gio-2.0/method.File.move_async.html /usr/share/doc/gio-2.0/method.File.move_async_with_closures.html /usr/share/doc/gio-2.0/method.File.move_finish.html /usr/share/doc/gio-2.0/method.File.open_readwrite.html /usr/share/doc/gio-2.0/method.File.open_readwrite_async.html /usr/share/doc/gio-2.0/method.File.open_readwrite_finish.html /usr/share/doc/gio-2.0/method.File.peek_path.html /usr/share/doc/gio-2.0/method.File.poll_mountable.html /usr/share/doc/gio-2.0/method.File.poll_mountable_finish.html /usr/share/doc/gio-2.0/method.File.query_default_handler.html /usr/share/doc/gio-2.0/method.File.query_default_handler_async.html /usr/share/doc/gio-2.0/method.File.query_default_handler_finish.html /usr/share/doc/gio-2.0/method.File.query_exists.html /usr/share/doc/gio-2.0/method.File.query_file_type.html /usr/share/doc/gio-2.0/method.File.query_filesystem_info.html /usr/share/doc/gio-2.0/method.File.query_filesystem_info_async.html /usr/share/doc/gio-2.0/method.File.query_filesystem_info_finish.html /usr/share/doc/gio-2.0/method.File.query_info.html /usr/share/doc/gio-2.0/method.File.query_info_async.html /usr/share/doc/gio-2.0/method.File.query_info_finish.html /usr/share/doc/gio-2.0/method.File.query_settable_attributes.html /usr/share/doc/gio-2.0/method.File.query_writable_namespaces.html /usr/share/doc/gio-2.0/method.File.read.html /usr/share/doc/gio-2.0/method.File.read_async.html /usr/share/doc/gio-2.0/method.File.read_finish.html /usr/share/doc/gio-2.0/method.File.replace.html /usr/share/doc/gio-2.0/method.File.replace_async.html /usr/share/doc/gio-2.0/method.File.replace_contents.html /usr/share/doc/gio-2.0/method.File.replace_contents_async.html /usr/share/doc/gio-2.0/method.File.replace_contents_bytes_async.html /usr/share/doc/gio-2.0/method.File.replace_contents_finish.html /usr/share/doc/gio-2.0/method.File.replace_finish.html /usr/share/doc/gio-2.0/method.File.replace_readwrite.html /usr/share/doc/gio-2.0/method.File.replace_readwrite_async.html /usr/share/doc/gio-2.0/method.File.replace_readwrite_finish.html /usr/share/doc/gio-2.0/method.File.resolve_relative_path.html /usr/share/doc/gio-2.0/method.File.set_attribute.html /usr/share/doc/gio-2.0/method.File.set_attribute_byte_string.html /usr/share/doc/gio-2.0/method.File.set_attribute_int32.html /usr/share/doc/gio-2.0/method.File.set_attribute_int64.html /usr/share/doc/gio-2.0/method.File.set_attribute_string.html /usr/share/doc/gio-2.0/method.File.set_attribute_uint32.html /usr/share/doc/gio-2.0/method.File.set_attribute_uint64.html /usr/share/doc/gio-2.0/method.File.set_attributes_async.html /usr/share/doc/gio-2.0/method.File.set_attributes_finish.html /usr/share/doc/gio-2.0/method.File.set_attributes_from_info.html /usr/share/doc/gio-2.0/method.File.set_display_name.html /usr/share/doc/gio-2.0/method.File.set_display_name_async.html /usr/share/doc/gio-2.0/method.File.set_display_name_finish.html /usr/share/doc/gio-2.0/method.File.start_mountable.html /usr/share/doc/gio-2.0/method.File.start_mountable_finish.html /usr/share/doc/gio-2.0/method.File.stop_mountable.html /usr/share/doc/gio-2.0/method.File.stop_mountable_finish.html /usr/share/doc/gio-2.0/method.File.supports_thread_contexts.html /usr/share/doc/gio-2.0/method.File.trash.html /usr/share/doc/gio-2.0/method.File.trash_async.html /usr/share/doc/gio-2.0/method.File.trash_finish.html /usr/share/doc/gio-2.0/method.File.unmount_mountable.html /usr/share/doc/gio-2.0/method.File.unmount_mountable_finish.html /usr/share/doc/gio-2.0/method.File.unmount_mountable_with_operation.html /usr/share/doc/gio-2.0/method.File.unmount_mountable_with_operation_finish.html /usr/share/doc/gio-2.0/method.FileAttributeInfoList.add.html /usr/share/doc/gio-2.0/method.FileAttributeInfoList.dup.html /usr/share/doc/gio-2.0/method.FileAttributeInfoList.lookup.html /usr/share/doc/gio-2.0/method.FileAttributeInfoList.ref.html /usr/share/doc/gio-2.0/method.FileAttributeInfoList.unref.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.enumerate_namespace.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.enumerate_next.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.matches.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.matches_only.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.ref.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.subtract.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.to_string.html /usr/share/doc/gio-2.0/method.FileAttributeMatcher.unref.html /usr/share/doc/gio-2.0/method.FileDescriptorBased.get_fd.html /usr/share/doc/gio-2.0/method.FileEnumerator.close.html /usr/share/doc/gio-2.0/method.FileEnumerator.close_async.html /usr/share/doc/gio-2.0/method.FileEnumerator.close_finish.html /usr/share/doc/gio-2.0/method.FileEnumerator.get_child.html /usr/share/doc/gio-2.0/method.FileEnumerator.get_container.html /usr/share/doc/gio-2.0/method.FileEnumerator.has_pending.html /usr/share/doc/gio-2.0/method.FileEnumerator.is_closed.html /usr/share/doc/gio-2.0/method.FileEnumerator.iterate.html /usr/share/doc/gio-2.0/method.FileEnumerator.next_file.html /usr/share/doc/gio-2.0/method.FileEnumerator.next_files_async.html /usr/share/doc/gio-2.0/method.FileEnumerator.next_files_finish.html /usr/share/doc/gio-2.0/method.FileEnumerator.set_pending.html /usr/share/doc/gio-2.0/method.FileIOStream.get_etag.html /usr/share/doc/gio-2.0/method.FileIOStream.query_info.html /usr/share/doc/gio-2.0/method.FileIOStream.query_info_async.html /usr/share/doc/gio-2.0/method.FileIOStream.query_info_finish.html /usr/share/doc/gio-2.0/method.FileIcon.get_file.html /usr/share/doc/gio-2.0/method.FileInfo.clear_status.html /usr/share/doc/gio-2.0/method.FileInfo.copy_into.html /usr/share/doc/gio-2.0/method.FileInfo.dup.html /usr/share/doc/gio-2.0/method.FileInfo.get_access_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_as_string.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_boolean.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_byte_string.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_data.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_file_path.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_int32.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_int64.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_object.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_status.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_string.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_stringv.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_type.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_uint32.html /usr/share/doc/gio-2.0/method.FileInfo.get_attribute_uint64.html /usr/share/doc/gio-2.0/method.FileInfo.get_content_type.html /usr/share/doc/gio-2.0/method.FileInfo.get_creation_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.get_deletion_date.html /usr/share/doc/gio-2.0/method.FileInfo.get_display_name.html /usr/share/doc/gio-2.0/method.FileInfo.get_edit_name.html /usr/share/doc/gio-2.0/method.FileInfo.get_etag.html /usr/share/doc/gio-2.0/method.FileInfo.get_file_type.html /usr/share/doc/gio-2.0/method.FileInfo.get_icon.html /usr/share/doc/gio-2.0/method.FileInfo.get_is_backup.html /usr/share/doc/gio-2.0/method.FileInfo.get_is_hidden.html /usr/share/doc/gio-2.0/method.FileInfo.get_is_symlink.html /usr/share/doc/gio-2.0/method.FileInfo.get_modification_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.get_modification_time.html /usr/share/doc/gio-2.0/method.FileInfo.get_name.html /usr/share/doc/gio-2.0/method.FileInfo.get_size.html /usr/share/doc/gio-2.0/method.FileInfo.get_sort_order.html /usr/share/doc/gio-2.0/method.FileInfo.get_symbolic_icon.html /usr/share/doc/gio-2.0/method.FileInfo.get_symlink_target.html /usr/share/doc/gio-2.0/method.FileInfo.has_attribute.html /usr/share/doc/gio-2.0/method.FileInfo.has_namespace.html /usr/share/doc/gio-2.0/method.FileInfo.list_attributes.html /usr/share/doc/gio-2.0/method.FileInfo.remove_attribute.html /usr/share/doc/gio-2.0/method.FileInfo.set_access_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_boolean.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_byte_string.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_file_path.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_int32.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_int64.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_mask.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_object.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_status.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_string.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_stringv.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_uint32.html /usr/share/doc/gio-2.0/method.FileInfo.set_attribute_uint64.html /usr/share/doc/gio-2.0/method.FileInfo.set_content_type.html /usr/share/doc/gio-2.0/method.FileInfo.set_creation_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.set_display_name.html /usr/share/doc/gio-2.0/method.FileInfo.set_edit_name.html /usr/share/doc/gio-2.0/method.FileInfo.set_file_type.html /usr/share/doc/gio-2.0/method.FileInfo.set_icon.html /usr/share/doc/gio-2.0/method.FileInfo.set_is_hidden.html /usr/share/doc/gio-2.0/method.FileInfo.set_is_symlink.html /usr/share/doc/gio-2.0/method.FileInfo.set_modification_date_time.html /usr/share/doc/gio-2.0/method.FileInfo.set_modification_time.html /usr/share/doc/gio-2.0/method.FileInfo.set_name.html /usr/share/doc/gio-2.0/method.FileInfo.set_size.html /usr/share/doc/gio-2.0/method.FileInfo.set_sort_order.html /usr/share/doc/gio-2.0/method.FileInfo.set_symbolic_icon.html /usr/share/doc/gio-2.0/method.FileInfo.set_symlink_target.html /usr/share/doc/gio-2.0/method.FileInfo.unset_attribute_mask.html /usr/share/doc/gio-2.0/method.FileInputStream.query_info.html /usr/share/doc/gio-2.0/method.FileInputStream.query_info_async.html /usr/share/doc/gio-2.0/method.FileInputStream.query_info_finish.html /usr/share/doc/gio-2.0/method.FileMonitor.cancel.html /usr/share/doc/gio-2.0/method.FileMonitor.emit_event.html /usr/share/doc/gio-2.0/method.FileMonitor.is_cancelled.html /usr/share/doc/gio-2.0/method.FileMonitor.set_rate_limit.html /usr/share/doc/gio-2.0/method.FileOutputStream.get_etag.html /usr/share/doc/gio-2.0/method.FileOutputStream.query_info.html /usr/share/doc/gio-2.0/method.FileOutputStream.query_info_async.html /usr/share/doc/gio-2.0/method.FileOutputStream.query_info_finish.html /usr/share/doc/gio-2.0/method.FilenameCompleter.get_completion_suffix.html /usr/share/doc/gio-2.0/method.FilenameCompleter.get_completions.html /usr/share/doc/gio-2.0/method.FilenameCompleter.set_dirs_only.html /usr/share/doc/gio-2.0/method.FilterInputStream.get_base_stream.html /usr/share/doc/gio-2.0/method.FilterInputStream.get_close_base_stream.html /usr/share/doc/gio-2.0/method.FilterInputStream.set_close_base_stream.html /usr/share/doc/gio-2.0/method.FilterOutputStream.get_base_stream.html /usr/share/doc/gio-2.0/method.FilterOutputStream.get_close_base_stream.html /usr/share/doc/gio-2.0/method.FilterOutputStream.set_close_base_stream.html /usr/share/doc/gio-2.0/method.IOExtension.get_name.html /usr/share/doc/gio-2.0/method.IOExtension.get_priority.html /usr/share/doc/gio-2.0/method.IOExtension.get_type.html /usr/share/doc/gio-2.0/method.IOExtension.ref_class.html /usr/share/doc/gio-2.0/method.IOExtensionPoint.get_extension_by_name.html /usr/share/doc/gio-2.0/method.IOExtensionPoint.get_extensions.html /usr/share/doc/gio-2.0/method.IOExtensionPoint.get_required_type.html /usr/share/doc/gio-2.0/method.IOExtensionPoint.set_required_type.html /usr/share/doc/gio-2.0/method.IOModule.load.html /usr/share/doc/gio-2.0/method.IOModule.unload.html /usr/share/doc/gio-2.0/method.IOModuleScope.block.html /usr/share/doc/gio-2.0/method.IOModuleScope.free.html /usr/share/doc/gio-2.0/method.IOSchedulerJob.send_to_mainloop.html /usr/share/doc/gio-2.0/method.IOSchedulerJob.send_to_mainloop_async.html /usr/share/doc/gio-2.0/method.IOStream.clear_pending.html /usr/share/doc/gio-2.0/method.IOStream.close.html /usr/share/doc/gio-2.0/method.IOStream.close_async.html /usr/share/doc/gio-2.0/method.IOStream.close_finish.html /usr/share/doc/gio-2.0/method.IOStream.get_input_stream.html /usr/share/doc/gio-2.0/method.IOStream.get_output_stream.html /usr/share/doc/gio-2.0/method.IOStream.has_pending.html /usr/share/doc/gio-2.0/method.IOStream.is_closed.html /usr/share/doc/gio-2.0/method.IOStream.set_pending.html /usr/share/doc/gio-2.0/method.IOStream.splice_async.html /usr/share/doc/gio-2.0/method.Icon.equal.html /usr/share/doc/gio-2.0/method.Icon.hash.html /usr/share/doc/gio-2.0/method.Icon.serialize.html /usr/share/doc/gio-2.0/method.Icon.to_string.html /usr/share/doc/gio-2.0/method.InetAddress.equal.html /usr/share/doc/gio-2.0/method.InetAddress.get_family.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_any.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_link_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_loopback.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_mc_global.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_mc_link_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_mc_node_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_mc_org_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_mc_site_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_multicast.html /usr/share/doc/gio-2.0/method.InetAddress.get_is_site_local.html /usr/share/doc/gio-2.0/method.InetAddress.get_native_size.html /usr/share/doc/gio-2.0/method.InetAddress.to_bytes.html /usr/share/doc/gio-2.0/method.InetAddress.to_string.html /usr/share/doc/gio-2.0/method.InetAddressMask.equal.html /usr/share/doc/gio-2.0/method.InetAddressMask.get_address.html /usr/share/doc/gio-2.0/method.InetAddressMask.get_family.html /usr/share/doc/gio-2.0/method.InetAddressMask.get_length.html /usr/share/doc/gio-2.0/method.InetAddressMask.matches.html /usr/share/doc/gio-2.0/method.InetAddressMask.to_string.html /usr/share/doc/gio-2.0/method.InetSocketAddress.get_address.html /usr/share/doc/gio-2.0/method.InetSocketAddress.get_flowinfo.html /usr/share/doc/gio-2.0/method.InetSocketAddress.get_port.html /usr/share/doc/gio-2.0/method.InetSocketAddress.get_scope_id.html /usr/share/doc/gio-2.0/method.Initable.init.html /usr/share/doc/gio-2.0/method.InputStream.clear_pending.html /usr/share/doc/gio-2.0/method.InputStream.close.html /usr/share/doc/gio-2.0/method.InputStream.close_async.html /usr/share/doc/gio-2.0/method.InputStream.close_finish.html /usr/share/doc/gio-2.0/method.InputStream.has_pending.html /usr/share/doc/gio-2.0/method.InputStream.is_closed.html /usr/share/doc/gio-2.0/method.InputStream.read.html /usr/share/doc/gio-2.0/method.InputStream.read_all.html /usr/share/doc/gio-2.0/method.InputStream.read_all_async.html /usr/share/doc/gio-2.0/method.InputStream.read_all_finish.html /usr/share/doc/gio-2.0/method.InputStream.read_async.html /usr/share/doc/gio-2.0/method.InputStream.read_bytes.html /usr/share/doc/gio-2.0/method.InputStream.read_bytes_async.html /usr/share/doc/gio-2.0/method.InputStream.read_bytes_finish.html /usr/share/doc/gio-2.0/method.InputStream.read_finish.html /usr/share/doc/gio-2.0/method.InputStream.set_pending.html /usr/share/doc/gio-2.0/method.InputStream.skip.html /usr/share/doc/gio-2.0/method.InputStream.skip_async.html /usr/share/doc/gio-2.0/method.InputStream.skip_finish.html /usr/share/doc/gio-2.0/method.ListModel.get_item.html /usr/share/doc/gio-2.0/method.ListModel.get_item_type.html /usr/share/doc/gio-2.0/method.ListModel.get_n_items.html /usr/share/doc/gio-2.0/method.ListModel.get_object.html /usr/share/doc/gio-2.0/method.ListModel.items_changed.html /usr/share/doc/gio-2.0/method.ListStore.append.html /usr/share/doc/gio-2.0/method.ListStore.find.html /usr/share/doc/gio-2.0/method.ListStore.find_with_equal_func.html /usr/share/doc/gio-2.0/method.ListStore.find_with_equal_func_full.html /usr/share/doc/gio-2.0/method.ListStore.insert.html /usr/share/doc/gio-2.0/method.ListStore.insert_sorted.html /usr/share/doc/gio-2.0/method.ListStore.remove.html /usr/share/doc/gio-2.0/method.ListStore.remove_all.html /usr/share/doc/gio-2.0/method.ListStore.sort.html /usr/share/doc/gio-2.0/method.ListStore.splice.html /usr/share/doc/gio-2.0/method.LoadableIcon.load.html /usr/share/doc/gio-2.0/method.LoadableIcon.load_async.html /usr/share/doc/gio-2.0/method.LoadableIcon.load_finish.html /usr/share/doc/gio-2.0/method.MemoryInputStream.add_bytes.html /usr/share/doc/gio-2.0/method.MemoryInputStream.add_data.html /usr/share/doc/gio-2.0/method.MemoryOutputStream.get_data.html /usr/share/doc/gio-2.0/method.MemoryOutputStream.get_data_size.html /usr/share/doc/gio-2.0/method.MemoryOutputStream.get_size.html /usr/share/doc/gio-2.0/method.MemoryOutputStream.steal_as_bytes.html /usr/share/doc/gio-2.0/method.MemoryOutputStream.steal_data.html /usr/share/doc/gio-2.0/method.Menu.append.html /usr/share/doc/gio-2.0/method.Menu.append_item.html /usr/share/doc/gio-2.0/method.Menu.append_section.html /usr/share/doc/gio-2.0/method.Menu.append_submenu.html /usr/share/doc/gio-2.0/method.Menu.freeze.html /usr/share/doc/gio-2.0/method.Menu.insert.html /usr/share/doc/gio-2.0/method.Menu.insert_item.html /usr/share/doc/gio-2.0/method.Menu.insert_section.html /usr/share/doc/gio-2.0/method.Menu.insert_submenu.html /usr/share/doc/gio-2.0/method.Menu.prepend.html /usr/share/doc/gio-2.0/method.Menu.prepend_item.html /usr/share/doc/gio-2.0/method.Menu.prepend_section.html /usr/share/doc/gio-2.0/method.Menu.prepend_submenu.html /usr/share/doc/gio-2.0/method.Menu.remove.html /usr/share/doc/gio-2.0/method.Menu.remove_all.html /usr/share/doc/gio-2.0/method.MenuAttributeIter.get_name.html /usr/share/doc/gio-2.0/method.MenuAttributeIter.get_next.html /usr/share/doc/gio-2.0/method.MenuAttributeIter.get_value.html /usr/share/doc/gio-2.0/method.MenuAttributeIter.next.html /usr/share/doc/gio-2.0/method.MenuItem.get_attribute.html /usr/share/doc/gio-2.0/method.MenuItem.get_attribute_value.html /usr/share/doc/gio-2.0/method.MenuItem.get_link.html /usr/share/doc/gio-2.0/method.MenuItem.set_action_and_target.html /usr/share/doc/gio-2.0/method.MenuItem.set_action_and_target_value.html /usr/share/doc/gio-2.0/method.MenuItem.set_attribute.html /usr/share/doc/gio-2.0/method.MenuItem.set_attribute_value.html /usr/share/doc/gio-2.0/method.MenuItem.set_detailed_action.html /usr/share/doc/gio-2.0/method.MenuItem.set_icon.html /usr/share/doc/gio-2.0/method.MenuItem.set_label.html /usr/share/doc/gio-2.0/method.MenuItem.set_link.html /usr/share/doc/gio-2.0/method.MenuItem.set_section.html /usr/share/doc/gio-2.0/method.MenuItem.set_submenu.html /usr/share/doc/gio-2.0/method.MenuLinkIter.get_name.html /usr/share/doc/gio-2.0/method.MenuLinkIter.get_next.html /usr/share/doc/gio-2.0/method.MenuLinkIter.get_value.html /usr/share/doc/gio-2.0/method.MenuLinkIter.next.html /usr/share/doc/gio-2.0/method.MenuModel.get_item_attribute.html /usr/share/doc/gio-2.0/method.MenuModel.get_item_attribute_value.html /usr/share/doc/gio-2.0/method.MenuModel.get_item_link.html /usr/share/doc/gio-2.0/method.MenuModel.get_n_items.html /usr/share/doc/gio-2.0/method.MenuModel.is_mutable.html /usr/share/doc/gio-2.0/method.MenuModel.items_changed.html /usr/share/doc/gio-2.0/method.MenuModel.iterate_item_attributes.html /usr/share/doc/gio-2.0/method.MenuModel.iterate_item_links.html /usr/share/doc/gio-2.0/method.Mount.can_eject.html /usr/share/doc/gio-2.0/method.Mount.can_unmount.html /usr/share/doc/gio-2.0/method.Mount.eject.html /usr/share/doc/gio-2.0/method.Mount.eject_finish.html /usr/share/doc/gio-2.0/method.Mount.eject_with_operation.html /usr/share/doc/gio-2.0/method.Mount.eject_with_operation_finish.html /usr/share/doc/gio-2.0/method.Mount.get_default_location.html /usr/share/doc/gio-2.0/method.Mount.get_drive.html /usr/share/doc/gio-2.0/method.Mount.get_icon.html /usr/share/doc/gio-2.0/method.Mount.get_name.html /usr/share/doc/gio-2.0/method.Mount.get_root.html /usr/share/doc/gio-2.0/method.Mount.get_sort_key.html /usr/share/doc/gio-2.0/method.Mount.get_symbolic_icon.html /usr/share/doc/gio-2.0/method.Mount.get_uuid.html /usr/share/doc/gio-2.0/method.Mount.get_volume.html /usr/share/doc/gio-2.0/method.Mount.guess_content_type.html /usr/share/doc/gio-2.0/method.Mount.guess_content_type_finish.html /usr/share/doc/gio-2.0/method.Mount.guess_content_type_sync.html /usr/share/doc/gio-2.0/method.Mount.is_shadowed.html /usr/share/doc/gio-2.0/method.Mount.remount.html /usr/share/doc/gio-2.0/method.Mount.remount_finish.html /usr/share/doc/gio-2.0/method.Mount.shadow.html /usr/share/doc/gio-2.0/method.Mount.unmount.html /usr/share/doc/gio-2.0/method.Mount.unmount_finish.html /usr/share/doc/gio-2.0/method.Mount.unmount_with_operation.html /usr/share/doc/gio-2.0/method.Mount.unmount_with_operation_finish.html /usr/share/doc/gio-2.0/method.Mount.unshadow.html /usr/share/doc/gio-2.0/method.MountOperation.get_anonymous.html /usr/share/doc/gio-2.0/method.MountOperation.get_choice.html /usr/share/doc/gio-2.0/method.MountOperation.get_domain.html /usr/share/doc/gio-2.0/method.MountOperation.get_is_tcrypt_hidden_volume.html /usr/share/doc/gio-2.0/method.MountOperation.get_is_tcrypt_system_volume.html /usr/share/doc/gio-2.0/method.MountOperation.get_password.html /usr/share/doc/gio-2.0/method.MountOperation.get_password_save.html /usr/share/doc/gio-2.0/method.MountOperation.get_pim.html /usr/share/doc/gio-2.0/method.MountOperation.get_username.html /usr/share/doc/gio-2.0/method.MountOperation.reply.html /usr/share/doc/gio-2.0/method.MountOperation.set_anonymous.html /usr/share/doc/gio-2.0/method.MountOperation.set_choice.html /usr/share/doc/gio-2.0/method.MountOperation.set_domain.html /usr/share/doc/gio-2.0/method.MountOperation.set_is_tcrypt_hidden_volume.html /usr/share/doc/gio-2.0/method.MountOperation.set_is_tcrypt_system_volume.html /usr/share/doc/gio-2.0/method.MountOperation.set_password.html /usr/share/doc/gio-2.0/method.MountOperation.set_password_save.html /usr/share/doc/gio-2.0/method.MountOperation.set_pim.html /usr/share/doc/gio-2.0/method.MountOperation.set_username.html /usr/share/doc/gio-2.0/method.NetworkAddress.get_hostname.html /usr/share/doc/gio-2.0/method.NetworkAddress.get_port.html /usr/share/doc/gio-2.0/method.NetworkAddress.get_scheme.html /usr/share/doc/gio-2.0/method.NetworkMonitor.can_reach.html /usr/share/doc/gio-2.0/method.NetworkMonitor.can_reach_async.html /usr/share/doc/gio-2.0/method.NetworkMonitor.can_reach_finish.html /usr/share/doc/gio-2.0/method.NetworkMonitor.get_connectivity.html /usr/share/doc/gio-2.0/method.NetworkMonitor.get_network_available.html /usr/share/doc/gio-2.0/method.NetworkMonitor.get_network_metered.html /usr/share/doc/gio-2.0/method.NetworkService.get_domain.html /usr/share/doc/gio-2.0/method.NetworkService.get_protocol.html /usr/share/doc/gio-2.0/method.NetworkService.get_scheme.html /usr/share/doc/gio-2.0/method.NetworkService.get_service.html /usr/share/doc/gio-2.0/method.NetworkService.set_scheme.html /usr/share/doc/gio-2.0/method.Notification.add_button.html /usr/share/doc/gio-2.0/method.Notification.add_button_with_target.html /usr/share/doc/gio-2.0/method.Notification.add_button_with_target_value.html /usr/share/doc/gio-2.0/method.Notification.set_body.html /usr/share/doc/gio-2.0/method.Notification.set_category.html /usr/share/doc/gio-2.0/method.Notification.set_default_action.html /usr/share/doc/gio-2.0/method.Notification.set_default_action_and_target.html /usr/share/doc/gio-2.0/method.Notification.set_default_action_and_target_value.html /usr/share/doc/gio-2.0/method.Notification.set_icon.html /usr/share/doc/gio-2.0/method.Notification.set_priority.html /usr/share/doc/gio-2.0/method.Notification.set_title.html /usr/share/doc/gio-2.0/method.Notification.set_urgent.html /usr/share/doc/gio-2.0/method.OutputStream.clear_pending.html /usr/share/doc/gio-2.0/method.OutputStream.close.html /usr/share/doc/gio-2.0/method.OutputStream.close_async.html /usr/share/doc/gio-2.0/method.OutputStream.close_finish.html /usr/share/doc/gio-2.0/method.OutputStream.flush.html /usr/share/doc/gio-2.0/method.OutputStream.flush_async.html /usr/share/doc/gio-2.0/method.OutputStream.flush_finish.html /usr/share/doc/gio-2.0/method.OutputStream.has_pending.html /usr/share/doc/gio-2.0/method.OutputStream.is_closed.html /usr/share/doc/gio-2.0/method.OutputStream.is_closing.html /usr/share/doc/gio-2.0/method.OutputStream.printf.html /usr/share/doc/gio-2.0/method.OutputStream.set_pending.html /usr/share/doc/gio-2.0/method.OutputStream.splice.html /usr/share/doc/gio-2.0/method.OutputStream.splice_async.html /usr/share/doc/gio-2.0/method.OutputStream.splice_finish.html /usr/share/doc/gio-2.0/method.OutputStream.vprintf.html /usr/share/doc/gio-2.0/method.OutputStream.write.html /usr/share/doc/gio-2.0/method.OutputStream.write_all.html /usr/share/doc/gio-2.0/method.OutputStream.write_all_async.html /usr/share/doc/gio-2.0/method.OutputStream.write_all_finish.html /usr/share/doc/gio-2.0/method.OutputStream.write_async.html /usr/share/doc/gio-2.0/method.OutputStream.write_bytes.html /usr/share/doc/gio-2.0/method.OutputStream.write_bytes_async.html /usr/share/doc/gio-2.0/method.OutputStream.write_bytes_finish.html /usr/share/doc/gio-2.0/method.OutputStream.write_finish.html /usr/share/doc/gio-2.0/method.OutputStream.writev.html /usr/share/doc/gio-2.0/method.OutputStream.writev_all.html /usr/share/doc/gio-2.0/method.OutputStream.writev_all_async.html /usr/share/doc/gio-2.0/method.OutputStream.writev_all_finish.html /usr/share/doc/gio-2.0/method.OutputStream.writev_async.html /usr/share/doc/gio-2.0/method.OutputStream.writev_finish.html /usr/share/doc/gio-2.0/method.Permission.acquire.html /usr/share/doc/gio-2.0/method.Permission.acquire_async.html /usr/share/doc/gio-2.0/method.Permission.acquire_finish.html /usr/share/doc/gio-2.0/method.Permission.get_allowed.html /usr/share/doc/gio-2.0/method.Permission.get_can_acquire.html /usr/share/doc/gio-2.0/method.Permission.get_can_release.html /usr/share/doc/gio-2.0/method.Permission.impl_update.html /usr/share/doc/gio-2.0/method.Permission.release.html /usr/share/doc/gio-2.0/method.Permission.release_async.html /usr/share/doc/gio-2.0/method.Permission.release_finish.html /usr/share/doc/gio-2.0/method.PollableInputStream.can_poll.html /usr/share/doc/gio-2.0/method.PollableInputStream.create_source.html /usr/share/doc/gio-2.0/method.PollableInputStream.is_readable.html /usr/share/doc/gio-2.0/method.PollableInputStream.read_nonblocking.html /usr/share/doc/gio-2.0/method.PollableOutputStream.can_poll.html /usr/share/doc/gio-2.0/method.PollableOutputStream.create_source.html /usr/share/doc/gio-2.0/method.PollableOutputStream.is_writable.html /usr/share/doc/gio-2.0/method.PollableOutputStream.write_nonblocking.html /usr/share/doc/gio-2.0/method.PollableOutputStream.writev_nonblocking.html /usr/share/doc/gio-2.0/method.PowerProfileMonitor.get_power_saver_enabled.html /usr/share/doc/gio-2.0/method.Proxy.connect.html /usr/share/doc/gio-2.0/method.Proxy.connect_async.html /usr/share/doc/gio-2.0/method.Proxy.connect_finish.html /usr/share/doc/gio-2.0/method.Proxy.supports_hostname.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_destination_hostname.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_destination_port.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_destination_protocol.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_password.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_protocol.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_uri.html /usr/share/doc/gio-2.0/method.ProxyAddress.get_username.html /usr/share/doc/gio-2.0/method.ProxyResolver.is_supported.html /usr/share/doc/gio-2.0/method.ProxyResolver.lookup.html /usr/share/doc/gio-2.0/method.ProxyResolver.lookup_async.html /usr/share/doc/gio-2.0/method.ProxyResolver.lookup_finish.html /usr/share/doc/gio-2.0/method.RemoteActionGroup.activate_action_full.html /usr/share/doc/gio-2.0/method.RemoteActionGroup.change_action_state_full.html /usr/share/doc/gio-2.0/method.Resolver.get_timeout.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_address.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_address_async.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_address_finish.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name_async.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name_finish.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name_with_flags.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name_with_flags_async.html /usr/share/doc/gio-2.0/method.Resolver.lookup_by_name_with_flags_finish.html /usr/share/doc/gio-2.0/method.Resolver.lookup_records.html /usr/share/doc/gio-2.0/method.Resolver.lookup_records_async.html /usr/share/doc/gio-2.0/method.Resolver.lookup_records_finish.html /usr/share/doc/gio-2.0/method.Resolver.lookup_service.html /usr/share/doc/gio-2.0/method.Resolver.lookup_service_async.html /usr/share/doc/gio-2.0/method.Resolver.lookup_service_finish.html /usr/share/doc/gio-2.0/method.Resolver.set_default.html /usr/share/doc/gio-2.0/method.Resolver.set_timeout.html /usr/share/doc/gio-2.0/method.Resource._register.html /usr/share/doc/gio-2.0/method.Resource._unregister.html /usr/share/doc/gio-2.0/method.Resource.enumerate_children.html /usr/share/doc/gio-2.0/method.Resource.get_info.html /usr/share/doc/gio-2.0/method.Resource.lookup_data.html /usr/share/doc/gio-2.0/method.Resource.open_stream.html /usr/share/doc/gio-2.0/method.Resource.ref.html /usr/share/doc/gio-2.0/method.Resource.unref.html /usr/share/doc/gio-2.0/method.Seekable.can_seek.html /usr/share/doc/gio-2.0/method.Seekable.can_truncate.html /usr/share/doc/gio-2.0/method.Seekable.seek.html /usr/share/doc/gio-2.0/method.Seekable.tell.html /usr/share/doc/gio-2.0/method.Seekable.truncate.html /usr/share/doc/gio-2.0/method.Settings.apply.html /usr/share/doc/gio-2.0/method.Settings.bind.html /usr/share/doc/gio-2.0/method.Settings.bind_with_mapping.html /usr/share/doc/gio-2.0/method.Settings.bind_with_mapping_closures.html /usr/share/doc/gio-2.0/method.Settings.bind_writable.html /usr/share/doc/gio-2.0/method.Settings.create_action.html /usr/share/doc/gio-2.0/method.Settings.delay.html /usr/share/doc/gio-2.0/method.Settings.get.html /usr/share/doc/gio-2.0/method.Settings.get_boolean.html /usr/share/doc/gio-2.0/method.Settings.get_child.html /usr/share/doc/gio-2.0/method.Settings.get_default_value.html /usr/share/doc/gio-2.0/method.Settings.get_double.html /usr/share/doc/gio-2.0/method.Settings.get_enum.html /usr/share/doc/gio-2.0/method.Settings.get_flags.html /usr/share/doc/gio-2.0/method.Settings.get_has_unapplied.html /usr/share/doc/gio-2.0/method.Settings.get_int.html /usr/share/doc/gio-2.0/method.Settings.get_int64.html /usr/share/doc/gio-2.0/method.Settings.get_mapped.html /usr/share/doc/gio-2.0/method.Settings.get_range.html /usr/share/doc/gio-2.0/method.Settings.get_string.html /usr/share/doc/gio-2.0/method.Settings.get_strv.html /usr/share/doc/gio-2.0/method.Settings.get_uint.html /usr/share/doc/gio-2.0/method.Settings.get_uint64.html /usr/share/doc/gio-2.0/method.Settings.get_user_value.html /usr/share/doc/gio-2.0/method.Settings.get_value.html /usr/share/doc/gio-2.0/method.Settings.is_writable.html /usr/share/doc/gio-2.0/method.Settings.list_children.html /usr/share/doc/gio-2.0/method.Settings.list_keys.html /usr/share/doc/gio-2.0/method.Settings.range_check.html /usr/share/doc/gio-2.0/method.Settings.reset.html /usr/share/doc/gio-2.0/method.Settings.revert.html /usr/share/doc/gio-2.0/method.Settings.set.html /usr/share/doc/gio-2.0/method.Settings.set_boolean.html /usr/share/doc/gio-2.0/method.Settings.set_double.html /usr/share/doc/gio-2.0/method.Settings.set_enum.html /usr/share/doc/gio-2.0/method.Settings.set_flags.html /usr/share/doc/gio-2.0/method.Settings.set_int.html /usr/share/doc/gio-2.0/method.Settings.set_int64.html /usr/share/doc/gio-2.0/method.Settings.set_string.html /usr/share/doc/gio-2.0/method.Settings.set_strv.html /usr/share/doc/gio-2.0/method.Settings.set_uint.html /usr/share/doc/gio-2.0/method.Settings.set_uint64.html /usr/share/doc/gio-2.0/method.Settings.set_value.html /usr/share/doc/gio-2.0/method.SettingsBackend.changed.html /usr/share/doc/gio-2.0/method.SettingsBackend.changed_tree.html /usr/share/doc/gio-2.0/method.SettingsBackend.keys_changed.html /usr/share/doc/gio-2.0/method.SettingsBackend.path_changed.html /usr/share/doc/gio-2.0/method.SettingsBackend.path_writable_changed.html /usr/share/doc/gio-2.0/method.SettingsBackend.writable_changed.html /usr/share/doc/gio-2.0/method.SettingsSchema.get_id.html /usr/share/doc/gio-2.0/method.SettingsSchema.get_key.html /usr/share/doc/gio-2.0/method.SettingsSchema.get_path.html /usr/share/doc/gio-2.0/method.SettingsSchema.has_key.html /usr/share/doc/gio-2.0/method.SettingsSchema.list_children.html /usr/share/doc/gio-2.0/method.SettingsSchema.list_keys.html /usr/share/doc/gio-2.0/method.SettingsSchema.ref.html /usr/share/doc/gio-2.0/method.SettingsSchema.unref.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_default_value.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_description.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_name.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_range.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_summary.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.get_value_type.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.range_check.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.ref.html /usr/share/doc/gio-2.0/method.SettingsSchemaKey.unref.html /usr/share/doc/gio-2.0/method.SettingsSchemaSource.list_schemas.html /usr/share/doc/gio-2.0/method.SettingsSchemaSource.lookup.html /usr/share/doc/gio-2.0/method.SettingsSchemaSource.ref.html /usr/share/doc/gio-2.0/method.SettingsSchemaSource.unref.html /usr/share/doc/gio-2.0/method.SimpleAction.set_enabled.html /usr/share/doc/gio-2.0/method.SimpleAction.set_state.html /usr/share/doc/gio-2.0/method.SimpleAction.set_state_hint.html /usr/share/doc/gio-2.0/method.SimpleActionGroup.add_entries.html /usr/share/doc/gio-2.0/method.SimpleActionGroup.insert.html /usr/share/doc/gio-2.0/method.SimpleActionGroup.lookup.html /usr/share/doc/gio-2.0/method.SimpleActionGroup.remove.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.complete.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.complete_in_idle.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.get_op_res_gboolean.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.get_op_res_gpointer.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.get_op_res_gssize.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.get_source_tag.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.propagate_error.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.run_in_thread.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_check_cancellable.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_error.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_error_va.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_from_error.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_handle_cancellation.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_op_res_gboolean.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_op_res_gpointer.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.set_op_res_gssize.html /usr/share/doc/gio-2.0/method.SimpleAsyncResult.take_error.html /usr/share/doc/gio-2.0/method.SimpleProxyResolver.set_default_proxy.html /usr/share/doc/gio-2.0/method.SimpleProxyResolver.set_ignore_hosts.html /usr/share/doc/gio-2.0/method.SimpleProxyResolver.set_uri_proxy.html /usr/share/doc/gio-2.0/method.Socket.accept.html /usr/share/doc/gio-2.0/method.Socket.bind.html /usr/share/doc/gio-2.0/method.Socket.check_connect_result.html /usr/share/doc/gio-2.0/method.Socket.close.html /usr/share/doc/gio-2.0/method.Socket.condition_check.html /usr/share/doc/gio-2.0/method.Socket.condition_timed_wait.html /usr/share/doc/gio-2.0/method.Socket.condition_wait.html /usr/share/doc/gio-2.0/method.Socket.connect.html /usr/share/doc/gio-2.0/method.Socket.connection_factory_create_connection.html /usr/share/doc/gio-2.0/method.Socket.create_source.html /usr/share/doc/gio-2.0/method.Socket.get_available_bytes.html /usr/share/doc/gio-2.0/method.Socket.get_blocking.html /usr/share/doc/gio-2.0/method.Socket.get_broadcast.html /usr/share/doc/gio-2.0/method.Socket.get_credentials.html /usr/share/doc/gio-2.0/method.Socket.get_family.html /usr/share/doc/gio-2.0/method.Socket.get_fd.html /usr/share/doc/gio-2.0/method.Socket.get_keepalive.html /usr/share/doc/gio-2.0/method.Socket.get_listen_backlog.html /usr/share/doc/gio-2.0/method.Socket.get_local_address.html /usr/share/doc/gio-2.0/method.Socket.get_multicast_loopback.html /usr/share/doc/gio-2.0/method.Socket.get_multicast_ttl.html /usr/share/doc/gio-2.0/method.Socket.get_option.html /usr/share/doc/gio-2.0/method.Socket.get_protocol.html /usr/share/doc/gio-2.0/method.Socket.get_remote_address.html /usr/share/doc/gio-2.0/method.Socket.get_socket_type.html /usr/share/doc/gio-2.0/method.Socket.get_timeout.html /usr/share/doc/gio-2.0/method.Socket.get_ttl.html /usr/share/doc/gio-2.0/method.Socket.is_closed.html /usr/share/doc/gio-2.0/method.Socket.is_connected.html /usr/share/doc/gio-2.0/method.Socket.join_multicast_group.html /usr/share/doc/gio-2.0/method.Socket.join_multicast_group_ssm.html /usr/share/doc/gio-2.0/method.Socket.leave_multicast_group.html /usr/share/doc/gio-2.0/method.Socket.leave_multicast_group_ssm.html /usr/share/doc/gio-2.0/method.Socket.listen.html /usr/share/doc/gio-2.0/method.Socket.receive.html /usr/share/doc/gio-2.0/method.Socket.receive_bytes.html /usr/share/doc/gio-2.0/method.Socket.receive_bytes_from.html /usr/share/doc/gio-2.0/method.Socket.receive_from.html /usr/share/doc/gio-2.0/method.Socket.receive_message.html /usr/share/doc/gio-2.0/method.Socket.receive_messages.html /usr/share/doc/gio-2.0/method.Socket.receive_with_blocking.html /usr/share/doc/gio-2.0/method.Socket.send.html /usr/share/doc/gio-2.0/method.Socket.send_message.html /usr/share/doc/gio-2.0/method.Socket.send_message_with_timeout.html /usr/share/doc/gio-2.0/method.Socket.send_messages.html /usr/share/doc/gio-2.0/method.Socket.send_to.html /usr/share/doc/gio-2.0/method.Socket.send_with_blocking.html /usr/share/doc/gio-2.0/method.Socket.set_blocking.html /usr/share/doc/gio-2.0/method.Socket.set_broadcast.html /usr/share/doc/gio-2.0/method.Socket.set_keepalive.html /usr/share/doc/gio-2.0/method.Socket.set_listen_backlog.html /usr/share/doc/gio-2.0/method.Socket.set_multicast_loopback.html /usr/share/doc/gio-2.0/method.Socket.set_multicast_ttl.html /usr/share/doc/gio-2.0/method.Socket.set_option.html /usr/share/doc/gio-2.0/method.Socket.set_timeout.html /usr/share/doc/gio-2.0/method.Socket.set_ttl.html /usr/share/doc/gio-2.0/method.Socket.shutdown.html /usr/share/doc/gio-2.0/method.Socket.speaks_ipv4.html /usr/share/doc/gio-2.0/method.SocketAddress.get_family.html /usr/share/doc/gio-2.0/method.SocketAddress.get_native_size.html /usr/share/doc/gio-2.0/method.SocketAddress.to_native.html /usr/share/doc/gio-2.0/method.SocketAddressEnumerator.next.html /usr/share/doc/gio-2.0/method.SocketAddressEnumerator.next_async.html /usr/share/doc/gio-2.0/method.SocketAddressEnumerator.next_finish.html /usr/share/doc/gio-2.0/method.SocketClient.add_application_proxy.html /usr/share/doc/gio-2.0/method.SocketClient.connect.html /usr/share/doc/gio-2.0/method.SocketClient.connect_async.html /usr/share/doc/gio-2.0/method.SocketClient.connect_finish.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_host.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_host_async.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_host_finish.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_service.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_service_async.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_service_finish.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_uri.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_uri_async.html /usr/share/doc/gio-2.0/method.SocketClient.connect_to_uri_finish.html /usr/share/doc/gio-2.0/method.SocketClient.get_enable_proxy.html /usr/share/doc/gio-2.0/method.SocketClient.get_family.html /usr/share/doc/gio-2.0/method.SocketClient.get_local_address.html /usr/share/doc/gio-2.0/method.SocketClient.get_protocol.html /usr/share/doc/gio-2.0/method.SocketClient.get_proxy_resolver.html /usr/share/doc/gio-2.0/method.SocketClient.get_socket_type.html /usr/share/doc/gio-2.0/method.SocketClient.get_timeout.html /usr/share/doc/gio-2.0/method.SocketClient.get_tls.html /usr/share/doc/gio-2.0/method.SocketClient.get_tls_validation_flags.html /usr/share/doc/gio-2.0/method.SocketClient.set_enable_proxy.html /usr/share/doc/gio-2.0/method.SocketClient.set_family.html /usr/share/doc/gio-2.0/method.SocketClient.set_local_address.html /usr/share/doc/gio-2.0/method.SocketClient.set_protocol.html /usr/share/doc/gio-2.0/method.SocketClient.set_proxy_resolver.html /usr/share/doc/gio-2.0/method.SocketClient.set_socket_type.html /usr/share/doc/gio-2.0/method.SocketClient.set_timeout.html /usr/share/doc/gio-2.0/method.SocketClient.set_tls.html /usr/share/doc/gio-2.0/method.SocketClient.set_tls_validation_flags.html /usr/share/doc/gio-2.0/method.SocketConnectable.enumerate.html /usr/share/doc/gio-2.0/method.SocketConnectable.proxy_enumerate.html /usr/share/doc/gio-2.0/method.SocketConnectable.to_string.html /usr/share/doc/gio-2.0/method.SocketConnection.connect.html /usr/share/doc/gio-2.0/method.SocketConnection.connect_async.html /usr/share/doc/gio-2.0/method.SocketConnection.connect_finish.html /usr/share/doc/gio-2.0/method.SocketConnection.get_local_address.html /usr/share/doc/gio-2.0/method.SocketConnection.get_remote_address.html /usr/share/doc/gio-2.0/method.SocketConnection.get_socket.html /usr/share/doc/gio-2.0/method.SocketConnection.is_connected.html /usr/share/doc/gio-2.0/method.SocketControlMessage.get_level.html /usr/share/doc/gio-2.0/method.SocketControlMessage.get_msg_type.html /usr/share/doc/gio-2.0/method.SocketControlMessage.get_size.html /usr/share/doc/gio-2.0/method.SocketControlMessage.serialize.html /usr/share/doc/gio-2.0/method.SocketListener.accept.html /usr/share/doc/gio-2.0/method.SocketListener.accept_async.html /usr/share/doc/gio-2.0/method.SocketListener.accept_finish.html /usr/share/doc/gio-2.0/method.SocketListener.accept_socket.html /usr/share/doc/gio-2.0/method.SocketListener.accept_socket_async.html /usr/share/doc/gio-2.0/method.SocketListener.accept_socket_finish.html /usr/share/doc/gio-2.0/method.SocketListener.add_address.html /usr/share/doc/gio-2.0/method.SocketListener.add_any_inet_port.html /usr/share/doc/gio-2.0/method.SocketListener.add_inet_port.html /usr/share/doc/gio-2.0/method.SocketListener.add_socket.html /usr/share/doc/gio-2.0/method.SocketListener.close.html /usr/share/doc/gio-2.0/method.SocketListener.set_backlog.html /usr/share/doc/gio-2.0/method.SocketService.is_active.html /usr/share/doc/gio-2.0/method.SocketService.start.html /usr/share/doc/gio-2.0/method.SocketService.stop.html /usr/share/doc/gio-2.0/method.SrvTarget.copy.html /usr/share/doc/gio-2.0/method.SrvTarget.free.html /usr/share/doc/gio-2.0/method.SrvTarget.get_hostname.html /usr/share/doc/gio-2.0/method.SrvTarget.get_port.html /usr/share/doc/gio-2.0/method.SrvTarget.get_priority.html /usr/share/doc/gio-2.0/method.SrvTarget.get_weight.html /usr/share/doc/gio-2.0/method.StaticResource.fini.html /usr/share/doc/gio-2.0/method.StaticResource.get_resource.html /usr/share/doc/gio-2.0/method.StaticResource.init.html /usr/share/doc/gio-2.0/method.Subprocess.communicate.html /usr/share/doc/gio-2.0/method.Subprocess.communicate_async.html /usr/share/doc/gio-2.0/method.Subprocess.communicate_finish.html /usr/share/doc/gio-2.0/method.Subprocess.communicate_utf8.html /usr/share/doc/gio-2.0/method.Subprocess.communicate_utf8_async.html /usr/share/doc/gio-2.0/method.Subprocess.communicate_utf8_finish.html /usr/share/doc/gio-2.0/method.Subprocess.force_exit.html /usr/share/doc/gio-2.0/method.Subprocess.get_exit_status.html /usr/share/doc/gio-2.0/method.Subprocess.get_identifier.html /usr/share/doc/gio-2.0/method.Subprocess.get_if_exited.html /usr/share/doc/gio-2.0/method.Subprocess.get_if_signaled.html /usr/share/doc/gio-2.0/method.Subprocess.get_status.html /usr/share/doc/gio-2.0/method.Subprocess.get_stderr_pipe.html /usr/share/doc/gio-2.0/method.Subprocess.get_stdin_pipe.html /usr/share/doc/gio-2.0/method.Subprocess.get_stdout_pipe.html /usr/share/doc/gio-2.0/method.Subprocess.get_successful.html /usr/share/doc/gio-2.0/method.Subprocess.get_term_sig.html /usr/share/doc/gio-2.0/method.Subprocess.send_signal.html /usr/share/doc/gio-2.0/method.Subprocess.wait.html /usr/share/doc/gio-2.0/method.Subprocess.wait_async.html /usr/share/doc/gio-2.0/method.Subprocess.wait_check.html /usr/share/doc/gio-2.0/method.Subprocess.wait_check_async.html /usr/share/doc/gio-2.0/method.Subprocess.wait_check_finish.html /usr/share/doc/gio-2.0/method.Subprocess.wait_finish.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.close.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.getenv.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_child_setup.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_cwd.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_environ.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_flags.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_stderr_file_path.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_stdin_file_path.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.set_stdout_file_path.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.setenv.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.spawn.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.spawnv.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.take_fd.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.take_stderr_fd.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.take_stdin_fd.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.take_stdout_fd.html /usr/share/doc/gio-2.0/method.SubprocessLauncher.unsetenv.html /usr/share/doc/gio-2.0/method.Task.attach_source.html /usr/share/doc/gio-2.0/method.Task.get_cancellable.html /usr/share/doc/gio-2.0/method.Task.get_check_cancellable.html /usr/share/doc/gio-2.0/method.Task.get_completed.html /usr/share/doc/gio-2.0/method.Task.get_context.html /usr/share/doc/gio-2.0/method.Task.get_name.html /usr/share/doc/gio-2.0/method.Task.get_priority.html /usr/share/doc/gio-2.0/method.Task.get_return_on_cancel.html /usr/share/doc/gio-2.0/method.Task.get_source_object.html /usr/share/doc/gio-2.0/method.Task.get_source_tag.html /usr/share/doc/gio-2.0/method.Task.get_task_data.html /usr/share/doc/gio-2.0/method.Task.had_error.html /usr/share/doc/gio-2.0/method.Task.propagate_boolean.html /usr/share/doc/gio-2.0/method.Task.propagate_int.html /usr/share/doc/gio-2.0/method.Task.propagate_pointer.html /usr/share/doc/gio-2.0/method.Task.propagate_value.html /usr/share/doc/gio-2.0/method.Task.return_boolean.html /usr/share/doc/gio-2.0/method.Task.return_error.html /usr/share/doc/gio-2.0/method.Task.return_error_if_cancelled.html /usr/share/doc/gio-2.0/method.Task.return_int.html /usr/share/doc/gio-2.0/method.Task.return_new_error.html /usr/share/doc/gio-2.0/method.Task.return_new_error_literal.html /usr/share/doc/gio-2.0/method.Task.return_pointer.html /usr/share/doc/gio-2.0/method.Task.return_prefixed_error.html /usr/share/doc/gio-2.0/method.Task.return_value.html /usr/share/doc/gio-2.0/method.Task.run_in_thread.html /usr/share/doc/gio-2.0/method.Task.run_in_thread_sync.html /usr/share/doc/gio-2.0/method.Task.set_check_cancellable.html /usr/share/doc/gio-2.0/method.Task.set_name.html /usr/share/doc/gio-2.0/method.Task.set_priority.html /usr/share/doc/gio-2.0/method.Task.set_return_on_cancel.html /usr/share/doc/gio-2.0/method.Task.set_source_tag.html /usr/share/doc/gio-2.0/method.Task.set_static_name.html /usr/share/doc/gio-2.0/method.Task.set_task_data.html /usr/share/doc/gio-2.0/method.TcpConnection.get_graceful_disconnect.html /usr/share/doc/gio-2.0/method.TcpConnection.set_graceful_disconnect.html /usr/share/doc/gio-2.0/method.TcpWrapperConnection.get_base_io_stream.html /usr/share/doc/gio-2.0/method.TestDBus.add_service_dir.html /usr/share/doc/gio-2.0/method.TestDBus.down.html /usr/share/doc/gio-2.0/method.TestDBus.get_bus_address.html /usr/share/doc/gio-2.0/method.TestDBus.get_flags.html /usr/share/doc/gio-2.0/method.TestDBus.stop.html /usr/share/doc/gio-2.0/method.TestDBus.up.html /usr/share/doc/gio-2.0/method.ThemedIcon.append_name.html /usr/share/doc/gio-2.0/method.ThemedIcon.get_names.html /usr/share/doc/gio-2.0/method.ThemedIcon.prepend_name.html /usr/share/doc/gio-2.0/method.TlsBackend.get_certificate_type.html /usr/share/doc/gio-2.0/method.TlsBackend.get_client_connection_type.html /usr/share/doc/gio-2.0/method.TlsBackend.get_default_database.html /usr/share/doc/gio-2.0/method.TlsBackend.get_dtls_client_connection_type.html /usr/share/doc/gio-2.0/method.TlsBackend.get_dtls_server_connection_type.html /usr/share/doc/gio-2.0/method.TlsBackend.get_file_database_type.html /usr/share/doc/gio-2.0/method.TlsBackend.get_server_connection_type.html /usr/share/doc/gio-2.0/method.TlsBackend.set_default_database.html /usr/share/doc/gio-2.0/method.TlsBackend.supports_dtls.html /usr/share/doc/gio-2.0/method.TlsBackend.supports_tls.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_dns_names.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_ip_addresses.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_issuer.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_issuer_name.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_not_valid_after.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_not_valid_before.html /usr/share/doc/gio-2.0/method.TlsCertificate.get_subject_name.html /usr/share/doc/gio-2.0/method.TlsCertificate.is_same.html /usr/share/doc/gio-2.0/method.TlsCertificate.verify.html /usr/share/doc/gio-2.0/method.TlsClientConnection.copy_session_state.html /usr/share/doc/gio-2.0/method.TlsClientConnection.get_accepted_cas.html /usr/share/doc/gio-2.0/method.TlsClientConnection.get_server_identity.html /usr/share/doc/gio-2.0/method.TlsClientConnection.get_use_ssl3.html /usr/share/doc/gio-2.0/method.TlsClientConnection.get_validation_flags.html /usr/share/doc/gio-2.0/method.TlsClientConnection.set_server_identity.html /usr/share/doc/gio-2.0/method.TlsClientConnection.set_use_ssl3.html /usr/share/doc/gio-2.0/method.TlsClientConnection.set_validation_flags.html /usr/share/doc/gio-2.0/method.TlsConnection.emit_accept_certificate.html /usr/share/doc/gio-2.0/method.TlsConnection.get_certificate.html /usr/share/doc/gio-2.0/method.TlsConnection.get_channel_binding_data.html /usr/share/doc/gio-2.0/method.TlsConnection.get_ciphersuite_name.html /usr/share/doc/gio-2.0/method.TlsConnection.get_database.html /usr/share/doc/gio-2.0/method.TlsConnection.get_interaction.html /usr/share/doc/gio-2.0/method.TlsConnection.get_negotiated_protocol.html /usr/share/doc/gio-2.0/method.TlsConnection.get_peer_certificate.html /usr/share/doc/gio-2.0/method.TlsConnection.get_peer_certificate_errors.html /usr/share/doc/gio-2.0/method.TlsConnection.get_protocol_version.html /usr/share/doc/gio-2.0/method.TlsConnection.get_rehandshake_mode.html /usr/share/doc/gio-2.0/method.TlsConnection.get_require_close_notify.html /usr/share/doc/gio-2.0/method.TlsConnection.get_use_system_certdb.html /usr/share/doc/gio-2.0/method.TlsConnection.handshake.html /usr/share/doc/gio-2.0/method.TlsConnection.handshake_async.html /usr/share/doc/gio-2.0/method.TlsConnection.handshake_finish.html /usr/share/doc/gio-2.0/method.TlsConnection.set_advertised_protocols.html /usr/share/doc/gio-2.0/method.TlsConnection.set_certificate.html /usr/share/doc/gio-2.0/method.TlsConnection.set_database.html /usr/share/doc/gio-2.0/method.TlsConnection.set_interaction.html /usr/share/doc/gio-2.0/method.TlsConnection.set_rehandshake_mode.html /usr/share/doc/gio-2.0/method.TlsConnection.set_require_close_notify.html /usr/share/doc/gio-2.0/method.TlsConnection.set_use_system_certdb.html /usr/share/doc/gio-2.0/method.TlsDatabase.create_certificate_handle.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_for_handle.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_for_handle_async.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_for_handle_finish.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_issuer.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_issuer_async.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificate_issuer_finish.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificates_issued_by.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificates_issued_by_async.html /usr/share/doc/gio-2.0/method.TlsDatabase.lookup_certificates_issued_by_finish.html /usr/share/doc/gio-2.0/method.TlsDatabase.verify_chain.html /usr/share/doc/gio-2.0/method.TlsDatabase.verify_chain_async.html /usr/share/doc/gio-2.0/method.TlsDatabase.verify_chain_finish.html /usr/share/doc/gio-2.0/method.TlsInteraction.ask_password.html /usr/share/doc/gio-2.0/method.TlsInteraction.ask_password_async.html /usr/share/doc/gio-2.0/method.TlsInteraction.ask_password_finish.html /usr/share/doc/gio-2.0/method.TlsInteraction.invoke_ask_password.html /usr/share/doc/gio-2.0/method.TlsInteraction.invoke_request_certificate.html /usr/share/doc/gio-2.0/method.TlsInteraction.request_certificate.html /usr/share/doc/gio-2.0/method.TlsInteraction.request_certificate_async.html /usr/share/doc/gio-2.0/method.TlsInteraction.request_certificate_finish.html /usr/share/doc/gio-2.0/method.TlsPassword.get_description.html /usr/share/doc/gio-2.0/method.TlsPassword.get_flags.html /usr/share/doc/gio-2.0/method.TlsPassword.get_value.html /usr/share/doc/gio-2.0/method.TlsPassword.get_warning.html /usr/share/doc/gio-2.0/method.TlsPassword.set_description.html /usr/share/doc/gio-2.0/method.TlsPassword.set_flags.html /usr/share/doc/gio-2.0/method.TlsPassword.set_value.html /usr/share/doc/gio-2.0/method.TlsPassword.set_value_full.html /usr/share/doc/gio-2.0/method.TlsPassword.set_warning.html /usr/share/doc/gio-2.0/method.UnixConnection.receive_credentials.html /usr/share/doc/gio-2.0/method.UnixConnection.receive_credentials_async.html /usr/share/doc/gio-2.0/method.UnixConnection.receive_credentials_finish.html /usr/share/doc/gio-2.0/method.UnixConnection.receive_fd.html /usr/share/doc/gio-2.0/method.UnixConnection.send_credentials.html /usr/share/doc/gio-2.0/method.UnixConnection.send_credentials_async.html /usr/share/doc/gio-2.0/method.UnixConnection.send_credentials_finish.html /usr/share/doc/gio-2.0/method.UnixConnection.send_fd.html /usr/share/doc/gio-2.0/method.UnixCredentialsMessage.get_credentials.html /usr/share/doc/gio-2.0/method.UnixFDList.append.html /usr/share/doc/gio-2.0/method.UnixFDList.get.html /usr/share/doc/gio-2.0/method.UnixFDList.get_length.html /usr/share/doc/gio-2.0/method.UnixFDList.peek_fds.html /usr/share/doc/gio-2.0/method.UnixFDList.steal_fds.html /usr/share/doc/gio-2.0/method.UnixFDMessage.append_fd.html /usr/share/doc/gio-2.0/method.UnixFDMessage.get_fd_list.html /usr/share/doc/gio-2.0/method.UnixFDMessage.steal_fds.html /usr/share/doc/gio-2.0/method.UnixInputStream.get_close_fd.html /usr/share/doc/gio-2.0/method.UnixInputStream.get_fd.html /usr/share/doc/gio-2.0/method.UnixInputStream.set_close_fd.html /usr/share/doc/gio-2.0/method.UnixMountMonitor.set_rate_limit.html /usr/share/doc/gio-2.0/method.UnixMountPoint.compare.html /usr/share/doc/gio-2.0/method.UnixMountPoint.copy.html /usr/share/doc/gio-2.0/method.UnixMountPoint.free.html /usr/share/doc/gio-2.0/method.UnixMountPoint.get_device_path.html /usr/share/doc/gio-2.0/method.UnixMountPoint.get_fs_type.html /usr/share/doc/gio-2.0/method.UnixMountPoint.get_mount_path.html /usr/share/doc/gio-2.0/method.UnixMountPoint.get_options.html /usr/share/doc/gio-2.0/method.UnixMountPoint.guess_can_eject.html /usr/share/doc/gio-2.0/method.UnixMountPoint.guess_icon.html /usr/share/doc/gio-2.0/method.UnixMountPoint.guess_name.html /usr/share/doc/gio-2.0/method.UnixMountPoint.guess_symbolic_icon.html /usr/share/doc/gio-2.0/method.UnixMountPoint.is_loopback.html /usr/share/doc/gio-2.0/method.UnixMountPoint.is_readonly.html /usr/share/doc/gio-2.0/method.UnixMountPoint.is_user_mountable.html /usr/share/doc/gio-2.0/method.UnixOutputStream.get_close_fd.html /usr/share/doc/gio-2.0/method.UnixOutputStream.get_fd.html /usr/share/doc/gio-2.0/method.UnixOutputStream.set_close_fd.html /usr/share/doc/gio-2.0/method.UnixSocketAddress.get_address_type.html /usr/share/doc/gio-2.0/method.UnixSocketAddress.get_is_abstract.html /usr/share/doc/gio-2.0/method.UnixSocketAddress.get_path.html /usr/share/doc/gio-2.0/method.UnixSocketAddress.get_path_len.html /usr/share/doc/gio-2.0/method.Vfs.get_file_for_path.html /usr/share/doc/gio-2.0/method.Vfs.get_file_for_uri.html /usr/share/doc/gio-2.0/method.Vfs.get_supported_uri_schemes.html /usr/share/doc/gio-2.0/method.Vfs.is_active.html /usr/share/doc/gio-2.0/method.Vfs.parse_name.html /usr/share/doc/gio-2.0/method.Vfs.register_uri_scheme.html /usr/share/doc/gio-2.0/method.Vfs.unregister_uri_scheme.html /usr/share/doc/gio-2.0/method.Volume.can_eject.html /usr/share/doc/gio-2.0/method.Volume.can_mount.html /usr/share/doc/gio-2.0/method.Volume.eject.html /usr/share/doc/gio-2.0/method.Volume.eject_finish.html /usr/share/doc/gio-2.0/method.Volume.eject_with_operation.html /usr/share/doc/gio-2.0/method.Volume.eject_with_operation_finish.html /usr/share/doc/gio-2.0/method.Volume.enumerate_identifiers.html /usr/share/doc/gio-2.0/method.Volume.get_activation_root.html /usr/share/doc/gio-2.0/method.Volume.get_drive.html /usr/share/doc/gio-2.0/method.Volume.get_icon.html /usr/share/doc/gio-2.0/method.Volume.get_identifier.html /usr/share/doc/gio-2.0/method.Volume.get_mount.html /usr/share/doc/gio-2.0/method.Volume.get_name.html /usr/share/doc/gio-2.0/method.Volume.get_sort_key.html /usr/share/doc/gio-2.0/method.Volume.get_symbolic_icon.html /usr/share/doc/gio-2.0/method.Volume.get_uuid.html /usr/share/doc/gio-2.0/method.Volume.mount.html /usr/share/doc/gio-2.0/method.Volume.mount_finish.html /usr/share/doc/gio-2.0/method.Volume.should_automount.html /usr/share/doc/gio-2.0/method.VolumeMonitor.get_connected_drives.html /usr/share/doc/gio-2.0/method.VolumeMonitor.get_mount_for_uuid.html /usr/share/doc/gio-2.0/method.VolumeMonitor.get_mounts.html /usr/share/doc/gio-2.0/method.VolumeMonitor.get_volume_for_uuid.html /usr/share/doc/gio-2.0/method.VolumeMonitor.get_volumes.html /usr/share/doc/gio-2.0/method.ZlibCompressor.get_file_info.html /usr/share/doc/gio-2.0/method.ZlibCompressor.set_file_info.html /usr/share/doc/gio-2.0/method.ZlibDecompressor.get_file_info.html /usr/share/doc/gio-2.0/migrating-gconf.html /usr/share/doc/gio-2.0/migrating-gdbus.html /usr/share/doc/gio-2.0/migrating-gnome-vfs.html /usr/share/doc/gio-2.0/migrating-posix.html /usr/share/doc/gio-2.0/networking.html /usr/share/doc/gio-2.0/overview.html /usr/share/doc/gio-2.0/pollable-utils.html /usr/share/doc/gio-2.0/property.Action.enabled.html /usr/share/doc/gio-2.0/property.Action.name.html /usr/share/doc/gio-2.0/property.Action.parameter-type.html /usr/share/doc/gio-2.0/property.Action.state-type.html /usr/share/doc/gio-2.0/property.Action.state.html /usr/share/doc/gio-2.0/property.Application.action-group.html /usr/share/doc/gio-2.0/property.Application.application-id.html /usr/share/doc/gio-2.0/property.Application.flags.html /usr/share/doc/gio-2.0/property.Application.inactivity-timeout.html /usr/share/doc/gio-2.0/property.Application.is-busy.html /usr/share/doc/gio-2.0/property.Application.is-registered.html /usr/share/doc/gio-2.0/property.Application.is-remote.html /usr/share/doc/gio-2.0/property.Application.resource-base-path.html /usr/share/doc/gio-2.0/property.Application.version.html /usr/share/doc/gio-2.0/property.ApplicationCommandLine.arguments.html /usr/share/doc/gio-2.0/property.ApplicationCommandLine.is-remote.html /usr/share/doc/gio-2.0/property.ApplicationCommandLine.options.html /usr/share/doc/gio-2.0/property.ApplicationCommandLine.platform-data.html /usr/share/doc/gio-2.0/property.BufferedInputStream.buffer-size.html /usr/share/doc/gio-2.0/property.BufferedOutputStream.auto-grow.html /usr/share/doc/gio-2.0/property.BufferedOutputStream.buffer-size.html /usr/share/doc/gio-2.0/property.BytesIcon.bytes.html /usr/share/doc/gio-2.0/property.CharsetConverter.from-charset.html /usr/share/doc/gio-2.0/property.CharsetConverter.to-charset.html /usr/share/doc/gio-2.0/property.CharsetConverter.use-fallback.html /usr/share/doc/gio-2.0/property.ConverterInputStream.converter.html /usr/share/doc/gio-2.0/property.ConverterOutputStream.converter.html /usr/share/doc/gio-2.0/property.DBusConnection.address.html /usr/share/doc/gio-2.0/property.DBusConnection.authentication-observer.html /usr/share/doc/gio-2.0/property.DBusConnection.capabilities.html /usr/share/doc/gio-2.0/property.DBusConnection.closed.html /usr/share/doc/gio-2.0/property.DBusConnection.exit-on-close.html /usr/share/doc/gio-2.0/property.DBusConnection.flags.html /usr/share/doc/gio-2.0/property.DBusConnection.guid.html /usr/share/doc/gio-2.0/property.DBusConnection.stream.html /usr/share/doc/gio-2.0/property.DBusConnection.unique-name.html /usr/share/doc/gio-2.0/property.DBusInterfaceSkeleton.g-flags.html /usr/share/doc/gio-2.0/property.DBusMessage.locked.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.bus-type.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.connection.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.flags.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.get-proxy-type-destroy-notify.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.get-proxy-type-func.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.get-proxy-type-user-data.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.name-owner.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.name.html /usr/share/doc/gio-2.0/property.DBusObjectManagerClient.object-path.html /usr/share/doc/gio-2.0/property.DBusObjectManagerServer.connection.html /usr/share/doc/gio-2.0/property.DBusObjectManagerServer.object-path.html /usr/share/doc/gio-2.0/property.DBusObjectProxy.g-connection.html /usr/share/doc/gio-2.0/property.DBusObjectProxy.g-object-path.html /usr/share/doc/gio-2.0/property.DBusObjectSkeleton.g-object-path.html /usr/share/doc/gio-2.0/property.DBusProxy.g-bus-type.html /usr/share/doc/gio-2.0/property.DBusProxy.g-connection.html /usr/share/doc/gio-2.0/property.DBusProxy.g-default-timeout.html /usr/share/doc/gio-2.0/property.DBusProxy.g-flags.html /usr/share/doc/gio-2.0/property.DBusProxy.g-interface-info.html /usr/share/doc/gio-2.0/property.DBusProxy.g-interface-name.html /usr/share/doc/gio-2.0/property.DBusProxy.g-name-owner.html /usr/share/doc/gio-2.0/property.DBusProxy.g-name.html /usr/share/doc/gio-2.0/property.DBusProxy.g-object-path.html /usr/share/doc/gio-2.0/property.DBusServer.active.html /usr/share/doc/gio-2.0/property.DBusServer.address.html /usr/share/doc/gio-2.0/property.DBusServer.authentication-observer.html /usr/share/doc/gio-2.0/property.DBusServer.client-address.html /usr/share/doc/gio-2.0/property.DBusServer.flags.html /usr/share/doc/gio-2.0/property.DBusServer.guid.html /usr/share/doc/gio-2.0/property.DataInputStream.byte-order.html /usr/share/doc/gio-2.0/property.DataInputStream.newline-type.html /usr/share/doc/gio-2.0/property.DataOutputStream.byte-order.html /usr/share/doc/gio-2.0/property.DebugController.debug-enabled.html /usr/share/doc/gio-2.0/property.DebugControllerDBus.connection.html /usr/share/doc/gio-2.0/property.DesktopAppInfo.filename.html /usr/share/doc/gio-2.0/property.DtlsClientConnection.accepted-cas.html /usr/share/doc/gio-2.0/property.DtlsClientConnection.server-identity.html /usr/share/doc/gio-2.0/property.DtlsClientConnection.validation-flags.html /usr/share/doc/gio-2.0/property.DtlsConnection.advertised-protocols.html /usr/share/doc/gio-2.0/property.DtlsConnection.base-socket.html /usr/share/doc/gio-2.0/property.DtlsConnection.certificate.html /usr/share/doc/gio-2.0/property.DtlsConnection.ciphersuite-name.html /usr/share/doc/gio-2.0/property.DtlsConnection.database.html /usr/share/doc/gio-2.0/property.DtlsConnection.interaction.html /usr/share/doc/gio-2.0/property.DtlsConnection.negotiated-protocol.html /usr/share/doc/gio-2.0/property.DtlsConnection.peer-certificate-errors.html /usr/share/doc/gio-2.0/property.DtlsConnection.peer-certificate.html /usr/share/doc/gio-2.0/property.DtlsConnection.protocol-version.html /usr/share/doc/gio-2.0/property.DtlsConnection.rehandshake-mode.html /usr/share/doc/gio-2.0/property.DtlsConnection.require-close-notify.html /usr/share/doc/gio-2.0/property.DtlsServerConnection.authentication-mode.html /usr/share/doc/gio-2.0/property.Emblem.icon.html /usr/share/doc/gio-2.0/property.Emblem.origin.html /usr/share/doc/gio-2.0/property.EmblemedIcon.gicon.html /usr/share/doc/gio-2.0/property.FileEnumerator.container.html /usr/share/doc/gio-2.0/property.FileIcon.file.html /usr/share/doc/gio-2.0/property.FileMonitor.cancelled.html /usr/share/doc/gio-2.0/property.FileMonitor.rate-limit.html /usr/share/doc/gio-2.0/property.FilterInputStream.base-stream.html /usr/share/doc/gio-2.0/property.FilterInputStream.close-base-stream.html /usr/share/doc/gio-2.0/property.FilterOutputStream.base-stream.html /usr/share/doc/gio-2.0/property.FilterOutputStream.close-base-stream.html /usr/share/doc/gio-2.0/property.IOStream.closed.html /usr/share/doc/gio-2.0/property.IOStream.input-stream.html /usr/share/doc/gio-2.0/property.IOStream.output-stream.html /usr/share/doc/gio-2.0/property.InetAddress.bytes.html /usr/share/doc/gio-2.0/property.InetAddress.family.html /usr/share/doc/gio-2.0/property.InetAddress.is-any.html /usr/share/doc/gio-2.0/property.InetAddress.is-link-local.html /usr/share/doc/gio-2.0/property.InetAddress.is-loopback.html /usr/share/doc/gio-2.0/property.InetAddress.is-mc-global.html /usr/share/doc/gio-2.0/property.InetAddress.is-mc-link-local.html /usr/share/doc/gio-2.0/property.InetAddress.is-mc-node-local.html /usr/share/doc/gio-2.0/property.InetAddress.is-mc-org-local.html /usr/share/doc/gio-2.0/property.InetAddress.is-mc-site-local.html /usr/share/doc/gio-2.0/property.InetAddress.is-multicast.html /usr/share/doc/gio-2.0/property.InetAddress.is-site-local.html /usr/share/doc/gio-2.0/property.InetAddressMask.address.html /usr/share/doc/gio-2.0/property.InetAddressMask.family.html /usr/share/doc/gio-2.0/property.InetAddressMask.length.html /usr/share/doc/gio-2.0/property.InetSocketAddress.address.html /usr/share/doc/gio-2.0/property.InetSocketAddress.flowinfo.html /usr/share/doc/gio-2.0/property.InetSocketAddress.port.html /usr/share/doc/gio-2.0/property.InetSocketAddress.scope-id.html /usr/share/doc/gio-2.0/property.ListStore.item-type.html /usr/share/doc/gio-2.0/property.ListStore.n-items.html /usr/share/doc/gio-2.0/property.MemoryOutputStream.data-size.html /usr/share/doc/gio-2.0/property.MemoryOutputStream.data.html /usr/share/doc/gio-2.0/property.MemoryOutputStream.destroy-function.html /usr/share/doc/gio-2.0/property.MemoryOutputStream.realloc-function.html /usr/share/doc/gio-2.0/property.MemoryOutputStream.size.html /usr/share/doc/gio-2.0/property.MountOperation.anonymous.html /usr/share/doc/gio-2.0/property.MountOperation.choice.html /usr/share/doc/gio-2.0/property.MountOperation.domain.html /usr/share/doc/gio-2.0/property.MountOperation.is-tcrypt-hidden-volume.html /usr/share/doc/gio-2.0/property.MountOperation.is-tcrypt-system-volume.html /usr/share/doc/gio-2.0/property.MountOperation.password-save.html /usr/share/doc/gio-2.0/property.MountOperation.password.html /usr/share/doc/gio-2.0/property.MountOperation.pim.html /usr/share/doc/gio-2.0/property.MountOperation.username.html /usr/share/doc/gio-2.0/property.NetworkAddress.hostname.html /usr/share/doc/gio-2.0/property.NetworkAddress.port.html /usr/share/doc/gio-2.0/property.NetworkAddress.scheme.html /usr/share/doc/gio-2.0/property.NetworkMonitor.connectivity.html /usr/share/doc/gio-2.0/property.NetworkMonitor.network-available.html /usr/share/doc/gio-2.0/property.NetworkMonitor.network-metered.html /usr/share/doc/gio-2.0/property.NetworkService.domain.html /usr/share/doc/gio-2.0/property.NetworkService.protocol.html /usr/share/doc/gio-2.0/property.NetworkService.scheme.html /usr/share/doc/gio-2.0/property.NetworkService.service.html /usr/share/doc/gio-2.0/property.Permission.allowed.html /usr/share/doc/gio-2.0/property.Permission.can-acquire.html /usr/share/doc/gio-2.0/property.Permission.can-release.html /usr/share/doc/gio-2.0/property.PowerProfileMonitor.power-saver-enabled.html /usr/share/doc/gio-2.0/property.PropertyAction.enabled.html /usr/share/doc/gio-2.0/property.PropertyAction.invert-boolean.html /usr/share/doc/gio-2.0/property.PropertyAction.name.html /usr/share/doc/gio-2.0/property.PropertyAction.object.html /usr/share/doc/gio-2.0/property.PropertyAction.parameter-type.html /usr/share/doc/gio-2.0/property.PropertyAction.property-name.html /usr/share/doc/gio-2.0/property.PropertyAction.state-type.html /usr/share/doc/gio-2.0/property.PropertyAction.state.html /usr/share/doc/gio-2.0/property.ProxyAddress.destination-hostname.html /usr/share/doc/gio-2.0/property.ProxyAddress.destination-port.html /usr/share/doc/gio-2.0/property.ProxyAddress.destination-protocol.html /usr/share/doc/gio-2.0/property.ProxyAddress.password.html /usr/share/doc/gio-2.0/property.ProxyAddress.protocol.html /usr/share/doc/gio-2.0/property.ProxyAddress.uri.html /usr/share/doc/gio-2.0/property.ProxyAddress.username.html /usr/share/doc/gio-2.0/property.ProxyAddressEnumerator.connectable.html /usr/share/doc/gio-2.0/property.ProxyAddressEnumerator.default-port.html /usr/share/doc/gio-2.0/property.ProxyAddressEnumerator.proxy-resolver.html /usr/share/doc/gio-2.0/property.ProxyAddressEnumerator.uri.html /usr/share/doc/gio-2.0/property.Resolver.timeout.html /usr/share/doc/gio-2.0/property.Settings.backend.html /usr/share/doc/gio-2.0/property.Settings.delay-apply.html /usr/share/doc/gio-2.0/property.Settings.has-unapplied.html /usr/share/doc/gio-2.0/property.Settings.path.html /usr/share/doc/gio-2.0/property.Settings.schema-id.html /usr/share/doc/gio-2.0/property.Settings.schema.html /usr/share/doc/gio-2.0/property.Settings.settings-schema.html /usr/share/doc/gio-2.0/property.SimpleAction.enabled.html /usr/share/doc/gio-2.0/property.SimpleAction.name.html /usr/share/doc/gio-2.0/property.SimpleAction.parameter-type.html /usr/share/doc/gio-2.0/property.SimpleAction.state-type.html /usr/share/doc/gio-2.0/property.SimpleAction.state.html /usr/share/doc/gio-2.0/property.SimpleIOStream.input-stream.html /usr/share/doc/gio-2.0/property.SimpleIOStream.output-stream.html /usr/share/doc/gio-2.0/property.SimpleProxyResolver.default-proxy.html /usr/share/doc/gio-2.0/property.SimpleProxyResolver.ignore-hosts.html /usr/share/doc/gio-2.0/property.Socket.blocking.html /usr/share/doc/gio-2.0/property.Socket.broadcast.html /usr/share/doc/gio-2.0/property.Socket.family.html /usr/share/doc/gio-2.0/property.Socket.fd.html /usr/share/doc/gio-2.0/property.Socket.keepalive.html /usr/share/doc/gio-2.0/property.Socket.listen-backlog.html /usr/share/doc/gio-2.0/property.Socket.local-address.html /usr/share/doc/gio-2.0/property.Socket.multicast-loopback.html /usr/share/doc/gio-2.0/property.Socket.multicast-ttl.html /usr/share/doc/gio-2.0/property.Socket.protocol.html /usr/share/doc/gio-2.0/property.Socket.remote-address.html /usr/share/doc/gio-2.0/property.Socket.timeout.html /usr/share/doc/gio-2.0/property.Socket.ttl.html /usr/share/doc/gio-2.0/property.Socket.type.html /usr/share/doc/gio-2.0/property.SocketAddress.family.html /usr/share/doc/gio-2.0/property.SocketClient.enable-proxy.html /usr/share/doc/gio-2.0/property.SocketClient.family.html /usr/share/doc/gio-2.0/property.SocketClient.local-address.html /usr/share/doc/gio-2.0/property.SocketClient.protocol.html /usr/share/doc/gio-2.0/property.SocketClient.proxy-resolver.html /usr/share/doc/gio-2.0/property.SocketClient.timeout.html /usr/share/doc/gio-2.0/property.SocketClient.tls-validation-flags.html /usr/share/doc/gio-2.0/property.SocketClient.tls.html /usr/share/doc/gio-2.0/property.SocketClient.type.html /usr/share/doc/gio-2.0/property.SocketConnection.socket.html /usr/share/doc/gio-2.0/property.SocketListener.listen-backlog.html /usr/share/doc/gio-2.0/property.SocketService.active.html /usr/share/doc/gio-2.0/property.Subprocess.argv.html /usr/share/doc/gio-2.0/property.Subprocess.flags.html /usr/share/doc/gio-2.0/property.SubprocessLauncher.flags.html /usr/share/doc/gio-2.0/property.Task.completed.html /usr/share/doc/gio-2.0/property.TcpConnection.graceful-disconnect.html /usr/share/doc/gio-2.0/property.TcpWrapperConnection.base-io-stream.html /usr/share/doc/gio-2.0/property.TestDBus.flags.html /usr/share/doc/gio-2.0/property.ThemedIcon.name.html /usr/share/doc/gio-2.0/property.ThemedIcon.names.html /usr/share/doc/gio-2.0/property.ThemedIcon.use-default-fallbacks.html /usr/share/doc/gio-2.0/property.ThreadedSocketService.max-threads.html /usr/share/doc/gio-2.0/property.TlsCertificate.certificate-pem.html /usr/share/doc/gio-2.0/property.TlsCertificate.certificate.html /usr/share/doc/gio-2.0/property.TlsCertificate.dns-names.html /usr/share/doc/gio-2.0/property.TlsCertificate.ip-addresses.html /usr/share/doc/gio-2.0/property.TlsCertificate.issuer-name.html /usr/share/doc/gio-2.0/property.TlsCertificate.issuer.html /usr/share/doc/gio-2.0/property.TlsCertificate.not-valid-after.html /usr/share/doc/gio-2.0/property.TlsCertificate.not-valid-before.html /usr/share/doc/gio-2.0/property.TlsCertificate.password.html /usr/share/doc/gio-2.0/property.TlsCertificate.pkcs11-uri.html /usr/share/doc/gio-2.0/property.TlsCertificate.pkcs12-data.html /usr/share/doc/gio-2.0/property.TlsCertificate.private-key-pem.html /usr/share/doc/gio-2.0/property.TlsCertificate.private-key-pkcs11-uri.html /usr/share/doc/gio-2.0/property.TlsCertificate.private-key.html /usr/share/doc/gio-2.0/property.TlsCertificate.subject-name.html /usr/share/doc/gio-2.0/property.TlsClientConnection.accepted-cas.html /usr/share/doc/gio-2.0/property.TlsClientConnection.server-identity.html /usr/share/doc/gio-2.0/property.TlsClientConnection.use-ssl3.html /usr/share/doc/gio-2.0/property.TlsClientConnection.validation-flags.html /usr/share/doc/gio-2.0/property.TlsConnection.advertised-protocols.html /usr/share/doc/gio-2.0/property.TlsConnection.base-io-stream.html /usr/share/doc/gio-2.0/property.TlsConnection.certificate.html /usr/share/doc/gio-2.0/property.TlsConnection.ciphersuite-name.html /usr/share/doc/gio-2.0/property.TlsConnection.database.html /usr/share/doc/gio-2.0/property.TlsConnection.interaction.html /usr/share/doc/gio-2.0/property.TlsConnection.negotiated-protocol.html /usr/share/doc/gio-2.0/property.TlsConnection.peer-certificate-errors.html /usr/share/doc/gio-2.0/property.TlsConnection.peer-certificate.html /usr/share/doc/gio-2.0/property.TlsConnection.protocol-version.html /usr/share/doc/gio-2.0/property.TlsConnection.rehandshake-mode.html /usr/share/doc/gio-2.0/property.TlsConnection.require-close-notify.html /usr/share/doc/gio-2.0/property.TlsConnection.use-system-certdb.html /usr/share/doc/gio-2.0/property.TlsFileDatabase.anchors.html /usr/share/doc/gio-2.0/property.TlsPassword.description.html /usr/share/doc/gio-2.0/property.TlsPassword.flags.html /usr/share/doc/gio-2.0/property.TlsPassword.warning.html /usr/share/doc/gio-2.0/property.TlsServerConnection.authentication-mode.html /usr/share/doc/gio-2.0/property.UnixCredentialsMessage.credentials.html /usr/share/doc/gio-2.0/property.UnixFDMessage.fd-list.html /usr/share/doc/gio-2.0/property.UnixInputStream.close-fd.html /usr/share/doc/gio-2.0/property.UnixInputStream.fd.html /usr/share/doc/gio-2.0/property.UnixOutputStream.close-fd.html /usr/share/doc/gio-2.0/property.UnixOutputStream.fd.html /usr/share/doc/gio-2.0/property.UnixSocketAddress.abstract.html /usr/share/doc/gio-2.0/property.UnixSocketAddress.address-type.html /usr/share/doc/gio-2.0/property.UnixSocketAddress.path-as-array.html /usr/share/doc/gio-2.0/property.UnixSocketAddress.path.html /usr/share/doc/gio-2.0/property.ZlibCompressor.file-info.html /usr/share/doc/gio-2.0/property.ZlibCompressor.format.html /usr/share/doc/gio-2.0/property.ZlibCompressor.level.html /usr/share/doc/gio-2.0/property.ZlibDecompressor.file-info.html /usr/share/doc/gio-2.0/property.ZlibDecompressor.format.html /usr/share/doc/gio-2.0/search.js /usr/share/doc/gio-2.0/signal.ActionGroup.action-added.html /usr/share/doc/gio-2.0/signal.ActionGroup.action-enabled-changed.html /usr/share/doc/gio-2.0/signal.ActionGroup.action-removed.html /usr/share/doc/gio-2.0/signal.ActionGroup.action-state-changed.html /usr/share/doc/gio-2.0/signal.AppInfoMonitor.changed.html /usr/share/doc/gio-2.0/signal.AppLaunchContext.launch-failed.html /usr/share/doc/gio-2.0/signal.AppLaunchContext.launch-started.html /usr/share/doc/gio-2.0/signal.AppLaunchContext.launched.html /usr/share/doc/gio-2.0/signal.Application.activate.html /usr/share/doc/gio-2.0/signal.Application.command-line.html /usr/share/doc/gio-2.0/signal.Application.handle-local-options.html /usr/share/doc/gio-2.0/signal.Application.name-lost.html /usr/share/doc/gio-2.0/signal.Application.open.html /usr/share/doc/gio-2.0/signal.Application.shutdown.html /usr/share/doc/gio-2.0/signal.Application.startup.html /usr/share/doc/gio-2.0/signal.Cancellable.cancelled.html /usr/share/doc/gio-2.0/signal.DBusAuthObserver.allow-mechanism.html /usr/share/doc/gio-2.0/signal.DBusAuthObserver.authorize-authenticated-peer.html /usr/share/doc/gio-2.0/signal.DBusConnection.closed.html /usr/share/doc/gio-2.0/signal.DBusInterfaceSkeleton.g-authorize-method.html /usr/share/doc/gio-2.0/signal.DBusObject.interface-added.html /usr/share/doc/gio-2.0/signal.DBusObject.interface-removed.html /usr/share/doc/gio-2.0/signal.DBusObjectManager.interface-added.html /usr/share/doc/gio-2.0/signal.DBusObjectManager.interface-removed.html /usr/share/doc/gio-2.0/signal.DBusObjectManager.object-added.html /usr/share/doc/gio-2.0/signal.DBusObjectManager.object-removed.html /usr/share/doc/gio-2.0/signal.DBusObjectManagerClient.interface-proxy-properties-changed.html /usr/share/doc/gio-2.0/signal.DBusObjectManagerClient.interface-proxy-signal.html /usr/share/doc/gio-2.0/signal.DBusObjectSkeleton.authorize-method.html /usr/share/doc/gio-2.0/signal.DBusProxy.g-properties-changed.html /usr/share/doc/gio-2.0/signal.DBusProxy.g-signal.html /usr/share/doc/gio-2.0/signal.DBusServer.new-connection.html /usr/share/doc/gio-2.0/signal.DebugControllerDBus.authorize.html /usr/share/doc/gio-2.0/signal.Drive.changed.html /usr/share/doc/gio-2.0/signal.Drive.disconnected.html /usr/share/doc/gio-2.0/signal.Drive.eject-button.html /usr/share/doc/gio-2.0/signal.Drive.stop-button.html /usr/share/doc/gio-2.0/signal.DtlsConnection.accept-certificate.html /usr/share/doc/gio-2.0/signal.FileMonitor.changed.html /usr/share/doc/gio-2.0/signal.FilenameCompleter.got-completion-data.html /usr/share/doc/gio-2.0/signal.ListModel.items-changed.html /usr/share/doc/gio-2.0/signal.MemoryMonitor.low-memory-warning.html /usr/share/doc/gio-2.0/signal.MenuModel.items-changed.html /usr/share/doc/gio-2.0/signal.Mount.changed.html /usr/share/doc/gio-2.0/signal.Mount.pre-unmount.html /usr/share/doc/gio-2.0/signal.Mount.unmounted.html /usr/share/doc/gio-2.0/signal.MountOperation.aborted.html /usr/share/doc/gio-2.0/signal.MountOperation.ask-password.html /usr/share/doc/gio-2.0/signal.MountOperation.ask-question.html /usr/share/doc/gio-2.0/signal.MountOperation.reply.html /usr/share/doc/gio-2.0/signal.MountOperation.show-processes.html /usr/share/doc/gio-2.0/signal.MountOperation.show-unmount-progress.html /usr/share/doc/gio-2.0/signal.NetworkMonitor.network-changed.html /usr/share/doc/gio-2.0/signal.Resolver.reload.html /usr/share/doc/gio-2.0/signal.Settings.change-event.html /usr/share/doc/gio-2.0/signal.Settings.changed.html /usr/share/doc/gio-2.0/signal.Settings.writable-change-event.html /usr/share/doc/gio-2.0/signal.Settings.writable-changed.html /usr/share/doc/gio-2.0/signal.SimpleAction.activate.html /usr/share/doc/gio-2.0/signal.SimpleAction.change-state.html /usr/share/doc/gio-2.0/signal.SocketClient.event.html /usr/share/doc/gio-2.0/signal.SocketListener.event.html /usr/share/doc/gio-2.0/signal.SocketService.incoming.html /usr/share/doc/gio-2.0/signal.ThreadedSocketService.run.html /usr/share/doc/gio-2.0/signal.TlsConnection.accept-certificate.html /usr/share/doc/gio-2.0/signal.UnixMountMonitor.mountpoints-changed.html /usr/share/doc/gio-2.0/signal.UnixMountMonitor.mounts-changed.html /usr/share/doc/gio-2.0/signal.Volume.changed.html /usr/share/doc/gio-2.0/signal.Volume.removed.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.drive-changed.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.drive-connected.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.drive-disconnected.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.drive-eject-button.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.drive-stop-button.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.mount-added.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.mount-changed.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.mount-pre-unmount.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.mount-removed.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.volume-added.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.volume-changed.html /usr/share/doc/gio-2.0/signal.VolumeMonitor.volume-removed.html /usr/share/doc/gio-2.0/solarized-dark.css /usr/share/doc/gio-2.0/solarized-light.css /usr/share/doc/gio-2.0/struct.ActionEntry.html /usr/share/doc/gio-2.0/struct.DBusAnnotationInfo.html /usr/share/doc/gio-2.0/struct.DBusArgInfo.html /usr/share/doc/gio-2.0/struct.DBusErrorEntry.html /usr/share/doc/gio-2.0/struct.DBusInterfaceInfo.html /usr/share/doc/gio-2.0/struct.DBusInterfaceVTable.html /usr/share/doc/gio-2.0/struct.DBusMethodInfo.html /usr/share/doc/gio-2.0/struct.DBusNodeInfo.html /usr/share/doc/gio-2.0/struct.DBusPropertyInfo.html /usr/share/doc/gio-2.0/struct.DBusSignalInfo.html /usr/share/doc/gio-2.0/struct.DBusSubtreeVTable.html /usr/share/doc/gio-2.0/struct.FileAttributeInfo.html /usr/share/doc/gio-2.0/struct.FileAttributeInfoList.html /usr/share/doc/gio-2.0/struct.FileAttributeMatcher.html /usr/share/doc/gio-2.0/struct.IOExtension.html /usr/share/doc/gio-2.0/struct.IOExtensionPoint.html /usr/share/doc/gio-2.0/struct.IOModuleScope.html /usr/share/doc/gio-2.0/struct.IOSchedulerJob.html /usr/share/doc/gio-2.0/struct.IOStreamAdapter.html /usr/share/doc/gio-2.0/struct.InputMessage.html /usr/share/doc/gio-2.0/struct.InputVector.html /usr/share/doc/gio-2.0/struct.OutputMessage.html /usr/share/doc/gio-2.0/struct.OutputVector.html /usr/share/doc/gio-2.0/struct.Resource.html /usr/share/doc/gio-2.0/struct.SettingsSchema.html /usr/share/doc/gio-2.0/struct.SettingsSchemaKey.html /usr/share/doc/gio-2.0/struct.SettingsSchemaSource.html /usr/share/doc/gio-2.0/struct.SrvTarget.html /usr/share/doc/gio-2.0/struct.StaticResource.html /usr/share/doc/gio-2.0/struct.UnixMountEntry.html /usr/share/doc/gio-2.0/struct.UnixMountPoint.html /usr/share/doc/gio-2.0/style.css /usr/share/doc/gio-2.0/tls-overview.html /usr/share/doc/gio-2.0/type_func.Action.name_is_valid.html /usr/share/doc/gio-2.0/type_func.Action.parse_detailed_name.html /usr/share/doc/gio-2.0/type_func.Action.print_detailed_name.html /usr/share/doc/gio-2.0/type_func.AppInfo.create_from_commandline.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_all.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_all_for_type.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_type.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_type_async.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_type_finish.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_uri_scheme.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_uri_scheme_async.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_default_for_uri_scheme_finish.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_fallback_for_type.html /usr/share/doc/gio-2.0/type_func.AppInfo.get_recommended_for_type.html /usr/share/doc/gio-2.0/type_func.AppInfo.launch_default_for_uri.html /usr/share/doc/gio-2.0/type_func.AppInfo.launch_default_for_uri_async.html /usr/share/doc/gio-2.0/type_func.AppInfo.launch_default_for_uri_finish.html /usr/share/doc/gio-2.0/type_func.AppInfo.reset_type_associations.html /usr/share/doc/gio-2.0/type_func.AppInfoMonitor.get.html /usr/share/doc/gio-2.0/type_func.Application.get_default.html /usr/share/doc/gio-2.0/type_func.Application.id_is_valid.html /usr/share/doc/gio-2.0/type_func.AsyncInitable.new_async.html /usr/share/doc/gio-2.0/type_func.AsyncInitable.new_valist_async.html /usr/share/doc/gio-2.0/type_func.AsyncInitable.newv_async.html /usr/share/doc/gio-2.0/type_func.Cancellable.get_current.html /usr/share/doc/gio-2.0/type_func.DBusActionGroup.get.html /usr/share/doc/gio-2.0/type_func.DBusAnnotationInfo.lookup.html /usr/share/doc/gio-2.0/type_func.DBusConnection.new.html /usr/share/doc/gio-2.0/type_func.DBusConnection.new_for_address.html /usr/share/doc/gio-2.0/type_func.DBusError.encode_gerror.html /usr/share/doc/gio-2.0/type_func.DBusError.get_remote_error.html /usr/share/doc/gio-2.0/type_func.DBusError.is_remote_error.html /usr/share/doc/gio-2.0/type_func.DBusError.new_for_dbus_error.html /usr/share/doc/gio-2.0/type_func.DBusError.quark.html /usr/share/doc/gio-2.0/type_func.DBusError.register_error.html /usr/share/doc/gio-2.0/type_func.DBusError.register_error_domain.html /usr/share/doc/gio-2.0/type_func.DBusError.set_dbus_error.html /usr/share/doc/gio-2.0/type_func.DBusError.set_dbus_error_valist.html /usr/share/doc/gio-2.0/type_func.DBusError.strip_remote_error.html /usr/share/doc/gio-2.0/type_func.DBusError.unregister_error.html /usr/share/doc/gio-2.0/type_func.DBusMenuModel.get.html /usr/share/doc/gio-2.0/type_func.DBusMessage.bytes_needed.html /usr/share/doc/gio-2.0/type_func.DBusObjectManagerClient.new.html /usr/share/doc/gio-2.0/type_func.DBusObjectManagerClient.new_for_bus.html /usr/share/doc/gio-2.0/type_func.DBusProxy.new.html /usr/share/doc/gio-2.0/type_func.DBusProxy.new_for_bus.html /usr/share/doc/gio-2.0/type_func.DesktopAppInfo.get_implementations.html /usr/share/doc/gio-2.0/type_func.DesktopAppInfo.search.html /usr/share/doc/gio-2.0/type_func.DesktopAppInfo.set_desktop_env.html /usr/share/doc/gio-2.0/type_func.DtlsClientConnection.new.html /usr/share/doc/gio-2.0/type_func.DtlsServerConnection.new.html /usr/share/doc/gio-2.0/type_func.File.new_build_filename.html /usr/share/doc/gio-2.0/type_func.File.new_build_filenamev.html /usr/share/doc/gio-2.0/type_func.File.new_for_commandline_arg.html /usr/share/doc/gio-2.0/type_func.File.new_for_commandline_arg_and_cwd.html /usr/share/doc/gio-2.0/type_func.File.new_for_path.html /usr/share/doc/gio-2.0/type_func.File.new_for_uri.html /usr/share/doc/gio-2.0/type_func.File.new_tmp.html /usr/share/doc/gio-2.0/type_func.File.new_tmp_async.html /usr/share/doc/gio-2.0/type_func.File.new_tmp_dir_async.html /usr/share/doc/gio-2.0/type_func.File.new_tmp_dir_finish.html /usr/share/doc/gio-2.0/type_func.File.new_tmp_finish.html /usr/share/doc/gio-2.0/type_func.File.parse_name.html /usr/share/doc/gio-2.0/type_func.IOExtensionPoint.implement.html /usr/share/doc/gio-2.0/type_func.IOExtensionPoint.lookup.html /usr/share/doc/gio-2.0/type_func.IOExtensionPoint.register.html /usr/share/doc/gio-2.0/type_func.IOModule.query.html /usr/share/doc/gio-2.0/type_func.IOModuleScope.new.html /usr/share/doc/gio-2.0/type_func.IOStream.splice_finish.html /usr/share/doc/gio-2.0/type_func.Icon.deserialize.html /usr/share/doc/gio-2.0/type_func.Icon.new_for_string.html /usr/share/doc/gio-2.0/type_func.Initable.new.html /usr/share/doc/gio-2.0/type_func.Initable.new_valist.html /usr/share/doc/gio-2.0/type_func.Initable.newv.html /usr/share/doc/gio-2.0/type_func.MemoryMonitor.dup_default.html /usr/share/doc/gio-2.0/type_func.NetworkAddress.parse.html /usr/share/doc/gio-2.0/type_func.NetworkAddress.parse_uri.html /usr/share/doc/gio-2.0/type_func.NetworkMonitor.get_default.html /usr/share/doc/gio-2.0/type_func.PowerProfileMonitor.dup_default.html /usr/share/doc/gio-2.0/type_func.Proxy.get_default_for_protocol.html /usr/share/doc/gio-2.0/type_func.ProxyResolver.get_default.html /usr/share/doc/gio-2.0/type_func.Resolver.free_addresses.html /usr/share/doc/gio-2.0/type_func.Resolver.free_targets.html /usr/share/doc/gio-2.0/type_func.Resolver.get_default.html /usr/share/doc/gio-2.0/type_func.ResolverError.quark.html /usr/share/doc/gio-2.0/type_func.Resource.load.html /usr/share/doc/gio-2.0/type_func.ResourceError.quark.html /usr/share/doc/gio-2.0/type_func.Settings.list_relocatable_schemas.html /usr/share/doc/gio-2.0/type_func.Settings.list_schemas.html /usr/share/doc/gio-2.0/type_func.Settings.sync.html /usr/share/doc/gio-2.0/type_func.Settings.unbind.html /usr/share/doc/gio-2.0/type_func.SettingsBackend.flatten_tree.html /usr/share/doc/gio-2.0/type_func.SettingsBackend.get_default.html /usr/share/doc/gio-2.0/type_func.SettingsSchemaSource.get_default.html /usr/share/doc/gio-2.0/type_func.SimpleAsyncResult.is_valid.html /usr/share/doc/gio-2.0/type_func.SimpleProxyResolver.new.html /usr/share/doc/gio-2.0/type_func.SocketConnection.factory_lookup_type.html /usr/share/doc/gio-2.0/type_func.SocketConnection.factory_register_type.html /usr/share/doc/gio-2.0/type_func.SocketControlMessage.deserialize.html /usr/share/doc/gio-2.0/type_func.SrvTarget.list_sort.html /usr/share/doc/gio-2.0/type_func.Task.is_valid.html /usr/share/doc/gio-2.0/type_func.Task.report_error.html /usr/share/doc/gio-2.0/type_func.Task.report_new_error.html /usr/share/doc/gio-2.0/type_func.TestDBus.unset.html /usr/share/doc/gio-2.0/type_func.TlsBackend.get_default.html /usr/share/doc/gio-2.0/type_func.TlsCertificate.list_new_from_file.html /usr/share/doc/gio-2.0/type_func.TlsChannelBindingError.quark.html /usr/share/doc/gio-2.0/type_func.TlsClientConnection.new.html /usr/share/doc/gio-2.0/type_func.TlsError.quark.html /usr/share/doc/gio-2.0/type_func.TlsFileDatabase.new.html /usr/share/doc/gio-2.0/type_func.TlsServerConnection.new.html /usr/share/doc/gio-2.0/type_func.UnixCredentialsMessage.is_supported.html /usr/share/doc/gio-2.0/type_func.UnixMountMonitor.get.html /usr/share/doc/gio-2.0/type_func.UnixMountPoint.at.html /usr/share/doc/gio-2.0/type_func.UnixSocketAddress.abstract_names_supported.html /usr/share/doc/gio-2.0/type_func.Vfs.get_default.html /usr/share/doc/gio-2.0/type_func.Vfs.get_local.html /usr/share/doc/gio-2.0/type_func.VolumeMonitor.adopt_orphan_mount.html /usr/share/doc/gio-2.0/type_func.VolumeMonitor.get.html /usr/share/doc/gio-2.0/urlmap.js /usr/share/doc/gio-2.0/vfunc.Action.activate.html /usr/share/doc/gio-2.0/vfunc.Action.change_state.html /usr/share/doc/gio-2.0/vfunc.Action.get_enabled.html /usr/share/doc/gio-2.0/vfunc.Action.get_name.html /usr/share/doc/gio-2.0/vfunc.Action.get_parameter_type.html /usr/share/doc/gio-2.0/vfunc.Action.get_state.html /usr/share/doc/gio-2.0/vfunc.Action.get_state_hint.html /usr/share/doc/gio-2.0/vfunc.Action.get_state_type.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.action_added.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.action_enabled_changed.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.action_removed.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.action_state_changed.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.activate_action.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.change_action_state.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.get_action_enabled.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.get_action_parameter_type.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.get_action_state.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.get_action_state_hint.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.get_action_state_type.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.has_action.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.list_actions.html /usr/share/doc/gio-2.0/vfunc.ActionGroup.query_action.html /usr/share/doc/gio-2.0/vfunc.ActionMap.add_action.html /usr/share/doc/gio-2.0/vfunc.ActionMap.lookup_action.html /usr/share/doc/gio-2.0/vfunc.ActionMap.remove_action.html /usr/share/doc/gio-2.0/vfunc.AppInfo.add_supports_type.html /usr/share/doc/gio-2.0/vfunc.AppInfo.can_delete.html /usr/share/doc/gio-2.0/vfunc.AppInfo.can_remove_supports_type.html /usr/share/doc/gio-2.0/vfunc.AppInfo.do_delete.html /usr/share/doc/gio-2.0/vfunc.AppInfo.dup.html /usr/share/doc/gio-2.0/vfunc.AppInfo.equal.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_commandline.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_description.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_display_name.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_executable.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_icon.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_id.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_name.html /usr/share/doc/gio-2.0/vfunc.AppInfo.get_supported_types.html /usr/share/doc/gio-2.0/vfunc.AppInfo.launch.html /usr/share/doc/gio-2.0/vfunc.AppInfo.launch_uris.html /usr/share/doc/gio-2.0/vfunc.AppInfo.launch_uris_async.html /usr/share/doc/gio-2.0/vfunc.AppInfo.launch_uris_finish.html /usr/share/doc/gio-2.0/vfunc.AppInfo.remove_supports_type.html /usr/share/doc/gio-2.0/vfunc.AppInfo.set_as_default_for_extension.html /usr/share/doc/gio-2.0/vfunc.AppInfo.set_as_default_for_type.html /usr/share/doc/gio-2.0/vfunc.AppInfo.set_as_last_used_for_type.html /usr/share/doc/gio-2.0/vfunc.AppInfo.should_show.html /usr/share/doc/gio-2.0/vfunc.AppInfo.supports_files.html /usr/share/doc/gio-2.0/vfunc.AppInfo.supports_uris.html /usr/share/doc/gio-2.0/vfunc.AppLaunchContext.get_display.html /usr/share/doc/gio-2.0/vfunc.AppLaunchContext.get_startup_notify_id.html /usr/share/doc/gio-2.0/vfunc.AppLaunchContext.launch_failed.html /usr/share/doc/gio-2.0/vfunc.AppLaunchContext.launch_started.html /usr/share/doc/gio-2.0/vfunc.AppLaunchContext.launched.html /usr/share/doc/gio-2.0/vfunc.Application.activate.html /usr/share/doc/gio-2.0/vfunc.Application.add_platform_data.html /usr/share/doc/gio-2.0/vfunc.Application.after_emit.html /usr/share/doc/gio-2.0/vfunc.Application.before_emit.html /usr/share/doc/gio-2.0/vfunc.Application.command_line.html /usr/share/doc/gio-2.0/vfunc.Application.dbus_register.html /usr/share/doc/gio-2.0/vfunc.Application.dbus_unregister.html /usr/share/doc/gio-2.0/vfunc.Application.handle_local_options.html /usr/share/doc/gio-2.0/vfunc.Application.local_command_line.html /usr/share/doc/gio-2.0/vfunc.Application.name_lost.html /usr/share/doc/gio-2.0/vfunc.Application.open.html /usr/share/doc/gio-2.0/vfunc.Application.quit_mainloop.html /usr/share/doc/gio-2.0/vfunc.Application.run_mainloop.html /usr/share/doc/gio-2.0/vfunc.Application.shutdown.html /usr/share/doc/gio-2.0/vfunc.Application.startup.html /usr/share/doc/gio-2.0/vfunc.ApplicationCommandLine.done.html /usr/share/doc/gio-2.0/vfunc.ApplicationCommandLine.get_stdin.html /usr/share/doc/gio-2.0/vfunc.ApplicationCommandLine.print_literal.html /usr/share/doc/gio-2.0/vfunc.ApplicationCommandLine.printerr_literal.html /usr/share/doc/gio-2.0/vfunc.AsyncInitable.init_async.html /usr/share/doc/gio-2.0/vfunc.AsyncInitable.init_finish.html /usr/share/doc/gio-2.0/vfunc.AsyncResult.get_source_object.html /usr/share/doc/gio-2.0/vfunc.AsyncResult.get_user_data.html /usr/share/doc/gio-2.0/vfunc.AsyncResult.is_tagged.html /usr/share/doc/gio-2.0/vfunc.BufferedInputStream.fill.html /usr/share/doc/gio-2.0/vfunc.BufferedInputStream.fill_async.html /usr/share/doc/gio-2.0/vfunc.BufferedInputStream.fill_finish.html /usr/share/doc/gio-2.0/vfunc.Cancellable.cancelled.html /usr/share/doc/gio-2.0/vfunc.Converter.convert.html /usr/share/doc/gio-2.0/vfunc.Converter.reset.html /usr/share/doc/gio-2.0/vfunc.DBusInterface.dup_object.html /usr/share/doc/gio-2.0/vfunc.DBusInterface.get_info.html /usr/share/doc/gio-2.0/vfunc.DBusInterface.get_object.html /usr/share/doc/gio-2.0/vfunc.DBusInterface.set_object.html /usr/share/doc/gio-2.0/vfunc.DBusInterfaceSkeleton.flush.html /usr/share/doc/gio-2.0/vfunc.DBusInterfaceSkeleton.g_authorize_method.html /usr/share/doc/gio-2.0/vfunc.DBusInterfaceSkeleton.get_info.html /usr/share/doc/gio-2.0/vfunc.DBusInterfaceSkeleton.get_properties.html /usr/share/doc/gio-2.0/vfunc.DBusInterfaceSkeleton.get_vtable.html /usr/share/doc/gio-2.0/vfunc.DBusObject.get_interface.html /usr/share/doc/gio-2.0/vfunc.DBusObject.get_interfaces.html /usr/share/doc/gio-2.0/vfunc.DBusObject.get_object_path.html /usr/share/doc/gio-2.0/vfunc.DBusObject.interface_added.html /usr/share/doc/gio-2.0/vfunc.DBusObject.interface_removed.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.get_interface.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.get_object.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.get_object_path.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.get_objects.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.interface_added.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.interface_removed.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.object_added.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManager.object_removed.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManagerClient.interface_proxy_properties_changed.html /usr/share/doc/gio-2.0/vfunc.DBusObjectManagerClient.interface_proxy_signal.html /usr/share/doc/gio-2.0/vfunc.DBusObjectSkeleton.authorize_method.html /usr/share/doc/gio-2.0/vfunc.DBusProxy.g_properties_changed.html /usr/share/doc/gio-2.0/vfunc.DBusProxy.g_signal.html /usr/share/doc/gio-2.0/vfunc.DatagramBased.condition_check.html /usr/share/doc/gio-2.0/vfunc.DatagramBased.condition_wait.html /usr/share/doc/gio-2.0/vfunc.DatagramBased.create_source.html /usr/share/doc/gio-2.0/vfunc.DatagramBased.receive_messages.html /usr/share/doc/gio-2.0/vfunc.DatagramBased.send_messages.html /usr/share/doc/gio-2.0/vfunc.DebugControllerDBus.authorize.html /usr/share/doc/gio-2.0/vfunc.DesktopAppInfoLookup.get_default_for_uri_scheme.html /usr/share/doc/gio-2.0/vfunc.Drive.can_eject.html /usr/share/doc/gio-2.0/vfunc.Drive.can_poll_for_media.html /usr/share/doc/gio-2.0/vfunc.Drive.can_start.html /usr/share/doc/gio-2.0/vfunc.Drive.can_start_degraded.html /usr/share/doc/gio-2.0/vfunc.Drive.can_stop.html /usr/share/doc/gio-2.0/vfunc.Drive.changed.html /usr/share/doc/gio-2.0/vfunc.Drive.disconnected.html /usr/share/doc/gio-2.0/vfunc.Drive.eject.html /usr/share/doc/gio-2.0/vfunc.Drive.eject_button.html /usr/share/doc/gio-2.0/vfunc.Drive.eject_finish.html /usr/share/doc/gio-2.0/vfunc.Drive.eject_with_operation.html /usr/share/doc/gio-2.0/vfunc.Drive.eject_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.Drive.enumerate_identifiers.html /usr/share/doc/gio-2.0/vfunc.Drive.get_icon.html /usr/share/doc/gio-2.0/vfunc.Drive.get_identifier.html /usr/share/doc/gio-2.0/vfunc.Drive.get_name.html /usr/share/doc/gio-2.0/vfunc.Drive.get_sort_key.html /usr/share/doc/gio-2.0/vfunc.Drive.get_start_stop_type.html /usr/share/doc/gio-2.0/vfunc.Drive.get_symbolic_icon.html /usr/share/doc/gio-2.0/vfunc.Drive.get_volumes.html /usr/share/doc/gio-2.0/vfunc.Drive.has_media.html /usr/share/doc/gio-2.0/vfunc.Drive.has_volumes.html /usr/share/doc/gio-2.0/vfunc.Drive.is_media_check_automatic.html /usr/share/doc/gio-2.0/vfunc.Drive.is_media_removable.html /usr/share/doc/gio-2.0/vfunc.Drive.is_removable.html /usr/share/doc/gio-2.0/vfunc.Drive.poll_for_media.html /usr/share/doc/gio-2.0/vfunc.Drive.poll_for_media_finish.html /usr/share/doc/gio-2.0/vfunc.Drive.start.html /usr/share/doc/gio-2.0/vfunc.Drive.start_finish.html /usr/share/doc/gio-2.0/vfunc.Drive.stop.html /usr/share/doc/gio-2.0/vfunc.Drive.stop_button.html /usr/share/doc/gio-2.0/vfunc.Drive.stop_finish.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.accept_certificate.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.get_binding_data.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.get_negotiated_protocol.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.handshake.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.handshake_async.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.handshake_finish.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.set_advertised_protocols.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.shutdown.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.shutdown_async.html /usr/share/doc/gio-2.0/vfunc.DtlsConnection.shutdown_finish.html /usr/share/doc/gio-2.0/vfunc.File.append_to.html /usr/share/doc/gio-2.0/vfunc.File.append_to_async.html /usr/share/doc/gio-2.0/vfunc.File.append_to_finish.html /usr/share/doc/gio-2.0/vfunc.File.copy.html /usr/share/doc/gio-2.0/vfunc.File.copy_async.html /usr/share/doc/gio-2.0/vfunc.File.copy_finish.html /usr/share/doc/gio-2.0/vfunc.File.create.html /usr/share/doc/gio-2.0/vfunc.File.create_async.html /usr/share/doc/gio-2.0/vfunc.File.create_finish.html /usr/share/doc/gio-2.0/vfunc.File.create_readwrite.html /usr/share/doc/gio-2.0/vfunc.File.create_readwrite_async.html /usr/share/doc/gio-2.0/vfunc.File.create_readwrite_finish.html /usr/share/doc/gio-2.0/vfunc.File.delete_file.html /usr/share/doc/gio-2.0/vfunc.File.delete_file_async.html /usr/share/doc/gio-2.0/vfunc.File.delete_file_finish.html /usr/share/doc/gio-2.0/vfunc.File.dup.html /usr/share/doc/gio-2.0/vfunc.File.eject_mountable.html /usr/share/doc/gio-2.0/vfunc.File.eject_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.eject_mountable_with_operation.html /usr/share/doc/gio-2.0/vfunc.File.eject_mountable_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.File.enumerate_children.html /usr/share/doc/gio-2.0/vfunc.File.enumerate_children_async.html /usr/share/doc/gio-2.0/vfunc.File.enumerate_children_finish.html /usr/share/doc/gio-2.0/vfunc.File.equal.html /usr/share/doc/gio-2.0/vfunc.File.find_enclosing_mount.html /usr/share/doc/gio-2.0/vfunc.File.find_enclosing_mount_async.html /usr/share/doc/gio-2.0/vfunc.File.find_enclosing_mount_finish.html /usr/share/doc/gio-2.0/vfunc.File.get_basename.html /usr/share/doc/gio-2.0/vfunc.File.get_child_for_display_name.html /usr/share/doc/gio-2.0/vfunc.File.get_parent.html /usr/share/doc/gio-2.0/vfunc.File.get_parse_name.html /usr/share/doc/gio-2.0/vfunc.File.get_path.html /usr/share/doc/gio-2.0/vfunc.File.get_relative_path.html /usr/share/doc/gio-2.0/vfunc.File.get_uri.html /usr/share/doc/gio-2.0/vfunc.File.get_uri_scheme.html /usr/share/doc/gio-2.0/vfunc.File.has_uri_scheme.html /usr/share/doc/gio-2.0/vfunc.File.hash.html /usr/share/doc/gio-2.0/vfunc.File.is_native.html /usr/share/doc/gio-2.0/vfunc.File.make_directory.html /usr/share/doc/gio-2.0/vfunc.File.make_directory_async.html /usr/share/doc/gio-2.0/vfunc.File.make_directory_finish.html /usr/share/doc/gio-2.0/vfunc.File.make_symbolic_link.html /usr/share/doc/gio-2.0/vfunc.File.make_symbolic_link_async.html /usr/share/doc/gio-2.0/vfunc.File.make_symbolic_link_finish.html /usr/share/doc/gio-2.0/vfunc.File.measure_disk_usage.html /usr/share/doc/gio-2.0/vfunc.File.measure_disk_usage_async.html /usr/share/doc/gio-2.0/vfunc.File.measure_disk_usage_finish.html /usr/share/doc/gio-2.0/vfunc.File.monitor_dir.html /usr/share/doc/gio-2.0/vfunc.File.monitor_file.html /usr/share/doc/gio-2.0/vfunc.File.mount_enclosing_volume.html /usr/share/doc/gio-2.0/vfunc.File.mount_enclosing_volume_finish.html /usr/share/doc/gio-2.0/vfunc.File.mount_mountable.html /usr/share/doc/gio-2.0/vfunc.File.mount_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.move.html /usr/share/doc/gio-2.0/vfunc.File.move_async.html /usr/share/doc/gio-2.0/vfunc.File.move_finish.html /usr/share/doc/gio-2.0/vfunc.File.open_readwrite.html /usr/share/doc/gio-2.0/vfunc.File.open_readwrite_async.html /usr/share/doc/gio-2.0/vfunc.File.open_readwrite_finish.html /usr/share/doc/gio-2.0/vfunc.File.poll_mountable.html /usr/share/doc/gio-2.0/vfunc.File.poll_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.prefix_matches.html /usr/share/doc/gio-2.0/vfunc.File.query_filesystem_info.html /usr/share/doc/gio-2.0/vfunc.File.query_filesystem_info_async.html /usr/share/doc/gio-2.0/vfunc.File.query_filesystem_info_finish.html /usr/share/doc/gio-2.0/vfunc.File.query_info.html /usr/share/doc/gio-2.0/vfunc.File.query_info_async.html /usr/share/doc/gio-2.0/vfunc.File.query_info_finish.html /usr/share/doc/gio-2.0/vfunc.File.query_settable_attributes.html /usr/share/doc/gio-2.0/vfunc.File.query_writable_namespaces.html /usr/share/doc/gio-2.0/vfunc.File.read_async.html /usr/share/doc/gio-2.0/vfunc.File.read_finish.html /usr/share/doc/gio-2.0/vfunc.File.read_fn.html /usr/share/doc/gio-2.0/vfunc.File.replace.html /usr/share/doc/gio-2.0/vfunc.File.replace_async.html /usr/share/doc/gio-2.0/vfunc.File.replace_finish.html /usr/share/doc/gio-2.0/vfunc.File.replace_readwrite.html /usr/share/doc/gio-2.0/vfunc.File.replace_readwrite_async.html /usr/share/doc/gio-2.0/vfunc.File.replace_readwrite_finish.html /usr/share/doc/gio-2.0/vfunc.File.resolve_relative_path.html /usr/share/doc/gio-2.0/vfunc.File.set_attribute.html /usr/share/doc/gio-2.0/vfunc.File.set_attributes_async.html /usr/share/doc/gio-2.0/vfunc.File.set_attributes_finish.html /usr/share/doc/gio-2.0/vfunc.File.set_attributes_from_info.html /usr/share/doc/gio-2.0/vfunc.File.set_display_name.html /usr/share/doc/gio-2.0/vfunc.File.set_display_name_async.html /usr/share/doc/gio-2.0/vfunc.File.set_display_name_finish.html /usr/share/doc/gio-2.0/vfunc.File.start_mountable.html /usr/share/doc/gio-2.0/vfunc.File.start_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.stop_mountable.html /usr/share/doc/gio-2.0/vfunc.File.stop_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.trash.html /usr/share/doc/gio-2.0/vfunc.File.trash_async.html /usr/share/doc/gio-2.0/vfunc.File.trash_finish.html /usr/share/doc/gio-2.0/vfunc.File.unmount_mountable.html /usr/share/doc/gio-2.0/vfunc.File.unmount_mountable_finish.html /usr/share/doc/gio-2.0/vfunc.File.unmount_mountable_with_operation.html /usr/share/doc/gio-2.0/vfunc.File.unmount_mountable_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.FileDescriptorBased.get_fd.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.close_async.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.close_finish.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.close_fn.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.next_file.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.next_files_async.html /usr/share/doc/gio-2.0/vfunc.FileEnumerator.next_files_finish.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.can_seek.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.can_truncate.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.get_etag.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.query_info.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.query_info_async.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.query_info_finish.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.seek.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.tell.html /usr/share/doc/gio-2.0/vfunc.FileIOStream.truncate_fn.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.can_seek.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.query_info.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.query_info_async.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.query_info_finish.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.seek.html /usr/share/doc/gio-2.0/vfunc.FileInputStream.tell.html /usr/share/doc/gio-2.0/vfunc.FileMonitor.cancel.html /usr/share/doc/gio-2.0/vfunc.FileMonitor.changed.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.can_seek.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.can_truncate.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.get_etag.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.query_info.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.query_info_async.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.query_info_finish.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.seek.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.tell.html /usr/share/doc/gio-2.0/vfunc.FileOutputStream.truncate_fn.html /usr/share/doc/gio-2.0/vfunc.FilenameCompleter.got_completion_data.html /usr/share/doc/gio-2.0/vfunc.IOStream.close_async.html /usr/share/doc/gio-2.0/vfunc.IOStream.close_finish.html /usr/share/doc/gio-2.0/vfunc.IOStream.close_fn.html /usr/share/doc/gio-2.0/vfunc.IOStream.get_input_stream.html /usr/share/doc/gio-2.0/vfunc.IOStream.get_output_stream.html /usr/share/doc/gio-2.0/vfunc.Icon.equal.html /usr/share/doc/gio-2.0/vfunc.Icon.hash.html /usr/share/doc/gio-2.0/vfunc.Icon.serialize.html /usr/share/doc/gio-2.0/vfunc.Icon.to_tokens.html /usr/share/doc/gio-2.0/vfunc.InetAddress.to_bytes.html /usr/share/doc/gio-2.0/vfunc.InetAddress.to_string.html /usr/share/doc/gio-2.0/vfunc.Initable.init.html /usr/share/doc/gio-2.0/vfunc.InputStream.close_async.html /usr/share/doc/gio-2.0/vfunc.InputStream.close_finish.html /usr/share/doc/gio-2.0/vfunc.InputStream.close_fn.html /usr/share/doc/gio-2.0/vfunc.InputStream.read_async.html /usr/share/doc/gio-2.0/vfunc.InputStream.read_finish.html /usr/share/doc/gio-2.0/vfunc.InputStream.read_fn.html /usr/share/doc/gio-2.0/vfunc.InputStream.skip.html /usr/share/doc/gio-2.0/vfunc.InputStream.skip_async.html /usr/share/doc/gio-2.0/vfunc.InputStream.skip_finish.html /usr/share/doc/gio-2.0/vfunc.ListModel.get_item.html /usr/share/doc/gio-2.0/vfunc.ListModel.get_item_type.html /usr/share/doc/gio-2.0/vfunc.ListModel.get_n_items.html /usr/share/doc/gio-2.0/vfunc.LoadableIcon.load.html /usr/share/doc/gio-2.0/vfunc.LoadableIcon.load_async.html /usr/share/doc/gio-2.0/vfunc.LoadableIcon.load_finish.html /usr/share/doc/gio-2.0/vfunc.MemoryMonitor.low_memory_warning.html /usr/share/doc/gio-2.0/vfunc.MenuAttributeIter.get_next.html /usr/share/doc/gio-2.0/vfunc.MenuLinkIter.get_next.html /usr/share/doc/gio-2.0/vfunc.MenuModel.get_item_attribute_value.html /usr/share/doc/gio-2.0/vfunc.MenuModel.get_item_attributes.html /usr/share/doc/gio-2.0/vfunc.MenuModel.get_item_link.html /usr/share/doc/gio-2.0/vfunc.MenuModel.get_item_links.html /usr/share/doc/gio-2.0/vfunc.MenuModel.get_n_items.html /usr/share/doc/gio-2.0/vfunc.MenuModel.is_mutable.html /usr/share/doc/gio-2.0/vfunc.MenuModel.iterate_item_attributes.html /usr/share/doc/gio-2.0/vfunc.MenuModel.iterate_item_links.html /usr/share/doc/gio-2.0/vfunc.Mount.can_eject.html /usr/share/doc/gio-2.0/vfunc.Mount.can_unmount.html /usr/share/doc/gio-2.0/vfunc.Mount.changed.html /usr/share/doc/gio-2.0/vfunc.Mount.eject.html /usr/share/doc/gio-2.0/vfunc.Mount.eject_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.eject_with_operation.html /usr/share/doc/gio-2.0/vfunc.Mount.eject_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.get_default_location.html /usr/share/doc/gio-2.0/vfunc.Mount.get_drive.html /usr/share/doc/gio-2.0/vfunc.Mount.get_icon.html /usr/share/doc/gio-2.0/vfunc.Mount.get_name.html /usr/share/doc/gio-2.0/vfunc.Mount.get_root.html /usr/share/doc/gio-2.0/vfunc.Mount.get_sort_key.html /usr/share/doc/gio-2.0/vfunc.Mount.get_symbolic_icon.html /usr/share/doc/gio-2.0/vfunc.Mount.get_uuid.html /usr/share/doc/gio-2.0/vfunc.Mount.get_volume.html /usr/share/doc/gio-2.0/vfunc.Mount.guess_content_type.html /usr/share/doc/gio-2.0/vfunc.Mount.guess_content_type_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.guess_content_type_sync.html /usr/share/doc/gio-2.0/vfunc.Mount.pre_unmount.html /usr/share/doc/gio-2.0/vfunc.Mount.remount.html /usr/share/doc/gio-2.0/vfunc.Mount.remount_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.unmount.html /usr/share/doc/gio-2.0/vfunc.Mount.unmount_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.unmount_with_operation.html /usr/share/doc/gio-2.0/vfunc.Mount.unmount_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.Mount.unmounted.html /usr/share/doc/gio-2.0/vfunc.MountOperation.aborted.html /usr/share/doc/gio-2.0/vfunc.MountOperation.ask_password.html /usr/share/doc/gio-2.0/vfunc.MountOperation.ask_question.html /usr/share/doc/gio-2.0/vfunc.MountOperation.reply.html /usr/share/doc/gio-2.0/vfunc.MountOperation.show_processes.html /usr/share/doc/gio-2.0/vfunc.MountOperation.show_unmount_progress.html /usr/share/doc/gio-2.0/vfunc.NetworkMonitor.can_reach.html /usr/share/doc/gio-2.0/vfunc.NetworkMonitor.can_reach_async.html /usr/share/doc/gio-2.0/vfunc.NetworkMonitor.can_reach_finish.html /usr/share/doc/gio-2.0/vfunc.NetworkMonitor.network_changed.html /usr/share/doc/gio-2.0/vfunc.OutputStream.close_async.html /usr/share/doc/gio-2.0/vfunc.OutputStream.close_finish.html /usr/share/doc/gio-2.0/vfunc.OutputStream.close_fn.html /usr/share/doc/gio-2.0/vfunc.OutputStream.flush.html /usr/share/doc/gio-2.0/vfunc.OutputStream.flush_async.html /usr/share/doc/gio-2.0/vfunc.OutputStream.flush_finish.html /usr/share/doc/gio-2.0/vfunc.OutputStream.splice.html /usr/share/doc/gio-2.0/vfunc.OutputStream.splice_async.html /usr/share/doc/gio-2.0/vfunc.OutputStream.splice_finish.html /usr/share/doc/gio-2.0/vfunc.OutputStream.write_async.html /usr/share/doc/gio-2.0/vfunc.OutputStream.write_finish.html /usr/share/doc/gio-2.0/vfunc.OutputStream.write_fn.html /usr/share/doc/gio-2.0/vfunc.OutputStream.writev_async.html /usr/share/doc/gio-2.0/vfunc.OutputStream.writev_finish.html /usr/share/doc/gio-2.0/vfunc.OutputStream.writev_fn.html /usr/share/doc/gio-2.0/vfunc.Permission.acquire.html /usr/share/doc/gio-2.0/vfunc.Permission.acquire_async.html /usr/share/doc/gio-2.0/vfunc.Permission.acquire_finish.html /usr/share/doc/gio-2.0/vfunc.Permission.release.html /usr/share/doc/gio-2.0/vfunc.Permission.release_async.html /usr/share/doc/gio-2.0/vfunc.Permission.release_finish.html /usr/share/doc/gio-2.0/vfunc.PollableInputStream.can_poll.html /usr/share/doc/gio-2.0/vfunc.PollableInputStream.create_source.html /usr/share/doc/gio-2.0/vfunc.PollableInputStream.is_readable.html /usr/share/doc/gio-2.0/vfunc.PollableInputStream.read_nonblocking.html /usr/share/doc/gio-2.0/vfunc.PollableOutputStream.can_poll.html /usr/share/doc/gio-2.0/vfunc.PollableOutputStream.create_source.html /usr/share/doc/gio-2.0/vfunc.PollableOutputStream.is_writable.html /usr/share/doc/gio-2.0/vfunc.PollableOutputStream.write_nonblocking.html /usr/share/doc/gio-2.0/vfunc.PollableOutputStream.writev_nonblocking.html /usr/share/doc/gio-2.0/vfunc.Proxy.connect.html /usr/share/doc/gio-2.0/vfunc.Proxy.connect_async.html /usr/share/doc/gio-2.0/vfunc.Proxy.connect_finish.html /usr/share/doc/gio-2.0/vfunc.Proxy.supports_hostname.html /usr/share/doc/gio-2.0/vfunc.ProxyResolver.is_supported.html /usr/share/doc/gio-2.0/vfunc.ProxyResolver.lookup.html /usr/share/doc/gio-2.0/vfunc.ProxyResolver.lookup_async.html /usr/share/doc/gio-2.0/vfunc.ProxyResolver.lookup_finish.html /usr/share/doc/gio-2.0/vfunc.RemoteActionGroup.activate_action_full.html /usr/share/doc/gio-2.0/vfunc.RemoteActionGroup.change_action_state_full.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_address.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_address_async.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_address_finish.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name_async.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name_finish.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name_with_flags.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name_with_flags_async.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_by_name_with_flags_finish.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_records.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_records_async.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_records_finish.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_service.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_service_async.html /usr/share/doc/gio-2.0/vfunc.Resolver.lookup_service_finish.html /usr/share/doc/gio-2.0/vfunc.Resolver.reload.html /usr/share/doc/gio-2.0/vfunc.Seekable.can_seek.html /usr/share/doc/gio-2.0/vfunc.Seekable.can_truncate.html /usr/share/doc/gio-2.0/vfunc.Seekable.seek.html /usr/share/doc/gio-2.0/vfunc.Seekable.tell.html /usr/share/doc/gio-2.0/vfunc.Seekable.truncate_fn.html /usr/share/doc/gio-2.0/vfunc.Settings.change_event.html /usr/share/doc/gio-2.0/vfunc.Settings.changed.html /usr/share/doc/gio-2.0/vfunc.Settings.writable_change_event.html /usr/share/doc/gio-2.0/vfunc.Settings.writable_changed.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.get_permission.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.get_writable.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.read.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.read_user_value.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.reset.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.subscribe.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.sync.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.unsubscribe.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.write.html /usr/share/doc/gio-2.0/vfunc.SettingsBackend.write_tree.html /usr/share/doc/gio-2.0/vfunc.SocketAddress.get_family.html /usr/share/doc/gio-2.0/vfunc.SocketAddress.get_native_size.html /usr/share/doc/gio-2.0/vfunc.SocketAddress.to_native.html /usr/share/doc/gio-2.0/vfunc.SocketAddressEnumerator.next.html /usr/share/doc/gio-2.0/vfunc.SocketAddressEnumerator.next_async.html /usr/share/doc/gio-2.0/vfunc.SocketAddressEnumerator.next_finish.html /usr/share/doc/gio-2.0/vfunc.SocketClient.event.html /usr/share/doc/gio-2.0/vfunc.SocketConnectable.enumerate.html /usr/share/doc/gio-2.0/vfunc.SocketConnectable.proxy_enumerate.html /usr/share/doc/gio-2.0/vfunc.SocketConnectable.to_string.html /usr/share/doc/gio-2.0/vfunc.SocketControlMessage.get_level.html /usr/share/doc/gio-2.0/vfunc.SocketControlMessage.get_size.html /usr/share/doc/gio-2.0/vfunc.SocketControlMessage.get_type.html /usr/share/doc/gio-2.0/vfunc.SocketControlMessage.serialize.html /usr/share/doc/gio-2.0/vfunc.SocketListener.changed.html /usr/share/doc/gio-2.0/vfunc.SocketListener.event.html /usr/share/doc/gio-2.0/vfunc.SocketService.incoming.html /usr/share/doc/gio-2.0/vfunc.ThreadedSocketService.run.html /usr/share/doc/gio-2.0/vfunc.TlsBackend.get_default_database.html /usr/share/doc/gio-2.0/vfunc.TlsBackend.supports_dtls.html /usr/share/doc/gio-2.0/vfunc.TlsBackend.supports_tls.html /usr/share/doc/gio-2.0/vfunc.TlsCertificate.verify.html /usr/share/doc/gio-2.0/vfunc.TlsClientConnection.copy_session_state.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.accept_certificate.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.get_binding_data.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.get_negotiated_protocol.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.handshake.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.handshake_async.html /usr/share/doc/gio-2.0/vfunc.TlsConnection.handshake_finish.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.create_certificate_handle.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_for_handle.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_for_handle_async.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_for_handle_finish.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_issuer.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_issuer_async.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificate_issuer_finish.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificates_issued_by.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificates_issued_by_async.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.lookup_certificates_issued_by_finish.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.verify_chain.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.verify_chain_async.html /usr/share/doc/gio-2.0/vfunc.TlsDatabase.verify_chain_finish.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.ask_password.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.ask_password_async.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.ask_password_finish.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.request_certificate.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.request_certificate_async.html /usr/share/doc/gio-2.0/vfunc.TlsInteraction.request_certificate_finish.html /usr/share/doc/gio-2.0/vfunc.TlsPassword.get_default_warning.html /usr/share/doc/gio-2.0/vfunc.TlsPassword.get_value.html /usr/share/doc/gio-2.0/vfunc.TlsPassword.set_value.html /usr/share/doc/gio-2.0/vfunc.Vfs.add_writable_namespaces.html /usr/share/doc/gio-2.0/vfunc.Vfs.deserialize_icon.html /usr/share/doc/gio-2.0/vfunc.Vfs.get_file_for_path.html /usr/share/doc/gio-2.0/vfunc.Vfs.get_file_for_uri.html /usr/share/doc/gio-2.0/vfunc.Vfs.get_supported_uri_schemes.html /usr/share/doc/gio-2.0/vfunc.Vfs.is_active.html /usr/share/doc/gio-2.0/vfunc.Vfs.local_file_add_info.html /usr/share/doc/gio-2.0/vfunc.Vfs.local_file_moved.html /usr/share/doc/gio-2.0/vfunc.Vfs.local_file_removed.html /usr/share/doc/gio-2.0/vfunc.Vfs.local_file_set_attributes.html /usr/share/doc/gio-2.0/vfunc.Vfs.parse_name.html /usr/share/doc/gio-2.0/vfunc.Volume.can_eject.html /usr/share/doc/gio-2.0/vfunc.Volume.can_mount.html /usr/share/doc/gio-2.0/vfunc.Volume.changed.html /usr/share/doc/gio-2.0/vfunc.Volume.eject.html /usr/share/doc/gio-2.0/vfunc.Volume.eject_finish.html /usr/share/doc/gio-2.0/vfunc.Volume.eject_with_operation.html /usr/share/doc/gio-2.0/vfunc.Volume.eject_with_operation_finish.html /usr/share/doc/gio-2.0/vfunc.Volume.enumerate_identifiers.html /usr/share/doc/gio-2.0/vfunc.Volume.get_activation_root.html /usr/share/doc/gio-2.0/vfunc.Volume.get_drive.html /usr/share/doc/gio-2.0/vfunc.Volume.get_icon.html /usr/share/doc/gio-2.0/vfunc.Volume.get_identifier.html /usr/share/doc/gio-2.0/vfunc.Volume.get_mount.html /usr/share/doc/gio-2.0/vfunc.Volume.get_name.html /usr/share/doc/gio-2.0/vfunc.Volume.get_sort_key.html /usr/share/doc/gio-2.0/vfunc.Volume.get_symbolic_icon.html /usr/share/doc/gio-2.0/vfunc.Volume.get_uuid.html /usr/share/doc/gio-2.0/vfunc.Volume.mount_finish.html /usr/share/doc/gio-2.0/vfunc.Volume.mount_fn.html /usr/share/doc/gio-2.0/vfunc.Volume.removed.html /usr/share/doc/gio-2.0/vfunc.Volume.should_automount.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.drive_changed.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.drive_connected.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.drive_disconnected.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.drive_eject_button.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.drive_stop_button.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.get_connected_drives.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.get_mount_for_uuid.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.get_mounts.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.get_volume_for_uuid.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.get_volumes.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.mount_added.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.mount_changed.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.mount_pre_unmount.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.mount_removed.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.volume_added.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.volume_changed.html /usr/share/doc/gio-2.0/vfunc.VolumeMonitor.volume_removed.html /usr/share/doc/gio-unix-2.0 /usr/share/doc/gio-unix-2.0/RedHatDisplay-Black.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-Bold.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-Italic.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-Medium.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/gio-unix-2.0/RedHatDisplay-Regular.woff /usr/share/doc/gio-unix-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-Bold.woff /usr/share/doc/gio-unix-2.0/RedHatText-Bold.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-BoldItalic.woff /usr/share/doc/gio-unix-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-Italic.woff /usr/share/doc/gio-unix-2.0/RedHatText-Italic.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-Medium.woff /usr/share/doc/gio-unix-2.0/RedHatText-Medium.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-MediumItalic.woff /usr/share/doc/gio-unix-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/gio-unix-2.0/RedHatText-Regular.woff /usr/share/doc/gio-unix-2.0/RedHatText-Regular.woff2 /usr/share/doc/gio-unix-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/gio-unix-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/gio-unix-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/gio-unix-2.0/callback.DesktopAppLaunchCallback.html /usr/share/doc/gio-unix-2.0/class.DesktopAppInfo.html /usr/share/doc/gio-unix-2.0/class.FDMessage.html /usr/share/doc/gio-unix-2.0/class.InputStream.html /usr/share/doc/gio-unix-2.0/class.MountMonitor.html /usr/share/doc/gio-unix-2.0/class.OutputStream.html /usr/share/doc/gio-unix-2.0/classes_hierarchy.html /usr/share/doc/gio-unix-2.0/const.DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.html /usr/share/doc/gio-unix-2.0/ctor.DesktopAppInfo.new.html /usr/share/doc/gio-unix-2.0/ctor.DesktopAppInfo.new_from_filename.html /usr/share/doc/gio-unix-2.0/ctor.DesktopAppInfo.new_from_keyfile.html /usr/share/doc/gio-unix-2.0/ctor.FDMessage.new.html /usr/share/doc/gio-unix-2.0/ctor.FDMessage.new_with_fd_list.html /usr/share/doc/gio-unix-2.0/ctor.InputStream.new.html /usr/share/doc/gio-unix-2.0/ctor.MountMonitor.new.html /usr/share/doc/gio-unix-2.0/ctor.OutputStream.new.html /usr/share/doc/gio-unix-2.0/fonts.css /usr/share/doc/gio-unix-2.0/func.is_mount_path_system_internal.html /usr/share/doc/gio-unix-2.0/func.is_system_device_path.html /usr/share/doc/gio-unix-2.0/func.is_system_fs_type.html /usr/share/doc/gio-unix-2.0/func.mount_at.html /usr/share/doc/gio-unix-2.0/func.mount_compare.html /usr/share/doc/gio-unix-2.0/func.mount_copy.html /usr/share/doc/gio-unix-2.0/func.mount_for.html /usr/share/doc/gio-unix-2.0/func.mount_free.html /usr/share/doc/gio-unix-2.0/func.mount_get_device_path.html /usr/share/doc/gio-unix-2.0/func.mount_get_fs_type.html /usr/share/doc/gio-unix-2.0/func.mount_get_mount_path.html /usr/share/doc/gio-unix-2.0/func.mount_get_options.html /usr/share/doc/gio-unix-2.0/func.mount_get_root_path.html /usr/share/doc/gio-unix-2.0/func.mount_guess_can_eject.html /usr/share/doc/gio-unix-2.0/func.mount_guess_icon.html /usr/share/doc/gio-unix-2.0/func.mount_guess_name.html /usr/share/doc/gio-unix-2.0/func.mount_guess_should_display.html /usr/share/doc/gio-unix-2.0/func.mount_guess_symbolic_icon.html /usr/share/doc/gio-unix-2.0/func.mount_is_readonly.html /usr/share/doc/gio-unix-2.0/func.mount_is_system_internal.html /usr/share/doc/gio-unix-2.0/func.mount_points_changed_since.html /usr/share/doc/gio-unix-2.0/func.mount_points_get.html /usr/share/doc/gio-unix-2.0/func.mount_points_get_from_file.html /usr/share/doc/gio-unix-2.0/func.mounts_changed_since.html /usr/share/doc/gio-unix-2.0/func.mounts_get.html /usr/share/doc/gio-unix-2.0/func.mounts_get_from_file.html /usr/share/doc/gio-unix-2.0/fzy.js /usr/share/doc/gio-unix-2.0/gio-unix-2.0.devhelp2 /usr/share/doc/gio-unix-2.0/go-up-symbolic.png /usr/share/doc/gio-unix-2.0/iface.DesktopAppInfoLookup.html /usr/share/doc/gio-unix-2.0/iface.FileDescriptorBased.html /usr/share/doc/gio-unix-2.0/index.html /usr/share/doc/gio-unix-2.0/index.json /usr/share/doc/gio-unix-2.0/main.js /usr/share/doc/gio-unix-2.0/property.DesktopAppInfo.filename.html /usr/share/doc/gio-unix-2.0/property.FDMessage.fd-list.html /usr/share/doc/gio-unix-2.0/property.InputStream.close-fd.html /usr/share/doc/gio-unix-2.0/property.InputStream.fd.html /usr/share/doc/gio-unix-2.0/property.OutputStream.close-fd.html /usr/share/doc/gio-unix-2.0/property.OutputStream.fd.html /usr/share/doc/gio-unix-2.0/search.js /usr/share/doc/gio-unix-2.0/signal.MountMonitor.mountpoints-changed.html /usr/share/doc/gio-unix-2.0/signal.MountMonitor.mounts-changed.html /usr/share/doc/gio-unix-2.0/solarized-dark.css /usr/share/doc/gio-unix-2.0/solarized-light.css /usr/share/doc/gio-unix-2.0/struct.MountEntry.html /usr/share/doc/gio-unix-2.0/struct.MountPoint.html /usr/share/doc/gio-unix-2.0/style.css /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_action_name.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_boolean.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_categories.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_filename.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_generic_name.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_implementations.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_is_hidden.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_keywords.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_locale_string.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_nodisplay.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_show_in.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_startup_wm_class.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_string.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_string_list.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.has_key.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_action.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_uris_as_manager.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_uris_as_manager_with_fds.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.list_actions.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.search.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfo.set_desktop_env.html /usr/share/doc/gio-unix-2.0/type_func.DesktopAppInfoLookup.get_default_for_uri_scheme.html /usr/share/doc/gio-unix-2.0/type_func.FDMessage.append_fd.html /usr/share/doc/gio-unix-2.0/type_func.FDMessage.get_fd_list.html /usr/share/doc/gio-unix-2.0/type_func.FDMessage.steal_fds.html /usr/share/doc/gio-unix-2.0/type_func.FileDescriptorBased.get_fd.html /usr/share/doc/gio-unix-2.0/type_func.InputStream.get_close_fd.html /usr/share/doc/gio-unix-2.0/type_func.InputStream.get_fd.html /usr/share/doc/gio-unix-2.0/type_func.InputStream.set_close_fd.html /usr/share/doc/gio-unix-2.0/type_func.MountMonitor.get.html /usr/share/doc/gio-unix-2.0/type_func.MountMonitor.set_rate_limit.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.at.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.compare.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.copy.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.free.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.get_device_path.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.get_fs_type.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.get_mount_path.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.get_options.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.guess_can_eject.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.guess_icon.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.guess_name.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.guess_symbolic_icon.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.is_loopback.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.is_readonly.html /usr/share/doc/gio-unix-2.0/type_func.MountPoint.is_user_mountable.html /usr/share/doc/gio-unix-2.0/type_func.OutputStream.get_close_fd.html /usr/share/doc/gio-unix-2.0/type_func.OutputStream.get_fd.html /usr/share/doc/gio-unix-2.0/type_func.OutputStream.set_close_fd.html /usr/share/doc/gio-unix-2.0/unix-mounts.html /usr/share/doc/gio-unix-2.0/urlmap.js /usr/share/doc/girepository-2.0 /usr/share/doc/girepository-2.0/RedHatDisplay-Black.woff /usr/share/doc/girepository-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/girepository-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-Bold.woff /usr/share/doc/girepository-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/girepository-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-Italic.woff /usr/share/doc/girepository-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-Medium.woff /usr/share/doc/girepository-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/girepository-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/girepository-2.0/RedHatDisplay-Regular.woff /usr/share/doc/girepository-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/girepository-2.0/RedHatText-Bold.woff /usr/share/doc/girepository-2.0/RedHatText-Bold.woff2 /usr/share/doc/girepository-2.0/RedHatText-BoldItalic.woff /usr/share/doc/girepository-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/girepository-2.0/RedHatText-Italic.woff /usr/share/doc/girepository-2.0/RedHatText-Italic.woff2 /usr/share/doc/girepository-2.0/RedHatText-Medium.woff /usr/share/doc/girepository-2.0/RedHatText-Medium.woff2 /usr/share/doc/girepository-2.0/RedHatText-MediumItalic.woff /usr/share/doc/girepository-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/girepository-2.0/RedHatText-Regular.woff /usr/share/doc/girepository-2.0/RedHatText-Regular.woff2 /usr/share/doc/girepository-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/girepository-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/girepository-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/girepository-2.0/callback.ObjectInfoGetValueFunction.html /usr/share/doc/girepository-2.0/callback.ObjectInfoRefFunction.html /usr/share/doc/girepository-2.0/callback.ObjectInfoSetValueFunction.html /usr/share/doc/girepository-2.0/callback.ObjectInfoUnrefFunction.html /usr/share/doc/girepository-2.0/class.ArgInfo.html /usr/share/doc/girepository-2.0/class.BaseInfo.html /usr/share/doc/girepository-2.0/class.CallableInfo.html /usr/share/doc/girepository-2.0/class.CallbackInfo.html /usr/share/doc/girepository-2.0/class.ConstantInfo.html /usr/share/doc/girepository-2.0/class.EnumInfo.html /usr/share/doc/girepository-2.0/class.FieldInfo.html /usr/share/doc/girepository-2.0/class.FlagsInfo.html /usr/share/doc/girepository-2.0/class.FunctionInfo.html /usr/share/doc/girepository-2.0/class.InterfaceInfo.html /usr/share/doc/girepository-2.0/class.ObjectInfo.html /usr/share/doc/girepository-2.0/class.PropertyInfo.html /usr/share/doc/girepository-2.0/class.RegisteredTypeInfo.html /usr/share/doc/girepository-2.0/class.Repository.html /usr/share/doc/girepository-2.0/class.SignalInfo.html /usr/share/doc/girepository-2.0/class.StructInfo.html /usr/share/doc/girepository-2.0/class.TypeInfo.html /usr/share/doc/girepository-2.0/class.UnionInfo.html /usr/share/doc/girepository-2.0/class.UnresolvedInfo.html /usr/share/doc/girepository-2.0/class.VFuncInfo.html /usr/share/doc/girepository-2.0/class.ValueInfo.html /usr/share/doc/girepository-2.0/classes_hierarchy.html /usr/share/doc/girepository-2.0/const.TYPE_TAG_N_TYPES.html /usr/share/doc/girepository-2.0/ctor.Repository.new.html /usr/share/doc/girepository-2.0/ctor.Typelib.new_from_bytes.html /usr/share/doc/girepository-2.0/enum.ArrayType.html /usr/share/doc/girepository-2.0/enum.Direction.html /usr/share/doc/girepository-2.0/enum.RepositoryError.html /usr/share/doc/girepository-2.0/enum.ScopeType.html /usr/share/doc/girepository-2.0/enum.Transfer.html /usr/share/doc/girepository-2.0/enum.TypeTag.html /usr/share/doc/girepository-2.0/error.InvokeError.html /usr/share/doc/girepository-2.0/flags.FieldInfoFlags.html /usr/share/doc/girepository-2.0/flags.FunctionInfoFlags.html /usr/share/doc/girepository-2.0/flags.RepositoryLoadFlags.html /usr/share/doc/girepository-2.0/flags.VFuncInfoFlags.html /usr/share/doc/girepository-2.0/fonts.css /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_26_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_28_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_30_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_32_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_34_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_36_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_38_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_40_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_42_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_44_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_46_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_48_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_50_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_52_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_54_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_56_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_58_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_60_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_62_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_64_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_66_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_68_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_70_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_72_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_74_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_76_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_78_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_26_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_28_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_30_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_32_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_34_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_36_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_38_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_40_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_42_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_44_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_46_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_48_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_50_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_52_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_54_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_56_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_58_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_60_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_62_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_64_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_66_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_68_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_70_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_72_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_74_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_76_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_78_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_80_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_IN_2_82_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_32_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_34_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_36_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_38_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_40_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_42_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_44_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_46_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_48_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_50_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_52_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_54_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_56_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_58_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_60_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_62_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_64_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_66_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_68_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_70_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_72_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_74_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_76_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_78_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_32_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_34_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_36_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_38_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_40_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_42_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_44_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_46_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_48_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_50_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_52_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_54_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_56_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_58_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_60_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_62_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_64_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_66_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_68_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_70_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_72_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_74_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_76_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_78_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html /usr/share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html /usr/share/doc/girepository-2.0/func.UNAVAILABLE.html /usr/share/doc/girepository-2.0/func.UNAVAILABLE_STATIC_INLINE.html /usr/share/doc/girepository-2.0/func.VFUNC_INFO.html /usr/share/doc/girepository-2.0/func.cclosure_marshal_generic.html /usr/share/doc/girepository-2.0/func.invoke_error_quark.html /usr/share/doc/girepository-2.0/func.type_tag_argument_from_hash_pointer.html /usr/share/doc/girepository-2.0/func.type_tag_hash_pointer_from_argument.html /usr/share/doc/girepository-2.0/func.type_tag_to_string.html /usr/share/doc/girepository-2.0/fzy.js /usr/share/doc/girepository-2.0/girepository-2.0.devhelp2 /usr/share/doc/girepository-2.0/go-up-symbolic.png /usr/share/doc/girepository-2.0/index.html /usr/share/doc/girepository-2.0/index.json /usr/share/doc/girepository-2.0/main.js /usr/share/doc/girepository-2.0/method.ArgInfo.get_closure_index.html /usr/share/doc/girepository-2.0/method.ArgInfo.get_destroy_index.html /usr/share/doc/girepository-2.0/method.ArgInfo.get_direction.html /usr/share/doc/girepository-2.0/method.ArgInfo.get_ownership_transfer.html /usr/share/doc/girepository-2.0/method.ArgInfo.get_scope.html /usr/share/doc/girepository-2.0/method.ArgInfo.get_type_info.html /usr/share/doc/girepository-2.0/method.ArgInfo.is_caller_allocates.html /usr/share/doc/girepository-2.0/method.ArgInfo.is_optional.html /usr/share/doc/girepository-2.0/method.ArgInfo.is_return_value.html /usr/share/doc/girepository-2.0/method.ArgInfo.is_skip.html /usr/share/doc/girepository-2.0/method.ArgInfo.load_type_info.html /usr/share/doc/girepository-2.0/method.ArgInfo.may_be_null.html /usr/share/doc/girepository-2.0/method.BaseInfo.clear.html /usr/share/doc/girepository-2.0/method.BaseInfo.equal.html /usr/share/doc/girepository-2.0/method.BaseInfo.get_attribute.html /usr/share/doc/girepository-2.0/method.BaseInfo.get_container.html /usr/share/doc/girepository-2.0/method.BaseInfo.get_name.html /usr/share/doc/girepository-2.0/method.BaseInfo.get_namespace.html /usr/share/doc/girepository-2.0/method.BaseInfo.get_typelib.html /usr/share/doc/girepository-2.0/method.BaseInfo.is_deprecated.html /usr/share/doc/girepository-2.0/method.BaseInfo.iterate_attributes.html /usr/share/doc/girepository-2.0/method.BaseInfo.ref.html /usr/share/doc/girepository-2.0/method.BaseInfo.unref.html /usr/share/doc/girepository-2.0/method.CallableInfo.can_throw_gerror.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_arg.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_caller_owns.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_instance_ownership_transfer.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_n_args.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_return_attribute.html /usr/share/doc/girepository-2.0/method.CallableInfo.get_return_type.html /usr/share/doc/girepository-2.0/method.CallableInfo.invoke.html /usr/share/doc/girepository-2.0/method.CallableInfo.is_method.html /usr/share/doc/girepository-2.0/method.CallableInfo.iterate_return_attributes.html /usr/share/doc/girepository-2.0/method.CallableInfo.load_arg.html /usr/share/doc/girepository-2.0/method.CallableInfo.load_return_type.html /usr/share/doc/girepository-2.0/method.CallableInfo.may_return_null.html /usr/share/doc/girepository-2.0/method.CallableInfo.skip_return.html /usr/share/doc/girepository-2.0/method.ConstantInfo.free_value.html /usr/share/doc/girepository-2.0/method.ConstantInfo.get_type_info.html /usr/share/doc/girepository-2.0/method.ConstantInfo.get_value.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_error_domain.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_method.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_n_methods.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_n_values.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_storage_type.html /usr/share/doc/girepository-2.0/method.EnumInfo.get_value.html /usr/share/doc/girepository-2.0/method.FieldInfo.get_field.html /usr/share/doc/girepository-2.0/method.FieldInfo.get_flags.html /usr/share/doc/girepository-2.0/method.FieldInfo.get_offset.html /usr/share/doc/girepository-2.0/method.FieldInfo.get_size.html /usr/share/doc/girepository-2.0/method.FieldInfo.get_type_info.html /usr/share/doc/girepository-2.0/method.FieldInfo.set_field.html /usr/share/doc/girepository-2.0/method.FunctionInfo.get_flags.html /usr/share/doc/girepository-2.0/method.FunctionInfo.get_property.html /usr/share/doc/girepository-2.0/method.FunctionInfo.get_symbol.html /usr/share/doc/girepository-2.0/method.FunctionInfo.get_vfunc.html /usr/share/doc/girepository-2.0/method.FunctionInfo.invoke.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.find_method.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.find_signal.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.find_vfunc.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_constant.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_iface_struct.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_method.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_constants.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_methods.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_prerequisites.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_properties.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_signals.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_n_vfuncs.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_prerequisite.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_property.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_signal.html /usr/share/doc/girepository-2.0/method.InterfaceInfo.get_vfunc.html /usr/share/doc/girepository-2.0/method.ObjectInfo.find_method.html /usr/share/doc/girepository-2.0/method.ObjectInfo.find_method_using_interfaces.html /usr/share/doc/girepository-2.0/method.ObjectInfo.find_signal.html /usr/share/doc/girepository-2.0/method.ObjectInfo.find_vfunc.html /usr/share/doc/girepository-2.0/method.ObjectInfo.find_vfunc_using_interfaces.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_abstract.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_class_struct.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_constant.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_field.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_final.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_fundamental.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_get_value_function_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_get_value_function_pointer.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_interface.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_method.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_constants.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_fields.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_interfaces.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_methods.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_properties.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_signals.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_n_vfuncs.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_parent.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_property.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_ref_function_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_ref_function_pointer.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_set_value_function_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_set_value_function_pointer.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_signal.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_type_init_function_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_type_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_unref_function_name.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_unref_function_pointer.html /usr/share/doc/girepository-2.0/method.ObjectInfo.get_vfunc.html /usr/share/doc/girepository-2.0/method.PropertyInfo.get_flags.html /usr/share/doc/girepository-2.0/method.PropertyInfo.get_getter.html /usr/share/doc/girepository-2.0/method.PropertyInfo.get_ownership_transfer.html /usr/share/doc/girepository-2.0/method.PropertyInfo.get_setter.html /usr/share/doc/girepository-2.0/method.PropertyInfo.get_type_info.html /usr/share/doc/girepository-2.0/method.RegisteredTypeInfo.get_g_type.html /usr/share/doc/girepository-2.0/method.RegisteredTypeInfo.get_type_init_function_name.html /usr/share/doc/girepository-2.0/method.RegisteredTypeInfo.get_type_name.html /usr/share/doc/girepository-2.0/method.RegisteredTypeInfo.is_boxed.html /usr/share/doc/girepository-2.0/method.Repository.enumerate_versions.html /usr/share/doc/girepository-2.0/method.Repository.find_by_error_domain.html /usr/share/doc/girepository-2.0/method.Repository.find_by_gtype.html /usr/share/doc/girepository-2.0/method.Repository.find_by_name.html /usr/share/doc/girepository-2.0/method.Repository.get_c_prefix.html /usr/share/doc/girepository-2.0/method.Repository.get_dependencies.html /usr/share/doc/girepository-2.0/method.Repository.get_immediate_dependencies.html /usr/share/doc/girepository-2.0/method.Repository.get_info.html /usr/share/doc/girepository-2.0/method.Repository.get_library_path.html /usr/share/doc/girepository-2.0/method.Repository.get_loaded_namespaces.html /usr/share/doc/girepository-2.0/method.Repository.get_n_infos.html /usr/share/doc/girepository-2.0/method.Repository.get_object_gtype_interfaces.html /usr/share/doc/girepository-2.0/method.Repository.get_search_path.html /usr/share/doc/girepository-2.0/method.Repository.get_shared_libraries.html /usr/share/doc/girepository-2.0/method.Repository.get_typelib_path.html /usr/share/doc/girepository-2.0/method.Repository.get_version.html /usr/share/doc/girepository-2.0/method.Repository.is_registered.html /usr/share/doc/girepository-2.0/method.Repository.load_typelib.html /usr/share/doc/girepository-2.0/method.Repository.prepend_library_path.html /usr/share/doc/girepository-2.0/method.Repository.prepend_search_path.html /usr/share/doc/girepository-2.0/method.Repository.require.html /usr/share/doc/girepository-2.0/method.Repository.require_private.html /usr/share/doc/girepository-2.0/method.SignalInfo.get_class_closure.html /usr/share/doc/girepository-2.0/method.SignalInfo.get_flags.html /usr/share/doc/girepository-2.0/method.SignalInfo.true_stops_emit.html /usr/share/doc/girepository-2.0/method.StructInfo.find_field.html /usr/share/doc/girepository-2.0/method.StructInfo.find_method.html /usr/share/doc/girepository-2.0/method.StructInfo.get_alignment.html /usr/share/doc/girepository-2.0/method.StructInfo.get_copy_function_name.html /usr/share/doc/girepository-2.0/method.StructInfo.get_field.html /usr/share/doc/girepository-2.0/method.StructInfo.get_free_function_name.html /usr/share/doc/girepository-2.0/method.StructInfo.get_method.html /usr/share/doc/girepository-2.0/method.StructInfo.get_n_fields.html /usr/share/doc/girepository-2.0/method.StructInfo.get_n_methods.html /usr/share/doc/girepository-2.0/method.StructInfo.get_size.html /usr/share/doc/girepository-2.0/method.StructInfo.is_foreign.html /usr/share/doc/girepository-2.0/method.StructInfo.is_gtype_struct.html /usr/share/doc/girepository-2.0/method.TypeInfo.argument_from_hash_pointer.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_array_fixed_size.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_array_length_index.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_array_type.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_interface.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_param_type.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_storage_type.html /usr/share/doc/girepository-2.0/method.TypeInfo.get_tag.html /usr/share/doc/girepository-2.0/method.TypeInfo.hash_pointer_from_argument.html /usr/share/doc/girepository-2.0/method.TypeInfo.is_pointer.html /usr/share/doc/girepository-2.0/method.TypeInfo.is_zero_terminated.html /usr/share/doc/girepository-2.0/method.Typelib.get_namespace.html /usr/share/doc/girepository-2.0/method.Typelib.ref.html /usr/share/doc/girepository-2.0/method.Typelib.symbol.html /usr/share/doc/girepository-2.0/method.Typelib.unref.html /usr/share/doc/girepository-2.0/method.UnionInfo.find_method.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_alignment.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_copy_function_name.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_discriminator.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_discriminator_offset.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_discriminator_type.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_field.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_free_function_name.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_method.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_n_fields.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_n_methods.html /usr/share/doc/girepository-2.0/method.UnionInfo.get_size.html /usr/share/doc/girepository-2.0/method.UnionInfo.is_discriminated.html /usr/share/doc/girepository-2.0/method.VFuncInfo.get_address.html /usr/share/doc/girepository-2.0/method.VFuncInfo.get_flags.html /usr/share/doc/girepository-2.0/method.VFuncInfo.get_invoker.html /usr/share/doc/girepository-2.0/method.VFuncInfo.get_offset.html /usr/share/doc/girepository-2.0/method.VFuncInfo.get_signal.html /usr/share/doc/girepository-2.0/method.VFuncInfo.invoke.html /usr/share/doc/girepository-2.0/method.ValueInfo.get_value.html /usr/share/doc/girepository-2.0/migrating-gi.html /usr/share/doc/girepository-2.0/search.js /usr/share/doc/girepository-2.0/solarized-dark.css /usr/share/doc/girepository-2.0/solarized-light.css /usr/share/doc/girepository-2.0/struct.AttributeIter.html /usr/share/doc/girepository-2.0/struct.BaseInfoStack.html /usr/share/doc/girepository-2.0/struct.Typelib.html /usr/share/doc/girepository-2.0/style.css /usr/share/doc/girepository-2.0/type_func.Repository.dump.html /usr/share/doc/girepository-2.0/type_func.Repository.error_quark.html /usr/share/doc/girepository-2.0/type_func.Repository.get_option_group.html /usr/share/doc/girepository-2.0/union.Argument.html /usr/share/doc/girepository-2.0/urlmap.js /usr/share/doc/glib-2.0 /usr/share/doc/glib-2.0/RedHatDisplay-Black.woff /usr/share/doc/glib-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/glib-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-Bold.woff /usr/share/doc/glib-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/glib-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-Italic.woff /usr/share/doc/glib-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-Medium.woff /usr/share/doc/glib-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/glib-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/glib-2.0/RedHatDisplay-Regular.woff /usr/share/doc/glib-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/glib-2.0/RedHatText-Bold.woff /usr/share/doc/glib-2.0/RedHatText-Bold.woff2 /usr/share/doc/glib-2.0/RedHatText-BoldItalic.woff /usr/share/doc/glib-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/glib-2.0/RedHatText-Italic.woff /usr/share/doc/glib-2.0/RedHatText-Italic.woff2 /usr/share/doc/glib-2.0/RedHatText-Medium.woff /usr/share/doc/glib-2.0/RedHatText-Medium.woff2 /usr/share/doc/glib-2.0/RedHatText-MediumItalic.woff /usr/share/doc/glib-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/glib-2.0/RedHatText-Regular.woff /usr/share/doc/glib-2.0/RedHatText-Regular.woff2 /usr/share/doc/glib-2.0/Sorted_binary_tree_breadth-first_traversal-dark.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_breadth-first_traversal.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_inorder-dark.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_inorder.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_postorder-dark.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_postorder.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_preorder-dark.svg /usr/share/doc/glib-2.0/Sorted_binary_tree_preorder.svg /usr/share/doc/glib-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/glib-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/glib-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/glib-2.0/alias.DateDay.html /usr/share/doc/glib-2.0/alias.DateYear.html /usr/share/doc/glib-2.0/alias.MainContextPusher.html /usr/share/doc/glib-2.0/alias.MutexLocker.html /usr/share/doc/glib-2.0/alias.Pid.html /usr/share/doc/glib-2.0/alias.Quark.html /usr/share/doc/glib-2.0/alias.RWLockReaderLocker.html /usr/share/doc/glib-2.0/alias.RWLockWriterLocker.html /usr/share/doc/glib-2.0/alias.RecMutexLocker.html /usr/share/doc/glib-2.0/alias.RefString.html /usr/share/doc/glib-2.0/alias.Strv.html /usr/share/doc/glib-2.0/alias.Time.html /usr/share/doc/glib-2.0/alias.TimeSpan.html /usr/share/doc/glib-2.0/atomic.html /usr/share/doc/glib-2.0/auto-cleanup.html /usr/share/doc/glib-2.0/base64.html /usr/share/doc/glib-2.0/building.html /usr/share/doc/glib-2.0/callback.CacheDestroyFunc.html /usr/share/doc/glib-2.0/callback.CacheDupFunc.html /usr/share/doc/glib-2.0/callback.CacheNewFunc.html /usr/share/doc/glib-2.0/callback.ChildWatchFunc.html /usr/share/doc/glib-2.0/callback.ClearHandleFunc.html /usr/share/doc/glib-2.0/callback.CompareDataFunc.html /usr/share/doc/glib-2.0/callback.CompareFunc.html /usr/share/doc/glib-2.0/callback.CompletionFunc.html /usr/share/doc/glib-2.0/callback.CompletionStrncmpFunc.html /usr/share/doc/glib-2.0/callback.CopyFunc.html /usr/share/doc/glib-2.0/callback.DataForeachFunc.html /usr/share/doc/glib-2.0/callback.DestroyNotify.html /usr/share/doc/glib-2.0/callback.DuplicateFunc.html /usr/share/doc/glib-2.0/callback.EqualFunc.html /usr/share/doc/glib-2.0/callback.EqualFuncFull.html /usr/share/doc/glib-2.0/callback.ErrorClearFunc.html /usr/share/doc/glib-2.0/callback.ErrorCopyFunc.html /usr/share/doc/glib-2.0/callback.ErrorInitFunc.html /usr/share/doc/glib-2.0/callback.FreeFunc.html /usr/share/doc/glib-2.0/callback.Func.html /usr/share/doc/glib-2.0/callback.HFunc.html /usr/share/doc/glib-2.0/callback.HRFunc.html /usr/share/doc/glib-2.0/callback.HashFunc.html /usr/share/doc/glib-2.0/callback.HookCheckFunc.html /usr/share/doc/glib-2.0/callback.HookCheckMarshaller.html /usr/share/doc/glib-2.0/callback.HookCompareFunc.html /usr/share/doc/glib-2.0/callback.HookFinalizeFunc.html /usr/share/doc/glib-2.0/callback.HookFindFunc.html /usr/share/doc/glib-2.0/callback.HookFunc.html /usr/share/doc/glib-2.0/callback.HookMarshaller.html /usr/share/doc/glib-2.0/callback.IOFunc.html /usr/share/doc/glib-2.0/callback.LogFunc.html /usr/share/doc/glib-2.0/callback.LogWriterFunc.html /usr/share/doc/glib-2.0/callback.NodeForeachFunc.html /usr/share/doc/glib-2.0/callback.NodeTraverseFunc.html /usr/share/doc/glib-2.0/callback.OptionArgFunc.html /usr/share/doc/glib-2.0/callback.OptionErrorFunc.html /usr/share/doc/glib-2.0/callback.OptionParseFunc.html /usr/share/doc/glib-2.0/callback.PollFunc.html /usr/share/doc/glib-2.0/callback.PrintFunc.html /usr/share/doc/glib-2.0/callback.RegexEvalCallback.html /usr/share/doc/glib-2.0/callback.ScannerMsgFunc.html /usr/share/doc/glib-2.0/callback.SequenceIterCompareFunc.html /usr/share/doc/glib-2.0/callback.SourceDisposeFunc.html /usr/share/doc/glib-2.0/callback.SourceDummyMarshal.html /usr/share/doc/glib-2.0/callback.SourceFunc.html /usr/share/doc/glib-2.0/callback.SourceFuncsCheckFunc.html /usr/share/doc/glib-2.0/callback.SourceFuncsDispatchFunc.html /usr/share/doc/glib-2.0/callback.SourceFuncsFinalizeFunc.html /usr/share/doc/glib-2.0/callback.SourceFuncsPrepareFunc.html /usr/share/doc/glib-2.0/callback.SourceOnceFunc.html /usr/share/doc/glib-2.0/callback.SpawnChildSetupFunc.html /usr/share/doc/glib-2.0/callback.TestDataFunc.html /usr/share/doc/glib-2.0/callback.TestFixtureFunc.html /usr/share/doc/glib-2.0/callback.TestFunc.html /usr/share/doc/glib-2.0/callback.TestLogFatalFunc.html /usr/share/doc/glib-2.0/callback.ThreadFunc.html /usr/share/doc/glib-2.0/callback.TranslateFunc.html /usr/share/doc/glib-2.0/callback.TraverseFunc.html /usr/share/doc/glib-2.0/callback.TraverseNodeFunc.html /usr/share/doc/glib-2.0/callback.UnixFDSourceFunc.html /usr/share/doc/glib-2.0/callback.VoidFunc.html /usr/share/doc/glib-2.0/character-set.html /usr/share/doc/glib-2.0/checked-math.html /usr/share/doc/glib-2.0/classes_hierarchy.html /usr/share/doc/glib-2.0/compiling.html /usr/share/doc/glib-2.0/const.ALLOCATOR_LIST.html /usr/share/doc/glib-2.0/const.ALLOCATOR_NODE.html /usr/share/doc/glib-2.0/const.ALLOCATOR_SLIST.html /usr/share/doc/glib-2.0/const.ALLOC_AND_FREE.html /usr/share/doc/glib-2.0/const.ALLOC_ONLY.html /usr/share/doc/glib-2.0/const.ANALYZER_ANALYZING.html /usr/share/doc/glib-2.0/const.ASCII_DTOSTR_BUF_SIZE.html /usr/share/doc/glib-2.0/const.ATOMIC_REF_COUNT_INIT.html /usr/share/doc/glib-2.0/const.BIG_ENDIAN.html /usr/share/doc/glib-2.0/const.CSET_A_2_Z.html /usr/share/doc/glib-2.0/const.CSET_DIGITS.html /usr/share/doc/glib-2.0/const.CSET_a_2_z.html /usr/share/doc/glib-2.0/const.C_STD_VERSION.html /usr/share/doc/glib-2.0/const.DATALIST_FLAGS_MASK.html /usr/share/doc/glib-2.0/const.DATE_BAD_DAY.html /usr/share/doc/glib-2.0/const.DATE_BAD_JULIAN.html /usr/share/doc/glib-2.0/const.DATE_BAD_YEAR.html /usr/share/doc/glib-2.0/const.DIR_SEPARATOR.html /usr/share/doc/glib-2.0/const.DIR_SEPARATOR_S.html /usr/share/doc/glib-2.0/const.E.html /usr/share/doc/glib-2.0/const.GINT16_FORMAT.html /usr/share/doc/glib-2.0/const.GINT16_MODIFIER.html /usr/share/doc/glib-2.0/const.GINT32_FORMAT.html /usr/share/doc/glib-2.0/const.GINT32_MODIFIER.html /usr/share/doc/glib-2.0/const.GINT64_FORMAT.html /usr/share/doc/glib-2.0/const.GINT64_MODIFIER.html /usr/share/doc/glib-2.0/const.GINTPTR_FORMAT.html /usr/share/doc/glib-2.0/const.GINTPTR_MODIFIER.html /usr/share/doc/glib-2.0/const.GNUC_FUNCTION.html /usr/share/doc/glib-2.0/const.GNUC_PRETTY_FUNCTION.html /usr/share/doc/glib-2.0/const.GSIZE_FORMAT.html /usr/share/doc/glib-2.0/const.GSIZE_MODIFIER.html /usr/share/doc/glib-2.0/const.GSSIZE_FORMAT.html /usr/share/doc/glib-2.0/const.GSSIZE_MODIFIER.html /usr/share/doc/glib-2.0/const.GUINT16_FORMAT.html /usr/share/doc/glib-2.0/const.GUINT32_FORMAT.html /usr/share/doc/glib-2.0/const.GUINT64_FORMAT.html /usr/share/doc/glib-2.0/const.GUINTPTR_FORMAT.html /usr/share/doc/glib-2.0/const.HAVE_GINT64.html /usr/share/doc/glib-2.0/const.HAVE_GNUC_VARARGS.html /usr/share/doc/glib-2.0/const.HAVE_GNUC_VISIBILITY.html /usr/share/doc/glib-2.0/const.HAVE_GROWING_STACK.html /usr/share/doc/glib-2.0/const.HAVE_ISO_VARARGS.html /usr/share/doc/glib-2.0/const.HOOK_FLAG_USER_SHIFT.html /usr/share/doc/glib-2.0/const.IEEE754_DOUBLE_BIAS.html /usr/share/doc/glib-2.0/const.IEEE754_FLOAT_BIAS.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_GROUP.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_ACTIONS.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_CATEGORIES.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_COMMENT.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_EXEC.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_GENERIC_NAME.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_HIDDEN.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_ICON.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_MIME_TYPE.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_NAME.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_NO_DISPLAY.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_PATH.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_TERMINAL.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_TRY_EXEC.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_TYPE.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_URL.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_KEY_VERSION.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_TYPE_APPLICATION.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_TYPE_DIRECTORY.html /usr/share/doc/glib-2.0/const.KEY_FILE_DESKTOP_TYPE_LINK.html /usr/share/doc/glib-2.0/const.LITTLE_ENDIAN.html /usr/share/doc/glib-2.0/const.LN10.html /usr/share/doc/glib-2.0/const.LN2.html /usr/share/doc/glib-2.0/const.LOG_2_BASE_10.html /usr/share/doc/glib-2.0/const.LOG_DOMAIN.html /usr/share/doc/glib-2.0/const.LOG_FATAL_MASK.html /usr/share/doc/glib-2.0/const.LOG_LEVEL_USER_SHIFT.html /usr/share/doc/glib-2.0/const.MAJOR_VERSION.html /usr/share/doc/glib-2.0/const.MAXINT16.html /usr/share/doc/glib-2.0/const.MAXINT32.html /usr/share/doc/glib-2.0/const.MAXINT64.html /usr/share/doc/glib-2.0/const.MAXINT8.html /usr/share/doc/glib-2.0/const.MAXUINT16.html /usr/share/doc/glib-2.0/const.MAXUINT32.html /usr/share/doc/glib-2.0/const.MAXUINT64.html /usr/share/doc/glib-2.0/const.MAXUINT8.html /usr/share/doc/glib-2.0/const.MICRO_VERSION.html /usr/share/doc/glib-2.0/const.MININT16.html /usr/share/doc/glib-2.0/const.MININT32.html /usr/share/doc/glib-2.0/const.MININT64.html /usr/share/doc/glib-2.0/const.MININT8.html /usr/share/doc/glib-2.0/const.MINOR_VERSION.html /usr/share/doc/glib-2.0/const.MODULE_SUFFIX.html /usr/share/doc/glib-2.0/const.OPTION_REMAINING.html /usr/share/doc/glib-2.0/const.PDP_ENDIAN.html /usr/share/doc/glib-2.0/const.PI.html /usr/share/doc/glib-2.0/const.PID_FORMAT.html /usr/share/doc/glib-2.0/const.PI_2.html /usr/share/doc/glib-2.0/const.PI_4.html /usr/share/doc/glib-2.0/const.POLLFD_FORMAT.html /usr/share/doc/glib-2.0/const.PRIORITY_DEFAULT.html /usr/share/doc/glib-2.0/const.PRIORITY_DEFAULT_IDLE.html /usr/share/doc/glib-2.0/const.PRIORITY_HIGH.html /usr/share/doc/glib-2.0/const.PRIORITY_HIGH_IDLE.html /usr/share/doc/glib-2.0/const.PRIORITY_LOW.html /usr/share/doc/glib-2.0/const.REF_COUNT_INIT.html /usr/share/doc/glib-2.0/const.SEARCHPATH_SEPARATOR.html /usr/share/doc/glib-2.0/const.SEARCHPATH_SEPARATOR_S.html /usr/share/doc/glib-2.0/const.SIZEOF_LONG.html /usr/share/doc/glib-2.0/const.SIZEOF_SIZE_T.html /usr/share/doc/glib-2.0/const.SIZEOF_SSIZE_T.html /usr/share/doc/glib-2.0/const.SIZEOF_VOID_P.html /usr/share/doc/glib-2.0/const.SOURCE_CONTINUE.html /usr/share/doc/glib-2.0/const.SOURCE_REMOVE.html /usr/share/doc/glib-2.0/const.SQRT2.html /usr/share/doc/glib-2.0/const.STR_DELIMITERS.html /usr/share/doc/glib-2.0/const.SYSDEF_AF_INET.html /usr/share/doc/glib-2.0/const.SYSDEF_AF_INET6.html /usr/share/doc/glib-2.0/const.SYSDEF_AF_UNIX.html /usr/share/doc/glib-2.0/const.SYSDEF_MSG_DONTROUTE.html /usr/share/doc/glib-2.0/const.SYSDEF_MSG_OOB.html /usr/share/doc/glib-2.0/const.SYSDEF_MSG_PEEK.html /usr/share/doc/glib-2.0/const.TEST_OPTION_ISOLATE_DIRS.html /usr/share/doc/glib-2.0/const.TIME_SPAN_DAY.html /usr/share/doc/glib-2.0/const.TIME_SPAN_HOUR.html /usr/share/doc/glib-2.0/const.TIME_SPAN_MILLISECOND.html /usr/share/doc/glib-2.0/const.TIME_SPAN_MINUTE.html /usr/share/doc/glib-2.0/const.TIME_SPAN_SECOND.html /usr/share/doc/glib-2.0/const.UNICHAR_MAX_DECOMPOSITION_LENGTH.html /usr/share/doc/glib-2.0/const.URI_RESERVED_CHARS_GENERIC_DELIMITERS.html /usr/share/doc/glib-2.0/const.URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS.html /usr/share/doc/glib-2.0/const.USEC_PER_SEC.html /usr/share/doc/glib-2.0/const.VERSION_MIN_REQUIRED.html /usr/share/doc/glib-2.0/const.WIN32_MSG_HANDLE.html /usr/share/doc/glib-2.0/conversion-macros.html /usr/share/doc/glib-2.0/cross-compiling.html /usr/share/doc/glib-2.0/ctor.BookmarkFile.new.html /usr/share/doc/glib-2.0/ctor.Bytes.new.html /usr/share/doc/glib-2.0/ctor.Bytes.new_static.html /usr/share/doc/glib-2.0/ctor.Bytes.new_take.html /usr/share/doc/glib-2.0/ctor.Bytes.new_with_free_func.html /usr/share/doc/glib-2.0/ctor.Checksum.new.html /usr/share/doc/glib-2.0/ctor.Date.new.html /usr/share/doc/glib-2.0/ctor.Date.new_dmy.html /usr/share/doc/glib-2.0/ctor.Date.new_julian.html /usr/share/doc/glib-2.0/ctor.DateTime.new.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_iso8601.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_timeval_local.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_timeval_utc.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_unix_local.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_unix_local_usec.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_unix_utc.html /usr/share/doc/glib-2.0/ctor.DateTime.new_from_unix_utc_usec.html /usr/share/doc/glib-2.0/ctor.DateTime.new_local.html /usr/share/doc/glib-2.0/ctor.DateTime.new_now.html /usr/share/doc/glib-2.0/ctor.DateTime.new_now_local.html /usr/share/doc/glib-2.0/ctor.DateTime.new_now_utc.html /usr/share/doc/glib-2.0/ctor.DateTime.new_utc.html /usr/share/doc/glib-2.0/ctor.Dir.open.html /usr/share/doc/glib-2.0/ctor.Error.new.html /usr/share/doc/glib-2.0/ctor.Error.new_literal.html /usr/share/doc/glib-2.0/ctor.Error.new_valist.html /usr/share/doc/glib-2.0/ctor.Hmac.new.html /usr/share/doc/glib-2.0/ctor.IOChannel.new_file.html /usr/share/doc/glib-2.0/ctor.IOChannel.unix_new.html /usr/share/doc/glib-2.0/ctor.KeyFile.new.html /usr/share/doc/glib-2.0/ctor.MainContext.new.html /usr/share/doc/glib-2.0/ctor.MainContext.new_with_flags.html /usr/share/doc/glib-2.0/ctor.MainLoop.new.html /usr/share/doc/glib-2.0/ctor.MappedFile.new.html /usr/share/doc/glib-2.0/ctor.MappedFile.new_from_fd.html /usr/share/doc/glib-2.0/ctor.MarkupParseContext.new.html /usr/share/doc/glib-2.0/ctor.OptionGroup.new.html /usr/share/doc/glib-2.0/ctor.PatternSpec.new.html /usr/share/doc/glib-2.0/ctor.Rand.new.html /usr/share/doc/glib-2.0/ctor.Rand.new_with_seed.html /usr/share/doc/glib-2.0/ctor.Rand.new_with_seed_array.html /usr/share/doc/glib-2.0/ctor.Regex.new.html /usr/share/doc/glib-2.0/ctor.Source.new.html /usr/share/doc/glib-2.0/ctor.String.new.html /usr/share/doc/glib-2.0/ctor.String.new_len.html /usr/share/doc/glib-2.0/ctor.String.new_take.html /usr/share/doc/glib-2.0/ctor.String.sized_new.html /usr/share/doc/glib-2.0/ctor.StrvBuilder.new.html /usr/share/doc/glib-2.0/ctor.Thread.new.html /usr/share/doc/glib-2.0/ctor.Thread.try_new.html /usr/share/doc/glib-2.0/ctor.TimeZone.new.html /usr/share/doc/glib-2.0/ctor.TimeZone.new_identifier.html /usr/share/doc/glib-2.0/ctor.TimeZone.new_local.html /usr/share/doc/glib-2.0/ctor.TimeZone.new_offset.html /usr/share/doc/glib-2.0/ctor.TimeZone.new_utc.html /usr/share/doc/glib-2.0/ctor.Tree.new.html /usr/share/doc/glib-2.0/ctor.Tree.new_full.html /usr/share/doc/glib-2.0/ctor.Tree.new_with_data.html /usr/share/doc/glib-2.0/ctor.Variant.new.html /usr/share/doc/glib-2.0/ctor.Variant.new_array.html /usr/share/doc/glib-2.0/ctor.Variant.new_boolean.html /usr/share/doc/glib-2.0/ctor.Variant.new_byte.html /usr/share/doc/glib-2.0/ctor.Variant.new_bytestring.html /usr/share/doc/glib-2.0/ctor.Variant.new_bytestring_array.html /usr/share/doc/glib-2.0/ctor.Variant.new_dict_entry.html /usr/share/doc/glib-2.0/ctor.Variant.new_double.html /usr/share/doc/glib-2.0/ctor.Variant.new_fixed_array.html /usr/share/doc/glib-2.0/ctor.Variant.new_from_bytes.html /usr/share/doc/glib-2.0/ctor.Variant.new_from_data.html /usr/share/doc/glib-2.0/ctor.Variant.new_handle.html /usr/share/doc/glib-2.0/ctor.Variant.new_int16.html /usr/share/doc/glib-2.0/ctor.Variant.new_int32.html /usr/share/doc/glib-2.0/ctor.Variant.new_int64.html /usr/share/doc/glib-2.0/ctor.Variant.new_maybe.html /usr/share/doc/glib-2.0/ctor.Variant.new_object_path.html /usr/share/doc/glib-2.0/ctor.Variant.new_objv.html /usr/share/doc/glib-2.0/ctor.Variant.new_parsed.html /usr/share/doc/glib-2.0/ctor.Variant.new_parsed_va.html /usr/share/doc/glib-2.0/ctor.Variant.new_printf.html /usr/share/doc/glib-2.0/ctor.Variant.new_signature.html /usr/share/doc/glib-2.0/ctor.Variant.new_string.html /usr/share/doc/glib-2.0/ctor.Variant.new_strv.html /usr/share/doc/glib-2.0/ctor.Variant.new_take_string.html /usr/share/doc/glib-2.0/ctor.Variant.new_tuple.html /usr/share/doc/glib-2.0/ctor.Variant.new_uint16.html /usr/share/doc/glib-2.0/ctor.Variant.new_uint32.html /usr/share/doc/glib-2.0/ctor.Variant.new_uint64.html /usr/share/doc/glib-2.0/ctor.Variant.new_va.html /usr/share/doc/glib-2.0/ctor.Variant.new_variant.html /usr/share/doc/glib-2.0/ctor.VariantBuilder.new.html /usr/share/doc/glib-2.0/ctor.VariantDict.new.html /usr/share/doc/glib-2.0/ctor.VariantType.new.html /usr/share/doc/glib-2.0/ctor.VariantType.new_array.html /usr/share/doc/glib-2.0/ctor.VariantType.new_dict_entry.html /usr/share/doc/glib-2.0/ctor.VariantType.new_maybe.html /usr/share/doc/glib-2.0/ctor.VariantType.new_tuple.html /usr/share/doc/glib-2.0/data-structures.html /usr/share/doc/glib-2.0/datalist-and-dataset.html /usr/share/doc/glib-2.0/enum.ChecksumType.html /usr/share/doc/glib-2.0/enum.DateDMY.html /usr/share/doc/glib-2.0/enum.DateMonth.html /usr/share/doc/glib-2.0/enum.DateWeekday.html /usr/share/doc/glib-2.0/enum.ErrorType.html /usr/share/doc/glib-2.0/enum.IOError.html /usr/share/doc/glib-2.0/enum.IOStatus.html /usr/share/doc/glib-2.0/enum.LogWriterOutput.html /usr/share/doc/glib-2.0/enum.NormalizeMode.html /usr/share/doc/glib-2.0/enum.OnceStatus.html /usr/share/doc/glib-2.0/enum.OptionArg.html /usr/share/doc/glib-2.0/enum.SeekType.html /usr/share/doc/glib-2.0/enum.SliceConfig.html /usr/share/doc/glib-2.0/enum.TestFileType.html /usr/share/doc/glib-2.0/enum.TestLogType.html /usr/share/doc/glib-2.0/enum.TestResult.html /usr/share/doc/glib-2.0/enum.ThreadPriority.html /usr/share/doc/glib-2.0/enum.TimeType.html /usr/share/doc/glib-2.0/enum.TokenType.html /usr/share/doc/glib-2.0/enum.TraverseType.html /usr/share/doc/glib-2.0/enum.UnicodeBreakType.html /usr/share/doc/glib-2.0/enum.UnicodeScript.html /usr/share/doc/glib-2.0/enum.UnicodeType.html /usr/share/doc/glib-2.0/enum.UnixPipeEnd.html /usr/share/doc/glib-2.0/enum.UserDirectory.html /usr/share/doc/glib-2.0/enum.VariantClass.html /usr/share/doc/glib-2.0/error-reporting.html /usr/share/doc/glib-2.0/error.BookmarkFileError.html /usr/share/doc/glib-2.0/error.ConvertError.html /usr/share/doc/glib-2.0/error.FileError.html /usr/share/doc/glib-2.0/error.IOChannelError.html /usr/share/doc/glib-2.0/error.KeyFileError.html /usr/share/doc/glib-2.0/error.MarkupError.html /usr/share/doc/glib-2.0/error.NumberParserError.html /usr/share/doc/glib-2.0/error.OptionError.html /usr/share/doc/glib-2.0/error.RegexError.html /usr/share/doc/glib-2.0/error.ShellError.html /usr/share/doc/glib-2.0/error.SpawnError.html /usr/share/doc/glib-2.0/error.ThreadError.html /usr/share/doc/glib-2.0/error.UriError.html /usr/share/doc/glib-2.0/error.VariantParseError.html /usr/share/doc/glib-2.0/file-name-encodings.png /usr/share/doc/glib-2.0/file-utils.html /usr/share/doc/glib-2.0/flags.AsciiType.html /usr/share/doc/glib-2.0/flags.FileSetContentsFlags.html /usr/share/doc/glib-2.0/flags.FileTest.html /usr/share/doc/glib-2.0/flags.FormatSizeFlags.html /usr/share/doc/glib-2.0/flags.HookFlagMask.html /usr/share/doc/glib-2.0/flags.IOCondition.html /usr/share/doc/glib-2.0/flags.IOFlags.html /usr/share/doc/glib-2.0/flags.KeyFileFlags.html /usr/share/doc/glib-2.0/flags.LogLevelFlags.html /usr/share/doc/glib-2.0/flags.MainContextFlags.html /usr/share/doc/glib-2.0/flags.MarkupCollectType.html /usr/share/doc/glib-2.0/flags.MarkupParseFlags.html /usr/share/doc/glib-2.0/flags.OptionFlags.html /usr/share/doc/glib-2.0/flags.RegexCompileFlags.html /usr/share/doc/glib-2.0/flags.RegexMatchFlags.html /usr/share/doc/glib-2.0/flags.SpawnFlags.html /usr/share/doc/glib-2.0/flags.TestSubprocessFlags.html /usr/share/doc/glib-2.0/flags.TestTrapFlags.html /usr/share/doc/glib-2.0/flags.TraverseFlags.html /usr/share/doc/glib-2.0/flags.UriFlags.html /usr/share/doc/glib-2.0/flags.UriHideFlags.html /usr/share/doc/glib-2.0/flags.UriParamsFlags.html /usr/share/doc/glib-2.0/fonts.css /usr/share/doc/glib-2.0/func.ALIGNOF.html /usr/share/doc/glib-2.0/func.APPROX_VALUE.html /usr/share/doc/glib-2.0/func.ATEXIT.html /usr/share/doc/glib-2.0/func.AUTO_LOCK.html /usr/share/doc/glib-2.0/func.BREAKPOINT.html /usr/share/doc/glib-2.0/func.CHECK_VERSION.html /usr/share/doc/glib-2.0/func.CXX_STD_CHECK_VERSION.html /usr/share/doc/glib-2.0/func.C_STD_CHECK_VERSION.html /usr/share/doc/glib-2.0/func.DEBUG_HERE.html /usr/share/doc/glib-2.0/func.DEFINE_AUTOPTR_CLEANUP_FUNC.html /usr/share/doc/glib-2.0/func.DEFINE_AUTO_CLEANUP_CLEAR_FUNC.html /usr/share/doc/glib-2.0/func.DEFINE_AUTO_CLEANUP_FREE_FUNC.html /usr/share/doc/glib-2.0/func.DEFINE_EXTENDED_ERROR.html /usr/share/doc/glib-2.0/func.DEFINE_QUARK.html /usr/share/doc/glib-2.0/func.DEPRECATED_ENUMERATOR_FOR.html /usr/share/doc/glib-2.0/func.DEPRECATED_FOR.html /usr/share/doc/glib-2.0/func.DEPRECATED_MACRO_FOR.html /usr/share/doc/glib-2.0/func.DEPRECATED_TYPE_FOR.html /usr/share/doc/glib-2.0/func.ENCODE_VERSION.html /usr/share/doc/glib-2.0/func.GINT64_CONSTANT.html /usr/share/doc/glib-2.0/func.GNUC_ALLOC_SIZE.html /usr/share/doc/glib-2.0/func.GNUC_ALLOC_SIZE2.html /usr/share/doc/glib-2.0/func.GNUC_CHECK_VERSION.html /usr/share/doc/glib-2.0/func.GNUC_DEPRECATED_FOR.html /usr/share/doc/glib-2.0/func.GNUC_FORMAT.html /usr/share/doc/glib-2.0/func.GNUC_PRINTF.html /usr/share/doc/glib-2.0/func.GNUC_SCANF.html /usr/share/doc/glib-2.0/func.GNUC_STRFTIME.html /usr/share/doc/glib-2.0/func.GOFFSET_CONSTANT.html /usr/share/doc/glib-2.0/func.GUINT64_CONSTANT.html /usr/share/doc/glib-2.0/func.HOOK_ACTIVE.html /usr/share/doc/glib-2.0/func.HOOK_FLAGS.html /usr/share/doc/glib-2.0/func.HOOK_IN_CALL.html /usr/share/doc/glib-2.0/func.LIKELY.html /usr/share/doc/glib-2.0/func.LOCK.html /usr/share/doc/glib-2.0/func.LOCK_DEFINE.html /usr/share/doc/glib-2.0/func.LOCK_DEFINE_STATIC.html /usr/share/doc/glib-2.0/func.LOCK_EXTERN.html /usr/share/doc/glib-2.0/func.LOCK_NAME.html /usr/share/doc/glib-2.0/func.MUTEX_AUTO_LOCK.html /usr/share/doc/glib-2.0/func.N_ELEMENTS.html /usr/share/doc/glib-2.0/func.PASTE.html /usr/share/doc/glib-2.0/func.PASTE_ARGS.html /usr/share/doc/glib-2.0/func.PRIVATE_INIT.html /usr/share/doc/glib-2.0/func.REC_MUTEX_AUTO_LOCK.html /usr/share/doc/glib-2.0/func.RW_LOCK_READER_AUTO_LOCK.html /usr/share/doc/glib-2.0/func.RW_LOCK_WRITER_AUTO_LOCK.html /usr/share/doc/glib-2.0/func.SIZEOF_MEMBER.html /usr/share/doc/glib-2.0/func.SOURCE_FUNC.html /usr/share/doc/glib-2.0/func.STATIC_ASSERT.html /usr/share/doc/glib-2.0/func.STATIC_ASSERT_EXPR.html /usr/share/doc/glib-2.0/func.STRINGIFY.html /usr/share/doc/glib-2.0/func.STRINGIFY_ARG.html /usr/share/doc/glib-2.0/func.STRUCT_MEMBER.html /usr/share/doc/glib-2.0/func.STRUCT_MEMBER_P.html /usr/share/doc/glib-2.0/func.STRUCT_OFFSET.html /usr/share/doc/glib-2.0/func.TRYLOCK.html /usr/share/doc/glib-2.0/func.UNAVAILABLE.html /usr/share/doc/glib-2.0/func.UNAVAILABLE_ENUMERATOR.html /usr/share/doc/glib-2.0/func.UNAVAILABLE_MACRO.html /usr/share/doc/glib-2.0/func.UNAVAILABLE_STATIC_INLINE.html /usr/share/doc/glib-2.0/func.UNAVAILABLE_TYPE.html /usr/share/doc/glib-2.0/func.UNLIKELY.html /usr/share/doc/glib-2.0/func.UNLOCK.html /usr/share/doc/glib-2.0/func.VARIANT_BUILDER_INIT.html /usr/share/doc/glib-2.0/func.VARIANT_DICT_INIT.html /usr/share/doc/glib-2.0/func.WIN32_DLLMAIN_FOR_DLL_NAME.html /usr/share/doc/glib-2.0/func.abort.html /usr/share/doc/glib-2.0/func.access.html /usr/share/doc/glib-2.0/func.aligned_alloc.html /usr/share/doc/glib-2.0/func.aligned_alloc0.html /usr/share/doc/glib-2.0/func.aligned_free.html /usr/share/doc/glib-2.0/func.aligned_free_sized.html /usr/share/doc/glib-2.0/func.alloca.html /usr/share/doc/glib-2.0/func.alloca0.html /usr/share/doc/glib-2.0/func.array_append_val.html /usr/share/doc/glib-2.0/func.array_index.html /usr/share/doc/glib-2.0/func.array_insert_val.html /usr/share/doc/glib-2.0/func.array_prepend_val.html /usr/share/doc/glib-2.0/func.ascii_digit_value.html /usr/share/doc/glib-2.0/func.ascii_dtostr.html /usr/share/doc/glib-2.0/func.ascii_formatd.html /usr/share/doc/glib-2.0/func.ascii_isalnum.html /usr/share/doc/glib-2.0/func.ascii_isalpha.html /usr/share/doc/glib-2.0/func.ascii_iscntrl.html /usr/share/doc/glib-2.0/func.ascii_isdigit.html /usr/share/doc/glib-2.0/func.ascii_isgraph.html /usr/share/doc/glib-2.0/func.ascii_islower.html /usr/share/doc/glib-2.0/func.ascii_isprint.html /usr/share/doc/glib-2.0/func.ascii_ispunct.html /usr/share/doc/glib-2.0/func.ascii_isspace.html /usr/share/doc/glib-2.0/func.ascii_isupper.html /usr/share/doc/glib-2.0/func.ascii_isxdigit.html /usr/share/doc/glib-2.0/func.ascii_strcasecmp.html /usr/share/doc/glib-2.0/func.ascii_strdown.html /usr/share/doc/glib-2.0/func.ascii_string_to_signed.html /usr/share/doc/glib-2.0/func.ascii_string_to_unsigned.html /usr/share/doc/glib-2.0/func.ascii_strncasecmp.html /usr/share/doc/glib-2.0/func.ascii_strtod.html /usr/share/doc/glib-2.0/func.ascii_strtoll.html /usr/share/doc/glib-2.0/func.ascii_strtoull.html /usr/share/doc/glib-2.0/func.ascii_strup.html /usr/share/doc/glib-2.0/func.ascii_tolower.html /usr/share/doc/glib-2.0/func.ascii_toupper.html /usr/share/doc/glib-2.0/func.ascii_xdigit_value.html /usr/share/doc/glib-2.0/func.assert.html /usr/share/doc/glib-2.0/func.assert_cmpfloat.html /usr/share/doc/glib-2.0/func.assert_cmpfloat_with_epsilon.html /usr/share/doc/glib-2.0/func.assert_cmphex.html /usr/share/doc/glib-2.0/func.assert_cmpint.html /usr/share/doc/glib-2.0/func.assert_cmpmem.html /usr/share/doc/glib-2.0/func.assert_cmpstr.html /usr/share/doc/glib-2.0/func.assert_cmpstrv.html /usr/share/doc/glib-2.0/func.assert_cmpuint.html /usr/share/doc/glib-2.0/func.assert_cmpvariant.html /usr/share/doc/glib-2.0/func.assert_error.html /usr/share/doc/glib-2.0/func.assert_false.html /usr/share/doc/glib-2.0/func.assert_no_errno.html /usr/share/doc/glib-2.0/func.assert_no_error.html /usr/share/doc/glib-2.0/func.assert_nonnull.html /usr/share/doc/glib-2.0/func.assert_not_reached.html /usr/share/doc/glib-2.0/func.assert_null.html /usr/share/doc/glib-2.0/func.assert_true.html /usr/share/doc/glib-2.0/func.assert_warning.html /usr/share/doc/glib-2.0/func.assertion_message.html /usr/share/doc/glib-2.0/func.assertion_message_cmpint.html /usr/share/doc/glib-2.0/func.assertion_message_cmpnum.html /usr/share/doc/glib-2.0/func.assertion_message_cmpstr.html /usr/share/doc/glib-2.0/func.assertion_message_cmpstrv.html /usr/share/doc/glib-2.0/func.assertion_message_error.html /usr/share/doc/glib-2.0/func.assertion_message_expr.html /usr/share/doc/glib-2.0/func.atexit.html /usr/share/doc/glib-2.0/func.atomic_int_add.html /usr/share/doc/glib-2.0/func.atomic_int_and.html /usr/share/doc/glib-2.0/func.atomic_int_compare_and_exchange.html /usr/share/doc/glib-2.0/func.atomic_int_compare_and_exchange_full.html /usr/share/doc/glib-2.0/func.atomic_int_dec_and_test.html /usr/share/doc/glib-2.0/func.atomic_int_exchange.html /usr/share/doc/glib-2.0/func.atomic_int_exchange_and_add.html /usr/share/doc/glib-2.0/func.atomic_int_get.html /usr/share/doc/glib-2.0/func.atomic_int_inc.html /usr/share/doc/glib-2.0/func.atomic_int_or.html /usr/share/doc/glib-2.0/func.atomic_int_set.html /usr/share/doc/glib-2.0/func.atomic_int_xor.html /usr/share/doc/glib-2.0/func.atomic_pointer_add.html /usr/share/doc/glib-2.0/func.atomic_pointer_and.html /usr/share/doc/glib-2.0/func.atomic_pointer_compare_and_exchange.html /usr/share/doc/glib-2.0/func.atomic_pointer_compare_and_exchange_full.html /usr/share/doc/glib-2.0/func.atomic_pointer_exchange.html /usr/share/doc/glib-2.0/func.atomic_pointer_get.html /usr/share/doc/glib-2.0/func.atomic_pointer_or.html /usr/share/doc/glib-2.0/func.atomic_pointer_set.html /usr/share/doc/glib-2.0/func.atomic_pointer_xor.html /usr/share/doc/glib-2.0/func.atomic_rc_box_acquire.html /usr/share/doc/glib-2.0/func.atomic_rc_box_alloc.html /usr/share/doc/glib-2.0/func.atomic_rc_box_alloc0.html /usr/share/doc/glib-2.0/func.atomic_rc_box_dup.html /usr/share/doc/glib-2.0/func.atomic_rc_box_get_size.html /usr/share/doc/glib-2.0/func.atomic_rc_box_new.html /usr/share/doc/glib-2.0/func.atomic_rc_box_new0.html /usr/share/doc/glib-2.0/func.atomic_rc_box_release.html /usr/share/doc/glib-2.0/func.atomic_rc_box_release_full.html /usr/share/doc/glib-2.0/func.atomic_ref_count_compare.html /usr/share/doc/glib-2.0/func.atomic_ref_count_dec.html /usr/share/doc/glib-2.0/func.atomic_ref_count_inc.html /usr/share/doc/glib-2.0/func.atomic_ref_count_init.html /usr/share/doc/glib-2.0/func.base64_decode.html /usr/share/doc/glib-2.0/func.base64_decode_inplace.html /usr/share/doc/glib-2.0/func.base64_decode_step.html /usr/share/doc/glib-2.0/func.base64_encode.html /usr/share/doc/glib-2.0/func.base64_encode_close.html /usr/share/doc/glib-2.0/func.base64_encode_step.html /usr/share/doc/glib-2.0/func.basename.html /usr/share/doc/glib-2.0/func.bit_lock.html /usr/share/doc/glib-2.0/func.bit_nth_lsf.html /usr/share/doc/glib-2.0/func.bit_nth_msf.html /usr/share/doc/glib-2.0/func.bit_storage.html /usr/share/doc/glib-2.0/func.bit_trylock.html /usr/share/doc/glib-2.0/func.bit_unlock.html /usr/share/doc/glib-2.0/func.blow_chunks.html /usr/share/doc/glib-2.0/func.build_filename.html /usr/share/doc/glib-2.0/func.build_filename_valist.html /usr/share/doc/glib-2.0/func.build_filenamev.html /usr/share/doc/glib-2.0/func.build_path.html /usr/share/doc/glib-2.0/func.build_pathv.html /usr/share/doc/glib-2.0/func.canonicalize_filename.html /usr/share/doc/glib-2.0/func.chdir.html /usr/share/doc/glib-2.0/func.check_version.html /usr/share/doc/glib-2.0/func.child_watch_add.html /usr/share/doc/glib-2.0/func.child_watch_add_full.html /usr/share/doc/glib-2.0/func.child_watch_source_new.html /usr/share/doc/glib-2.0/func.chmod.html /usr/share/doc/glib-2.0/func.chunk_free.html /usr/share/doc/glib-2.0/func.chunk_new.html /usr/share/doc/glib-2.0/func.chunk_new0.html /usr/share/doc/glib-2.0/func.clear_error.html /usr/share/doc/glib-2.0/func.clear_handle_id.html /usr/share/doc/glib-2.0/func.clear_list.html /usr/share/doc/glib-2.0/func.clear_pointer.html /usr/share/doc/glib-2.0/func.clear_slist.html /usr/share/doc/glib-2.0/func.close.html /usr/share/doc/glib-2.0/func.closefrom.html /usr/share/doc/glib-2.0/func.compute_checksum_for_bytes.html /usr/share/doc/glib-2.0/func.compute_checksum_for_data.html /usr/share/doc/glib-2.0/func.compute_checksum_for_string.html /usr/share/doc/glib-2.0/func.compute_hmac_for_bytes.html /usr/share/doc/glib-2.0/func.compute_hmac_for_data.html /usr/share/doc/glib-2.0/func.compute_hmac_for_string.html /usr/share/doc/glib-2.0/func.convert.html /usr/share/doc/glib-2.0/func.convert_error_quark.html /usr/share/doc/glib-2.0/func.convert_with_fallback.html /usr/share/doc/glib-2.0/func.convert_with_iconv.html /usr/share/doc/glib-2.0/func.creat.html /usr/share/doc/glib-2.0/func.critical.html /usr/share/doc/glib-2.0/func.datalist_clear.html /usr/share/doc/glib-2.0/func.datalist_foreach.html /usr/share/doc/glib-2.0/func.datalist_get_data.html /usr/share/doc/glib-2.0/func.datalist_get_flags.html /usr/share/doc/glib-2.0/func.datalist_id_dup_data.html /usr/share/doc/glib-2.0/func.datalist_id_get_data.html /usr/share/doc/glib-2.0/func.datalist_id_remove_data.html /usr/share/doc/glib-2.0/func.datalist_id_remove_multiple.html /usr/share/doc/glib-2.0/func.datalist_id_remove_no_notify.html /usr/share/doc/glib-2.0/func.datalist_id_replace_data.html /usr/share/doc/glib-2.0/func.datalist_id_set_data.html /usr/share/doc/glib-2.0/func.datalist_id_set_data_full.html /usr/share/doc/glib-2.0/func.datalist_init.html /usr/share/doc/glib-2.0/func.datalist_remove_data.html /usr/share/doc/glib-2.0/func.datalist_remove_no_notify.html /usr/share/doc/glib-2.0/func.datalist_set_data.html /usr/share/doc/glib-2.0/func.datalist_set_data_full.html /usr/share/doc/glib-2.0/func.datalist_set_flags.html /usr/share/doc/glib-2.0/func.datalist_unset_flags.html /usr/share/doc/glib-2.0/func.dataset_destroy.html /usr/share/doc/glib-2.0/func.dataset_foreach.html /usr/share/doc/glib-2.0/func.dataset_get_data.html /usr/share/doc/glib-2.0/func.dataset_id_get_data.html /usr/share/doc/glib-2.0/func.dataset_id_remove_data.html /usr/share/doc/glib-2.0/func.dataset_id_remove_no_notify.html /usr/share/doc/glib-2.0/func.dataset_id_set_data.html /usr/share/doc/glib-2.0/func.dataset_id_set_data_full.html /usr/share/doc/glib-2.0/func.dataset_remove_data.html /usr/share/doc/glib-2.0/func.dataset_remove_no_notify.html /usr/share/doc/glib-2.0/func.dataset_set_data.html /usr/share/doc/glib-2.0/func.dataset_set_data_full.html /usr/share/doc/glib-2.0/func.dcgettext.html /usr/share/doc/glib-2.0/func.debug.html /usr/share/doc/glib-2.0/func.dgettext.html /usr/share/doc/glib-2.0/func.direct_equal.html /usr/share/doc/glib-2.0/func.direct_hash.html /usr/share/doc/glib-2.0/func.dngettext.html /usr/share/doc/glib-2.0/func.double_equal.html /usr/share/doc/glib-2.0/func.double_hash.html /usr/share/doc/glib-2.0/func.dpgettext.html /usr/share/doc/glib-2.0/func.dpgettext2.html /usr/share/doc/glib-2.0/func.environ_getenv.html /usr/share/doc/glib-2.0/func.environ_setenv.html /usr/share/doc/glib-2.0/func.environ_unsetenv.html /usr/share/doc/glib-2.0/func.error.html /usr/share/doc/glib-2.0/func.fdwalk_set_cloexec.html /usr/share/doc/glib-2.0/func.file_error_from_errno.html /usr/share/doc/glib-2.0/func.file_error_quark.html /usr/share/doc/glib-2.0/func.file_get_contents.html /usr/share/doc/glib-2.0/func.file_open_tmp.html /usr/share/doc/glib-2.0/func.file_read_link.html /usr/share/doc/glib-2.0/func.file_set_contents.html /usr/share/doc/glib-2.0/func.file_set_contents_full.html /usr/share/doc/glib-2.0/func.file_test.html /usr/share/doc/glib-2.0/func.filename_display_basename.html /usr/share/doc/glib-2.0/func.filename_display_name.html /usr/share/doc/glib-2.0/func.filename_from_uri.html /usr/share/doc/glib-2.0/func.filename_from_utf8.html /usr/share/doc/glib-2.0/func.filename_to_uri.html /usr/share/doc/glib-2.0/func.filename_to_utf8.html /usr/share/doc/glib-2.0/func.find_program_in_path.html /usr/share/doc/glib-2.0/func.fopen.html /usr/share/doc/glib-2.0/func.format_size.html /usr/share/doc/glib-2.0/func.format_size_for_display.html /usr/share/doc/glib-2.0/func.format_size_full.html /usr/share/doc/glib-2.0/func.fprintf.html /usr/share/doc/glib-2.0/func.free.html /usr/share/doc/glib-2.0/func.free_sized.html /usr/share/doc/glib-2.0/func.freopen.html /usr/share/doc/glib-2.0/func.fsync.html /usr/share/doc/glib-2.0/func.get_application_name.html /usr/share/doc/glib-2.0/func.get_charset.html /usr/share/doc/glib-2.0/func.get_codeset.html /usr/share/doc/glib-2.0/func.get_console_charset.html /usr/share/doc/glib-2.0/func.get_current_dir.html /usr/share/doc/glib-2.0/func.get_current_time.html /usr/share/doc/glib-2.0/func.get_environ.html /usr/share/doc/glib-2.0/func.get_filename_charsets.html /usr/share/doc/glib-2.0/func.get_home_dir.html /usr/share/doc/glib-2.0/func.get_host_name.html /usr/share/doc/glib-2.0/func.get_language_names.html /usr/share/doc/glib-2.0/func.get_language_names_with_category.html /usr/share/doc/glib-2.0/func.get_locale_variants.html /usr/share/doc/glib-2.0/func.get_monotonic_time.html /usr/share/doc/glib-2.0/func.get_num_processors.html /usr/share/doc/glib-2.0/func.get_os_info.html /usr/share/doc/glib-2.0/func.get_prgname.html /usr/share/doc/glib-2.0/func.get_real_name.html /usr/share/doc/glib-2.0/func.get_real_time.html /usr/share/doc/glib-2.0/func.get_system_config_dirs.html /usr/share/doc/glib-2.0/func.get_system_data_dirs.html /usr/share/doc/glib-2.0/func.get_tmp_dir.html /usr/share/doc/glib-2.0/func.get_user_cache_dir.html /usr/share/doc/glib-2.0/func.get_user_config_dir.html /usr/share/doc/glib-2.0/func.get_user_data_dir.html /usr/share/doc/glib-2.0/func.get_user_name.html /usr/share/doc/glib-2.0/func.get_user_runtime_dir.html /usr/share/doc/glib-2.0/func.get_user_special_dir.html /usr/share/doc/glib-2.0/func.get_user_state_dir.html /usr/share/doc/glib-2.0/func.getenv.html /usr/share/doc/glib-2.0/func.hash_table_freeze.html /usr/share/doc/glib-2.0/func.hash_table_thaw.html /usr/share/doc/glib-2.0/func.hook_append.html /usr/share/doc/glib-2.0/func.hostname_is_ascii_encoded.html /usr/share/doc/glib-2.0/func.hostname_is_ip_address.html /usr/share/doc/glib-2.0/func.hostname_is_non_ascii.html /usr/share/doc/glib-2.0/func.hostname_to_ascii.html /usr/share/doc/glib-2.0/func.hostname_to_unicode.html /usr/share/doc/glib-2.0/func.htonl.html /usr/share/doc/glib-2.0/func.htons.html /usr/share/doc/glib-2.0/func.iconv.html /usr/share/doc/glib-2.0/func.idle_add.html /usr/share/doc/glib-2.0/func.idle_add_full.html /usr/share/doc/glib-2.0/func.idle_add_once.html /usr/share/doc/glib-2.0/func.idle_remove_by_data.html /usr/share/doc/glib-2.0/func.idle_source_new.html /usr/share/doc/glib-2.0/func.info.html /usr/share/doc/glib-2.0/func.int64_equal.html /usr/share/doc/glib-2.0/func.int64_hash.html /usr/share/doc/glib-2.0/func.int_equal.html /usr/share/doc/glib-2.0/func.int_hash.html /usr/share/doc/glib-2.0/func.intern_static_string.html /usr/share/doc/glib-2.0/func.intern_string.html /usr/share/doc/glib-2.0/func.io_add_watch.html /usr/share/doc/glib-2.0/func.io_add_watch_full.html /usr/share/doc/glib-2.0/func.io_create_watch.html /usr/share/doc/glib-2.0/func.list_next.html /usr/share/doc/glib-2.0/func.list_previous.html /usr/share/doc/glib-2.0/func.listenv.html /usr/share/doc/glib-2.0/func.locale_from_utf8.html /usr/share/doc/glib-2.0/func.locale_to_utf8.html /usr/share/doc/glib-2.0/func.log.html /usr/share/doc/glib-2.0/func.log_default_handler.html /usr/share/doc/glib-2.0/func.log_get_debug_enabled.html /usr/share/doc/glib-2.0/func.log_remove_handler.html /usr/share/doc/glib-2.0/func.log_set_always_fatal.html /usr/share/doc/glib-2.0/func.log_set_debug_enabled.html /usr/share/doc/glib-2.0/func.log_set_default_handler.html /usr/share/doc/glib-2.0/func.log_set_fatal_mask.html /usr/share/doc/glib-2.0/func.log_set_handler.html /usr/share/doc/glib-2.0/func.log_set_handler_full.html /usr/share/doc/glib-2.0/func.log_set_writer_func.html /usr/share/doc/glib-2.0/func.log_structured.html /usr/share/doc/glib-2.0/func.log_structured_array.html /usr/share/doc/glib-2.0/func.log_structured_standard.html /usr/share/doc/glib-2.0/func.log_variant.html /usr/share/doc/glib-2.0/func.log_writer_default.html /usr/share/doc/glib-2.0/func.log_writer_default_set_debug_domains.html /usr/share/doc/glib-2.0/func.log_writer_default_set_use_stderr.html /usr/share/doc/glib-2.0/func.log_writer_default_would_drop.html /usr/share/doc/glib-2.0/func.log_writer_format_fields.html /usr/share/doc/glib-2.0/func.log_writer_is_journald.html /usr/share/doc/glib-2.0/func.log_writer_journald.html /usr/share/doc/glib-2.0/func.log_writer_standard_streams.html /usr/share/doc/glib-2.0/func.log_writer_supports_color.html /usr/share/doc/glib-2.0/func.log_writer_syslog.html /usr/share/doc/glib-2.0/func.logv.html /usr/share/doc/glib-2.0/func.lstat.html /usr/share/doc/glib-2.0/func.main_current_source.html /usr/share/doc/glib-2.0/func.main_depth.html /usr/share/doc/glib-2.0/func.main_destroy.html /usr/share/doc/glib-2.0/func.main_is_running.html /usr/share/doc/glib-2.0/func.main_iteration.html /usr/share/doc/glib-2.0/func.main_new.html /usr/share/doc/glib-2.0/func.main_pending.html /usr/share/doc/glib-2.0/func.main_quit.html /usr/share/doc/glib-2.0/func.main_run.html /usr/share/doc/glib-2.0/func.main_set_poll_func.html /usr/share/doc/glib-2.0/func.malloc.html /usr/share/doc/glib-2.0/func.malloc0.html /usr/share/doc/glib-2.0/func.malloc0_n.html /usr/share/doc/glib-2.0/func.malloc_n.html /usr/share/doc/glib-2.0/func.markup_collect_attributes.html /usr/share/doc/glib-2.0/func.markup_error_quark.html /usr/share/doc/glib-2.0/func.markup_escape_text.html /usr/share/doc/glib-2.0/func.markup_printf_escaped.html /usr/share/doc/glib-2.0/func.markup_vprintf_escaped.html /usr/share/doc/glib-2.0/func.mem_chunk_create.html /usr/share/doc/glib-2.0/func.mem_is_system_malloc.html /usr/share/doc/glib-2.0/func.mem_profile.html /usr/share/doc/glib-2.0/func.mem_set_vtable.html /usr/share/doc/glib-2.0/func.memdup.html /usr/share/doc/glib-2.0/func.memdup2.html /usr/share/doc/glib-2.0/func.memmove.html /usr/share/doc/glib-2.0/func.message.html /usr/share/doc/glib-2.0/func.mkdir.html /usr/share/doc/glib-2.0/func.mkdir_with_parents.html /usr/share/doc/glib-2.0/func.mkdtemp.html /usr/share/doc/glib-2.0/func.mkdtemp_full.html /usr/share/doc/glib-2.0/func.mkstemp.html /usr/share/doc/glib-2.0/func.mkstemp_full.html /usr/share/doc/glib-2.0/func.new.html /usr/share/doc/glib-2.0/func.new0.html /usr/share/doc/glib-2.0/func.newa.html /usr/share/doc/glib-2.0/func.newa0.html /usr/share/doc/glib-2.0/func.node_append.html /usr/share/doc/glib-2.0/func.node_append_data.html /usr/share/doc/glib-2.0/func.node_first_child.html /usr/share/doc/glib-2.0/func.node_insert_data.html /usr/share/doc/glib-2.0/func.node_insert_data_after.html /usr/share/doc/glib-2.0/func.node_insert_data_before.html /usr/share/doc/glib-2.0/func.node_next_sibling.html /usr/share/doc/glib-2.0/func.node_prepend_data.html /usr/share/doc/glib-2.0/func.node_prev_sibling.html /usr/share/doc/glib-2.0/func.ntohl.html /usr/share/doc/glib-2.0/func.ntohs.html /usr/share/doc/glib-2.0/func.nullify_pointer.html /usr/share/doc/glib-2.0/func.number_parser_error_quark.html /usr/share/doc/glib-2.0/func.on_error_query.html /usr/share/doc/glib-2.0/func.on_error_stack_trace.html /usr/share/doc/glib-2.0/func.once.html /usr/share/doc/glib-2.0/func.open.html /usr/share/doc/glib-2.0/func.option_error_quark.html /usr/share/doc/glib-2.0/func.parse_debug_string.html /usr/share/doc/glib-2.0/func.path_get_basename.html /usr/share/doc/glib-2.0/func.path_get_dirname.html /usr/share/doc/glib-2.0/func.path_is_absolute.html /usr/share/doc/glib-2.0/func.path_skip_root.html /usr/share/doc/glib-2.0/func.pattern_match.html /usr/share/doc/glib-2.0/func.pattern_match_simple.html /usr/share/doc/glib-2.0/func.pattern_match_string.html /usr/share/doc/glib-2.0/func.pointer_bit_lock.html /usr/share/doc/glib-2.0/func.pointer_bit_lock_and_get.html /usr/share/doc/glib-2.0/func.pointer_bit_lock_mask_ptr.html /usr/share/doc/glib-2.0/func.pointer_bit_trylock.html /usr/share/doc/glib-2.0/func.pointer_bit_unlock.html /usr/share/doc/glib-2.0/func.pointer_bit_unlock_and_set.html /usr/share/doc/glib-2.0/func.poll.html /usr/share/doc/glib-2.0/func.prefix_error.html /usr/share/doc/glib-2.0/func.prefix_error_literal.html /usr/share/doc/glib-2.0/func.print.html /usr/share/doc/glib-2.0/func.printerr.html /usr/share/doc/glib-2.0/func.printf.html /usr/share/doc/glib-2.0/func.printf_string_upper_bound.html /usr/share/doc/glib-2.0/func.propagate_error.html /usr/share/doc/glib-2.0/func.propagate_prefixed_error.html /usr/share/doc/glib-2.0/func.ptr_array_index.html /usr/share/doc/glib-2.0/func.qsort_with_data.html /usr/share/doc/glib-2.0/func.quark_from_static_string.html /usr/share/doc/glib-2.0/func.quark_from_string.html /usr/share/doc/glib-2.0/func.quark_to_string.html /usr/share/doc/glib-2.0/func.quark_try_string.html /usr/share/doc/glib-2.0/func.rand_boolean.html /usr/share/doc/glib-2.0/func.random_boolean.html /usr/share/doc/glib-2.0/func.random_double.html /usr/share/doc/glib-2.0/func.random_double_range.html /usr/share/doc/glib-2.0/func.random_int.html /usr/share/doc/glib-2.0/func.random_int_range.html /usr/share/doc/glib-2.0/func.random_set_seed.html /usr/share/doc/glib-2.0/func.rc_box_acquire.html /usr/share/doc/glib-2.0/func.rc_box_alloc.html /usr/share/doc/glib-2.0/func.rc_box_alloc0.html /usr/share/doc/glib-2.0/func.rc_box_dup.html /usr/share/doc/glib-2.0/func.rc_box_get_size.html /usr/share/doc/glib-2.0/func.rc_box_new.html /usr/share/doc/glib-2.0/func.rc_box_new0.html /usr/share/doc/glib-2.0/func.rc_box_release.html /usr/share/doc/glib-2.0/func.rc_box_release_full.html /usr/share/doc/glib-2.0/func.realloc.html /usr/share/doc/glib-2.0/func.realloc_n.html /usr/share/doc/glib-2.0/func.ref_count_compare.html /usr/share/doc/glib-2.0/func.ref_count_dec.html /usr/share/doc/glib-2.0/func.ref_count_inc.html /usr/share/doc/glib-2.0/func.ref_count_init.html /usr/share/doc/glib-2.0/func.ref_string_acquire.html /usr/share/doc/glib-2.0/func.ref_string_length.html /usr/share/doc/glib-2.0/func.ref_string_new.html /usr/share/doc/glib-2.0/func.ref_string_new_intern.html /usr/share/doc/glib-2.0/func.ref_string_new_len.html /usr/share/doc/glib-2.0/func.ref_string_release.html /usr/share/doc/glib-2.0/func.reload_user_special_dirs_cache.html /usr/share/doc/glib-2.0/func.remove.html /usr/share/doc/glib-2.0/func.rename.html /usr/share/doc/glib-2.0/func.renew.html /usr/share/doc/glib-2.0/func.return_if_fail.html /usr/share/doc/glib-2.0/func.return_if_fail_warning.html /usr/share/doc/glib-2.0/func.return_if_reached.html /usr/share/doc/glib-2.0/func.return_val_if_fail.html /usr/share/doc/glib-2.0/func.return_val_if_reached.html /usr/share/doc/glib-2.0/func.rmdir.html /usr/share/doc/glib-2.0/func.scanner_add_symbol.html /usr/share/doc/glib-2.0/func.scanner_foreach_symbol.html /usr/share/doc/glib-2.0/func.scanner_freeze_symbol_table.html /usr/share/doc/glib-2.0/func.scanner_remove_symbol.html /usr/share/doc/glib-2.0/func.scanner_thaw_symbol_table.html /usr/share/doc/glib-2.0/func.set_application_name.html /usr/share/doc/glib-2.0/func.set_error.html /usr/share/doc/glib-2.0/func.set_error_literal.html /usr/share/doc/glib-2.0/func.set_prgname.html /usr/share/doc/glib-2.0/func.set_print_handler.html /usr/share/doc/glib-2.0/func.set_printerr_handler.html /usr/share/doc/glib-2.0/func.setenv.html /usr/share/doc/glib-2.0/func.shell_error_quark.html /usr/share/doc/glib-2.0/func.shell_parse_argv.html /usr/share/doc/glib-2.0/func.shell_quote.html /usr/share/doc/glib-2.0/func.shell_unquote.html /usr/share/doc/glib-2.0/func.size_checked_add.html /usr/share/doc/glib-2.0/func.size_checked_mul.html /usr/share/doc/glib-2.0/func.slice_alloc.html /usr/share/doc/glib-2.0/func.slice_alloc0.html /usr/share/doc/glib-2.0/func.slice_copy.html /usr/share/doc/glib-2.0/func.slice_dup.html /usr/share/doc/glib-2.0/func.slice_free.html /usr/share/doc/glib-2.0/func.slice_free1.html /usr/share/doc/glib-2.0/func.slice_free_chain.html /usr/share/doc/glib-2.0/func.slice_free_chain_with_offset.html /usr/share/doc/glib-2.0/func.slice_get_config.html /usr/share/doc/glib-2.0/func.slice_get_config_state.html /usr/share/doc/glib-2.0/func.slice_new.html /usr/share/doc/glib-2.0/func.slice_new0.html /usr/share/doc/glib-2.0/func.slice_set_config.html /usr/share/doc/glib-2.0/func.slist_next.html /usr/share/doc/glib-2.0/func.snprintf.html /usr/share/doc/glib-2.0/func.sort_array.html /usr/share/doc/glib-2.0/func.spaced_primes_closest.html /usr/share/doc/glib-2.0/func.spawn_async.html /usr/share/doc/glib-2.0/func.spawn_async_with_fds.html /usr/share/doc/glib-2.0/func.spawn_async_with_pipes.html /usr/share/doc/glib-2.0/func.spawn_async_with_pipes_and_fds.html /usr/share/doc/glib-2.0/func.spawn_check_exit_status.html /usr/share/doc/glib-2.0/func.spawn_check_wait_status.html /usr/share/doc/glib-2.0/func.spawn_close_pid.html /usr/share/doc/glib-2.0/func.spawn_command_line_async.html /usr/share/doc/glib-2.0/func.spawn_command_line_sync.html /usr/share/doc/glib-2.0/func.spawn_error_quark.html /usr/share/doc/glib-2.0/func.spawn_exit_error_quark.html /usr/share/doc/glib-2.0/func.spawn_sync.html /usr/share/doc/glib-2.0/func.sprintf.html /usr/share/doc/glib-2.0/func.stat.html /usr/share/doc/glib-2.0/func.static_mutex_lock.html /usr/share/doc/glib-2.0/func.static_mutex_trylock.html /usr/share/doc/glib-2.0/func.static_mutex_unlock.html /usr/share/doc/glib-2.0/func.steal_pointer.html /usr/share/doc/glib-2.0/func.stpcpy.html /usr/share/doc/glib-2.0/func.str_equal.html /usr/share/doc/glib-2.0/func.str_has_prefix.html /usr/share/doc/glib-2.0/func.str_has_suffix.html /usr/share/doc/glib-2.0/func.str_hash.html /usr/share/doc/glib-2.0/func.str_is_ascii.html /usr/share/doc/glib-2.0/func.str_match_string.html /usr/share/doc/glib-2.0/func.str_to_ascii.html /usr/share/doc/glib-2.0/func.str_tokenize_and_fold.html /usr/share/doc/glib-2.0/func.strcanon.html /usr/share/doc/glib-2.0/func.strcasecmp.html /usr/share/doc/glib-2.0/func.strchomp.html /usr/share/doc/glib-2.0/func.strchug.html /usr/share/doc/glib-2.0/func.strcmp0.html /usr/share/doc/glib-2.0/func.strcompress.html /usr/share/doc/glib-2.0/func.strconcat.html /usr/share/doc/glib-2.0/func.strdelimit.html /usr/share/doc/glib-2.0/func.strdown.html /usr/share/doc/glib-2.0/func.strdup.html /usr/share/doc/glib-2.0/func.strdup_printf.html /usr/share/doc/glib-2.0/func.strdup_vprintf.html /usr/share/doc/glib-2.0/func.strdupv.html /usr/share/doc/glib-2.0/func.strerror.html /usr/share/doc/glib-2.0/func.strescape.html /usr/share/doc/glib-2.0/func.strfreev.html /usr/share/doc/glib-2.0/func.strip_context.html /usr/share/doc/glib-2.0/func.strjoin.html /usr/share/doc/glib-2.0/func.strjoinv.html /usr/share/doc/glib-2.0/func.strlcat.html /usr/share/doc/glib-2.0/func.strlcpy.html /usr/share/doc/glib-2.0/func.strncasecmp.html /usr/share/doc/glib-2.0/func.strndup.html /usr/share/doc/glib-2.0/func.strnfill.html /usr/share/doc/glib-2.0/func.strreverse.html /usr/share/doc/glib-2.0/func.strrstr.html /usr/share/doc/glib-2.0/func.strrstr_len.html /usr/share/doc/glib-2.0/func.strsignal.html /usr/share/doc/glib-2.0/func.strsplit.html /usr/share/doc/glib-2.0/func.strsplit_set.html /usr/share/doc/glib-2.0/func.strstr_len.html /usr/share/doc/glib-2.0/func.strstrip.html /usr/share/doc/glib-2.0/func.strtod.html /usr/share/doc/glib-2.0/func.strup.html /usr/share/doc/glib-2.0/func.strv_contains.html /usr/share/doc/glib-2.0/func.strv_equal.html /usr/share/doc/glib-2.0/func.strv_get_type.html /usr/share/doc/glib-2.0/func.strv_length.html /usr/share/doc/glib-2.0/func.test_add.html /usr/share/doc/glib-2.0/func.test_add_data_func.html /usr/share/doc/glib-2.0/func.test_add_data_func_full.html /usr/share/doc/glib-2.0/func.test_add_func.html /usr/share/doc/glib-2.0/func.test_add_vtable.html /usr/share/doc/glib-2.0/func.test_assert_expected_messages.html /usr/share/doc/glib-2.0/func.test_bug.html /usr/share/doc/glib-2.0/func.test_bug_base.html /usr/share/doc/glib-2.0/func.test_build_filename.html /usr/share/doc/glib-2.0/func.test_create_case.html /usr/share/doc/glib-2.0/func.test_create_suite.html /usr/share/doc/glib-2.0/func.test_disable_crash_reporting.html /usr/share/doc/glib-2.0/func.test_expect_message.html /usr/share/doc/glib-2.0/func.test_fail.html /usr/share/doc/glib-2.0/func.test_fail_printf.html /usr/share/doc/glib-2.0/func.test_failed.html /usr/share/doc/glib-2.0/func.test_get_dir.html /usr/share/doc/glib-2.0/func.test_get_filename.html /usr/share/doc/glib-2.0/func.test_get_path.html /usr/share/doc/glib-2.0/func.test_get_root.html /usr/share/doc/glib-2.0/func.test_incomplete.html /usr/share/doc/glib-2.0/func.test_incomplete_printf.html /usr/share/doc/glib-2.0/func.test_init.html /usr/share/doc/glib-2.0/func.test_initialized.html /usr/share/doc/glib-2.0/func.test_log_set_fatal_handler.html /usr/share/doc/glib-2.0/func.test_log_type_name.html /usr/share/doc/glib-2.0/func.test_maximized_result.html /usr/share/doc/glib-2.0/func.test_message.html /usr/share/doc/glib-2.0/func.test_minimized_result.html /usr/share/doc/glib-2.0/func.test_perf.html /usr/share/doc/glib-2.0/func.test_queue_destroy.html /usr/share/doc/glib-2.0/func.test_queue_free.html /usr/share/doc/glib-2.0/func.test_queue_unref.html /usr/share/doc/glib-2.0/func.test_quick.html /usr/share/doc/glib-2.0/func.test_quiet.html /usr/share/doc/glib-2.0/func.test_rand_bit.html /usr/share/doc/glib-2.0/func.test_rand_double.html /usr/share/doc/glib-2.0/func.test_rand_double_range.html /usr/share/doc/glib-2.0/func.test_rand_int.html /usr/share/doc/glib-2.0/func.test_rand_int_range.html /usr/share/doc/glib-2.0/func.test_run.html /usr/share/doc/glib-2.0/func.test_run_suite.html /usr/share/doc/glib-2.0/func.test_set_nonfatal_assertions.html /usr/share/doc/glib-2.0/func.test_skip.html /usr/share/doc/glib-2.0/func.test_skip_printf.html /usr/share/doc/glib-2.0/func.test_slow.html /usr/share/doc/glib-2.0/func.test_subprocess.html /usr/share/doc/glib-2.0/func.test_summary.html /usr/share/doc/glib-2.0/func.test_thorough.html /usr/share/doc/glib-2.0/func.test_timer_elapsed.html /usr/share/doc/glib-2.0/func.test_timer_last.html /usr/share/doc/glib-2.0/func.test_timer_start.html /usr/share/doc/glib-2.0/func.test_trap_assert_failed.html /usr/share/doc/glib-2.0/func.test_trap_assert_passed.html /usr/share/doc/glib-2.0/func.test_trap_assert_stderr.html /usr/share/doc/glib-2.0/func.test_trap_assert_stderr_unmatched.html /usr/share/doc/glib-2.0/func.test_trap_assert_stdout.html /usr/share/doc/glib-2.0/func.test_trap_assert_stdout_unmatched.html /usr/share/doc/glib-2.0/func.test_trap_assertions.html /usr/share/doc/glib-2.0/func.test_trap_fork.html /usr/share/doc/glib-2.0/func.test_trap_has_passed.html /usr/share/doc/glib-2.0/func.test_trap_reached_timeout.html /usr/share/doc/glib-2.0/func.test_trap_subprocess.html /usr/share/doc/glib-2.0/func.test_trap_subprocess_with_envp.html /usr/share/doc/glib-2.0/func.test_undefined.html /usr/share/doc/glib-2.0/func.test_verbose.html /usr/share/doc/glib-2.0/func.thread_supported.html /usr/share/doc/glib-2.0/func.timeout_add.html /usr/share/doc/glib-2.0/func.timeout_add_full.html /usr/share/doc/glib-2.0/func.timeout_add_once.html /usr/share/doc/glib-2.0/func.timeout_add_seconds.html /usr/share/doc/glib-2.0/func.timeout_add_seconds_full.html /usr/share/doc/glib-2.0/func.timeout_add_seconds_once.html /usr/share/doc/glib-2.0/func.timeout_source_new.html /usr/share/doc/glib-2.0/func.timeout_source_new_seconds.html /usr/share/doc/glib-2.0/func.try_malloc.html /usr/share/doc/glib-2.0/func.try_malloc0.html /usr/share/doc/glib-2.0/func.try_malloc0_n.html /usr/share/doc/glib-2.0/func.try_malloc_n.html /usr/share/doc/glib-2.0/func.try_new.html /usr/share/doc/glib-2.0/func.try_new0.html /usr/share/doc/glib-2.0/func.try_realloc.html /usr/share/doc/glib-2.0/func.try_realloc_n.html /usr/share/doc/glib-2.0/func.try_renew.html /usr/share/doc/glib-2.0/func.typeof.html /usr/share/doc/glib-2.0/func.ucs4_to_utf16.html /usr/share/doc/glib-2.0/func.ucs4_to_utf8.html /usr/share/doc/glib-2.0/func.uint64_checked_add.html /usr/share/doc/glib-2.0/func.uint64_checked_mul.html /usr/share/doc/glib-2.0/func.uint_checked_add.html /usr/share/doc/glib-2.0/func.uint_checked_mul.html /usr/share/doc/glib-2.0/func.unichar_break_type.html /usr/share/doc/glib-2.0/func.unichar_combining_class.html /usr/share/doc/glib-2.0/func.unichar_compose.html /usr/share/doc/glib-2.0/func.unichar_decompose.html /usr/share/doc/glib-2.0/func.unichar_digit_value.html /usr/share/doc/glib-2.0/func.unichar_fully_decompose.html /usr/share/doc/glib-2.0/func.unichar_get_mirror_char.html /usr/share/doc/glib-2.0/func.unichar_get_script.html /usr/share/doc/glib-2.0/func.unichar_isalnum.html /usr/share/doc/glib-2.0/func.unichar_isalpha.html /usr/share/doc/glib-2.0/func.unichar_iscntrl.html /usr/share/doc/glib-2.0/func.unichar_isdefined.html /usr/share/doc/glib-2.0/func.unichar_isdigit.html /usr/share/doc/glib-2.0/func.unichar_isgraph.html /usr/share/doc/glib-2.0/func.unichar_islower.html /usr/share/doc/glib-2.0/func.unichar_ismark.html /usr/share/doc/glib-2.0/func.unichar_isprint.html /usr/share/doc/glib-2.0/func.unichar_ispunct.html /usr/share/doc/glib-2.0/func.unichar_isspace.html /usr/share/doc/glib-2.0/func.unichar_istitle.html /usr/share/doc/glib-2.0/func.unichar_isupper.html /usr/share/doc/glib-2.0/func.unichar_iswide.html /usr/share/doc/glib-2.0/func.unichar_iswide_cjk.html /usr/share/doc/glib-2.0/func.unichar_isxdigit.html /usr/share/doc/glib-2.0/func.unichar_iszerowidth.html /usr/share/doc/glib-2.0/func.unichar_to_utf8.html /usr/share/doc/glib-2.0/func.unichar_tolower.html /usr/share/doc/glib-2.0/func.unichar_totitle.html /usr/share/doc/glib-2.0/func.unichar_toupper.html /usr/share/doc/glib-2.0/func.unichar_type.html /usr/share/doc/glib-2.0/func.unichar_validate.html /usr/share/doc/glib-2.0/func.unichar_xdigit_value.html /usr/share/doc/glib-2.0/func.unicode_canonical_decomposition.html /usr/share/doc/glib-2.0/func.unicode_canonical_ordering.html /usr/share/doc/glib-2.0/func.unix_error_quark.html /usr/share/doc/glib-2.0/func.unix_fd_add.html /usr/share/doc/glib-2.0/func.unix_fd_add_full.html /usr/share/doc/glib-2.0/func.unix_fd_source_new.html /usr/share/doc/glib-2.0/func.unix_get_passwd_entry.html /usr/share/doc/glib-2.0/func.unix_open_pipe.html /usr/share/doc/glib-2.0/func.unix_set_fd_nonblocking.html /usr/share/doc/glib-2.0/func.unix_signal_add.html /usr/share/doc/glib-2.0/func.unix_signal_add_full.html /usr/share/doc/glib-2.0/func.unix_signal_source_new.html /usr/share/doc/glib-2.0/func.unlink.html /usr/share/doc/glib-2.0/func.unsetenv.html /usr/share/doc/glib-2.0/func.usleep.html /usr/share/doc/glib-2.0/func.utf16_to_ucs4.html /usr/share/doc/glib-2.0/func.utf16_to_utf8.html /usr/share/doc/glib-2.0/func.utf8_casefold.html /usr/share/doc/glib-2.0/func.utf8_collate.html /usr/share/doc/glib-2.0/func.utf8_collate_key.html /usr/share/doc/glib-2.0/func.utf8_collate_key_for_filename.html /usr/share/doc/glib-2.0/func.utf8_find_next_char.html /usr/share/doc/glib-2.0/func.utf8_find_prev_char.html /usr/share/doc/glib-2.0/func.utf8_get_char.html /usr/share/doc/glib-2.0/func.utf8_get_char_validated.html /usr/share/doc/glib-2.0/func.utf8_make_valid.html /usr/share/doc/glib-2.0/func.utf8_next_char.html /usr/share/doc/glib-2.0/func.utf8_normalize.html /usr/share/doc/glib-2.0/func.utf8_offset_to_pointer.html /usr/share/doc/glib-2.0/func.utf8_pointer_to_offset.html /usr/share/doc/glib-2.0/func.utf8_prev_char.html /usr/share/doc/glib-2.0/func.utf8_strchr.html /usr/share/doc/glib-2.0/func.utf8_strdown.html /usr/share/doc/glib-2.0/func.utf8_strlen.html /usr/share/doc/glib-2.0/func.utf8_strncpy.html /usr/share/doc/glib-2.0/func.utf8_strrchr.html /usr/share/doc/glib-2.0/func.utf8_strreverse.html /usr/share/doc/glib-2.0/func.utf8_strup.html /usr/share/doc/glib-2.0/func.utf8_substring.html /usr/share/doc/glib-2.0/func.utf8_to_ucs4.html /usr/share/doc/glib-2.0/func.utf8_to_ucs4_fast.html /usr/share/doc/glib-2.0/func.utf8_to_utf16.html /usr/share/doc/glib-2.0/func.utf8_truncate_middle.html /usr/share/doc/glib-2.0/func.utf8_validate.html /usr/share/doc/glib-2.0/func.utf8_validate_len.html /usr/share/doc/glib-2.0/func.utime.html /usr/share/doc/glib-2.0/func.uuid_string_is_valid.html /usr/share/doc/glib-2.0/func.uuid_string_random.html /usr/share/doc/glib-2.0/func.variant_get_gtype.html /usr/share/doc/glib-2.0/func.vasprintf.html /usr/share/doc/glib-2.0/func.vfprintf.html /usr/share/doc/glib-2.0/func.vprintf.html /usr/share/doc/glib-2.0/func.vsnprintf.html /usr/share/doc/glib-2.0/func.vsprintf.html /usr/share/doc/glib-2.0/func.warn_if_fail.html /usr/share/doc/glib-2.0/func.warn_if_reached.html /usr/share/doc/glib-2.0/func.warn_message.html /usr/share/doc/glib-2.0/func.warning.html /usr/share/doc/glib-2.0/func.warning_once.html /usr/share/doc/glib-2.0/fzy.js /usr/share/doc/glib-2.0/glib-2.0.devhelp2 /usr/share/doc/glib-2.0/glib-gettextize.html /usr/share/doc/glib-2.0/go-up-symbolic.png /usr/share/doc/glib-2.0/goption.html /usr/share/doc/glib-2.0/gtester-report.html /usr/share/doc/glib-2.0/gtester.html /usr/share/doc/glib-2.0/gvariant-byte-boundaries.svg /usr/share/doc/glib-2.0/gvariant-format-strings.html /usr/share/doc/glib-2.0/gvariant-integer-and-string-structure.svg /usr/share/doc/glib-2.0/gvariant-integer-array.svg /usr/share/doc/glib-2.0/gvariant-specification-1.0.html /usr/share/doc/glib-2.0/gvariant-string-array.svg /usr/share/doc/glib-2.0/gvariant-text-format.html /usr/share/doc/glib-2.0/host-utils.html /usr/share/doc/glib-2.0/i18n.html /usr/share/doc/glib-2.0/index.html /usr/share/doc/glib-2.0/index.json /usr/share/doc/glib-2.0/logging.html /usr/share/doc/glib-2.0/macros.html /usr/share/doc/glib-2.0/main-loop.html /usr/share/doc/glib-2.0/main.js /usr/share/doc/glib-2.0/mainloop-states.gif /usr/share/doc/glib-2.0/markup.html /usr/share/doc/glib-2.0/memory-slices.html /usr/share/doc/glib-2.0/memory.html /usr/share/doc/glib-2.0/method.Allocator.free.html /usr/share/doc/glib-2.0/method.AsyncQueue.length.html /usr/share/doc/glib-2.0/method.AsyncQueue.length_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.lock.html /usr/share/doc/glib-2.0/method.AsyncQueue.pop.html /usr/share/doc/glib-2.0/method.AsyncQueue.pop_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.push.html /usr/share/doc/glib-2.0/method.AsyncQueue.push_front.html /usr/share/doc/glib-2.0/method.AsyncQueue.push_front_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.push_sorted.html /usr/share/doc/glib-2.0/method.AsyncQueue.push_sorted_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.push_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.ref.html /usr/share/doc/glib-2.0/method.AsyncQueue.ref_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.remove.html /usr/share/doc/glib-2.0/method.AsyncQueue.remove_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.sort.html /usr/share/doc/glib-2.0/method.AsyncQueue.sort_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.timed_pop.html /usr/share/doc/glib-2.0/method.AsyncQueue.timed_pop_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.timeout_pop.html /usr/share/doc/glib-2.0/method.AsyncQueue.timeout_pop_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.try_pop.html /usr/share/doc/glib-2.0/method.AsyncQueue.try_pop_unlocked.html /usr/share/doc/glib-2.0/method.AsyncQueue.unlock.html /usr/share/doc/glib-2.0/method.AsyncQueue.unref.html /usr/share/doc/glib-2.0/method.AsyncQueue.unref_and_unlock.html /usr/share/doc/glib-2.0/method.BookmarkFile.add_application.html /usr/share/doc/glib-2.0/method.BookmarkFile.add_group.html /usr/share/doc/glib-2.0/method.BookmarkFile.copy.html /usr/share/doc/glib-2.0/method.BookmarkFile.free.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_added.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_added_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_app_info.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_application_info.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_applications.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_description.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_groups.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_icon.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_is_private.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_mime_type.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_modified.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_modified_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_size.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_title.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_uris.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_visited.html /usr/share/doc/glib-2.0/method.BookmarkFile.get_visited_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.has_application.html /usr/share/doc/glib-2.0/method.BookmarkFile.has_group.html /usr/share/doc/glib-2.0/method.BookmarkFile.has_item.html /usr/share/doc/glib-2.0/method.BookmarkFile.load_from_data.html /usr/share/doc/glib-2.0/method.BookmarkFile.load_from_data_dirs.html /usr/share/doc/glib-2.0/method.BookmarkFile.load_from_file.html /usr/share/doc/glib-2.0/method.BookmarkFile.move_item.html /usr/share/doc/glib-2.0/method.BookmarkFile.remove_application.html /usr/share/doc/glib-2.0/method.BookmarkFile.remove_group.html /usr/share/doc/glib-2.0/method.BookmarkFile.remove_item.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_added.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_added_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_app_info.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_application_info.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_description.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_groups.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_icon.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_is_private.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_mime_type.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_modified.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_modified_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_title.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_visited.html /usr/share/doc/glib-2.0/method.BookmarkFile.set_visited_date_time.html /usr/share/doc/glib-2.0/method.BookmarkFile.to_data.html /usr/share/doc/glib-2.0/method.BookmarkFile.to_file.html /usr/share/doc/glib-2.0/method.Bytes.compare.html /usr/share/doc/glib-2.0/method.Bytes.equal.html /usr/share/doc/glib-2.0/method.Bytes.get_data.html /usr/share/doc/glib-2.0/method.Bytes.get_region.html /usr/share/doc/glib-2.0/method.Bytes.get_size.html /usr/share/doc/glib-2.0/method.Bytes.hash.html /usr/share/doc/glib-2.0/method.Bytes.new_from_bytes.html /usr/share/doc/glib-2.0/method.Bytes.ref.html /usr/share/doc/glib-2.0/method.Bytes.unref.html /usr/share/doc/glib-2.0/method.Bytes.unref_to_array.html /usr/share/doc/glib-2.0/method.Bytes.unref_to_data.html /usr/share/doc/glib-2.0/method.Cache.destroy.html /usr/share/doc/glib-2.0/method.Cache.insert.html /usr/share/doc/glib-2.0/method.Cache.key_foreach.html /usr/share/doc/glib-2.0/method.Cache.remove.html /usr/share/doc/glib-2.0/method.Cache.value_foreach.html /usr/share/doc/glib-2.0/method.Checksum.copy.html /usr/share/doc/glib-2.0/method.Checksum.free.html /usr/share/doc/glib-2.0/method.Checksum.get_digest.html /usr/share/doc/glib-2.0/method.Checksum.get_string.html /usr/share/doc/glib-2.0/method.Checksum.reset.html /usr/share/doc/glib-2.0/method.Checksum.update.html /usr/share/doc/glib-2.0/method.Completion.add_items.html /usr/share/doc/glib-2.0/method.Completion.clear_items.html /usr/share/doc/glib-2.0/method.Completion.complete.html /usr/share/doc/glib-2.0/method.Completion.complete_utf8.html /usr/share/doc/glib-2.0/method.Completion.free.html /usr/share/doc/glib-2.0/method.Completion.remove_items.html /usr/share/doc/glib-2.0/method.Completion.set_compare.html /usr/share/doc/glib-2.0/method.Cond.broadcast.html /usr/share/doc/glib-2.0/method.Cond.clear.html /usr/share/doc/glib-2.0/method.Cond.free.html /usr/share/doc/glib-2.0/method.Cond.init.html /usr/share/doc/glib-2.0/method.Cond.signal.html /usr/share/doc/glib-2.0/method.Cond.timed_wait.html /usr/share/doc/glib-2.0/method.Cond.wait.html /usr/share/doc/glib-2.0/method.Cond.wait_until.html /usr/share/doc/glib-2.0/method.Date.add_days.html /usr/share/doc/glib-2.0/method.Date.add_months.html /usr/share/doc/glib-2.0/method.Date.add_years.html /usr/share/doc/glib-2.0/method.Date.clamp.html /usr/share/doc/glib-2.0/method.Date.clear.html /usr/share/doc/glib-2.0/method.Date.compare.html /usr/share/doc/glib-2.0/method.Date.copy.html /usr/share/doc/glib-2.0/method.Date.days_between.html /usr/share/doc/glib-2.0/method.Date.free.html /usr/share/doc/glib-2.0/method.Date.get_day.html /usr/share/doc/glib-2.0/method.Date.get_day_of_year.html /usr/share/doc/glib-2.0/method.Date.get_iso8601_week_of_year.html /usr/share/doc/glib-2.0/method.Date.get_julian.html /usr/share/doc/glib-2.0/method.Date.get_monday_week_of_year.html /usr/share/doc/glib-2.0/method.Date.get_month.html /usr/share/doc/glib-2.0/method.Date.get_sunday_week_of_year.html /usr/share/doc/glib-2.0/method.Date.get_weekday.html /usr/share/doc/glib-2.0/method.Date.get_year.html /usr/share/doc/glib-2.0/method.Date.is_first_of_month.html /usr/share/doc/glib-2.0/method.Date.is_last_of_month.html /usr/share/doc/glib-2.0/method.Date.order.html /usr/share/doc/glib-2.0/method.Date.set_day.html /usr/share/doc/glib-2.0/method.Date.set_dmy.html /usr/share/doc/glib-2.0/method.Date.set_julian.html /usr/share/doc/glib-2.0/method.Date.set_month.html /usr/share/doc/glib-2.0/method.Date.set_parse.html /usr/share/doc/glib-2.0/method.Date.set_time.html /usr/share/doc/glib-2.0/method.Date.set_time_t.html /usr/share/doc/glib-2.0/method.Date.set_time_val.html /usr/share/doc/glib-2.0/method.Date.set_year.html /usr/share/doc/glib-2.0/method.Date.subtract_days.html /usr/share/doc/glib-2.0/method.Date.subtract_months.html /usr/share/doc/glib-2.0/method.Date.subtract_years.html /usr/share/doc/glib-2.0/method.Date.to_struct_tm.html /usr/share/doc/glib-2.0/method.Date.valid.html /usr/share/doc/glib-2.0/method.DateTime.add.html /usr/share/doc/glib-2.0/method.DateTime.add_days.html /usr/share/doc/glib-2.0/method.DateTime.add_full.html /usr/share/doc/glib-2.0/method.DateTime.add_hours.html /usr/share/doc/glib-2.0/method.DateTime.add_minutes.html /usr/share/doc/glib-2.0/method.DateTime.add_months.html /usr/share/doc/glib-2.0/method.DateTime.add_seconds.html /usr/share/doc/glib-2.0/method.DateTime.add_weeks.html /usr/share/doc/glib-2.0/method.DateTime.add_years.html /usr/share/doc/glib-2.0/method.DateTime.compare.html /usr/share/doc/glib-2.0/method.DateTime.difference.html /usr/share/doc/glib-2.0/method.DateTime.equal.html /usr/share/doc/glib-2.0/method.DateTime.format.html /usr/share/doc/glib-2.0/method.DateTime.format_iso8601.html /usr/share/doc/glib-2.0/method.DateTime.get_day_of_month.html /usr/share/doc/glib-2.0/method.DateTime.get_day_of_week.html /usr/share/doc/glib-2.0/method.DateTime.get_day_of_year.html /usr/share/doc/glib-2.0/method.DateTime.get_hour.html /usr/share/doc/glib-2.0/method.DateTime.get_microsecond.html /usr/share/doc/glib-2.0/method.DateTime.get_minute.html /usr/share/doc/glib-2.0/method.DateTime.get_month.html /usr/share/doc/glib-2.0/method.DateTime.get_second.html /usr/share/doc/glib-2.0/method.DateTime.get_seconds.html /usr/share/doc/glib-2.0/method.DateTime.get_timezone.html /usr/share/doc/glib-2.0/method.DateTime.get_timezone_abbreviation.html /usr/share/doc/glib-2.0/method.DateTime.get_utc_offset.html /usr/share/doc/glib-2.0/method.DateTime.get_week_numbering_year.html /usr/share/doc/glib-2.0/method.DateTime.get_week_of_year.html /usr/share/doc/glib-2.0/method.DateTime.get_year.html /usr/share/doc/glib-2.0/method.DateTime.get_ymd.html /usr/share/doc/glib-2.0/method.DateTime.hash.html /usr/share/doc/glib-2.0/method.DateTime.is_daylight_savings.html /usr/share/doc/glib-2.0/method.DateTime.ref.html /usr/share/doc/glib-2.0/method.DateTime.to_local.html /usr/share/doc/glib-2.0/method.DateTime.to_timeval.html /usr/share/doc/glib-2.0/method.DateTime.to_timezone.html /usr/share/doc/glib-2.0/method.DateTime.to_unix.html /usr/share/doc/glib-2.0/method.DateTime.to_unix_usec.html /usr/share/doc/glib-2.0/method.DateTime.to_utc.html /usr/share/doc/glib-2.0/method.DateTime.unref.html /usr/share/doc/glib-2.0/method.Dir.close.html /usr/share/doc/glib-2.0/method.Dir.read_name.html /usr/share/doc/glib-2.0/method.Dir.ref.html /usr/share/doc/glib-2.0/method.Dir.rewind.html /usr/share/doc/glib-2.0/method.Dir.unref.html /usr/share/doc/glib-2.0/method.Error.copy.html /usr/share/doc/glib-2.0/method.Error.free.html /usr/share/doc/glib-2.0/method.Error.matches.html /usr/share/doc/glib-2.0/method.HashTableIter.get_hash_table.html /usr/share/doc/glib-2.0/method.HashTableIter.init.html /usr/share/doc/glib-2.0/method.HashTableIter.next.html /usr/share/doc/glib-2.0/method.HashTableIter.remove.html /usr/share/doc/glib-2.0/method.HashTableIter.replace.html /usr/share/doc/glib-2.0/method.HashTableIter.steal.html /usr/share/doc/glib-2.0/method.Hmac.copy.html /usr/share/doc/glib-2.0/method.Hmac.get_digest.html /usr/share/doc/glib-2.0/method.Hmac.get_string.html /usr/share/doc/glib-2.0/method.Hmac.ref.html /usr/share/doc/glib-2.0/method.Hmac.unref.html /usr/share/doc/glib-2.0/method.Hmac.update.html /usr/share/doc/glib-2.0/method.Hook.compare_ids.html /usr/share/doc/glib-2.0/method.HookList.clear.html /usr/share/doc/glib-2.0/method.HookList.init.html /usr/share/doc/glib-2.0/method.HookList.invoke.html /usr/share/doc/glib-2.0/method.HookList.invoke_check.html /usr/share/doc/glib-2.0/method.HookList.marshal.html /usr/share/doc/glib-2.0/method.HookList.marshal_check.html /usr/share/doc/glib-2.0/method.IConv..html /usr/share/doc/glib-2.0/method.IConv.close.html /usr/share/doc/glib-2.0/method.IOChannel.close.html /usr/share/doc/glib-2.0/method.IOChannel.flush.html /usr/share/doc/glib-2.0/method.IOChannel.get_buffer_condition.html /usr/share/doc/glib-2.0/method.IOChannel.get_buffer_size.html /usr/share/doc/glib-2.0/method.IOChannel.get_buffered.html /usr/share/doc/glib-2.0/method.IOChannel.get_close_on_unref.html /usr/share/doc/glib-2.0/method.IOChannel.get_encoding.html /usr/share/doc/glib-2.0/method.IOChannel.get_flags.html /usr/share/doc/glib-2.0/method.IOChannel.get_line_term.html /usr/share/doc/glib-2.0/method.IOChannel.init.html /usr/share/doc/glib-2.0/method.IOChannel.read.html /usr/share/doc/glib-2.0/method.IOChannel.read_chars.html /usr/share/doc/glib-2.0/method.IOChannel.read_line.html /usr/share/doc/glib-2.0/method.IOChannel.read_line_string.html /usr/share/doc/glib-2.0/method.IOChannel.read_to_end.html /usr/share/doc/glib-2.0/method.IOChannel.read_unichar.html /usr/share/doc/glib-2.0/method.IOChannel.ref.html /usr/share/doc/glib-2.0/method.IOChannel.seek.html /usr/share/doc/glib-2.0/method.IOChannel.seek_position.html /usr/share/doc/glib-2.0/method.IOChannel.set_buffer_size.html /usr/share/doc/glib-2.0/method.IOChannel.set_buffered.html /usr/share/doc/glib-2.0/method.IOChannel.set_close_on_unref.html /usr/share/doc/glib-2.0/method.IOChannel.set_encoding.html /usr/share/doc/glib-2.0/method.IOChannel.set_flags.html /usr/share/doc/glib-2.0/method.IOChannel.set_line_term.html /usr/share/doc/glib-2.0/method.IOChannel.shutdown.html /usr/share/doc/glib-2.0/method.IOChannel.unix_get_fd.html /usr/share/doc/glib-2.0/method.IOChannel.unref.html /usr/share/doc/glib-2.0/method.IOChannel.write.html /usr/share/doc/glib-2.0/method.IOChannel.write_chars.html /usr/share/doc/glib-2.0/method.IOChannel.write_unichar.html /usr/share/doc/glib-2.0/method.KeyFile.free.html /usr/share/doc/glib-2.0/method.KeyFile.get_boolean.html /usr/share/doc/glib-2.0/method.KeyFile.get_boolean_list.html /usr/share/doc/glib-2.0/method.KeyFile.get_comment.html /usr/share/doc/glib-2.0/method.KeyFile.get_double.html /usr/share/doc/glib-2.0/method.KeyFile.get_double_list.html /usr/share/doc/glib-2.0/method.KeyFile.get_groups.html /usr/share/doc/glib-2.0/method.KeyFile.get_int64.html /usr/share/doc/glib-2.0/method.KeyFile.get_integer.html /usr/share/doc/glib-2.0/method.KeyFile.get_integer_list.html /usr/share/doc/glib-2.0/method.KeyFile.get_keys.html /usr/share/doc/glib-2.0/method.KeyFile.get_locale_for_key.html /usr/share/doc/glib-2.0/method.KeyFile.get_locale_string.html /usr/share/doc/glib-2.0/method.KeyFile.get_locale_string_list.html /usr/share/doc/glib-2.0/method.KeyFile.get_start_group.html /usr/share/doc/glib-2.0/method.KeyFile.get_string.html /usr/share/doc/glib-2.0/method.KeyFile.get_string_list.html /usr/share/doc/glib-2.0/method.KeyFile.get_uint64.html /usr/share/doc/glib-2.0/method.KeyFile.get_value.html /usr/share/doc/glib-2.0/method.KeyFile.has_group.html /usr/share/doc/glib-2.0/method.KeyFile.has_key.html /usr/share/doc/glib-2.0/method.KeyFile.load_from_bytes.html /usr/share/doc/glib-2.0/method.KeyFile.load_from_data.html /usr/share/doc/glib-2.0/method.KeyFile.load_from_data_dirs.html /usr/share/doc/glib-2.0/method.KeyFile.load_from_dirs.html /usr/share/doc/glib-2.0/method.KeyFile.load_from_file.html /usr/share/doc/glib-2.0/method.KeyFile.ref.html /usr/share/doc/glib-2.0/method.KeyFile.remove_comment.html /usr/share/doc/glib-2.0/method.KeyFile.remove_group.html /usr/share/doc/glib-2.0/method.KeyFile.remove_key.html /usr/share/doc/glib-2.0/method.KeyFile.save_to_file.html /usr/share/doc/glib-2.0/method.KeyFile.set_boolean.html /usr/share/doc/glib-2.0/method.KeyFile.set_boolean_list.html /usr/share/doc/glib-2.0/method.KeyFile.set_comment.html /usr/share/doc/glib-2.0/method.KeyFile.set_double.html /usr/share/doc/glib-2.0/method.KeyFile.set_double_list.html /usr/share/doc/glib-2.0/method.KeyFile.set_int64.html /usr/share/doc/glib-2.0/method.KeyFile.set_integer.html /usr/share/doc/glib-2.0/method.KeyFile.set_integer_list.html /usr/share/doc/glib-2.0/method.KeyFile.set_list_separator.html /usr/share/doc/glib-2.0/method.KeyFile.set_locale_string.html /usr/share/doc/glib-2.0/method.KeyFile.set_locale_string_list.html /usr/share/doc/glib-2.0/method.KeyFile.set_string.html /usr/share/doc/glib-2.0/method.KeyFile.set_string_list.html /usr/share/doc/glib-2.0/method.KeyFile.set_uint64.html /usr/share/doc/glib-2.0/method.KeyFile.set_value.html /usr/share/doc/glib-2.0/method.KeyFile.to_data.html /usr/share/doc/glib-2.0/method.KeyFile.unref.html /usr/share/doc/glib-2.0/method.MainContext.acquire.html /usr/share/doc/glib-2.0/method.MainContext.add_poll.html /usr/share/doc/glib-2.0/method.MainContext.check.html /usr/share/doc/glib-2.0/method.MainContext.dispatch.html /usr/share/doc/glib-2.0/method.MainContext.find_source_by_funcs_user_data.html /usr/share/doc/glib-2.0/method.MainContext.find_source_by_id.html /usr/share/doc/glib-2.0/method.MainContext.find_source_by_user_data.html /usr/share/doc/glib-2.0/method.MainContext.get_poll_func.html /usr/share/doc/glib-2.0/method.MainContext.invoke.html /usr/share/doc/glib-2.0/method.MainContext.invoke_full.html /usr/share/doc/glib-2.0/method.MainContext.is_owner.html /usr/share/doc/glib-2.0/method.MainContext.iteration.html /usr/share/doc/glib-2.0/method.MainContext.pending.html /usr/share/doc/glib-2.0/method.MainContext.pop_thread_default.html /usr/share/doc/glib-2.0/method.MainContext.prepare.html /usr/share/doc/glib-2.0/method.MainContext.push_thread_default.html /usr/share/doc/glib-2.0/method.MainContext.query.html /usr/share/doc/glib-2.0/method.MainContext.ref.html /usr/share/doc/glib-2.0/method.MainContext.release.html /usr/share/doc/glib-2.0/method.MainContext.remove_poll.html /usr/share/doc/glib-2.0/method.MainContext.set_poll_func.html /usr/share/doc/glib-2.0/method.MainContext.unref.html /usr/share/doc/glib-2.0/method.MainContext.wait.html /usr/share/doc/glib-2.0/method.MainContext.wakeup.html /usr/share/doc/glib-2.0/method.MainLoop.get_context.html /usr/share/doc/glib-2.0/method.MainLoop.is_running.html /usr/share/doc/glib-2.0/method.MainLoop.quit.html /usr/share/doc/glib-2.0/method.MainLoop.ref.html /usr/share/doc/glib-2.0/method.MainLoop.run.html /usr/share/doc/glib-2.0/method.MainLoop.unref.html /usr/share/doc/glib-2.0/method.MappedFile.free.html /usr/share/doc/glib-2.0/method.MappedFile.get_bytes.html /usr/share/doc/glib-2.0/method.MappedFile.get_contents.html /usr/share/doc/glib-2.0/method.MappedFile.get_length.html /usr/share/doc/glib-2.0/method.MappedFile.ref.html /usr/share/doc/glib-2.0/method.MappedFile.unref.html /usr/share/doc/glib-2.0/method.MarkupParseContext.end_parse.html /usr/share/doc/glib-2.0/method.MarkupParseContext.free.html /usr/share/doc/glib-2.0/method.MarkupParseContext.get_element.html /usr/share/doc/glib-2.0/method.MarkupParseContext.get_element_stack.html /usr/share/doc/glib-2.0/method.MarkupParseContext.get_position.html /usr/share/doc/glib-2.0/method.MarkupParseContext.get_user_data.html /usr/share/doc/glib-2.0/method.MarkupParseContext.parse.html /usr/share/doc/glib-2.0/method.MarkupParseContext.pop.html /usr/share/doc/glib-2.0/method.MarkupParseContext.push.html /usr/share/doc/glib-2.0/method.MarkupParseContext.ref.html /usr/share/doc/glib-2.0/method.MarkupParseContext.unref.html /usr/share/doc/glib-2.0/method.MatchInfo.expand_references.html /usr/share/doc/glib-2.0/method.MatchInfo.fetch.html /usr/share/doc/glib-2.0/method.MatchInfo.fetch_all.html /usr/share/doc/glib-2.0/method.MatchInfo.fetch_named.html /usr/share/doc/glib-2.0/method.MatchInfo.fetch_named_pos.html /usr/share/doc/glib-2.0/method.MatchInfo.fetch_pos.html /usr/share/doc/glib-2.0/method.MatchInfo.free.html /usr/share/doc/glib-2.0/method.MatchInfo.get_match_count.html /usr/share/doc/glib-2.0/method.MatchInfo.get_regex.html /usr/share/doc/glib-2.0/method.MatchInfo.get_string.html /usr/share/doc/glib-2.0/method.MatchInfo.is_partial_match.html /usr/share/doc/glib-2.0/method.MatchInfo.matches.html /usr/share/doc/glib-2.0/method.MatchInfo.next.html /usr/share/doc/glib-2.0/method.MatchInfo.ref.html /usr/share/doc/glib-2.0/method.MatchInfo.unref.html /usr/share/doc/glib-2.0/method.MemChunk.alloc.html /usr/share/doc/glib-2.0/method.MemChunk.alloc0.html /usr/share/doc/glib-2.0/method.MemChunk.clean.html /usr/share/doc/glib-2.0/method.MemChunk.destroy.html /usr/share/doc/glib-2.0/method.MemChunk.free.html /usr/share/doc/glib-2.0/method.MemChunk.print.html /usr/share/doc/glib-2.0/method.MemChunk.reset.html /usr/share/doc/glib-2.0/method.Mutex.clear.html /usr/share/doc/glib-2.0/method.Mutex.free.html /usr/share/doc/glib-2.0/method.Mutex.init.html /usr/share/doc/glib-2.0/method.Mutex.lock.html /usr/share/doc/glib-2.0/method.Mutex.trylock.html /usr/share/doc/glib-2.0/method.Mutex.unlock.html /usr/share/doc/glib-2.0/method.Node.child_index.html /usr/share/doc/glib-2.0/method.Node.child_position.html /usr/share/doc/glib-2.0/method.Node.children_foreach.html /usr/share/doc/glib-2.0/method.Node.copy.html /usr/share/doc/glib-2.0/method.Node.copy_deep.html /usr/share/doc/glib-2.0/method.Node.depth.html /usr/share/doc/glib-2.0/method.Node.destroy.html /usr/share/doc/glib-2.0/method.Node.find.html /usr/share/doc/glib-2.0/method.Node.find_child.html /usr/share/doc/glib-2.0/method.Node.first_sibling.html /usr/share/doc/glib-2.0/method.Node.get_root.html /usr/share/doc/glib-2.0/method.Node.insert.html /usr/share/doc/glib-2.0/method.Node.insert_after.html /usr/share/doc/glib-2.0/method.Node.insert_before.html /usr/share/doc/glib-2.0/method.Node.is_ancestor.html /usr/share/doc/glib-2.0/method.Node.last_child.html /usr/share/doc/glib-2.0/method.Node.last_sibling.html /usr/share/doc/glib-2.0/method.Node.max_height.html /usr/share/doc/glib-2.0/method.Node.n_children.html /usr/share/doc/glib-2.0/method.Node.n_nodes.html /usr/share/doc/glib-2.0/method.Node.nth_child.html /usr/share/doc/glib-2.0/method.Node.prepend.html /usr/share/doc/glib-2.0/method.Node.reverse_children.html /usr/share/doc/glib-2.0/method.Node.traverse.html /usr/share/doc/glib-2.0/method.Node.unlink.html /usr/share/doc/glib-2.0/method.Once.impl.html /usr/share/doc/glib-2.0/method.OptionContext.add_group.html /usr/share/doc/glib-2.0/method.OptionContext.add_main_entries.html /usr/share/doc/glib-2.0/method.OptionContext.free.html /usr/share/doc/glib-2.0/method.OptionContext.get_description.html /usr/share/doc/glib-2.0/method.OptionContext.get_help.html /usr/share/doc/glib-2.0/method.OptionContext.get_help_enabled.html /usr/share/doc/glib-2.0/method.OptionContext.get_ignore_unknown_options.html /usr/share/doc/glib-2.0/method.OptionContext.get_main_group.html /usr/share/doc/glib-2.0/method.OptionContext.get_strict_posix.html /usr/share/doc/glib-2.0/method.OptionContext.get_summary.html /usr/share/doc/glib-2.0/method.OptionContext.parse.html /usr/share/doc/glib-2.0/method.OptionContext.parse_strv.html /usr/share/doc/glib-2.0/method.OptionContext.set_description.html /usr/share/doc/glib-2.0/method.OptionContext.set_help_enabled.html /usr/share/doc/glib-2.0/method.OptionContext.set_ignore_unknown_options.html /usr/share/doc/glib-2.0/method.OptionContext.set_main_group.html /usr/share/doc/glib-2.0/method.OptionContext.set_strict_posix.html /usr/share/doc/glib-2.0/method.OptionContext.set_summary.html /usr/share/doc/glib-2.0/method.OptionContext.set_translate_func.html /usr/share/doc/glib-2.0/method.OptionContext.set_translation_domain.html /usr/share/doc/glib-2.0/method.OptionGroup.add_entries.html /usr/share/doc/glib-2.0/method.OptionGroup.free.html /usr/share/doc/glib-2.0/method.OptionGroup.ref.html /usr/share/doc/glib-2.0/method.OptionGroup.set_error_hook.html /usr/share/doc/glib-2.0/method.OptionGroup.set_parse_hooks.html /usr/share/doc/glib-2.0/method.OptionGroup.set_translate_func.html /usr/share/doc/glib-2.0/method.OptionGroup.set_translation_domain.html /usr/share/doc/glib-2.0/method.OptionGroup.unref.html /usr/share/doc/glib-2.0/method.PathBuf.clear.html /usr/share/doc/glib-2.0/method.PathBuf.clear_to_path.html /usr/share/doc/glib-2.0/method.PathBuf.copy.html /usr/share/doc/glib-2.0/method.PathBuf.free.html /usr/share/doc/glib-2.0/method.PathBuf.free_to_path.html /usr/share/doc/glib-2.0/method.PathBuf.init.html /usr/share/doc/glib-2.0/method.PathBuf.init_from_path.html /usr/share/doc/glib-2.0/method.PathBuf.pop.html /usr/share/doc/glib-2.0/method.PathBuf.push.html /usr/share/doc/glib-2.0/method.PathBuf.set_extension.html /usr/share/doc/glib-2.0/method.PathBuf.set_filename.html /usr/share/doc/glib-2.0/method.PathBuf.to_path.html /usr/share/doc/glib-2.0/method.PatternSpec.copy.html /usr/share/doc/glib-2.0/method.PatternSpec.equal.html /usr/share/doc/glib-2.0/method.PatternSpec.free.html /usr/share/doc/glib-2.0/method.PatternSpec.match.html /usr/share/doc/glib-2.0/method.PatternSpec.match_string.html /usr/share/doc/glib-2.0/method.Private.get.html /usr/share/doc/glib-2.0/method.Private.replace.html /usr/share/doc/glib-2.0/method.Private.set.html /usr/share/doc/glib-2.0/method.Queue.clear.html /usr/share/doc/glib-2.0/method.Queue.clear_full.html /usr/share/doc/glib-2.0/method.Queue.copy.html /usr/share/doc/glib-2.0/method.Queue.delete_link.html /usr/share/doc/glib-2.0/method.Queue.find.html /usr/share/doc/glib-2.0/method.Queue.find_custom.html /usr/share/doc/glib-2.0/method.Queue.foreach.html /usr/share/doc/glib-2.0/method.Queue.free.html /usr/share/doc/glib-2.0/method.Queue.free_full.html /usr/share/doc/glib-2.0/method.Queue.get_length.html /usr/share/doc/glib-2.0/method.Queue.index.html /usr/share/doc/glib-2.0/method.Queue.init.html /usr/share/doc/glib-2.0/method.Queue.insert_after.html /usr/share/doc/glib-2.0/method.Queue.insert_after_link.html /usr/share/doc/glib-2.0/method.Queue.insert_before.html /usr/share/doc/glib-2.0/method.Queue.insert_before_link.html /usr/share/doc/glib-2.0/method.Queue.insert_sorted.html /usr/share/doc/glib-2.0/method.Queue.is_empty.html /usr/share/doc/glib-2.0/method.Queue.link_index.html /usr/share/doc/glib-2.0/method.Queue.peek_head.html /usr/share/doc/glib-2.0/method.Queue.peek_head_link.html /usr/share/doc/glib-2.0/method.Queue.peek_nth.html /usr/share/doc/glib-2.0/method.Queue.peek_nth_link.html /usr/share/doc/glib-2.0/method.Queue.peek_tail.html /usr/share/doc/glib-2.0/method.Queue.peek_tail_link.html /usr/share/doc/glib-2.0/method.Queue.pop_head.html /usr/share/doc/glib-2.0/method.Queue.pop_head_link.html /usr/share/doc/glib-2.0/method.Queue.pop_nth.html /usr/share/doc/glib-2.0/method.Queue.pop_nth_link.html /usr/share/doc/glib-2.0/method.Queue.pop_tail.html /usr/share/doc/glib-2.0/method.Queue.pop_tail_link.html /usr/share/doc/glib-2.0/method.Queue.push_head.html /usr/share/doc/glib-2.0/method.Queue.push_head_link.html /usr/share/doc/glib-2.0/method.Queue.push_nth.html /usr/share/doc/glib-2.0/method.Queue.push_nth_link.html /usr/share/doc/glib-2.0/method.Queue.push_tail.html /usr/share/doc/glib-2.0/method.Queue.push_tail_link.html /usr/share/doc/glib-2.0/method.Queue.remove.html /usr/share/doc/glib-2.0/method.Queue.remove_all.html /usr/share/doc/glib-2.0/method.Queue.reverse.html /usr/share/doc/glib-2.0/method.Queue.sort.html /usr/share/doc/glib-2.0/method.Queue.unlink.html /usr/share/doc/glib-2.0/method.RWLock.clear.html /usr/share/doc/glib-2.0/method.RWLock.init.html /usr/share/doc/glib-2.0/method.RWLock.reader_lock.html /usr/share/doc/glib-2.0/method.RWLock.reader_trylock.html /usr/share/doc/glib-2.0/method.RWLock.reader_unlock.html /usr/share/doc/glib-2.0/method.RWLock.writer_lock.html /usr/share/doc/glib-2.0/method.RWLock.writer_trylock.html /usr/share/doc/glib-2.0/method.RWLock.writer_unlock.html /usr/share/doc/glib-2.0/method.Rand.copy.html /usr/share/doc/glib-2.0/method.Rand.double.html /usr/share/doc/glib-2.0/method.Rand.double_range.html /usr/share/doc/glib-2.0/method.Rand.free.html /usr/share/doc/glib-2.0/method.Rand.int.html /usr/share/doc/glib-2.0/method.Rand.int_range.html /usr/share/doc/glib-2.0/method.Rand.set_seed.html /usr/share/doc/glib-2.0/method.Rand.set_seed_array.html /usr/share/doc/glib-2.0/method.RecMutex.clear.html /usr/share/doc/glib-2.0/method.RecMutex.init.html /usr/share/doc/glib-2.0/method.RecMutex.lock.html /usr/share/doc/glib-2.0/method.RecMutex.trylock.html /usr/share/doc/glib-2.0/method.RecMutex.unlock.html /usr/share/doc/glib-2.0/method.Regex.get_capture_count.html /usr/share/doc/glib-2.0/method.Regex.get_compile_flags.html /usr/share/doc/glib-2.0/method.Regex.get_has_cr_or_lf.html /usr/share/doc/glib-2.0/method.Regex.get_match_flags.html /usr/share/doc/glib-2.0/method.Regex.get_max_backref.html /usr/share/doc/glib-2.0/method.Regex.get_max_lookbehind.html /usr/share/doc/glib-2.0/method.Regex.get_pattern.html /usr/share/doc/glib-2.0/method.Regex.get_string_number.html /usr/share/doc/glib-2.0/method.Regex.match.html /usr/share/doc/glib-2.0/method.Regex.match_all.html /usr/share/doc/glib-2.0/method.Regex.match_all_full.html /usr/share/doc/glib-2.0/method.Regex.match_full.html /usr/share/doc/glib-2.0/method.Regex.ref.html /usr/share/doc/glib-2.0/method.Regex.replace.html /usr/share/doc/glib-2.0/method.Regex.replace_eval.html /usr/share/doc/glib-2.0/method.Regex.replace_literal.html /usr/share/doc/glib-2.0/method.Regex.split.html /usr/share/doc/glib-2.0/method.Regex.split_full.html /usr/share/doc/glib-2.0/method.Regex.unref.html /usr/share/doc/glib-2.0/method.Relation.count.html /usr/share/doc/glib-2.0/method.Relation.delete.html /usr/share/doc/glib-2.0/method.Relation.destroy.html /usr/share/doc/glib-2.0/method.Relation.exists.html /usr/share/doc/glib-2.0/method.Relation.index.html /usr/share/doc/glib-2.0/method.Relation.insert.html /usr/share/doc/glib-2.0/method.Relation.print.html /usr/share/doc/glib-2.0/method.Relation.select.html /usr/share/doc/glib-2.0/method.Scanner.cur_line.html /usr/share/doc/glib-2.0/method.Scanner.cur_position.html /usr/share/doc/glib-2.0/method.Scanner.cur_token.html /usr/share/doc/glib-2.0/method.Scanner.cur_value.html /usr/share/doc/glib-2.0/method.Scanner.destroy.html /usr/share/doc/glib-2.0/method.Scanner.eof.html /usr/share/doc/glib-2.0/method.Scanner.error.html /usr/share/doc/glib-2.0/method.Scanner.get_next_token.html /usr/share/doc/glib-2.0/method.Scanner.input_file.html /usr/share/doc/glib-2.0/method.Scanner.input_text.html /usr/share/doc/glib-2.0/method.Scanner.lookup_symbol.html /usr/share/doc/glib-2.0/method.Scanner.peek_next_token.html /usr/share/doc/glib-2.0/method.Scanner.scope_add_symbol.html /usr/share/doc/glib-2.0/method.Scanner.scope_foreach_symbol.html /usr/share/doc/glib-2.0/method.Scanner.scope_lookup_symbol.html /usr/share/doc/glib-2.0/method.Scanner.scope_remove_symbol.html /usr/share/doc/glib-2.0/method.Scanner.set_scope.html /usr/share/doc/glib-2.0/method.Scanner.sync_file_offset.html /usr/share/doc/glib-2.0/method.Scanner.unexp_token.html /usr/share/doc/glib-2.0/method.Scanner.warn.html /usr/share/doc/glib-2.0/method.Sequence.append.html /usr/share/doc/glib-2.0/method.Sequence.foreach.html /usr/share/doc/glib-2.0/method.Sequence.free.html /usr/share/doc/glib-2.0/method.Sequence.get_begin_iter.html /usr/share/doc/glib-2.0/method.Sequence.get_end_iter.html /usr/share/doc/glib-2.0/method.Sequence.get_iter_at_pos.html /usr/share/doc/glib-2.0/method.Sequence.get_length.html /usr/share/doc/glib-2.0/method.Sequence.insert_sorted.html /usr/share/doc/glib-2.0/method.Sequence.insert_sorted_iter.html /usr/share/doc/glib-2.0/method.Sequence.is_empty.html /usr/share/doc/glib-2.0/method.Sequence.lookup.html /usr/share/doc/glib-2.0/method.Sequence.lookup_iter.html /usr/share/doc/glib-2.0/method.Sequence.prepend.html /usr/share/doc/glib-2.0/method.Sequence.search.html /usr/share/doc/glib-2.0/method.Sequence.search_iter.html /usr/share/doc/glib-2.0/method.Sequence.sort.html /usr/share/doc/glib-2.0/method.Sequence.sort_iter.html /usr/share/doc/glib-2.0/method.SequenceIter.compare.html /usr/share/doc/glib-2.0/method.SequenceIter.get_position.html /usr/share/doc/glib-2.0/method.SequenceIter.get_sequence.html /usr/share/doc/glib-2.0/method.SequenceIter.is_begin.html /usr/share/doc/glib-2.0/method.SequenceIter.is_end.html /usr/share/doc/glib-2.0/method.SequenceIter.move.html /usr/share/doc/glib-2.0/method.SequenceIter.next.html /usr/share/doc/glib-2.0/method.SequenceIter.prev.html /usr/share/doc/glib-2.0/method.Source.add_child_source.html /usr/share/doc/glib-2.0/method.Source.add_poll.html /usr/share/doc/glib-2.0/method.Source.add_unix_fd.html /usr/share/doc/glib-2.0/method.Source.attach.html /usr/share/doc/glib-2.0/method.Source.destroy.html /usr/share/doc/glib-2.0/method.Source.get_can_recurse.html /usr/share/doc/glib-2.0/method.Source.get_context.html /usr/share/doc/glib-2.0/method.Source.get_current_time.html /usr/share/doc/glib-2.0/method.Source.get_id.html /usr/share/doc/glib-2.0/method.Source.get_name.html /usr/share/doc/glib-2.0/method.Source.get_priority.html /usr/share/doc/glib-2.0/method.Source.get_ready_time.html /usr/share/doc/glib-2.0/method.Source.get_time.html /usr/share/doc/glib-2.0/method.Source.is_destroyed.html /usr/share/doc/glib-2.0/method.Source.modify_unix_fd.html /usr/share/doc/glib-2.0/method.Source.query_unix_fd.html /usr/share/doc/glib-2.0/method.Source.ref.html /usr/share/doc/glib-2.0/method.Source.remove_child_source.html /usr/share/doc/glib-2.0/method.Source.remove_poll.html /usr/share/doc/glib-2.0/method.Source.remove_unix_fd.html /usr/share/doc/glib-2.0/method.Source.set_callback.html /usr/share/doc/glib-2.0/method.Source.set_callback_indirect.html /usr/share/doc/glib-2.0/method.Source.set_can_recurse.html /usr/share/doc/glib-2.0/method.Source.set_dispose_function.html /usr/share/doc/glib-2.0/method.Source.set_funcs.html /usr/share/doc/glib-2.0/method.Source.set_name.html /usr/share/doc/glib-2.0/method.Source.set_priority.html /usr/share/doc/glib-2.0/method.Source.set_ready_time.html /usr/share/doc/glib-2.0/method.Source.set_static_name.html /usr/share/doc/glib-2.0/method.Source.unref.html /usr/share/doc/glib-2.0/method.StaticMutex.free.html /usr/share/doc/glib-2.0/method.StaticMutex.get_mutex_impl.html /usr/share/doc/glib-2.0/method.StaticMutex.init.html /usr/share/doc/glib-2.0/method.StaticPrivate.free.html /usr/share/doc/glib-2.0/method.StaticPrivate.get.html /usr/share/doc/glib-2.0/method.StaticPrivate.init.html /usr/share/doc/glib-2.0/method.StaticPrivate.set.html /usr/share/doc/glib-2.0/method.StaticRWLock.free.html /usr/share/doc/glib-2.0/method.StaticRWLock.init.html /usr/share/doc/glib-2.0/method.StaticRWLock.reader_lock.html /usr/share/doc/glib-2.0/method.StaticRWLock.reader_trylock.html /usr/share/doc/glib-2.0/method.StaticRWLock.reader_unlock.html /usr/share/doc/glib-2.0/method.StaticRWLock.writer_lock.html /usr/share/doc/glib-2.0/method.StaticRWLock.writer_trylock.html /usr/share/doc/glib-2.0/method.StaticRWLock.writer_unlock.html /usr/share/doc/glib-2.0/method.StaticRecMutex.free.html /usr/share/doc/glib-2.0/method.StaticRecMutex.init.html /usr/share/doc/glib-2.0/method.StaticRecMutex.lock.html /usr/share/doc/glib-2.0/method.StaticRecMutex.lock_full.html /usr/share/doc/glib-2.0/method.StaticRecMutex.trylock.html /usr/share/doc/glib-2.0/method.StaticRecMutex.unlock.html /usr/share/doc/glib-2.0/method.StaticRecMutex.unlock_full.html /usr/share/doc/glib-2.0/method.String.append.html /usr/share/doc/glib-2.0/method.String.append_c.html /usr/share/doc/glib-2.0/method.String.append_len.html /usr/share/doc/glib-2.0/method.String.append_printf.html /usr/share/doc/glib-2.0/method.String.append_unichar.html /usr/share/doc/glib-2.0/method.String.append_uri_escaped.html /usr/share/doc/glib-2.0/method.String.append_vprintf.html /usr/share/doc/glib-2.0/method.String.ascii_down.html /usr/share/doc/glib-2.0/method.String.ascii_up.html /usr/share/doc/glib-2.0/method.String.assign.html /usr/share/doc/glib-2.0/method.String.down.html /usr/share/doc/glib-2.0/method.String.equal.html /usr/share/doc/glib-2.0/method.String.erase.html /usr/share/doc/glib-2.0/method.String.free.html /usr/share/doc/glib-2.0/method.String.free_and_steal.html /usr/share/doc/glib-2.0/method.String.free_to_bytes.html /usr/share/doc/glib-2.0/method.String.hash.html /usr/share/doc/glib-2.0/method.String.insert.html /usr/share/doc/glib-2.0/method.String.insert_c.html /usr/share/doc/glib-2.0/method.String.insert_len.html /usr/share/doc/glib-2.0/method.String.insert_unichar.html /usr/share/doc/glib-2.0/method.String.overwrite.html /usr/share/doc/glib-2.0/method.String.overwrite_len.html /usr/share/doc/glib-2.0/method.String.prepend.html /usr/share/doc/glib-2.0/method.String.prepend_c.html /usr/share/doc/glib-2.0/method.String.prepend_len.html /usr/share/doc/glib-2.0/method.String.prepend_unichar.html /usr/share/doc/glib-2.0/method.String.printf.html /usr/share/doc/glib-2.0/method.String.replace.html /usr/share/doc/glib-2.0/method.String.set_size.html /usr/share/doc/glib-2.0/method.String.truncate.html /usr/share/doc/glib-2.0/method.String.up.html /usr/share/doc/glib-2.0/method.String.vprintf.html /usr/share/doc/glib-2.0/method.StringChunk.clear.html /usr/share/doc/glib-2.0/method.StringChunk.free.html /usr/share/doc/glib-2.0/method.StringChunk.insert.html /usr/share/doc/glib-2.0/method.StringChunk.insert_const.html /usr/share/doc/glib-2.0/method.StringChunk.insert_len.html /usr/share/doc/glib-2.0/method.StrvBuilder.add.html /usr/share/doc/glib-2.0/method.StrvBuilder.add_many.html /usr/share/doc/glib-2.0/method.StrvBuilder.addv.html /usr/share/doc/glib-2.0/method.StrvBuilder.end.html /usr/share/doc/glib-2.0/method.StrvBuilder.ref.html /usr/share/doc/glib-2.0/method.StrvBuilder.take.html /usr/share/doc/glib-2.0/method.StrvBuilder.unref.html /usr/share/doc/glib-2.0/method.StrvBuilder.unref_to_strv.html /usr/share/doc/glib-2.0/method.TestCase.free.html /usr/share/doc/glib-2.0/method.TestLogBuffer.free.html /usr/share/doc/glib-2.0/method.TestLogBuffer.pop.html /usr/share/doc/glib-2.0/method.TestLogBuffer.push.html /usr/share/doc/glib-2.0/method.TestLogMsg.free.html /usr/share/doc/glib-2.0/method.TestSuite.add.html /usr/share/doc/glib-2.0/method.TestSuite.add_suite.html /usr/share/doc/glib-2.0/method.TestSuite.free.html /usr/share/doc/glib-2.0/method.Thread.join.html /usr/share/doc/glib-2.0/method.Thread.ref.html /usr/share/doc/glib-2.0/method.Thread.set_priority.html /usr/share/doc/glib-2.0/method.Thread.unref.html /usr/share/doc/glib-2.0/method.ThreadPool.free.html /usr/share/doc/glib-2.0/method.ThreadPool.get_max_threads.html /usr/share/doc/glib-2.0/method.ThreadPool.get_num_threads.html /usr/share/doc/glib-2.0/method.ThreadPool.move_to_front.html /usr/share/doc/glib-2.0/method.ThreadPool.push.html /usr/share/doc/glib-2.0/method.ThreadPool.set_max_threads.html /usr/share/doc/glib-2.0/method.ThreadPool.set_sort_function.html /usr/share/doc/glib-2.0/method.ThreadPool.unprocessed.html /usr/share/doc/glib-2.0/method.TimeVal.add.html /usr/share/doc/glib-2.0/method.TimeVal.to_iso8601.html /usr/share/doc/glib-2.0/method.TimeZone.adjust_time.html /usr/share/doc/glib-2.0/method.TimeZone.find_interval.html /usr/share/doc/glib-2.0/method.TimeZone.get_abbreviation.html /usr/share/doc/glib-2.0/method.TimeZone.get_identifier.html /usr/share/doc/glib-2.0/method.TimeZone.get_offset.html /usr/share/doc/glib-2.0/method.TimeZone.is_dst.html /usr/share/doc/glib-2.0/method.TimeZone.ref.html /usr/share/doc/glib-2.0/method.TimeZone.unref.html /usr/share/doc/glib-2.0/method.Timer.continue.html /usr/share/doc/glib-2.0/method.Timer.destroy.html /usr/share/doc/glib-2.0/method.Timer.elapsed.html /usr/share/doc/glib-2.0/method.Timer.is_active.html /usr/share/doc/glib-2.0/method.Timer.reset.html /usr/share/doc/glib-2.0/method.Timer.start.html /usr/share/doc/glib-2.0/method.Timer.stop.html /usr/share/doc/glib-2.0/method.Tree.destroy.html /usr/share/doc/glib-2.0/method.Tree.foreach.html /usr/share/doc/glib-2.0/method.Tree.foreach_node.html /usr/share/doc/glib-2.0/method.Tree.height.html /usr/share/doc/glib-2.0/method.Tree.insert.html /usr/share/doc/glib-2.0/method.Tree.insert_node.html /usr/share/doc/glib-2.0/method.Tree.lookup.html /usr/share/doc/glib-2.0/method.Tree.lookup_extended.html /usr/share/doc/glib-2.0/method.Tree.lookup_node.html /usr/share/doc/glib-2.0/method.Tree.lower_bound.html /usr/share/doc/glib-2.0/method.Tree.nnodes.html /usr/share/doc/glib-2.0/method.Tree.node_first.html /usr/share/doc/glib-2.0/method.Tree.node_last.html /usr/share/doc/glib-2.0/method.Tree.ref.html /usr/share/doc/glib-2.0/method.Tree.remove.html /usr/share/doc/glib-2.0/method.Tree.remove_all.html /usr/share/doc/glib-2.0/method.Tree.replace.html /usr/share/doc/glib-2.0/method.Tree.replace_node.html /usr/share/doc/glib-2.0/method.Tree.search.html /usr/share/doc/glib-2.0/method.Tree.search_node.html /usr/share/doc/glib-2.0/method.Tree.steal.html /usr/share/doc/glib-2.0/method.Tree.traverse.html /usr/share/doc/glib-2.0/method.Tree.unref.html /usr/share/doc/glib-2.0/method.Tree.upper_bound.html /usr/share/doc/glib-2.0/method.TreeNode.key.html /usr/share/doc/glib-2.0/method.TreeNode.next.html /usr/share/doc/glib-2.0/method.TreeNode.previous.html /usr/share/doc/glib-2.0/method.TreeNode.value.html /usr/share/doc/glib-2.0/method.Tuples.destroy.html /usr/share/doc/glib-2.0/method.Tuples.index.html /usr/share/doc/glib-2.0/method.Uri.get_auth_params.html /usr/share/doc/glib-2.0/method.Uri.get_flags.html /usr/share/doc/glib-2.0/method.Uri.get_fragment.html /usr/share/doc/glib-2.0/method.Uri.get_host.html /usr/share/doc/glib-2.0/method.Uri.get_password.html /usr/share/doc/glib-2.0/method.Uri.get_path.html /usr/share/doc/glib-2.0/method.Uri.get_port.html /usr/share/doc/glib-2.0/method.Uri.get_query.html /usr/share/doc/glib-2.0/method.Uri.get_scheme.html /usr/share/doc/glib-2.0/method.Uri.get_user.html /usr/share/doc/glib-2.0/method.Uri.get_userinfo.html /usr/share/doc/glib-2.0/method.Uri.parse_relative.html /usr/share/doc/glib-2.0/method.Uri.ref.html /usr/share/doc/glib-2.0/method.Uri.to_string.html /usr/share/doc/glib-2.0/method.Uri.to_string_partial.html /usr/share/doc/glib-2.0/method.Uri.unref.html /usr/share/doc/glib-2.0/method.UriParamsIter.init.html /usr/share/doc/glib-2.0/method.UriParamsIter.next.html /usr/share/doc/glib-2.0/method.Variant.byteswap.html /usr/share/doc/glib-2.0/method.Variant.check_format_string.html /usr/share/doc/glib-2.0/method.Variant.classify.html /usr/share/doc/glib-2.0/method.Variant.compare.html /usr/share/doc/glib-2.0/method.Variant.dup_bytestring.html /usr/share/doc/glib-2.0/method.Variant.dup_bytestring_array.html /usr/share/doc/glib-2.0/method.Variant.dup_objv.html /usr/share/doc/glib-2.0/method.Variant.dup_string.html /usr/share/doc/glib-2.0/method.Variant.dup_strv.html /usr/share/doc/glib-2.0/method.Variant.equal.html /usr/share/doc/glib-2.0/method.Variant.get.html /usr/share/doc/glib-2.0/method.Variant.get_boolean.html /usr/share/doc/glib-2.0/method.Variant.get_byte.html /usr/share/doc/glib-2.0/method.Variant.get_bytestring.html /usr/share/doc/glib-2.0/method.Variant.get_bytestring_array.html /usr/share/doc/glib-2.0/method.Variant.get_child.html /usr/share/doc/glib-2.0/method.Variant.get_child_value.html /usr/share/doc/glib-2.0/method.Variant.get_data.html /usr/share/doc/glib-2.0/method.Variant.get_data_as_bytes.html /usr/share/doc/glib-2.0/method.Variant.get_double.html /usr/share/doc/glib-2.0/method.Variant.get_fixed_array.html /usr/share/doc/glib-2.0/method.Variant.get_handle.html /usr/share/doc/glib-2.0/method.Variant.get_int16.html /usr/share/doc/glib-2.0/method.Variant.get_int32.html /usr/share/doc/glib-2.0/method.Variant.get_int64.html /usr/share/doc/glib-2.0/method.Variant.get_maybe.html /usr/share/doc/glib-2.0/method.Variant.get_normal_form.html /usr/share/doc/glib-2.0/method.Variant.get_objv.html /usr/share/doc/glib-2.0/method.Variant.get_size.html /usr/share/doc/glib-2.0/method.Variant.get_string.html /usr/share/doc/glib-2.0/method.Variant.get_strv.html /usr/share/doc/glib-2.0/method.Variant.get_type.html /usr/share/doc/glib-2.0/method.Variant.get_type_string.html /usr/share/doc/glib-2.0/method.Variant.get_uint16.html /usr/share/doc/glib-2.0/method.Variant.get_uint32.html /usr/share/doc/glib-2.0/method.Variant.get_uint64.html /usr/share/doc/glib-2.0/method.Variant.get_va.html /usr/share/doc/glib-2.0/method.Variant.get_variant.html /usr/share/doc/glib-2.0/method.Variant.hash.html /usr/share/doc/glib-2.0/method.Variant.is_container.html /usr/share/doc/glib-2.0/method.Variant.is_floating.html /usr/share/doc/glib-2.0/method.Variant.is_normal_form.html /usr/share/doc/glib-2.0/method.Variant.is_of_type.html /usr/share/doc/glib-2.0/method.Variant.iter_new.html /usr/share/doc/glib-2.0/method.Variant.lookup.html /usr/share/doc/glib-2.0/method.Variant.lookup_value.html /usr/share/doc/glib-2.0/method.Variant.n_children.html /usr/share/doc/glib-2.0/method.Variant.print.html /usr/share/doc/glib-2.0/method.Variant.print_string.html /usr/share/doc/glib-2.0/method.Variant.ref.html /usr/share/doc/glib-2.0/method.Variant.ref_sink.html /usr/share/doc/glib-2.0/method.Variant.store.html /usr/share/doc/glib-2.0/method.Variant.take_ref.html /usr/share/doc/glib-2.0/method.Variant.unref.html /usr/share/doc/glib-2.0/method.VariantBuilder.add.html /usr/share/doc/glib-2.0/method.VariantBuilder.add_parsed.html /usr/share/doc/glib-2.0/method.VariantBuilder.add_value.html /usr/share/doc/glib-2.0/method.VariantBuilder.clear.html /usr/share/doc/glib-2.0/method.VariantBuilder.close.html /usr/share/doc/glib-2.0/method.VariantBuilder.end.html /usr/share/doc/glib-2.0/method.VariantBuilder.init.html /usr/share/doc/glib-2.0/method.VariantBuilder.open.html /usr/share/doc/glib-2.0/method.VariantBuilder.ref.html /usr/share/doc/glib-2.0/method.VariantBuilder.unref.html /usr/share/doc/glib-2.0/method.VariantDict.clear.html /usr/share/doc/glib-2.0/method.VariantDict.contains.html /usr/share/doc/glib-2.0/method.VariantDict.end.html /usr/share/doc/glib-2.0/method.VariantDict.init.html /usr/share/doc/glib-2.0/method.VariantDict.insert.html /usr/share/doc/glib-2.0/method.VariantDict.insert_value.html /usr/share/doc/glib-2.0/method.VariantDict.lookup.html /usr/share/doc/glib-2.0/method.VariantDict.lookup_value.html /usr/share/doc/glib-2.0/method.VariantDict.ref.html /usr/share/doc/glib-2.0/method.VariantDict.remove.html /usr/share/doc/glib-2.0/method.VariantDict.unref.html /usr/share/doc/glib-2.0/method.VariantIter.copy.html /usr/share/doc/glib-2.0/method.VariantIter.free.html /usr/share/doc/glib-2.0/method.VariantIter.init.html /usr/share/doc/glib-2.0/method.VariantIter.loop.html /usr/share/doc/glib-2.0/method.VariantIter.n_children.html /usr/share/doc/glib-2.0/method.VariantIter.next.html /usr/share/doc/glib-2.0/method.VariantIter.next_value.html /usr/share/doc/glib-2.0/method.VariantType.copy.html /usr/share/doc/glib-2.0/method.VariantType.dup_string.html /usr/share/doc/glib-2.0/method.VariantType.element.html /usr/share/doc/glib-2.0/method.VariantType.equal.html /usr/share/doc/glib-2.0/method.VariantType.first.html /usr/share/doc/glib-2.0/method.VariantType.free.html /usr/share/doc/glib-2.0/method.VariantType.get_string_length.html /usr/share/doc/glib-2.0/method.VariantType.hash.html /usr/share/doc/glib-2.0/method.VariantType.is_array.html /usr/share/doc/glib-2.0/method.VariantType.is_basic.html /usr/share/doc/glib-2.0/method.VariantType.is_container.html /usr/share/doc/glib-2.0/method.VariantType.is_definite.html /usr/share/doc/glib-2.0/method.VariantType.is_dict_entry.html /usr/share/doc/glib-2.0/method.VariantType.is_maybe.html /usr/share/doc/glib-2.0/method.VariantType.is_subtype_of.html /usr/share/doc/glib-2.0/method.VariantType.is_tuple.html /usr/share/doc/glib-2.0/method.VariantType.is_variant.html /usr/share/doc/glib-2.0/method.VariantType.key.html /usr/share/doc/glib-2.0/method.VariantType.n_items.html /usr/share/doc/glib-2.0/method.VariantType.next.html /usr/share/doc/glib-2.0/method.VariantType.peek_string.html /usr/share/doc/glib-2.0/method.VariantType.value.html /usr/share/doc/glib-2.0/misc-utils.html /usr/share/doc/glib-2.0/numerical.html /usr/share/doc/glib-2.0/opensearch.xml /usr/share/doc/glib-2.0/programming.html /usr/share/doc/glib-2.0/random.html /usr/share/doc/glib-2.0/reference-counting.html /usr/share/doc/glib-2.0/resources.html /usr/share/doc/glib-2.0/running.html /usr/share/doc/glib-2.0/search.js /usr/share/doc/glib-2.0/shell.html /usr/share/doc/glib-2.0/solarized-dark.css /usr/share/doc/glib-2.0/solarized-light.css /usr/share/doc/glib-2.0/spawn.html /usr/share/doc/glib-2.0/string-utils.html /usr/share/doc/glib-2.0/struct.Allocator.html /usr/share/doc/glib-2.0/struct.Array.html /usr/share/doc/glib-2.0/struct.AsyncQueue.html /usr/share/doc/glib-2.0/struct.BookmarkFile.html /usr/share/doc/glib-2.0/struct.ByteArray.html /usr/share/doc/glib-2.0/struct.Bytes.html /usr/share/doc/glib-2.0/struct.Cache.html /usr/share/doc/glib-2.0/struct.Checksum.html /usr/share/doc/glib-2.0/struct.Completion.html /usr/share/doc/glib-2.0/struct.Cond.html /usr/share/doc/glib-2.0/struct.Data.html /usr/share/doc/glib-2.0/struct.Date.html /usr/share/doc/glib-2.0/struct.DateTime.html /usr/share/doc/glib-2.0/struct.DebugKey.html /usr/share/doc/glib-2.0/struct.Dir.html /usr/share/doc/glib-2.0/struct.Error.html /usr/share/doc/glib-2.0/struct.HashTable.html /usr/share/doc/glib-2.0/struct.HashTableIter.html /usr/share/doc/glib-2.0/struct.Hmac.html /usr/share/doc/glib-2.0/struct.Hook.html /usr/share/doc/glib-2.0/struct.HookList.html /usr/share/doc/glib-2.0/struct.IConv.html /usr/share/doc/glib-2.0/struct.IOChannel.html /usr/share/doc/glib-2.0/struct.IOFuncs.html /usr/share/doc/glib-2.0/struct.KeyFile.html /usr/share/doc/glib-2.0/struct.List.html /usr/share/doc/glib-2.0/struct.LogField.html /usr/share/doc/glib-2.0/struct.MainContext.html /usr/share/doc/glib-2.0/struct.MainLoop.html /usr/share/doc/glib-2.0/struct.MappedFile.html /usr/share/doc/glib-2.0/struct.MarkupParseContext.html /usr/share/doc/glib-2.0/struct.MarkupParser.html /usr/share/doc/glib-2.0/struct.MatchInfo.html /usr/share/doc/glib-2.0/struct.MemChunk.html /usr/share/doc/glib-2.0/struct.MemVTable.html /usr/share/doc/glib-2.0/struct.Node.html /usr/share/doc/glib-2.0/struct.Once.html /usr/share/doc/glib-2.0/struct.OptionContext.html /usr/share/doc/glib-2.0/struct.OptionEntry.html /usr/share/doc/glib-2.0/struct.OptionGroup.html /usr/share/doc/glib-2.0/struct.PathBuf.html /usr/share/doc/glib-2.0/struct.PatternSpec.html /usr/share/doc/glib-2.0/struct.PollFD.html /usr/share/doc/glib-2.0/struct.Private.html /usr/share/doc/glib-2.0/struct.PtrArray.html /usr/share/doc/glib-2.0/struct.Queue.html /usr/share/doc/glib-2.0/struct.RWLock.html /usr/share/doc/glib-2.0/struct.Rand.html /usr/share/doc/glib-2.0/struct.RecMutex.html /usr/share/doc/glib-2.0/struct.Regex.html /usr/share/doc/glib-2.0/struct.Relation.html /usr/share/doc/glib-2.0/struct.SList.html /usr/share/doc/glib-2.0/struct.Scanner.html /usr/share/doc/glib-2.0/struct.ScannerConfig.html /usr/share/doc/glib-2.0/struct.Sequence.html /usr/share/doc/glib-2.0/struct.SequenceIter.html /usr/share/doc/glib-2.0/struct.Source.html /usr/share/doc/glib-2.0/struct.SourceCallbackFuncs.html /usr/share/doc/glib-2.0/struct.SourceFuncs.html /usr/share/doc/glib-2.0/struct.StatBuf.html /usr/share/doc/glib-2.0/struct.StaticMutex.html /usr/share/doc/glib-2.0/struct.StaticPrivate.html /usr/share/doc/glib-2.0/struct.StaticRWLock.html /usr/share/doc/glib-2.0/struct.StaticRecMutex.html /usr/share/doc/glib-2.0/struct.String.html /usr/share/doc/glib-2.0/struct.StringChunk.html /usr/share/doc/glib-2.0/struct.StrvBuilder.html /usr/share/doc/glib-2.0/struct.TestCase.html /usr/share/doc/glib-2.0/struct.TestConfig.html /usr/share/doc/glib-2.0/struct.TestLogBuffer.html /usr/share/doc/glib-2.0/struct.TestLogMsg.html /usr/share/doc/glib-2.0/struct.TestSuite.html /usr/share/doc/glib-2.0/struct.Thread.html /usr/share/doc/glib-2.0/struct.ThreadFunctions.html /usr/share/doc/glib-2.0/struct.ThreadPool.html /usr/share/doc/glib-2.0/struct.TimeVal.html /usr/share/doc/glib-2.0/struct.TimeZone.html /usr/share/doc/glib-2.0/struct.Timer.html /usr/share/doc/glib-2.0/struct.TrashStack.html /usr/share/doc/glib-2.0/struct.Tree.html /usr/share/doc/glib-2.0/struct.TreeNode.html /usr/share/doc/glib-2.0/struct.Tuples.html /usr/share/doc/glib-2.0/struct.UnixPipe.html /usr/share/doc/glib-2.0/struct.Uri.html /usr/share/doc/glib-2.0/struct.UriParamsIter.html /usr/share/doc/glib-2.0/struct.Variant.html /usr/share/doc/glib-2.0/struct.VariantBuilder.html /usr/share/doc/glib-2.0/struct.VariantDict.html /usr/share/doc/glib-2.0/struct.VariantIter.html /usr/share/doc/glib-2.0/struct.VariantType.html /usr/share/doc/glib-2.0/style.css /usr/share/doc/glib-2.0/testing.html /usr/share/doc/glib-2.0/threads-deprecated.html /usr/share/doc/glib-2.0/threads.html /usr/share/doc/glib-2.0/type_func.Allocator.new.html /usr/share/doc/glib-2.0/type_func.Array.append_vals.html /usr/share/doc/glib-2.0/type_func.Array.binary_search.html /usr/share/doc/glib-2.0/type_func.Array.copy.html /usr/share/doc/glib-2.0/type_func.Array.free.html /usr/share/doc/glib-2.0/type_func.Array.get_element_size.html /usr/share/doc/glib-2.0/type_func.Array.insert_vals.html /usr/share/doc/glib-2.0/type_func.Array.new.html /usr/share/doc/glib-2.0/type_func.Array.new_take.html /usr/share/doc/glib-2.0/type_func.Array.new_take_zero_terminated.html /usr/share/doc/glib-2.0/type_func.Array.prepend_vals.html /usr/share/doc/glib-2.0/type_func.Array.ref.html /usr/share/doc/glib-2.0/type_func.Array.remove_index.html /usr/share/doc/glib-2.0/type_func.Array.remove_index_fast.html /usr/share/doc/glib-2.0/type_func.Array.remove_range.html /usr/share/doc/glib-2.0/type_func.Array.set_clear_func.html /usr/share/doc/glib-2.0/type_func.Array.set_size.html /usr/share/doc/glib-2.0/type_func.Array.sized_new.html /usr/share/doc/glib-2.0/type_func.Array.sort.html /usr/share/doc/glib-2.0/type_func.Array.sort_with_data.html /usr/share/doc/glib-2.0/type_func.Array.steal.html /usr/share/doc/glib-2.0/type_func.Array.unref.html /usr/share/doc/glib-2.0/type_func.AsyncQueue.new.html /usr/share/doc/glib-2.0/type_func.AsyncQueue.new_full.html /usr/share/doc/glib-2.0/type_func.BookmarkFile.error_quark.html /usr/share/doc/glib-2.0/type_func.ByteArray.append.html /usr/share/doc/glib-2.0/type_func.ByteArray.free.html /usr/share/doc/glib-2.0/type_func.ByteArray.free_to_bytes.html /usr/share/doc/glib-2.0/type_func.ByteArray.new.html /usr/share/doc/glib-2.0/type_func.ByteArray.new_take.html /usr/share/doc/glib-2.0/type_func.ByteArray.prepend.html /usr/share/doc/glib-2.0/type_func.ByteArray.ref.html /usr/share/doc/glib-2.0/type_func.ByteArray.remove_index.html /usr/share/doc/glib-2.0/type_func.ByteArray.remove_index_fast.html /usr/share/doc/glib-2.0/type_func.ByteArray.remove_range.html /usr/share/doc/glib-2.0/type_func.ByteArray.set_size.html /usr/share/doc/glib-2.0/type_func.ByteArray.sized_new.html /usr/share/doc/glib-2.0/type_func.ByteArray.sort.html /usr/share/doc/glib-2.0/type_func.ByteArray.sort_with_data.html /usr/share/doc/glib-2.0/type_func.ByteArray.steal.html /usr/share/doc/glib-2.0/type_func.ByteArray.unref.html /usr/share/doc/glib-2.0/type_func.Cache.new.html /usr/share/doc/glib-2.0/type_func.Checksum.type_get_length.html /usr/share/doc/glib-2.0/type_func.Completion.new.html /usr/share/doc/glib-2.0/type_func.Cond.new.html /usr/share/doc/glib-2.0/type_func.Date.get_days_in_month.html /usr/share/doc/glib-2.0/type_func.Date.get_monday_weeks_in_year.html /usr/share/doc/glib-2.0/type_func.Date.get_sunday_weeks_in_year.html /usr/share/doc/glib-2.0/type_func.Date.is_leap_year.html /usr/share/doc/glib-2.0/type_func.Date.strftime.html /usr/share/doc/glib-2.0/type_func.Date.valid_day.html /usr/share/doc/glib-2.0/type_func.Date.valid_dmy.html /usr/share/doc/glib-2.0/type_func.Date.valid_julian.html /usr/share/doc/glib-2.0/type_func.Date.valid_month.html /usr/share/doc/glib-2.0/type_func.Date.valid_weekday.html /usr/share/doc/glib-2.0/type_func.Date.valid_year.html /usr/share/doc/glib-2.0/type_func.Dir.make_tmp.html /usr/share/doc/glib-2.0/type_func.Error.domain_register.html /usr/share/doc/glib-2.0/type_func.Error.domain_register_static.html /usr/share/doc/glib-2.0/type_func.HashTable.add.html /usr/share/doc/glib-2.0/type_func.HashTable.contains.html /usr/share/doc/glib-2.0/type_func.HashTable.destroy.html /usr/share/doc/glib-2.0/type_func.HashTable.find.html /usr/share/doc/glib-2.0/type_func.HashTable.foreach.html /usr/share/doc/glib-2.0/type_func.HashTable.foreach_remove.html /usr/share/doc/glib-2.0/type_func.HashTable.foreach_steal.html /usr/share/doc/glib-2.0/type_func.HashTable.get_keys.html /usr/share/doc/glib-2.0/type_func.HashTable.get_keys_as_array.html /usr/share/doc/glib-2.0/type_func.HashTable.get_keys_as_ptr_array.html /usr/share/doc/glib-2.0/type_func.HashTable.get_values.html /usr/share/doc/glib-2.0/type_func.HashTable.get_values_as_ptr_array.html /usr/share/doc/glib-2.0/type_func.HashTable.insert.html /usr/share/doc/glib-2.0/type_func.HashTable.lookup.html /usr/share/doc/glib-2.0/type_func.HashTable.lookup_extended.html /usr/share/doc/glib-2.0/type_func.HashTable.new.html /usr/share/doc/glib-2.0/type_func.HashTable.new_full.html /usr/share/doc/glib-2.0/type_func.HashTable.new_similar.html /usr/share/doc/glib-2.0/type_func.HashTable.ref.html /usr/share/doc/glib-2.0/type_func.HashTable.remove.html /usr/share/doc/glib-2.0/type_func.HashTable.remove_all.html /usr/share/doc/glib-2.0/type_func.HashTable.replace.html /usr/share/doc/glib-2.0/type_func.HashTable.size.html /usr/share/doc/glib-2.0/type_func.HashTable.steal.html /usr/share/doc/glib-2.0/type_func.HashTable.steal_all.html /usr/share/doc/glib-2.0/type_func.HashTable.steal_all_keys.html /usr/share/doc/glib-2.0/type_func.HashTable.steal_all_values.html /usr/share/doc/glib-2.0/type_func.HashTable.steal_extended.html /usr/share/doc/glib-2.0/type_func.HashTable.unref.html /usr/share/doc/glib-2.0/type_func.Hook.alloc.html /usr/share/doc/glib-2.0/type_func.Hook.destroy.html /usr/share/doc/glib-2.0/type_func.Hook.destroy_link.html /usr/share/doc/glib-2.0/type_func.Hook.find.html /usr/share/doc/glib-2.0/type_func.Hook.find_data.html /usr/share/doc/glib-2.0/type_func.Hook.find_func.html /usr/share/doc/glib-2.0/type_func.Hook.find_func_data.html /usr/share/doc/glib-2.0/type_func.Hook.first_valid.html /usr/share/doc/glib-2.0/type_func.Hook.free.html /usr/share/doc/glib-2.0/type_func.Hook.get.html /usr/share/doc/glib-2.0/type_func.Hook.insert_before.html /usr/share/doc/glib-2.0/type_func.Hook.insert_sorted.html /usr/share/doc/glib-2.0/type_func.Hook.next_valid.html /usr/share/doc/glib-2.0/type_func.Hook.prepend.html /usr/share/doc/glib-2.0/type_func.Hook.ref.html /usr/share/doc/glib-2.0/type_func.Hook.unref.html /usr/share/doc/glib-2.0/type_func.IConv.open.html /usr/share/doc/glib-2.0/type_func.IOChannel.error_from_errno.html /usr/share/doc/glib-2.0/type_func.IOChannel.error_quark.html /usr/share/doc/glib-2.0/type_func.KeyFile.error_quark.html /usr/share/doc/glib-2.0/type_func.List.alloc.html /usr/share/doc/glib-2.0/type_func.List.append.html /usr/share/doc/glib-2.0/type_func.List.concat.html /usr/share/doc/glib-2.0/type_func.List.copy.html /usr/share/doc/glib-2.0/type_func.List.copy_deep.html /usr/share/doc/glib-2.0/type_func.List.delete_link.html /usr/share/doc/glib-2.0/type_func.List.find.html /usr/share/doc/glib-2.0/type_func.List.find_custom.html /usr/share/doc/glib-2.0/type_func.List.first.html /usr/share/doc/glib-2.0/type_func.List.foreach.html /usr/share/doc/glib-2.0/type_func.List.free.html /usr/share/doc/glib-2.0/type_func.List.free_1.html /usr/share/doc/glib-2.0/type_func.List.free_full.html /usr/share/doc/glib-2.0/type_func.List.index.html /usr/share/doc/glib-2.0/type_func.List.insert.html /usr/share/doc/glib-2.0/type_func.List.insert_before.html /usr/share/doc/glib-2.0/type_func.List.insert_before_link.html /usr/share/doc/glib-2.0/type_func.List.insert_sorted.html /usr/share/doc/glib-2.0/type_func.List.insert_sorted_with_data.html /usr/share/doc/glib-2.0/type_func.List.last.html /usr/share/doc/glib-2.0/type_func.List.length.html /usr/share/doc/glib-2.0/type_func.List.nth.html /usr/share/doc/glib-2.0/type_func.List.nth_data.html /usr/share/doc/glib-2.0/type_func.List.nth_prev.html /usr/share/doc/glib-2.0/type_func.List.pop_allocator.html /usr/share/doc/glib-2.0/type_func.List.position.html /usr/share/doc/glib-2.0/type_func.List.prepend.html /usr/share/doc/glib-2.0/type_func.List.push_allocator.html /usr/share/doc/glib-2.0/type_func.List.remove.html /usr/share/doc/glib-2.0/type_func.List.remove_all.html /usr/share/doc/glib-2.0/type_func.List.remove_link.html /usr/share/doc/glib-2.0/type_func.List.reverse.html /usr/share/doc/glib-2.0/type_func.List.sort.html /usr/share/doc/glib-2.0/type_func.List.sort_with_data.html /usr/share/doc/glib-2.0/type_func.MainContext.default.html /usr/share/doc/glib-2.0/type_func.MainContext.get_thread_default.html /usr/share/doc/glib-2.0/type_func.MainContext.ref_thread_default.html /usr/share/doc/glib-2.0/type_func.MemChunk.info.html /usr/share/doc/glib-2.0/type_func.MemChunk.new.html /usr/share/doc/glib-2.0/type_func.Mutex.new.html /usr/share/doc/glib-2.0/type_func.Node.new.html /usr/share/doc/glib-2.0/type_func.Node.pop_allocator.html /usr/share/doc/glib-2.0/type_func.Node.push_allocator.html /usr/share/doc/glib-2.0/type_func.Once.init_enter.html /usr/share/doc/glib-2.0/type_func.Once.init_enter_impl.html /usr/share/doc/glib-2.0/type_func.Once.init_enter_pointer.html /usr/share/doc/glib-2.0/type_func.Once.init_leave.html /usr/share/doc/glib-2.0/type_func.Once.init_leave_pointer.html /usr/share/doc/glib-2.0/type_func.OptionContext.new.html /usr/share/doc/glib-2.0/type_func.PathBuf.equal.html /usr/share/doc/glib-2.0/type_func.PathBuf.new.html /usr/share/doc/glib-2.0/type_func.PathBuf.new_from_path.html /usr/share/doc/glib-2.0/type_func.Private.new.html /usr/share/doc/glib-2.0/type_func.PtrArray.add.html /usr/share/doc/glib-2.0/type_func.PtrArray.copy.html /usr/share/doc/glib-2.0/type_func.PtrArray.extend.html /usr/share/doc/glib-2.0/type_func.PtrArray.extend_and_steal.html /usr/share/doc/glib-2.0/type_func.PtrArray.find.html /usr/share/doc/glib-2.0/type_func.PtrArray.find_with_equal_func.html /usr/share/doc/glib-2.0/type_func.PtrArray.foreach.html /usr/share/doc/glib-2.0/type_func.PtrArray.free.html /usr/share/doc/glib-2.0/type_func.PtrArray.insert.html /usr/share/doc/glib-2.0/type_func.PtrArray.is_null_terminated.html /usr/share/doc/glib-2.0/type_func.PtrArray.new.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_from_array.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_from_null_terminated_array.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_full.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_null_terminated.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_take.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_take_null_terminated.html /usr/share/doc/glib-2.0/type_func.PtrArray.new_with_free_func.html /usr/share/doc/glib-2.0/type_func.PtrArray.ref.html /usr/share/doc/glib-2.0/type_func.PtrArray.remove.html /usr/share/doc/glib-2.0/type_func.PtrArray.remove_fast.html /usr/share/doc/glib-2.0/type_func.PtrArray.remove_index.html /usr/share/doc/glib-2.0/type_func.PtrArray.remove_index_fast.html /usr/share/doc/glib-2.0/type_func.PtrArray.remove_range.html /usr/share/doc/glib-2.0/type_func.PtrArray.set_free_func.html /usr/share/doc/glib-2.0/type_func.PtrArray.set_size.html /usr/share/doc/glib-2.0/type_func.PtrArray.sized_new.html /usr/share/doc/glib-2.0/type_func.PtrArray.sort.html /usr/share/doc/glib-2.0/type_func.PtrArray.sort_values.html /usr/share/doc/glib-2.0/type_func.PtrArray.sort_values_with_data.html /usr/share/doc/glib-2.0/type_func.PtrArray.sort_with_data.html /usr/share/doc/glib-2.0/type_func.PtrArray.steal.html /usr/share/doc/glib-2.0/type_func.PtrArray.steal_index.html /usr/share/doc/glib-2.0/type_func.PtrArray.steal_index_fast.html /usr/share/doc/glib-2.0/type_func.PtrArray.unref.html /usr/share/doc/glib-2.0/type_func.Queue.new.html /usr/share/doc/glib-2.0/type_func.Regex.check_replacement.html /usr/share/doc/glib-2.0/type_func.Regex.error_quark.html /usr/share/doc/glib-2.0/type_func.Regex.escape_nul.html /usr/share/doc/glib-2.0/type_func.Regex.escape_string.html /usr/share/doc/glib-2.0/type_func.Regex.match_simple.html /usr/share/doc/glib-2.0/type_func.Regex.split_simple.html /usr/share/doc/glib-2.0/type_func.Relation.new.html /usr/share/doc/glib-2.0/type_func.SList.alloc.html /usr/share/doc/glib-2.0/type_func.SList.append.html /usr/share/doc/glib-2.0/type_func.SList.concat.html /usr/share/doc/glib-2.0/type_func.SList.copy.html /usr/share/doc/glib-2.0/type_func.SList.copy_deep.html /usr/share/doc/glib-2.0/type_func.SList.delete_link.html /usr/share/doc/glib-2.0/type_func.SList.find.html /usr/share/doc/glib-2.0/type_func.SList.find_custom.html /usr/share/doc/glib-2.0/type_func.SList.foreach.html /usr/share/doc/glib-2.0/type_func.SList.free.html /usr/share/doc/glib-2.0/type_func.SList.free_1.html /usr/share/doc/glib-2.0/type_func.SList.free_full.html /usr/share/doc/glib-2.0/type_func.SList.index.html /usr/share/doc/glib-2.0/type_func.SList.insert.html /usr/share/doc/glib-2.0/type_func.SList.insert_before.html /usr/share/doc/glib-2.0/type_func.SList.insert_sorted.html /usr/share/doc/glib-2.0/type_func.SList.insert_sorted_with_data.html /usr/share/doc/glib-2.0/type_func.SList.last.html /usr/share/doc/glib-2.0/type_func.SList.length.html /usr/share/doc/glib-2.0/type_func.SList.nth.html /usr/share/doc/glib-2.0/type_func.SList.nth_data.html /usr/share/doc/glib-2.0/type_func.SList.pop_allocator.html /usr/share/doc/glib-2.0/type_func.SList.position.html /usr/share/doc/glib-2.0/type_func.SList.prepend.html /usr/share/doc/glib-2.0/type_func.SList.push_allocator.html /usr/share/doc/glib-2.0/type_func.SList.remove.html /usr/share/doc/glib-2.0/type_func.SList.remove_all.html /usr/share/doc/glib-2.0/type_func.SList.remove_link.html /usr/share/doc/glib-2.0/type_func.SList.reverse.html /usr/share/doc/glib-2.0/type_func.SList.sort.html /usr/share/doc/glib-2.0/type_func.SList.sort_with_data.html /usr/share/doc/glib-2.0/type_func.Scanner.new.html /usr/share/doc/glib-2.0/type_func.Sequence.foreach_range.html /usr/share/doc/glib-2.0/type_func.Sequence.get.html /usr/share/doc/glib-2.0/type_func.Sequence.insert_before.html /usr/share/doc/glib-2.0/type_func.Sequence.move.html /usr/share/doc/glib-2.0/type_func.Sequence.move_range.html /usr/share/doc/glib-2.0/type_func.Sequence.new.html /usr/share/doc/glib-2.0/type_func.Sequence.range_get_midpoint.html /usr/share/doc/glib-2.0/type_func.Sequence.remove.html /usr/share/doc/glib-2.0/type_func.Sequence.remove_range.html /usr/share/doc/glib-2.0/type_func.Sequence.set.html /usr/share/doc/glib-2.0/type_func.Sequence.sort_changed.html /usr/share/doc/glib-2.0/type_func.Sequence.sort_changed_iter.html /usr/share/doc/glib-2.0/type_func.Sequence.swap.html /usr/share/doc/glib-2.0/type_func.Source.remove.html /usr/share/doc/glib-2.0/type_func.Source.remove_by_funcs_user_data.html /usr/share/doc/glib-2.0/type_func.Source.remove_by_user_data.html /usr/share/doc/glib-2.0/type_func.Source.set_name_by_id.html /usr/share/doc/glib-2.0/type_func.StringChunk.new.html /usr/share/doc/glib-2.0/type_func.TestLogBuffer.new.html /usr/share/doc/glib-2.0/type_func.Thread.create.html /usr/share/doc/glib-2.0/type_func.Thread.create_full.html /usr/share/doc/glib-2.0/type_func.Thread.error_quark.html /usr/share/doc/glib-2.0/type_func.Thread.exit.html /usr/share/doc/glib-2.0/type_func.Thread.foreach.html /usr/share/doc/glib-2.0/type_func.Thread.get_initialized.html /usr/share/doc/glib-2.0/type_func.Thread.init.html /usr/share/doc/glib-2.0/type_func.Thread.init_with_errorcheck_mutexes.html /usr/share/doc/glib-2.0/type_func.Thread.self.html /usr/share/doc/glib-2.0/type_func.Thread.yield.html /usr/share/doc/glib-2.0/type_func.ThreadPool.get_max_idle_time.html /usr/share/doc/glib-2.0/type_func.ThreadPool.get_max_unused_threads.html /usr/share/doc/glib-2.0/type_func.ThreadPool.get_num_unused_threads.html /usr/share/doc/glib-2.0/type_func.ThreadPool.new.html /usr/share/doc/glib-2.0/type_func.ThreadPool.new_full.html /usr/share/doc/glib-2.0/type_func.ThreadPool.set_max_idle_time.html /usr/share/doc/glib-2.0/type_func.ThreadPool.set_max_unused_threads.html /usr/share/doc/glib-2.0/type_func.ThreadPool.stop_unused_threads.html /usr/share/doc/glib-2.0/type_func.TimeVal.from_iso8601.html /usr/share/doc/glib-2.0/type_func.Timer.new.html /usr/share/doc/glib-2.0/type_func.TrashStack.height.html /usr/share/doc/glib-2.0/type_func.TrashStack.peek.html /usr/share/doc/glib-2.0/type_func.TrashStack.pop.html /usr/share/doc/glib-2.0/type_func.TrashStack.push.html /usr/share/doc/glib-2.0/type_func.UnicodeScript.from_iso15924.html /usr/share/doc/glib-2.0/type_func.UnicodeScript.to_iso15924.html /usr/share/doc/glib-2.0/type_func.Uri.build.html /usr/share/doc/glib-2.0/type_func.Uri.build_with_user.html /usr/share/doc/glib-2.0/type_func.Uri.error_quark.html /usr/share/doc/glib-2.0/type_func.Uri.escape_bytes.html /usr/share/doc/glib-2.0/type_func.Uri.escape_string.html /usr/share/doc/glib-2.0/type_func.Uri.is_valid.html /usr/share/doc/glib-2.0/type_func.Uri.join.html /usr/share/doc/glib-2.0/type_func.Uri.join_with_user.html /usr/share/doc/glib-2.0/type_func.Uri.list_extract_uris.html /usr/share/doc/glib-2.0/type_func.Uri.parse.html /usr/share/doc/glib-2.0/type_func.Uri.parse_params.html /usr/share/doc/glib-2.0/type_func.Uri.parse_scheme.html /usr/share/doc/glib-2.0/type_func.Uri.peek_scheme.html /usr/share/doc/glib-2.0/type_func.Uri.resolve_relative.html /usr/share/doc/glib-2.0/type_func.Uri.split.html /usr/share/doc/glib-2.0/type_func.Uri.split_network.html /usr/share/doc/glib-2.0/type_func.Uri.split_with_user.html /usr/share/doc/glib-2.0/type_func.Uri.unescape_bytes.html /usr/share/doc/glib-2.0/type_func.Uri.unescape_segment.html /usr/share/doc/glib-2.0/type_func.Uri.unescape_string.html /usr/share/doc/glib-2.0/type_func.Variant.is_object_path.html /usr/share/doc/glib-2.0/type_func.Variant.is_signature.html /usr/share/doc/glib-2.0/type_func.Variant.parse.html /usr/share/doc/glib-2.0/type_func.Variant.parse_error_print_context.html /usr/share/doc/glib-2.0/type_func.Variant.parse_error_quark.html /usr/share/doc/glib-2.0/type_func.Variant.parser_get_error_quark.html /usr/share/doc/glib-2.0/type_func.VariantType.checked_.html /usr/share/doc/glib-2.0/type_func.VariantType.string_get_depth_.html /usr/share/doc/glib-2.0/type_func.VariantType.string_is_valid.html /usr/share/doc/glib-2.0/type_func.VariantType.string_scan.html /usr/share/doc/glib-2.0/types.html /usr/share/doc/glib-2.0/unicode.html /usr/share/doc/glib-2.0/union.DoubleIEEE754.html /usr/share/doc/glib-2.0/union.FloatIEEE754.html /usr/share/doc/glib-2.0/union.Mutex.html /usr/share/doc/glib-2.0/union.TokenValue.html /usr/share/doc/glib-2.0/urlmap.js /usr/share/doc/glib-2.0/uuid.html /usr/share/doc/glib-2.0/version.html /usr/share/doc/glib-2.0/warnings.html /usr/share/doc/glib-unix-2.0 /usr/share/doc/glib-unix-2.0/RedHatDisplay-Black.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-Bold.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-Italic.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-Medium.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/glib-unix-2.0/RedHatDisplay-Regular.woff /usr/share/doc/glib-unix-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-Bold.woff /usr/share/doc/glib-unix-2.0/RedHatText-Bold.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-BoldItalic.woff /usr/share/doc/glib-unix-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-Italic.woff /usr/share/doc/glib-unix-2.0/RedHatText-Italic.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-Medium.woff /usr/share/doc/glib-unix-2.0/RedHatText-Medium.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-MediumItalic.woff /usr/share/doc/glib-unix-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/glib-unix-2.0/RedHatText-Regular.woff /usr/share/doc/glib-unix-2.0/RedHatText-Regular.woff2 /usr/share/doc/glib-unix-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/glib-unix-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/glib-unix-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/glib-unix-2.0/callback.FDSourceFunc.html /usr/share/doc/glib-unix-2.0/classes_hierarchy.html /usr/share/doc/glib-unix-2.0/enum.PipeEnd.html /usr/share/doc/glib-unix-2.0/fonts.css /usr/share/doc/glib-unix-2.0/func.closefrom.html /usr/share/doc/glib-unix-2.0/func.error_quark.html /usr/share/doc/glib-unix-2.0/func.fd_add.html /usr/share/doc/glib-unix-2.0/func.fd_add_full.html /usr/share/doc/glib-unix-2.0/func.fd_source_new.html /usr/share/doc/glib-unix-2.0/func.fdwalk_set_cloexec.html /usr/share/doc/glib-unix-2.0/func.get_passwd_entry.html /usr/share/doc/glib-unix-2.0/func.open_pipe.html /usr/share/doc/glib-unix-2.0/func.set_fd_nonblocking.html /usr/share/doc/glib-unix-2.0/func.signal_add.html /usr/share/doc/glib-unix-2.0/func.signal_add_full.html /usr/share/doc/glib-unix-2.0/func.signal_source_new.html /usr/share/doc/glib-unix-2.0/fzy.js /usr/share/doc/glib-unix-2.0/glib-unix-2.0.devhelp2 /usr/share/doc/glib-unix-2.0/go-up-symbolic.png /usr/share/doc/glib-unix-2.0/index.html /usr/share/doc/glib-unix-2.0/index.json /usr/share/doc/glib-unix-2.0/main.js /usr/share/doc/glib-unix-2.0/opensearch.xml /usr/share/doc/glib-unix-2.0/search.js /usr/share/doc/glib-unix-2.0/solarized-dark.css /usr/share/doc/glib-unix-2.0/solarized-light.css /usr/share/doc/glib-unix-2.0/struct.Pipe.html /usr/share/doc/glib-unix-2.0/style.css /usr/share/doc/glib-unix-2.0/unix.html /usr/share/doc/glib-unix-2.0/urlmap.js /usr/share/doc/gmodule-2.0 /usr/share/doc/gmodule-2.0/RedHatDisplay-Black.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-Bold.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-Italic.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-Medium.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/gmodule-2.0/RedHatDisplay-Regular.woff /usr/share/doc/gmodule-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/gmodule-2.0/RedHatText-Bold.woff /usr/share/doc/gmodule-2.0/RedHatText-Bold.woff2 /usr/share/doc/gmodule-2.0/RedHatText-BoldItalic.woff /usr/share/doc/gmodule-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/gmodule-2.0/RedHatText-Italic.woff /usr/share/doc/gmodule-2.0/RedHatText-Italic.woff2 /usr/share/doc/gmodule-2.0/RedHatText-Medium.woff /usr/share/doc/gmodule-2.0/RedHatText-Medium.woff2 /usr/share/doc/gmodule-2.0/RedHatText-MediumItalic.woff /usr/share/doc/gmodule-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/gmodule-2.0/RedHatText-Regular.woff /usr/share/doc/gmodule-2.0/RedHatText-Regular.woff2 /usr/share/doc/gmodule-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/gmodule-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/gmodule-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/gmodule-2.0/callback.ModuleCheckInit.html /usr/share/doc/gmodule-2.0/callback.ModuleUnload.html /usr/share/doc/gmodule-2.0/classes_hierarchy.html /usr/share/doc/gmodule-2.0/const.MODULE_IMPL_AR.html /usr/share/doc/gmodule-2.0/const.MODULE_IMPL_DL.html /usr/share/doc/gmodule-2.0/const.MODULE_IMPL_NONE.html /usr/share/doc/gmodule-2.0/const.MODULE_IMPL_WIN32.html /usr/share/doc/gmodule-2.0/error.ModuleError.html /usr/share/doc/gmodule-2.0/flags.ModuleFlags.html /usr/share/doc/gmodule-2.0/fonts.css /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_26_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_28_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_30_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_32_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_34_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_36_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_38_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_40_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_42_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_44_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_46_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_48_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_50_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_52_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_54_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_56_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_58_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_60_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_62_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_64_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_66_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_68_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_70_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_72_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_74_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_76_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_78_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_26_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_28_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_30_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_32_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_34_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_36_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_38_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_40_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_42_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_44_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_46_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_48_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_50_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_52_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_54_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_56_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_58_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_60_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_62_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_64_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_66_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_68_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_70_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_72_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_74_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_76_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_78_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_80_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_IN_2_82_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_32_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_34_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_36_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_38_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_40_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_42_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_44_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_46_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_48_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_50_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_52_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_54_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_56_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_58_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_60_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_62_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_64_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_66_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_68_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_70_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_72_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_74_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_76_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_78_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_32_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_34_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_36_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_38_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_40_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_42_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_44_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_46_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_48_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_50_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_52_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_54_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_56_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_58_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_60_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_62_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_64_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_66_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_68_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_70_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_72_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_74_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_76_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_78_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html /usr/share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html /usr/share/doc/gmodule-2.0/func.UNAVAILABLE.html /usr/share/doc/gmodule-2.0/func.UNAVAILABLE_STATIC_INLINE.html /usr/share/doc/gmodule-2.0/fzy.js /usr/share/doc/gmodule-2.0/gmodule-2.0.devhelp2 /usr/share/doc/gmodule-2.0/go-up-symbolic.png /usr/share/doc/gmodule-2.0/index.html /usr/share/doc/gmodule-2.0/index.json /usr/share/doc/gmodule-2.0/main.js /usr/share/doc/gmodule-2.0/method.Module.close.html /usr/share/doc/gmodule-2.0/method.Module.make_resident.html /usr/share/doc/gmodule-2.0/method.Module.name.html /usr/share/doc/gmodule-2.0/method.Module.symbol.html /usr/share/doc/gmodule-2.0/modules.html /usr/share/doc/gmodule-2.0/opensearch.xml /usr/share/doc/gmodule-2.0/search.js /usr/share/doc/gmodule-2.0/solarized-dark.css /usr/share/doc/gmodule-2.0/solarized-light.css /usr/share/doc/gmodule-2.0/struct.Module.html /usr/share/doc/gmodule-2.0/style.css /usr/share/doc/gmodule-2.0/type_func.Module.build_path.html /usr/share/doc/gmodule-2.0/type_func.Module.error.html /usr/share/doc/gmodule-2.0/type_func.Module.error_quark.html /usr/share/doc/gmodule-2.0/type_func.Module.open.html /usr/share/doc/gmodule-2.0/type_func.Module.open_full.html /usr/share/doc/gmodule-2.0/type_func.Module.supported.html /usr/share/doc/gmodule-2.0/urlmap.js /usr/share/doc/gobject-2.0 /usr/share/doc/gobject-2.0/RedHatDisplay-Black.woff /usr/share/doc/gobject-2.0/RedHatDisplay-Black.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/gobject-2.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-Bold.woff /usr/share/doc/gobject-2.0/RedHatDisplay-Bold.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/gobject-2.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-Italic.woff /usr/share/doc/gobject-2.0/RedHatDisplay-Italic.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-Medium.woff /usr/share/doc/gobject-2.0/RedHatDisplay-Medium.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/gobject-2.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/gobject-2.0/RedHatDisplay-Regular.woff /usr/share/doc/gobject-2.0/RedHatDisplay-Regular.woff2 /usr/share/doc/gobject-2.0/RedHatText-Bold.woff /usr/share/doc/gobject-2.0/RedHatText-Bold.woff2 /usr/share/doc/gobject-2.0/RedHatText-BoldItalic.woff /usr/share/doc/gobject-2.0/RedHatText-BoldItalic.woff2 /usr/share/doc/gobject-2.0/RedHatText-Italic.woff /usr/share/doc/gobject-2.0/RedHatText-Italic.woff2 /usr/share/doc/gobject-2.0/RedHatText-Medium.woff /usr/share/doc/gobject-2.0/RedHatText-Medium.woff2 /usr/share/doc/gobject-2.0/RedHatText-MediumItalic.woff /usr/share/doc/gobject-2.0/RedHatText-MediumItalic.woff2 /usr/share/doc/gobject-2.0/RedHatText-Regular.woff /usr/share/doc/gobject-2.0/RedHatText-Regular.woff2 /usr/share/doc/gobject-2.0/SourceCodePro-It.ttf.woff /usr/share/doc/gobject-2.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/gobject-2.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/gobject-2.0/alias.SignalCMarshaller.html /usr/share/doc/gobject-2.0/alias.SignalCVaMarshaller.html /usr/share/doc/gobject-2.0/alias.Type.html /usr/share/doc/gobject-2.0/boxed.html /usr/share/doc/gobject-2.0/callback.BaseFinalizeFunc.html /usr/share/doc/gobject-2.0/callback.BaseInitFunc.html /usr/share/doc/gobject-2.0/callback.BindingTransformFunc.html /usr/share/doc/gobject-2.0/callback.BoxedCopyFunc.html /usr/share/doc/gobject-2.0/callback.BoxedFreeFunc.html /usr/share/doc/gobject-2.0/callback.Callback.html /usr/share/doc/gobject-2.0/callback.ClassFinalizeFunc.html /usr/share/doc/gobject-2.0/callback.ClassInitFunc.html /usr/share/doc/gobject-2.0/callback.ClosureMarshal.html /usr/share/doc/gobject-2.0/callback.ClosureNotify.html /usr/share/doc/gobject-2.0/callback.InstanceInitFunc.html /usr/share/doc/gobject-2.0/callback.InterfaceFinalizeFunc.html /usr/share/doc/gobject-2.0/callback.InterfaceInitFunc.html /usr/share/doc/gobject-2.0/callback.ObjectFinalizeFunc.html /usr/share/doc/gobject-2.0/callback.ObjectGetPropertyFunc.html /usr/share/doc/gobject-2.0/callback.ObjectSetPropertyFunc.html /usr/share/doc/gobject-2.0/callback.SignalAccumulator.html /usr/share/doc/gobject-2.0/callback.SignalEmissionHook.html /usr/share/doc/gobject-2.0/callback.ToggleNotify.html /usr/share/doc/gobject-2.0/callback.TypeClassCacheFunc.html /usr/share/doc/gobject-2.0/callback.TypeInterfaceCheckFunc.html /usr/share/doc/gobject-2.0/callback.TypePluginCompleteInterfaceInfo.html /usr/share/doc/gobject-2.0/callback.TypePluginCompleteTypeInfo.html /usr/share/doc/gobject-2.0/callback.TypePluginUnuse.html /usr/share/doc/gobject-2.0/callback.TypePluginUse.html /usr/share/doc/gobject-2.0/callback.TypeValueCollectFunc.html /usr/share/doc/gobject-2.0/callback.TypeValueCopyFunc.html /usr/share/doc/gobject-2.0/callback.TypeValueFreeFunc.html /usr/share/doc/gobject-2.0/callback.TypeValueInitFunc.html /usr/share/doc/gobject-2.0/callback.TypeValueLCopyFunc.html /usr/share/doc/gobject-2.0/callback.TypeValuePeekPointerFunc.html /usr/share/doc/gobject-2.0/callback.VaClosureMarshal.html /usr/share/doc/gobject-2.0/callback.ValueTransform.html /usr/share/doc/gobject-2.0/callback.WeakNotify.html /usr/share/doc/gobject-2.0/class.Binding.html /usr/share/doc/gobject-2.0/class.BindingGroup.html /usr/share/doc/gobject-2.0/class.InitiallyUnowned.html /usr/share/doc/gobject-2.0/class.Object.html /usr/share/doc/gobject-2.0/class.ParamSpec.html /usr/share/doc/gobject-2.0/class.ParamSpecBoolean.html /usr/share/doc/gobject-2.0/class.ParamSpecBoxed.html /usr/share/doc/gobject-2.0/class.ParamSpecChar.html /usr/share/doc/gobject-2.0/class.ParamSpecDouble.html /usr/share/doc/gobject-2.0/class.ParamSpecEnum.html /usr/share/doc/gobject-2.0/class.ParamSpecFlags.html /usr/share/doc/gobject-2.0/class.ParamSpecFloat.html /usr/share/doc/gobject-2.0/class.ParamSpecGType.html /usr/share/doc/gobject-2.0/class.ParamSpecInt.html /usr/share/doc/gobject-2.0/class.ParamSpecInt64.html /usr/share/doc/gobject-2.0/class.ParamSpecLong.html /usr/share/doc/gobject-2.0/class.ParamSpecObject.html /usr/share/doc/gobject-2.0/class.ParamSpecOverride.html /usr/share/doc/gobject-2.0/class.ParamSpecParam.html /usr/share/doc/gobject-2.0/class.ParamSpecPointer.html /usr/share/doc/gobject-2.0/class.ParamSpecString.html /usr/share/doc/gobject-2.0/class.ParamSpecUChar.html /usr/share/doc/gobject-2.0/class.ParamSpecUInt.html /usr/share/doc/gobject-2.0/class.ParamSpecUInt64.html /usr/share/doc/gobject-2.0/class.ParamSpecULong.html /usr/share/doc/gobject-2.0/class.ParamSpecUnichar.html /usr/share/doc/gobject-2.0/class.ParamSpecValueArray.html /usr/share/doc/gobject-2.0/class.ParamSpecVariant.html /usr/share/doc/gobject-2.0/class.SignalGroup.html /usr/share/doc/gobject-2.0/class.TypeModule.html /usr/share/doc/gobject-2.0/class_method.Object.find_property.html /usr/share/doc/gobject-2.0/class_method.Object.install_properties.html /usr/share/doc/gobject-2.0/class_method.Object.install_property.html /usr/share/doc/gobject-2.0/class_method.Object.list_properties.html /usr/share/doc/gobject-2.0/class_method.Object.override_property.html /usr/share/doc/gobject-2.0/classes_hierarchy.html /usr/share/doc/gobject-2.0/concepts.html /usr/share/doc/gobject-2.0/const.PARAM_MASK.html /usr/share/doc/gobject-2.0/const.PARAM_STATIC_STRINGS.html /usr/share/doc/gobject-2.0/const.PARAM_USER_SHIFT.html /usr/share/doc/gobject-2.0/const.SIGNAL_FLAGS_MASK.html /usr/share/doc/gobject-2.0/const.SIGNAL_MATCH_MASK.html /usr/share/doc/gobject-2.0/const.TYPE_FLAG_RESERVED_ID_BIT.html /usr/share/doc/gobject-2.0/const.TYPE_FUNDAMENTAL_MAX.html /usr/share/doc/gobject-2.0/const.TYPE_FUNDAMENTAL_SHIFT.html /usr/share/doc/gobject-2.0/const.TYPE_RESERVED_BSE_FIRST.html /usr/share/doc/gobject-2.0/const.TYPE_RESERVED_BSE_LAST.html /usr/share/doc/gobject-2.0/const.TYPE_RESERVED_GLIB_FIRST.html /usr/share/doc/gobject-2.0/const.TYPE_RESERVED_GLIB_LAST.html /usr/share/doc/gobject-2.0/const.TYPE_RESERVED_USER_FIRST.html /usr/share/doc/gobject-2.0/const.VALUE_COLLECT_FORMAT_MAX_LENGTH.html /usr/share/doc/gobject-2.0/const.VALUE_INTERNED_STRING.html /usr/share/doc/gobject-2.0/const.VALUE_NOCOPY_CONTENTS.html /usr/share/doc/gobject-2.0/ctor.BindingGroup.new.html /usr/share/doc/gobject-2.0/ctor.Closure.new_object.html /usr/share/doc/gobject-2.0/ctor.Closure.new_simple.html /usr/share/doc/gobject-2.0/ctor.Object.new.html /usr/share/doc/gobject-2.0/ctor.Object.new_valist.html /usr/share/doc/gobject-2.0/ctor.Object.new_with_properties.html /usr/share/doc/gobject-2.0/ctor.Object.newv.html /usr/share/doc/gobject-2.0/ctor.SignalGroup.new.html /usr/share/doc/gobject-2.0/ctor.ValueArray.new.html /usr/share/doc/gobject-2.0/enum-types.html /usr/share/doc/gobject-2.0/flags.BindingFlags.html /usr/share/doc/gobject-2.0/flags.ConnectFlags.html /usr/share/doc/gobject-2.0/flags.IOCondition.html /usr/share/doc/gobject-2.0/flags.ParamFlags.html /usr/share/doc/gobject-2.0/flags.SignalFlags.html /usr/share/doc/gobject-2.0/flags.SignalMatchType.html /usr/share/doc/gobject-2.0/flags.TypeDebugFlags.html /usr/share/doc/gobject-2.0/flags.TypeFlags.html /usr/share/doc/gobject-2.0/flags.TypeFundamentalFlags.html /usr/share/doc/gobject-2.0/floating-refs.html /usr/share/doc/gobject-2.0/fonts.css /usr/share/doc/gobject-2.0/func.ADD_PRIVATE.html /usr/share/doc/gobject-2.0/func.ADD_PRIVATE_DYNAMIC.html /usr/share/doc/gobject-2.0/func.CALLBACK.html /usr/share/doc/gobject-2.0/func.CCLOSURE_SWAP_DATA.html /usr/share/doc/gobject-2.0/func.CLOSURE_NEEDS_MARSHAL.html /usr/share/doc/gobject-2.0/func.CLOSURE_N_NOTIFIERS.html /usr/share/doc/gobject-2.0/func.DECLARE_DERIVABLE_TYPE.html /usr/share/doc/gobject-2.0/func.DECLARE_FINAL_TYPE.html /usr/share/doc/gobject-2.0/func.DECLARE_INTERFACE.html /usr/share/doc/gobject-2.0/func.DEFINE_ABSTRACT_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_ABSTRACT_TYPE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_ABSTRACT_TYPE_WITH_PRIVATE.html /usr/share/doc/gobject-2.0/func.DEFINE_BOXED_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_BOXED_TYPE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_DYNAMIC_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_DYNAMIC_TYPE_EXTENDED.html /usr/share/doc/gobject-2.0/func.DEFINE_ENUM_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_ENUM_VALUE.html /usr/share/doc/gobject-2.0/func.DEFINE_FINAL_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_FINAL_TYPE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_FINAL_TYPE_WITH_PRIVATE.html /usr/share/doc/gobject-2.0/func.DEFINE_FLAGS_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_INTERFACE.html /usr/share/doc/gobject-2.0/func.DEFINE_INTERFACE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_POINTER_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_POINTER_TYPE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_TYPE.html /usr/share/doc/gobject-2.0/func.DEFINE_TYPE_EXTENDED.html /usr/share/doc/gobject-2.0/func.DEFINE_TYPE_WITH_CODE.html /usr/share/doc/gobject-2.0/func.DEFINE_TYPE_WITH_PRIVATE.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_26_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_28_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_30_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_32_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_34_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_36_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_38_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_40_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_42_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_44_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_46_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_48_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_50_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_52_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_54_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_56_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_58_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_60_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_62_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_64_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_66_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_68_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_70_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_72_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_74_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_76_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_78_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_26_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_28_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_30_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_32_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_34_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_36_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_38_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_40_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_42_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_44_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_46_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_48_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_50_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_52_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_54_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_56_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_58_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_60_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_62_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_64_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_66_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_68_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_70_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_72_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_74_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_76_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_78_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_80_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_IN_2_82_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_32_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_34_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_36_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_38_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_40_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_42_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_44_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_46_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_48_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_50_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_52_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_54_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_56_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_58_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_60_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_62_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_64_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_66_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_68_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_70_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_72_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_74_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_76_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_78_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_32_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_34_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_36_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_38_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_40_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_42_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_44_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_46_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_48_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_50_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_52_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_54_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_56_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_58_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_60_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_62_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_64_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_66_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_68_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_70_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_72_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_74_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_76_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_78_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html /usr/share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html /usr/share/doc/gobject-2.0/func.ENUM_CLASS_TYPE.html /usr/share/doc/gobject-2.0/func.ENUM_CLASS_TYPE_NAME.html /usr/share/doc/gobject-2.0/func.FLAGS_CLASS_TYPE.html /usr/share/doc/gobject-2.0/func.FLAGS_CLASS_TYPE_NAME.html /usr/share/doc/gobject-2.0/func.IMPLEMENT_INTERFACE.html /usr/share/doc/gobject-2.0/func.IMPLEMENT_INTERFACE_DYNAMIC.html /usr/share/doc/gobject-2.0/func.OBJECT_CLASS_NAME.html /usr/share/doc/gobject-2.0/func.OBJECT_CLASS_TYPE.html /usr/share/doc/gobject-2.0/func.OBJECT_TYPE.html /usr/share/doc/gobject-2.0/func.OBJECT_TYPE_NAME.html /usr/share/doc/gobject-2.0/func.OBJECT_WARN_INVALID_PROPERTY_ID.html /usr/share/doc/gobject-2.0/func.OBJECT_WARN_INVALID_PSPEC.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_GTYPE.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_TYPE.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_TYPE_NAME.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_UCHAR.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_UINT.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_UINT64.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_ULONG.html /usr/share/doc/gobject-2.0/func.PARAM_SPEC_VALUE_TYPE.html /usr/share/doc/gobject-2.0/func.PRIVATE_FIELD.html /usr/share/doc/gobject-2.0/func.PRIVATE_FIELD_P.html /usr/share/doc/gobject-2.0/func.PRIVATE_OFFSET.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_CLASS_CAST.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_CLASS_TYPE.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_INSTANCE.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_INSTANCE_CAST.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_INSTANCE_FUNDAMENTAL_TYPE.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_INSTANCE_TYPE.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_VALUE.html /usr/share/doc/gobject-2.0/func.TYPE_CHECK_VALUE_TYPE.html /usr/share/doc/gobject-2.0/func.TYPE_FROM_CLASS.html /usr/share/doc/gobject-2.0/func.TYPE_FROM_INSTANCE.html /usr/share/doc/gobject-2.0/func.TYPE_FROM_INTERFACE.html /usr/share/doc/gobject-2.0/func.TYPE_FUNDAMENTAL.html /usr/share/doc/gobject-2.0/func.TYPE_HAS_VALUE_TABLE.html /usr/share/doc/gobject-2.0/func.TYPE_MAKE_FUNDAMENTAL.html /usr/share/doc/gobject-2.0/func.UNAVAILABLE.html /usr/share/doc/gobject-2.0/func.UNAVAILABLE_STATIC_INLINE.html /usr/share/doc/gobject-2.0/func.VALUE_COLLECT.html /usr/share/doc/gobject-2.0/func.VALUE_COLLECT_INIT.html /usr/share/doc/gobject-2.0/func.VALUE_COLLECT_INIT2.html /usr/share/doc/gobject-2.0/func.VALUE_COLLECT_SKIP.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_BOOLEAN.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_BOXED.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_CHAR.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_DOUBLE.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_ENUM.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_FLAGS.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_FLOAT.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_GTYPE.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_INT.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_INT64.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_LONG.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_OBJECT.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_PARAM.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_POINTER.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_STRING.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_UCHAR.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_UINT.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_UINT64.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_ULONG.html /usr/share/doc/gobject-2.0/func.VALUE_HOLDS_VARIANT.html /usr/share/doc/gobject-2.0/func.VALUE_LCOPY.html /usr/share/doc/gobject-2.0/func.VALUE_TYPE.html /usr/share/doc/gobject-2.0/func.VALUE_TYPE_NAME.html /usr/share/doc/gobject-2.0/func.assert_finalize_object.html /usr/share/doc/gobject-2.0/func.boxed_copy.html /usr/share/doc/gobject-2.0/func.boxed_free.html /usr/share/doc/gobject-2.0/func.boxed_type_register_static.html /usr/share/doc/gobject-2.0/func.clear_object.html /usr/share/doc/gobject-2.0/func.clear_signal_handler.html /usr/share/doc/gobject-2.0/func.clear_weak_pointer.html /usr/share/doc/gobject-2.0/func.enum_complete_type_info.html /usr/share/doc/gobject-2.0/func.enum_get_value.html /usr/share/doc/gobject-2.0/func.enum_get_value_by_name.html /usr/share/doc/gobject-2.0/func.enum_get_value_by_nick.html /usr/share/doc/gobject-2.0/func.enum_register_static.html /usr/share/doc/gobject-2.0/func.enum_to_string.html /usr/share/doc/gobject-2.0/func.flags_complete_type_info.html /usr/share/doc/gobject-2.0/func.flags_get_first_value.html /usr/share/doc/gobject-2.0/func.flags_get_value_by_name.html /usr/share/doc/gobject-2.0/func.flags_get_value_by_nick.html /usr/share/doc/gobject-2.0/func.flags_register_static.html /usr/share/doc/gobject-2.0/func.flags_to_string.html /usr/share/doc/gobject-2.0/func.gtype_get_type.html /usr/share/doc/gobject-2.0/func.param_spec_boolean.html /usr/share/doc/gobject-2.0/func.param_spec_boxed.html /usr/share/doc/gobject-2.0/func.param_spec_char.html /usr/share/doc/gobject-2.0/func.param_spec_double.html /usr/share/doc/gobject-2.0/func.param_spec_enum.html /usr/share/doc/gobject-2.0/func.param_spec_flags.html /usr/share/doc/gobject-2.0/func.param_spec_float.html /usr/share/doc/gobject-2.0/func.param_spec_gtype.html /usr/share/doc/gobject-2.0/func.param_spec_int.html /usr/share/doc/gobject-2.0/func.param_spec_int64.html /usr/share/doc/gobject-2.0/func.param_spec_long.html /usr/share/doc/gobject-2.0/func.param_spec_object.html /usr/share/doc/gobject-2.0/func.param_spec_override.html /usr/share/doc/gobject-2.0/func.param_spec_param.html /usr/share/doc/gobject-2.0/func.param_spec_pointer.html /usr/share/doc/gobject-2.0/func.param_spec_string.html /usr/share/doc/gobject-2.0/func.param_spec_uchar.html /usr/share/doc/gobject-2.0/func.param_spec_uint.html /usr/share/doc/gobject-2.0/func.param_spec_uint64.html /usr/share/doc/gobject-2.0/func.param_spec_ulong.html /usr/share/doc/gobject-2.0/func.param_spec_unichar.html /usr/share/doc/gobject-2.0/func.param_spec_value_array.html /usr/share/doc/gobject-2.0/func.param_spec_variant.html /usr/share/doc/gobject-2.0/func.param_type_register_static.html /usr/share/doc/gobject-2.0/func.param_value_convert.html /usr/share/doc/gobject-2.0/func.param_value_defaults.html /usr/share/doc/gobject-2.0/func.param_value_is_valid.html /usr/share/doc/gobject-2.0/func.param_value_set_default.html /usr/share/doc/gobject-2.0/func.param_value_validate.html /usr/share/doc/gobject-2.0/func.param_values_cmp.html /usr/share/doc/gobject-2.0/func.pointer_type_register_static.html /usr/share/doc/gobject-2.0/func.set_object.html /usr/share/doc/gobject-2.0/func.set_weak_pointer.html /usr/share/doc/gobject-2.0/func.signal_accumulator_first_wins.html /usr/share/doc/gobject-2.0/func.signal_accumulator_true_handled.html /usr/share/doc/gobject-2.0/func.signal_add_emission_hook.html /usr/share/doc/gobject-2.0/func.signal_chain_from_overridden.html /usr/share/doc/gobject-2.0/func.signal_chain_from_overridden_handler.html /usr/share/doc/gobject-2.0/func.signal_connect.html /usr/share/doc/gobject-2.0/func.signal_connect_after.html /usr/share/doc/gobject-2.0/func.signal_connect_closure.html /usr/share/doc/gobject-2.0/func.signal_connect_closure_by_id.html /usr/share/doc/gobject-2.0/func.signal_connect_data.html /usr/share/doc/gobject-2.0/func.signal_connect_object.html /usr/share/doc/gobject-2.0/func.signal_connect_swapped.html /usr/share/doc/gobject-2.0/func.signal_emit.html /usr/share/doc/gobject-2.0/func.signal_emit_by_name.html /usr/share/doc/gobject-2.0/func.signal_emit_valist.html /usr/share/doc/gobject-2.0/func.signal_emitv.html /usr/share/doc/gobject-2.0/func.signal_get_invocation_hint.html /usr/share/doc/gobject-2.0/func.signal_handler_block.html /usr/share/doc/gobject-2.0/func.signal_handler_disconnect.html /usr/share/doc/gobject-2.0/func.signal_handler_find.html /usr/share/doc/gobject-2.0/func.signal_handler_is_connected.html /usr/share/doc/gobject-2.0/func.signal_handler_unblock.html /usr/share/doc/gobject-2.0/func.signal_handlers_block_by_func.html /usr/share/doc/gobject-2.0/func.signal_handlers_block_matched.html /usr/share/doc/gobject-2.0/func.signal_handlers_destroy.html /usr/share/doc/gobject-2.0/func.signal_handlers_disconnect_by_data.html /usr/share/doc/gobject-2.0/func.signal_handlers_disconnect_by_func.html /usr/share/doc/gobject-2.0/func.signal_handlers_disconnect_matched.html /usr/share/doc/gobject-2.0/func.signal_handlers_unblock_by_func.html /usr/share/doc/gobject-2.0/func.signal_handlers_unblock_matched.html /usr/share/doc/gobject-2.0/func.signal_has_handler_pending.html /usr/share/doc/gobject-2.0/func.signal_is_valid_name.html /usr/share/doc/gobject-2.0/func.signal_list_ids.html /usr/share/doc/gobject-2.0/func.signal_lookup.html /usr/share/doc/gobject-2.0/func.signal_name.html /usr/share/doc/gobject-2.0/func.signal_new.html /usr/share/doc/gobject-2.0/func.signal_new_class_handler.html /usr/share/doc/gobject-2.0/func.signal_new_valist.html /usr/share/doc/gobject-2.0/func.signal_newv.html /usr/share/doc/gobject-2.0/func.signal_override_class_closure.html /usr/share/doc/gobject-2.0/func.signal_override_class_handler.html /usr/share/doc/gobject-2.0/func.signal_parse_name.html /usr/share/doc/gobject-2.0/func.signal_query.html /usr/share/doc/gobject-2.0/func.signal_remove_emission_hook.html /usr/share/doc/gobject-2.0/func.signal_set_va_marshaller.html /usr/share/doc/gobject-2.0/func.signal_stop_emission.html /usr/share/doc/gobject-2.0/func.signal_stop_emission_by_name.html /usr/share/doc/gobject-2.0/func.signal_type_cclosure_new.html /usr/share/doc/gobject-2.0/func.source_set_closure.html /usr/share/doc/gobject-2.0/func.source_set_dummy_callback.html /usr/share/doc/gobject-2.0/func.strdup_value_contents.html /usr/share/doc/gobject-2.0/func.type_add_class_cache_func.html /usr/share/doc/gobject-2.0/func.type_add_class_private.html /usr/share/doc/gobject-2.0/func.type_add_instance_private.html /usr/share/doc/gobject-2.0/func.type_add_interface_check.html /usr/share/doc/gobject-2.0/func.type_add_interface_dynamic.html /usr/share/doc/gobject-2.0/func.type_add_interface_static.html /usr/share/doc/gobject-2.0/func.type_check_class_cast.html /usr/share/doc/gobject-2.0/func.type_check_class_is_a.html /usr/share/doc/gobject-2.0/func.type_check_instance.html /usr/share/doc/gobject-2.0/func.type_check_instance_cast.html /usr/share/doc/gobject-2.0/func.type_check_instance_is_a.html /usr/share/doc/gobject-2.0/func.type_check_instance_is_fundamentally_a.html /usr/share/doc/gobject-2.0/func.type_check_is_value_type.html /usr/share/doc/gobject-2.0/func.type_check_value.html /usr/share/doc/gobject-2.0/func.type_check_value_holds.html /usr/share/doc/gobject-2.0/func.type_children.html /usr/share/doc/gobject-2.0/func.type_create_instance.html /usr/share/doc/gobject-2.0/func.type_default_interface_peek.html /usr/share/doc/gobject-2.0/func.type_default_interface_ref.html /usr/share/doc/gobject-2.0/func.type_default_interface_unref.html /usr/share/doc/gobject-2.0/func.type_depth.html /usr/share/doc/gobject-2.0/func.type_ensure.html /usr/share/doc/gobject-2.0/func.type_free_instance.html /usr/share/doc/gobject-2.0/func.type_from_name.html /usr/share/doc/gobject-2.0/func.type_fundamental.html /usr/share/doc/gobject-2.0/func.type_fundamental_next.html /usr/share/doc/gobject-2.0/func.type_get_instance_count.html /usr/share/doc/gobject-2.0/func.type_get_plugin.html /usr/share/doc/gobject-2.0/func.type_get_qdata.html /usr/share/doc/gobject-2.0/func.type_get_type_registration_serial.html /usr/share/doc/gobject-2.0/func.type_init.html /usr/share/doc/gobject-2.0/func.type_init_with_debug_flags.html /usr/share/doc/gobject-2.0/func.type_interfaces.html /usr/share/doc/gobject-2.0/func.type_is_a.html /usr/share/doc/gobject-2.0/func.type_name.html /usr/share/doc/gobject-2.0/func.type_name_from_class.html /usr/share/doc/gobject-2.0/func.type_name_from_instance.html /usr/share/doc/gobject-2.0/func.type_next_base.html /usr/share/doc/gobject-2.0/func.type_parent.html /usr/share/doc/gobject-2.0/func.type_qname.html /usr/share/doc/gobject-2.0/func.type_query.html /usr/share/doc/gobject-2.0/func.type_register_dynamic.html /usr/share/doc/gobject-2.0/func.type_register_fundamental.html /usr/share/doc/gobject-2.0/func.type_register_static.html /usr/share/doc/gobject-2.0/func.type_register_static_simple.html /usr/share/doc/gobject-2.0/func.type_remove_class_cache_func.html /usr/share/doc/gobject-2.0/func.type_remove_interface_check.html /usr/share/doc/gobject-2.0/func.type_set_qdata.html /usr/share/doc/gobject-2.0/func.type_test_flags.html /usr/share/doc/gobject-2.0/func.variant_get_gtype.html /usr/share/doc/gobject-2.0/fzy.js /usr/share/doc/gobject-2.0/glib-genmarshal.html /usr/share/doc/gobject-2.0/glib-mkenums.html /usr/share/doc/gobject-2.0/glue.png /usr/share/doc/gobject-2.0/go-up-symbolic.png /usr/share/doc/gobject-2.0/gobject-2.0.devhelp2 /usr/share/doc/gobject-2.0/gobject-query.html /usr/share/doc/gobject-2.0/gvalue.html /usr/share/doc/gobject-2.0/iface.TypePlugin.html /usr/share/doc/gobject-2.0/index.html /usr/share/doc/gobject-2.0/index.json /usr/share/doc/gobject-2.0/main.js /usr/share/doc/gobject-2.0/method.Binding.dup_source.html /usr/share/doc/gobject-2.0/method.Binding.dup_target.html /usr/share/doc/gobject-2.0/method.Binding.get_flags.html /usr/share/doc/gobject-2.0/method.Binding.get_source.html /usr/share/doc/gobject-2.0/method.Binding.get_source_property.html /usr/share/doc/gobject-2.0/method.Binding.get_target.html /usr/share/doc/gobject-2.0/method.Binding.get_target_property.html /usr/share/doc/gobject-2.0/method.Binding.unbind.html /usr/share/doc/gobject-2.0/method.BindingGroup.bind.html /usr/share/doc/gobject-2.0/method.BindingGroup.bind_full.html /usr/share/doc/gobject-2.0/method.BindingGroup.bind_with_closures.html /usr/share/doc/gobject-2.0/method.BindingGroup.dup_source.html /usr/share/doc/gobject-2.0/method.BindingGroup.set_source.html /usr/share/doc/gobject-2.0/method.Closure.add_finalize_notifier.html /usr/share/doc/gobject-2.0/method.Closure.add_invalidate_notifier.html /usr/share/doc/gobject-2.0/method.Closure.add_marshal_guards.html /usr/share/doc/gobject-2.0/method.Closure.invalidate.html /usr/share/doc/gobject-2.0/method.Closure.invoke.html /usr/share/doc/gobject-2.0/method.Closure.ref.html /usr/share/doc/gobject-2.0/method.Closure.remove_finalize_notifier.html /usr/share/doc/gobject-2.0/method.Closure.remove_invalidate_notifier.html /usr/share/doc/gobject-2.0/method.Closure.set_marshal.html /usr/share/doc/gobject-2.0/method.Closure.set_meta_marshal.html /usr/share/doc/gobject-2.0/method.Closure.sink.html /usr/share/doc/gobject-2.0/method.Closure.unref.html /usr/share/doc/gobject-2.0/method.Object.add_toggle_ref.html /usr/share/doc/gobject-2.0/method.Object.add_weak_pointer.html /usr/share/doc/gobject-2.0/method.Object.bind_property.html /usr/share/doc/gobject-2.0/method.Object.bind_property_full.html /usr/share/doc/gobject-2.0/method.Object.bind_property_with_closures.html /usr/share/doc/gobject-2.0/method.Object.connect.html /usr/share/doc/gobject-2.0/method.Object.disconnect.html /usr/share/doc/gobject-2.0/method.Object.dup_data.html /usr/share/doc/gobject-2.0/method.Object.dup_qdata.html /usr/share/doc/gobject-2.0/method.Object.force_floating.html /usr/share/doc/gobject-2.0/method.Object.freeze_notify.html /usr/share/doc/gobject-2.0/method.Object.get.html /usr/share/doc/gobject-2.0/method.Object.get_data.html /usr/share/doc/gobject-2.0/method.Object.get_property.html /usr/share/doc/gobject-2.0/method.Object.get_qdata.html /usr/share/doc/gobject-2.0/method.Object.get_valist.html /usr/share/doc/gobject-2.0/method.Object.getv.html /usr/share/doc/gobject-2.0/method.Object.is_floating.html /usr/share/doc/gobject-2.0/method.Object.notify.html /usr/share/doc/gobject-2.0/method.Object.notify_by_pspec.html /usr/share/doc/gobject-2.0/method.Object.ref.html /usr/share/doc/gobject-2.0/method.Object.ref_sink.html /usr/share/doc/gobject-2.0/method.Object.remove_toggle_ref.html /usr/share/doc/gobject-2.0/method.Object.remove_weak_pointer.html /usr/share/doc/gobject-2.0/method.Object.replace_data.html /usr/share/doc/gobject-2.0/method.Object.replace_qdata.html /usr/share/doc/gobject-2.0/method.Object.run_dispose.html /usr/share/doc/gobject-2.0/method.Object.set.html /usr/share/doc/gobject-2.0/method.Object.set_data.html /usr/share/doc/gobject-2.0/method.Object.set_data_full.html /usr/share/doc/gobject-2.0/method.Object.set_property.html /usr/share/doc/gobject-2.0/method.Object.set_qdata.html /usr/share/doc/gobject-2.0/method.Object.set_qdata_full.html /usr/share/doc/gobject-2.0/method.Object.set_valist.html /usr/share/doc/gobject-2.0/method.Object.setv.html /usr/share/doc/gobject-2.0/method.Object.steal_data.html /usr/share/doc/gobject-2.0/method.Object.steal_qdata.html /usr/share/doc/gobject-2.0/method.Object.take_ref.html /usr/share/doc/gobject-2.0/method.Object.thaw_notify.html /usr/share/doc/gobject-2.0/method.Object.unref.html /usr/share/doc/gobject-2.0/method.Object.watch_closure.html /usr/share/doc/gobject-2.0/method.Object.weak_ref.html /usr/share/doc/gobject-2.0/method.Object.weak_unref.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_blurb.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_default_value.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_name.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_name_quark.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_nick.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_qdata.html /usr/share/doc/gobject-2.0/method.ParamSpec.get_redirect_target.html /usr/share/doc/gobject-2.0/method.ParamSpec.ref.html /usr/share/doc/gobject-2.0/method.ParamSpec.ref_sink.html /usr/share/doc/gobject-2.0/method.ParamSpec.set_qdata.html /usr/share/doc/gobject-2.0/method.ParamSpec.set_qdata_full.html /usr/share/doc/gobject-2.0/method.ParamSpec.sink.html /usr/share/doc/gobject-2.0/method.ParamSpec.steal_qdata.html /usr/share/doc/gobject-2.0/method.ParamSpec.unref.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.free.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.insert.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.list.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.list_owned.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.lookup.html /usr/share/doc/gobject-2.0/method.ParamSpecPool.remove.html /usr/share/doc/gobject-2.0/method.SignalGroup.block.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect_after.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect_closure.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect_data.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect_object.html /usr/share/doc/gobject-2.0/method.SignalGroup.connect_swapped.html /usr/share/doc/gobject-2.0/method.SignalGroup.dup_target.html /usr/share/doc/gobject-2.0/method.SignalGroup.set_target.html /usr/share/doc/gobject-2.0/method.SignalGroup.unblock.html /usr/share/doc/gobject-2.0/method.TypeClass.add_private.html /usr/share/doc/gobject-2.0/method.TypeClass.get_instance_private_offset.html /usr/share/doc/gobject-2.0/method.TypeClass.get_private.html /usr/share/doc/gobject-2.0/method.TypeClass.peek_parent.html /usr/share/doc/gobject-2.0/method.TypeClass.unref.html /usr/share/doc/gobject-2.0/method.TypeClass.unref_uncached.html /usr/share/doc/gobject-2.0/method.TypeInstance.get_private.html /usr/share/doc/gobject-2.0/method.TypeInterface.peek_parent.html /usr/share/doc/gobject-2.0/method.TypeModule.add_interface.html /usr/share/doc/gobject-2.0/method.TypeModule.register_enum.html /usr/share/doc/gobject-2.0/method.TypeModule.register_flags.html /usr/share/doc/gobject-2.0/method.TypeModule.register_type.html /usr/share/doc/gobject-2.0/method.TypeModule.set_name.html /usr/share/doc/gobject-2.0/method.TypeModule.unuse.html /usr/share/doc/gobject-2.0/method.TypeModule.use.html /usr/share/doc/gobject-2.0/method.TypePlugin.complete_interface_info.html /usr/share/doc/gobject-2.0/method.TypePlugin.complete_type_info.html /usr/share/doc/gobject-2.0/method.TypePlugin.unuse.html /usr/share/doc/gobject-2.0/method.TypePlugin.use.html /usr/share/doc/gobject-2.0/method.Value.copy.html /usr/share/doc/gobject-2.0/method.Value.dup_boxed.html /usr/share/doc/gobject-2.0/method.Value.dup_object.html /usr/share/doc/gobject-2.0/method.Value.dup_param.html /usr/share/doc/gobject-2.0/method.Value.dup_string.html /usr/share/doc/gobject-2.0/method.Value.dup_variant.html /usr/share/doc/gobject-2.0/method.Value.fits_pointer.html /usr/share/doc/gobject-2.0/method.Value.get_boolean.html /usr/share/doc/gobject-2.0/method.Value.get_boxed.html /usr/share/doc/gobject-2.0/method.Value.get_char.html /usr/share/doc/gobject-2.0/method.Value.get_double.html /usr/share/doc/gobject-2.0/method.Value.get_enum.html /usr/share/doc/gobject-2.0/method.Value.get_flags.html /usr/share/doc/gobject-2.0/method.Value.get_float.html /usr/share/doc/gobject-2.0/method.Value.get_gtype.html /usr/share/doc/gobject-2.0/method.Value.get_int.html /usr/share/doc/gobject-2.0/method.Value.get_int64.html /usr/share/doc/gobject-2.0/method.Value.get_long.html /usr/share/doc/gobject-2.0/method.Value.get_object.html /usr/share/doc/gobject-2.0/method.Value.get_param.html /usr/share/doc/gobject-2.0/method.Value.get_pointer.html /usr/share/doc/gobject-2.0/method.Value.get_schar.html /usr/share/doc/gobject-2.0/method.Value.get_string.html /usr/share/doc/gobject-2.0/method.Value.get_uchar.html /usr/share/doc/gobject-2.0/method.Value.get_uint.html /usr/share/doc/gobject-2.0/method.Value.get_uint64.html /usr/share/doc/gobject-2.0/method.Value.get_ulong.html /usr/share/doc/gobject-2.0/method.Value.get_variant.html /usr/share/doc/gobject-2.0/method.Value.init.html /usr/share/doc/gobject-2.0/method.Value.init_from_instance.html /usr/share/doc/gobject-2.0/method.Value.peek_pointer.html /usr/share/doc/gobject-2.0/method.Value.reset.html /usr/share/doc/gobject-2.0/method.Value.set_boolean.html /usr/share/doc/gobject-2.0/method.Value.set_boxed.html /usr/share/doc/gobject-2.0/method.Value.set_boxed_take_ownership.html /usr/share/doc/gobject-2.0/method.Value.set_char.html /usr/share/doc/gobject-2.0/method.Value.set_double.html /usr/share/doc/gobject-2.0/method.Value.set_enum.html /usr/share/doc/gobject-2.0/method.Value.set_flags.html /usr/share/doc/gobject-2.0/method.Value.set_float.html /usr/share/doc/gobject-2.0/method.Value.set_gtype.html /usr/share/doc/gobject-2.0/method.Value.set_instance.html /usr/share/doc/gobject-2.0/method.Value.set_int.html /usr/share/doc/gobject-2.0/method.Value.set_int64.html /usr/share/doc/gobject-2.0/method.Value.set_interned_string.html /usr/share/doc/gobject-2.0/method.Value.set_long.html /usr/share/doc/gobject-2.0/method.Value.set_object.html /usr/share/doc/gobject-2.0/method.Value.set_object_take_ownership.html /usr/share/doc/gobject-2.0/method.Value.set_param.html /usr/share/doc/gobject-2.0/method.Value.set_param_take_ownership.html /usr/share/doc/gobject-2.0/method.Value.set_pointer.html /usr/share/doc/gobject-2.0/method.Value.set_schar.html /usr/share/doc/gobject-2.0/method.Value.set_static_boxed.html /usr/share/doc/gobject-2.0/method.Value.set_static_string.html /usr/share/doc/gobject-2.0/method.Value.set_string.html /usr/share/doc/gobject-2.0/method.Value.set_string_take_ownership.html /usr/share/doc/gobject-2.0/method.Value.set_uchar.html /usr/share/doc/gobject-2.0/method.Value.set_uint.html /usr/share/doc/gobject-2.0/method.Value.set_uint64.html /usr/share/doc/gobject-2.0/method.Value.set_ulong.html /usr/share/doc/gobject-2.0/method.Value.set_variant.html /usr/share/doc/gobject-2.0/method.Value.steal_string.html /usr/share/doc/gobject-2.0/method.Value.take_boxed.html /usr/share/doc/gobject-2.0/method.Value.take_object.html /usr/share/doc/gobject-2.0/method.Value.take_param.html /usr/share/doc/gobject-2.0/method.Value.take_string.html /usr/share/doc/gobject-2.0/method.Value.take_variant.html /usr/share/doc/gobject-2.0/method.Value.transform.html /usr/share/doc/gobject-2.0/method.Value.unset.html /usr/share/doc/gobject-2.0/method.ValueArray.append.html /usr/share/doc/gobject-2.0/method.ValueArray.copy.html /usr/share/doc/gobject-2.0/method.ValueArray.free.html /usr/share/doc/gobject-2.0/method.ValueArray.get_nth.html /usr/share/doc/gobject-2.0/method.ValueArray.insert.html /usr/share/doc/gobject-2.0/method.ValueArray.prepend.html /usr/share/doc/gobject-2.0/method.ValueArray.remove.html /usr/share/doc/gobject-2.0/method.ValueArray.sort.html /usr/share/doc/gobject-2.0/method.ValueArray.sort_with_data.html /usr/share/doc/gobject-2.0/method.WeakRef.clear.html /usr/share/doc/gobject-2.0/method.WeakRef.get.html /usr/share/doc/gobject-2.0/method.WeakRef.init.html /usr/share/doc/gobject-2.0/method.WeakRef.set.html /usr/share/doc/gobject-2.0/opensearch.xml /usr/share/doc/gobject-2.0/property.Binding.flags.html /usr/share/doc/gobject-2.0/property.Binding.source-property.html /usr/share/doc/gobject-2.0/property.Binding.source.html /usr/share/doc/gobject-2.0/property.Binding.target-property.html /usr/share/doc/gobject-2.0/property.Binding.target.html /usr/share/doc/gobject-2.0/property.BindingGroup.source.html /usr/share/doc/gobject-2.0/property.SignalGroup.target-type.html /usr/share/doc/gobject-2.0/property.SignalGroup.target.html /usr/share/doc/gobject-2.0/search.js /usr/share/doc/gobject-2.0/signal.Object.notify.html /usr/share/doc/gobject-2.0/signal.SignalGroup.bind.html /usr/share/doc/gobject-2.0/signal.SignalGroup.unbind.html /usr/share/doc/gobject-2.0/signals.html /usr/share/doc/gobject-2.0/solarized-dark.css /usr/share/doc/gobject-2.0/solarized-light.css /usr/share/doc/gobject-2.0/struct.CClosure.html /usr/share/doc/gobject-2.0/struct.Closure.html /usr/share/doc/gobject-2.0/struct.ClosureNotifyData.html /usr/share/doc/gobject-2.0/struct.EnumClass.html /usr/share/doc/gobject-2.0/struct.EnumValue.html /usr/share/doc/gobject-2.0/struct.FlagsClass.html /usr/share/doc/gobject-2.0/struct.FlagsValue.html /usr/share/doc/gobject-2.0/struct.InterfaceInfo.html /usr/share/doc/gobject-2.0/struct.ObjectConstructParam.html /usr/share/doc/gobject-2.0/struct.ParamSpecPool.html /usr/share/doc/gobject-2.0/struct.ParamSpecTypeInfo.html /usr/share/doc/gobject-2.0/struct.Parameter.html /usr/share/doc/gobject-2.0/struct.SignalInvocationHint.html /usr/share/doc/gobject-2.0/struct.SignalQuery.html /usr/share/doc/gobject-2.0/struct.TypeClass.html /usr/share/doc/gobject-2.0/struct.TypeFundamentalInfo.html /usr/share/doc/gobject-2.0/struct.TypeInfo.html /usr/share/doc/gobject-2.0/struct.TypeInstance.html /usr/share/doc/gobject-2.0/struct.TypeInterface.html /usr/share/doc/gobject-2.0/struct.TypePluginClass.html /usr/share/doc/gobject-2.0/struct.TypeQuery.html /usr/share/doc/gobject-2.0/struct.TypeValueTable.html /usr/share/doc/gobject-2.0/struct.Value.html /usr/share/doc/gobject-2.0/struct.ValueArray.html /usr/share/doc/gobject-2.0/struct.WeakRef.html /usr/share/doc/gobject-2.0/style.css /usr/share/doc/gobject-2.0/tutorial.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_BOOLEAN__BOXED_BOXED.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_BOOLEAN__BOXED_BOXEDv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_BOOLEAN__FLAGS.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_BOOLEAN__FLAGSv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_STRING__OBJECT_POINTER.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_STRING__OBJECT_POINTERv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__BOOLEAN.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__BOOLEANv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__BOXED.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__BOXEDv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__CHAR.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__CHARv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__DOUBLE.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__DOUBLEv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__ENUM.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__ENUMv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__FLAGS.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__FLAGSv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__FLOAT.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__FLOATv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__INT.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__INTv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__LONG.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__LONGv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__OBJECT.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__OBJECTv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__PARAM.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__PARAMv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__POINTER.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__POINTERv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__STRING.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__STRINGv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UCHAR.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UCHARv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UINT.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UINT_POINTER.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UINT_POINTERv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__UINTv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__ULONG.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__ULONGv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__VARIANT.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__VARIANTv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__VOID.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_VOID__VOIDv.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_generic.html /usr/share/doc/gobject-2.0/type_func.CClosure.marshal_generic_va.html /usr/share/doc/gobject-2.0/type_func.CClosure.new.html /usr/share/doc/gobject-2.0/type_func.CClosure.new_object.html /usr/share/doc/gobject-2.0/type_func.CClosure.new_object_swap.html /usr/share/doc/gobject-2.0/type_func.CClosure.new_swap.html /usr/share/doc/gobject-2.0/type_func.Object.compat_control.html /usr/share/doc/gobject-2.0/type_func.Object.interface_find_property.html /usr/share/doc/gobject-2.0/type_func.Object.interface_install_property.html /usr/share/doc/gobject-2.0/type_func.Object.interface_list_properties.html /usr/share/doc/gobject-2.0/type_func.ParamSpec.internal.html /usr/share/doc/gobject-2.0/type_func.ParamSpec.is_valid_name.html /usr/share/doc/gobject-2.0/type_func.ParamSpecPool.new.html /usr/share/doc/gobject-2.0/type_func.TypeClass.adjust_private_offset.html /usr/share/doc/gobject-2.0/type_func.TypeClass.peek.html /usr/share/doc/gobject-2.0/type_func.TypeClass.peek_static.html /usr/share/doc/gobject-2.0/type_func.TypeClass.ref.html /usr/share/doc/gobject-2.0/type_func.TypeInterface.add_prerequisite.html /usr/share/doc/gobject-2.0/type_func.TypeInterface.get_plugin.html /usr/share/doc/gobject-2.0/type_func.TypeInterface.instantiatable_prerequisite.html /usr/share/doc/gobject-2.0/type_func.TypeInterface.peek.html /usr/share/doc/gobject-2.0/type_func.TypeInterface.prerequisites.html /usr/share/doc/gobject-2.0/type_func.TypeValueTable.peek.html /usr/share/doc/gobject-2.0/type_func.Value.register_transform_func.html /usr/share/doc/gobject-2.0/type_func.Value.type_compatible.html /usr/share/doc/gobject-2.0/type_func.Value.type_transformable.html /usr/share/doc/gobject-2.0/types.html /usr/share/doc/gobject-2.0/union.TypeCValue.html /usr/share/doc/gobject-2.0/urlmap.js /usr/share/doc/gobject-2.0/value-collection.html /usr/share/doc/gobject-2.0/vfunc.Object.constructed.html /usr/share/doc/gobject-2.0/vfunc.Object.dispatch_properties_changed.html /usr/share/doc/gobject-2.0/vfunc.Object.dispose.html /usr/share/doc/gobject-2.0/vfunc.Object.finalize.html /usr/share/doc/gobject-2.0/vfunc.Object.get_property.html /usr/share/doc/gobject-2.0/vfunc.Object.notify.html /usr/share/doc/gobject-2.0/vfunc.Object.set_property.html /usr/share/doc/gobject-2.0/vfunc.ParamSpec.finalize.html /usr/share/doc/gobject-2.0/vfunc.ParamSpec.value_is_valid.html /usr/share/doc/gobject-2.0/vfunc.ParamSpec.value_set_default.html /usr/share/doc/gobject-2.0/vfunc.ParamSpec.value_validate.html /usr/share/doc/gobject-2.0/vfunc.ParamSpec.values_cmp.html /usr/share/doc/gobject-2.0/vfunc.TypeModule.load.html /usr/share/doc/gobject-2.0/vfunc.TypeModule.unload.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 19 01:14:14 2024