Bug#1062134: Acknowledgement (glib2.0: NMU diff for 64-bit time_t transition)

Lukas Märdian slyon at debian.org
Wed Jan 31 14:26:56 GMT 2024


Hi Simon,

attached you can find an updated debdiff that applies to the version of glib2.0 in experimental.
Which I also uploaded into experimental.

-- Lukas
-------------- next part --------------
diff -Nru glib2.0-2.79.1/debian/changelog glib2.0-2.79.1/debian/changelog
--- glib2.0-2.79.1/debian/changelog	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/changelog	2024-01-31 14:13:45.000000000 +0000
@@ -1,3 +1,10 @@
+glib2.0 (2.79.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <slyon at debian.org>  Wed, 31 Jan 2024 14:13:45 +0000
+
 glib2.0 (2.79.1-1) experimental; urgency=medium
 
   * New upstream development release
diff -Nru glib2.0-2.79.1/debian/control glib2.0-2.79.1/debian/control
--- glib2.0-2.79.1/debian/control	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/control	2024-01-31 14:11:25.000000000 +0000
@@ -44,9 +44,11 @@
 Vcs-Browser: https://salsa.debian.org/gnome-team/glib
 Vcs-Git: https://salsa.debian.org/gnome-team/glib.git
 
-Package: libglib2.0-0
+Package: libglib2.0-0t64
+Replaces: libglib2.0-0
 Architecture: any
-Provides: libgio-2.0-0 (= ${binary:Version}),
+Provides: ${t64:Provides},
+          libgio-2.0-0 (= ${binary:Version}),
           libglib-2.0-0 (= ${binary:Version}),
           libgmodule-2.0-0 (= ${binary:Version}),
           libgobject-2.0-0 (= ${binary:Version}),
@@ -56,7 +58,7 @@
 Recommends: libglib2.0-data,
             shared-mime-info,
             xdg-user-dirs,
-Breaks: glib-networking-tests (<< 2.70.0~),
+Breaks: libglib2.0-0 (<< ${source:Version}), glib-networking-tests (<< 2.70.0~),
         gnome-keyring (<< 40.0-3~),
         libedataserver-1.2-26 (<< 3.44.3-2~),
         libgladeui-2-6 (<< 3.22.2),
@@ -131,7 +133,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: libffi-dev,
-         libglib2.0-0 (= ${binary:Version}),
+         libglib2.0-0t64 (= ${binary:Version}),
          libglib2.0-bin (= ${binary:Version}),
          libglib2.0-dev-bin (= ${binary:Version}),
          libmount-dev [linux-any],
@@ -151,7 +153,7 @@
  as trees, hashes, lists, and strings.  It is a useful general-purpose
  C library used by projects such as GTK+, GIMP, and GNOME.
  .
- This package is needed to compile programs against libglib2.0-0,
+ This package is needed to compile programs against libglib2.0-0t64,
  as only it includes the header files and static libraries (optionally)
  needed for compiling.
  .
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.dirs glib2.0-2.79.1/debian/libglib2.0-0.dirs
--- glib2.0-2.79.1/debian/libglib2.0-0.dirs	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-/usr/lib/${DEB_HOST_MULTIARCH}/gio/modules
-/usr/share/glib-2.0/schemas
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.install glib2.0-2.79.1/debian/libglib2.0-0.install
--- glib2.0-2.79.1/debian/libglib2.0-0.install	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,8 +0,0 @@
-usr/lib/*/glib-2.0/gio-launch-desktop
-usr/lib/*/glib-2.0/gio-querymodules
-usr/lib/*/glib-2.0/glib-compile-schemas
-usr/lib/*/libglib*.so.*
-usr/lib/*/libgobject*.so.*
-usr/lib/*/libgmodule*.so.*
-usr/lib/*/libgthread*.so.*
-usr/lib/*/libgio*.so.*
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.lintian-overrides glib2.0-2.79.1/debian/libglib2.0-0.lintian-overrides
--- glib2.0-2.79.1/debian/libglib2.0-0.lintian-overrides	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-# GObject uses GLib functions instead of using libc directly
-libglib2.0-0: hardening-no-fortify-functions [usr/lib/*/libgobject-2.0.so.*]
-# It's a deliberate choice of bundling them together
-libglib2.0-0: package-name-doesnt-match-sonames libgio-2.0-0 libglib-2.0-0 libgmodule-2.0-0 libgobject-2.0-0 libgthread-2.0-0
-# These empty directories are deliberate.
-libglib2.0-0: package-contains-empty-directory [usr/lib/*/gio/modules/]
-libglib2.0-0: package-contains-empty-directory [usr/share/glib-2.0/schemas/]
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.postinst.in glib2.0-2.79.1/debian/libglib2.0-0.postinst.in
--- glib2.0-2.79.1/debian/libglib2.0-0.postinst.in	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.postinst.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,52 +0,0 @@
-#!/bin/sh
-set -e
-
-
-handle_triggers () {
-    local trigger
-    local dirs
-
-    for trigger in "$@"; do
-        if ! [ -d $trigger ]; then
-            continue
-        fi
-        case $trigger in
-          /usr/share/glib-2.0/schemas)
-            # This is triggered everytime an application installs a
-            # GSettings schema
-            "/usr/lib/#MULTIARCH#/glib-2.0/glib-compile-schemas" /usr/share/glib-2.0/schemas || true
-            ;;
-
-          "/usr/lib/#MULTIARCH#/gio/modules")
-            # This is triggered everytime an application installs a GIO
-            # module into /usr/lib/#MULTIARCH#/gio/modules
-
-            "/usr/lib/#MULTIARCH#/glib-2.0/gio-querymodules" "/usr/lib/#MULTIARCH#/gio/modules" || true
-            ;;
-        esac
-    done
-}
-
-if [ "$1" = triggered ]; then
-    handle_triggers $2
-    exit 0
-fi
-
-#DEBHELPER#
-
-# This is shipped in the .deb (see debian/libglib2.0-0.dirs) but would
-# be removed if empty during upgrade by old versions of the postrm (#987913).
-# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released.
-install -d "/usr/lib/#MULTIARCH#/gio/modules"
-
-"/usr/lib/#MULTIARCH#/glib-2.0/glib-compile-schemas" /usr/share/glib-2.0/schemas || true
-"/usr/lib/#MULTIARCH#/glib-2.0/gio-querymodules" "/usr/lib/#MULTIARCH#/gio/modules" || true
-
-# Clean up pre-multiarch giomodule.cache.
-# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released.
-if [ -d /usr/lib/gio/modules ]; then
-    rm -f /usr/lib/gio/modules/giomodule.cache
-    rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules
-fi
-
-# vim:set sw=4 sts=4 et:
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.postrm.in glib2.0-2.79.1/debian/libglib2.0-0.postrm.in
--- glib2.0-2.79.1/debian/libglib2.0-0.postrm.in	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.postrm.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-#! /bin/sh
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    (remove|purge)
-        if [ -d /usr/lib/#MULTIARCH#/gio/modules ]; then
-            # Purge the cache
-            rm -f /usr/lib/#MULTIARCH#/gio/modules/giomodule.cache
-            rmdir -p --ignore-fail-on-non-empty /usr/lib/#MULTIARCH#/gio/modules
-        fi
-        ;;
-esac
-
-if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ] && [ "$DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT" = 1 ]; then
-    # This is the last multiarch variant to be removed, so drop the
-    # architecture-independent compiled schemas
-    rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
-    rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas
-fi
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.README.Debian glib2.0-2.79.1/debian/libglib2.0-0.README.Debian
--- glib2.0-2.79.1/debian/libglib2.0-0.README.Debian	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.README.Debian	1970-01-01 00:00:00.000000000 +0000
@@ -1,37 +0,0 @@
-GLib Debian packaging
-=====================
-
-Choosing a terminal emulator for Terminal=true applications
------------------------------------------------------------
-
-When a GLib-based application launches a .desktop file with Terminal=true,
-such as /usr/share/applications/mutt.desktop, GLib must choose a terminal
-emulator that will be used to display the command-line application. This
-version of GLib aims to provide reasonable defaults for users of common
-desktop environments, while allowing advanced users to override those
-defaults on a system-wide or per-user basis.
-
-If the xdg-terminal-exec package is installed, this version of GLib will
-use it by default. xdg-terminal-exec has not been standardized and is not
-intended to be included in Debian 12, but will hopefully be included in
-Debian 13.
-
-Otherwise, this version of GLib will prefer to use a GTK-based terminal
-emulator, even if the x-terminal-emulator alternative points to something
-different. This is intentional, to avoid having GTK applications in a
-GTK-based desktop environment launch some other desktop environment's
-preferred terminal emulator on machines that are shared with a user of
-a different desktop environment.
-
-To override GLib's choice of terminal emulator, users can add a directory
-such as $HOME/bin to their PATH environment variable, and place a script
-named "xdg-terminal-exec" in that directory, with contents similar to:
-
-#!/bin/sh
-exec x-terminal-emulator -e "$@"
-
-replacing "x-terminal-emulator -e" with their preferred terminal and
-whatever arguments it requires before the command to be executed.
-
-This configuration can be applied system-wide, if desired, by placing
-a similar script in /usr/local/bin.
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.symbols glib2.0-2.79.1/debian/libglib2.0-0.symbols
--- glib2.0-2.79.1/debian/libglib2.0-0.symbols	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,4475 +0,0 @@
-libgio-2.0.so.0 libglib2.0-0 #MINVER#
-* Build-Depends-Package: libglib2.0-dev
- g_action_activate at Base 2.28.0
- g_action_change_state at Base 2.30.0
- g_action_get_enabled at Base 2.28.0
- g_action_get_name at Base 2.28.0
- g_action_get_parameter_type at Base 2.28.0
- g_action_get_state at Base 2.28.0
- g_action_get_state_hint at Base 2.28.0
- g_action_get_state_type at Base 2.28.0
- g_action_get_type at Base 2.28.0
- g_action_group_action_added at Base 2.28.0
- g_action_group_action_enabled_changed at Base 2.28.0
- g_action_group_action_removed at Base 2.28.0
- g_action_group_action_state_changed at Base 2.28.0
- g_action_group_activate_action at Base 2.28.0
- g_action_group_change_action_state at Base 2.28.0
- g_action_group_get_action_enabled at Base 2.28.0
- g_action_group_get_action_parameter_type at Base 2.28.0
- g_action_group_get_action_state at Base 2.28.0
- g_action_group_get_action_state_hint at Base 2.28.0
- g_action_group_get_action_state_type at Base 2.28.0
- g_action_group_get_type at Base 2.28.0
- g_action_group_has_action at Base 2.28.0
- g_action_group_list_actions at Base 2.28.0
- g_action_group_query_action at Base 2.32.0
- g_action_map_add_action at Base 2.32.0
- g_action_map_add_action_entries at Base 2.32.0
- g_action_map_get_type at Base 2.32.0
- g_action_map_lookup_action at Base 2.32.0
- g_action_map_remove_action at Base 2.32.0
- g_action_map_remove_action_entries at Base 2.77.0
- g_action_name_is_valid at Base 2.38.0
- g_action_parse_detailed_name at Base 2.38.0
- g_action_print_detailed_name at Base 2.38.0
- g_app_info_add_supports_type at Base 2.16.0
- g_app_info_can_delete at Base 2.20.0
- g_app_info_can_remove_supports_type at Base 2.16.0
- g_app_info_create_flags_get_type at Base 2.16.0
- g_app_info_create_from_commandline at Base 2.16.0
- g_app_info_delete at Base 2.20.0
- g_app_info_dup at Base 2.16.0
- g_app_info_equal at Base 2.16.0
- g_app_info_get_all at Base 2.16.0
- g_app_info_get_all_for_type at Base 2.16.0
- g_app_info_get_commandline at Base 2.20.0
- g_app_info_get_default_for_type at Base 2.16.0
- g_app_info_get_default_for_type_async at Base 2.74.0
- g_app_info_get_default_for_type_finish at Base 2.74.0
- g_app_info_get_default_for_uri_scheme at Base 2.16.0
- g_app_info_get_default_for_uri_scheme_async at Base 2.74.0
- g_app_info_get_default_for_uri_scheme_finish at Base 2.74.0
- g_app_info_get_description at Base 2.16.0
- g_app_info_get_display_name at Base 2.24.0
- g_app_info_get_executable at Base 2.16.0
- g_app_info_get_fallback_for_type at Base 2.28.0
- g_app_info_get_icon at Base 2.16.0
- g_app_info_get_id at Base 2.16.0
- g_app_info_get_name at Base 2.16.0
- g_app_info_get_recommended_for_type at Base 2.28.0
- g_app_info_get_supported_types at Base 2.34.0
- g_app_info_get_type at Base 2.16.0
- g_app_info_launch at Base 2.16.0
- g_app_info_launch_default_for_uri at Base 2.16.0
- g_app_info_launch_default_for_uri_async at Base 2.50.0
- g_app_info_launch_default_for_uri_finish at Base 2.50.0
- g_app_info_launch_uris at Base 2.16.0
- g_app_info_launch_uris_async at Base 2.60.0
- g_app_info_launch_uris_finish at Base 2.60.0
- g_app_info_monitor_get at Base 2.40.0
- g_app_info_monitor_get_type at Base 2.40.0
- g_app_info_remove_supports_type at Base 2.16.0
- g_app_info_reset_type_associations at Base 2.20.0
- g_app_info_set_as_default_for_extension at Base 2.16.0
- g_app_info_set_as_default_for_type at Base 2.16.0
- g_app_info_set_as_last_used_for_type at Base 2.28.0
- g_app_info_should_show at Base 2.16.0
- g_app_info_supports_files at Base 2.16.0
- g_app_info_supports_uris at Base 2.16.0
- g_app_launch_context_get_display at Base 2.16.0
- g_app_launch_context_get_environment at Base 2.32.0
- g_app_launch_context_get_startup_notify_id at Base 2.16.0
- g_app_launch_context_get_type at Base 2.16.0
- g_app_launch_context_launch_failed at Base 2.16.0
- g_app_launch_context_new at Base 2.16.0
- g_app_launch_context_setenv at Base 2.32.0
- g_app_launch_context_unsetenv at Base 2.32.0
- g_application_activate at Base 2.28.0
- g_application_add_main_option at Base 2.42.0
- g_application_add_main_option_entries at Base 2.40.0
- g_application_add_option_group at Base 2.40.0
- g_application_bind_busy_property at Base 2.44.0
- g_application_command_line_create_file_for_arg at Base 2.36.0
- g_application_command_line_done at Base 2.79.0
- g_application_command_line_get_arguments at Base 2.28.0
- g_application_command_line_get_cwd at Base 2.28.0
- g_application_command_line_get_environ at Base 2.28.0
- g_application_command_line_get_exit_status at Base 2.28.0
- g_application_command_line_get_is_remote at Base 2.28.0
- g_application_command_line_get_options_dict at Base 2.40.0
- g_application_command_line_get_platform_data at Base 2.28.0
- g_application_command_line_get_stdin at Base 2.36.0
- g_application_command_line_get_type at Base 2.28.0
- g_application_command_line_getenv at Base 2.28.0
- g_application_command_line_print at Base 2.28.0
- g_application_command_line_print_literal at Base 2.79.0
- g_application_command_line_printerr at Base 2.28.0
- g_application_command_line_printerr_literal at Base 2.79.0
- g_application_command_line_set_exit_status at Base 2.28.0
- g_application_flags_get_type at Base 2.28.0
- g_application_get_application_id at Base 2.28.0
- g_application_get_dbus_connection at Base 2.34.0
- g_application_get_dbus_object_path at Base 2.34.0
- g_application_get_default at Base 2.32.0
- g_application_get_flags at Base 2.28.0
- g_application_get_inactivity_timeout at Base 2.28.0
- g_application_get_is_busy at Base 2.44.0
- g_application_get_is_registered at Base 2.28.0
- g_application_get_is_remote at Base 2.28.0
- g_application_get_resource_base_path at Base 2.42.0
- g_application_get_type at Base 2.28.0
- g_application_hold at Base 2.28.0
- g_application_id_is_valid at Base 2.28.0
- g_application_mark_busy at Base 2.38.0
- g_application_new at Base 2.28.0
- g_application_open at Base 2.28.0
- g_application_quit at Base 2.32.0
- g_application_register at Base 2.28.0
- g_application_release at Base 2.28.0
- g_application_run at Base 2.28.0
- g_application_send_notification at Base 2.40.0
- g_application_set_action_group at Base 2.28.0
- g_application_set_application_id at Base 2.28.0
- g_application_set_default at Base 2.32.0
- g_application_set_flags at Base 2.28.0
- g_application_set_inactivity_timeout at Base 2.28.0
- g_application_set_option_context_description at Base 2.56.0
- g_application_set_option_context_parameter_string at Base 2.56.0
- g_application_set_option_context_summary at Base 2.56.0
- g_application_set_resource_base_path at Base 2.42.0
- g_application_unbind_busy_property at Base 2.44.0
- g_application_unmark_busy at Base 2.38.0
- g_application_withdraw_notification at Base 2.40.0
- g_ask_password_flags_get_type at Base 2.16.0
- g_async_initable_get_type at Base 2.22.0
- g_async_initable_init_async at Base 2.22.0
- g_async_initable_init_finish at Base 2.22.0
- g_async_initable_new_async at Base 2.22.0
- g_async_initable_new_finish at Base 2.22.0
- g_async_initable_new_valist_async at Base 2.22.0
- g_async_initable_newv_async at Base 2.22.0
- g_async_result_get_source_object at Base 2.16.0
- g_async_result_get_type at Base 2.16.0
- g_async_result_get_user_data at Base 2.16.0
- g_async_result_is_tagged at Base 2.34.0
- g_async_result_legacy_propagate_error at Base 2.34.0
- g_buffered_input_stream_fill at Base 2.16.0
- g_buffered_input_stream_fill_async at Base 2.16.0
- g_buffered_input_stream_fill_finish at Base 2.16.0
- g_buffered_input_stream_get_available at Base 2.16.0
- g_buffered_input_stream_get_buffer_size at Base 2.16.0
- g_buffered_input_stream_get_type at Base 2.16.0
- g_buffered_input_stream_new at Base 2.16.0
- g_buffered_input_stream_new_sized at Base 2.16.0
- g_buffered_input_stream_peek at Base 2.16.0
- g_buffered_input_stream_peek_buffer at Base 2.16.0
- g_buffered_input_stream_read_byte at Base 2.16.0
- g_buffered_input_stream_set_buffer_size at Base 2.16.0
- g_buffered_output_stream_get_auto_grow at Base 2.16.0
- g_buffered_output_stream_get_buffer_size at Base 2.16.0
- g_buffered_output_stream_get_type at Base 2.16.0
- g_buffered_output_stream_new at Base 2.16.0
- g_buffered_output_stream_new_sized at Base 2.16.0
- g_buffered_output_stream_set_auto_grow at Base 2.16.0
- g_buffered_output_stream_set_buffer_size at Base 2.16.0
- g_bus_get at Base 2.26.0
- g_bus_get_finish at Base 2.26.0
- g_bus_get_sync at Base 2.26.0
- g_bus_name_owner_flags_get_type at Base 2.26.0
- g_bus_name_watcher_flags_get_type at Base 2.26.0
- g_bus_own_name at Base 2.26.0
- g_bus_own_name_on_connection at Base 2.26.0
- g_bus_own_name_on_connection_with_closures at Base 2.26.0
- g_bus_own_name_with_closures at Base 2.26.0
- g_bus_type_get_type at Base 2.26.0
- g_bus_unown_name at Base 2.26.0
- g_bus_unwatch_name at Base 2.26.0
- g_bus_watch_name at Base 2.26.0
- g_bus_watch_name_on_connection at Base 2.26.0
- g_bus_watch_name_on_connection_with_closures at Base 2.26.0
- g_bus_watch_name_with_closures at Base 2.26.0
- g_bytes_icon_get_bytes at Base 2.38.0
- g_bytes_icon_get_type at Base 2.38.0
- g_bytes_icon_new at Base 2.38.0
- g_cancellable_cancel at Base 2.16.0
- g_cancellable_connect at Base 2.22.0
- g_cancellable_disconnect at Base 2.22.0
- g_cancellable_get_current at Base 2.16.0
- g_cancellable_get_fd at Base 2.16.0
- g_cancellable_get_type at Base 2.16.0
- g_cancellable_is_cancelled at Base 2.16.0
- g_cancellable_make_pollfd at Base 2.22.0
- g_cancellable_new at Base 2.16.0
- g_cancellable_pop_current at Base 2.16.0
- g_cancellable_push_current at Base 2.16.0
- g_cancellable_release_fd at Base 2.22.0
- g_cancellable_reset at Base 2.16.0
- g_cancellable_set_error_if_cancelled at Base 2.16.0
- g_cancellable_source_new at Base 2.28.0
- g_charset_converter_get_num_fallbacks at Base 2.24.0
- g_charset_converter_get_type at Base 2.24.0
- g_charset_converter_get_use_fallback at Base 2.24.0
- g_charset_converter_new at Base 2.24.0
- g_charset_converter_set_use_fallback at Base 2.24.0
- g_content_type_can_be_executable at Base 2.16.0
- g_content_type_equals at Base 2.16.0
- g_content_type_from_mime_type at Base 2.18.0
- g_content_type_get_description at Base 2.16.0
- g_content_type_get_generic_icon_name at Base 2.34.0
- g_content_type_get_icon at Base 2.16.0
- g_content_type_get_mime_dirs at Base 2.60.0
- g_content_type_get_mime_type at Base 2.16.0
- g_content_type_get_symbolic_icon at Base 2.34.0
- g_content_type_guess at Base 2.16.0
- g_content_type_guess_for_tree at Base 2.18.0
- g_content_type_is_a at Base 2.16.0
- g_content_type_is_mime_type at Base 2.52.0
- g_content_type_is_unknown at Base 2.16.0
- g_content_type_set_mime_dirs at Base 2.60.0
- g_content_types_get_registered at Base 2.16.0
- g_converter_convert at Base 2.24.0
- g_converter_flags_get_type at Base 2.24.0
- g_converter_get_type at Base 2.24.0
- g_converter_input_stream_get_converter at Base 2.24.0
- g_converter_input_stream_get_type at Base 2.24.0
- g_converter_input_stream_new at Base 2.24.0
- g_converter_output_stream_get_converter at Base 2.24.0
- g_converter_output_stream_get_type at Base 2.24.0
- g_converter_output_stream_new at Base 2.24.0
- g_converter_reset at Base 2.24.0
- g_converter_result_get_type at Base 2.24.0
- g_credentials_get_native at Base 2.26.0
- g_credentials_get_type at Base 2.26.0
- g_credentials_get_unix_pid at Base 2.36.0
- g_credentials_get_unix_user at Base 2.26.0
- g_credentials_is_same_user at Base 2.26.0
- g_credentials_new at Base 2.26.0
- g_credentials_set_native at Base 2.26.0
- g_credentials_set_unix_user at Base 2.26.0
- g_credentials_to_string at Base 2.26.0
- g_credentials_type_get_type at Base 2.26.0
- g_data_input_stream_get_byte_order at Base 2.16.0
- g_data_input_stream_get_newline_type at Base 2.16.0
- g_data_input_stream_get_type at Base 2.16.0
- g_data_input_stream_new at Base 2.16.0
- g_data_input_stream_read_byte at Base 2.16.0
- g_data_input_stream_read_int16 at Base 2.16.0
- g_data_input_stream_read_int32 at Base 2.16.0
- g_data_input_stream_read_int64 at Base 2.16.0
- g_data_input_stream_read_line at Base 2.16.0
- g_data_input_stream_read_line_async at Base 2.20.0
- g_data_input_stream_read_line_finish at Base 2.20.0
- g_data_input_stream_read_line_finish_utf8 at Base 2.30.0
- g_data_input_stream_read_line_utf8 at Base 2.30.0
- g_data_input_stream_read_uint16 at Base 2.16.0
- g_data_input_stream_read_uint32 at Base 2.16.0
- g_data_input_stream_read_uint64 at Base 2.16.0
- g_data_input_stream_read_until at Base 2.16.0
- g_data_input_stream_read_until_async at Base 2.20.0
- g_data_input_stream_read_until_finish at Base 2.20.0
- g_data_input_stream_read_upto at Base 2.26.0
- g_data_input_stream_read_upto_async at Base 2.26.0
- g_data_input_stream_read_upto_finish at Base 2.26.0
- g_data_input_stream_set_byte_order at Base 2.16.0
- g_data_input_stream_set_newline_type at Base 2.16.0
- g_data_output_stream_get_byte_order at Base 2.16.0
- g_data_output_stream_get_type at Base 2.16.0
- g_data_output_stream_new at Base 2.16.0
- g_data_output_stream_put_byte at Base 2.16.0
- g_data_output_stream_put_int16 at Base 2.16.0
- g_data_output_stream_put_int32 at Base 2.16.0
- g_data_output_stream_put_int64 at Base 2.16.0
- g_data_output_stream_put_string at Base 2.16.0
- g_data_output_stream_put_uint16 at Base 2.16.0
- g_data_output_stream_put_uint32 at Base 2.16.0
- g_data_output_stream_put_uint64 at Base 2.16.0
- g_data_output_stream_set_byte_order at Base 2.16.0
- g_data_stream_byte_order_get_type at Base 2.16.0
- g_data_stream_newline_type_get_type at Base 2.16.0
- g_datagram_based_condition_check at Base 2.48.0
- g_datagram_based_condition_wait at Base 2.48.0
- g_datagram_based_create_source at Base 2.48.0
- g_datagram_based_get_type at Base 2.48.0
- g_datagram_based_receive_messages at Base 2.48.0
- g_datagram_based_send_messages at Base 2.48.0
- g_dbus_action_group_get at Base 2.32.0
- g_dbus_action_group_get_type at Base 2.32.0
- g_dbus_address_escape_value at Base 2.36.0
- g_dbus_address_get_for_bus_sync at Base 2.26.0
- g_dbus_address_get_stream at Base 2.26.0
- g_dbus_address_get_stream_finish at Base 2.26.0
- g_dbus_address_get_stream_sync at Base 2.26.0
- g_dbus_annotation_info_get_type at Base 2.26.0
- g_dbus_annotation_info_lookup at Base 2.26.0
- g_dbus_annotation_info_ref at Base 2.26.0
- g_dbus_annotation_info_unref at Base 2.26.0
- g_dbus_arg_info_get_type at Base 2.26.0
- g_dbus_arg_info_ref at Base 2.26.0
- g_dbus_arg_info_unref at Base 2.26.0
- g_dbus_auth_observer_allow_mechanism at Base 2.34.0
- g_dbus_auth_observer_authorize_authenticated_peer at Base 2.26.0
- g_dbus_auth_observer_get_type at Base 2.26.0
- g_dbus_auth_observer_new at Base 2.26.0
- g_dbus_call_flags_get_type at Base 2.26.0
- g_dbus_capability_flags_get_type at Base 2.26.0
- g_dbus_connection_add_filter at Base 2.26.0
- g_dbus_connection_call at Base 2.26.0
- g_dbus_connection_call_finish at Base 2.26.0
- g_dbus_connection_call_sync at Base 2.26.0
- g_dbus_connection_call_with_unix_fd_list at Base 2.30.0
- g_dbus_connection_call_with_unix_fd_list_finish at Base 2.30.0
- g_dbus_connection_call_with_unix_fd_list_sync at Base 2.30.0
- g_dbus_connection_close at Base 2.26.0
- g_dbus_connection_close_finish at Base 2.26.0
- g_dbus_connection_close_sync at Base 2.26.0
- g_dbus_connection_emit_signal at Base 2.26.0
- g_dbus_connection_export_action_group at Base 2.32.0
- g_dbus_connection_export_menu_model at Base 2.32.0
- g_dbus_connection_flags_get_type at Base 2.26.0
- g_dbus_connection_flush at Base 2.26.0
- g_dbus_connection_flush_finish at Base 2.26.0
- g_dbus_connection_flush_sync at Base 2.26.0
- g_dbus_connection_get_capabilities at Base 2.26.0
- g_dbus_connection_get_exit_on_close at Base 2.26.0
- g_dbus_connection_get_flags at Base 2.60.0
- g_dbus_connection_get_guid at Base 2.26.0
- g_dbus_connection_get_last_serial at Base 2.34.0
- g_dbus_connection_get_peer_credentials at Base 2.26.0
- g_dbus_connection_get_stream at Base 2.26.0
- g_dbus_connection_get_type at Base 2.26.0
- g_dbus_connection_get_unique_name at Base 2.26.0
- g_dbus_connection_is_closed at Base 2.26.0
- g_dbus_connection_new at Base 2.26.0
- g_dbus_connection_new_finish at Base 2.26.0
- g_dbus_connection_new_for_address at Base 2.26.0
- g_dbus_connection_new_for_address_finish at Base 2.26.0
- g_dbus_connection_new_for_address_sync at Base 2.26.0
- g_dbus_connection_new_sync at Base 2.26.0
- g_dbus_connection_register_object at Base 2.26.0
- g_dbus_connection_register_object_with_closures at Base 2.46.0
- g_dbus_connection_register_subtree at Base 2.26.0
- g_dbus_connection_remove_filter at Base 2.26.0
- g_dbus_connection_send_message at Base 2.26.0
- g_dbus_connection_send_message_with_reply at Base 2.26.0
- g_dbus_connection_send_message_with_reply_finish at Base 2.26.0
- g_dbus_connection_send_message_with_reply_sync at Base 2.26.0
- g_dbus_connection_set_exit_on_close at Base 2.26.0
- g_dbus_connection_signal_subscribe at Base 2.26.0
- g_dbus_connection_signal_unsubscribe at Base 2.26.0
- g_dbus_connection_start_message_processing at Base 2.26.0
- g_dbus_connection_unexport_action_group at Base 2.32.0
- g_dbus_connection_unexport_menu_model at Base 2.32.0
- g_dbus_connection_unregister_object at Base 2.26.0
- g_dbus_connection_unregister_subtree at Base 2.26.0
- g_dbus_error_encode_gerror at Base 2.26.0
- g_dbus_error_get_remote_error at Base 2.26.0
- g_dbus_error_get_type at Base 2.26.0
- g_dbus_error_is_remote_error at Base 2.26.0
- g_dbus_error_new_for_dbus_error at Base 2.26.0
- g_dbus_error_quark at Base 2.26.0
- g_dbus_error_register_error at Base 2.26.0
- g_dbus_error_register_error_domain at Base 2.26.0
- g_dbus_error_set_dbus_error at Base 2.26.0
- g_dbus_error_set_dbus_error_valist at Base 2.26.0
- g_dbus_error_strip_remote_error at Base 2.26.0
- g_dbus_error_unregister_error at Base 2.26.0
- g_dbus_escape_object_path at Base 2.68.0
- g_dbus_escape_object_path_bytestring at Base 2.68.0
- g_dbus_generate_guid at Base 2.26.0
- g_dbus_gvalue_to_gvariant at Base 2.30.0
- g_dbus_gvariant_to_gvalue at Base 2.30.0
- g_dbus_interface_dup_object at Base 2.32.0
- g_dbus_interface_get_info at Base 2.30.0
- g_dbus_interface_get_object at Base 2.30.0
- g_dbus_interface_get_type at Base 2.30.0
- g_dbus_interface_info_cache_build at Base 2.30.0
- g_dbus_interface_info_cache_release at Base 2.30.0
- g_dbus_interface_info_generate_xml at Base 2.26.0
- g_dbus_interface_info_get_type at Base 2.26.0
- g_dbus_interface_info_lookup_method at Base 2.26.0
- g_dbus_interface_info_lookup_property at Base 2.26.0
- g_dbus_interface_info_lookup_signal at Base 2.26.0
- g_dbus_interface_info_ref at Base 2.26.0
- g_dbus_interface_info_unref at Base 2.26.0
- g_dbus_interface_set_object at Base 2.30.0
- g_dbus_interface_skeleton_export at Base 2.30.0
- g_dbus_interface_skeleton_flags_get_type at Base 2.30.0
- g_dbus_interface_skeleton_flush at Base 2.30.0
- g_dbus_interface_skeleton_get_connection at Base 2.30.0
- g_dbus_interface_skeleton_get_connections at Base 2.32.0
- g_dbus_interface_skeleton_get_flags at Base 2.30.0
- g_dbus_interface_skeleton_get_info at Base 2.30.0
- g_dbus_interface_skeleton_get_object_path at Base 2.30.0
- g_dbus_interface_skeleton_get_properties at Base 2.30.0
- g_dbus_interface_skeleton_get_type at Base 2.30.0
- g_dbus_interface_skeleton_get_vtable at Base 2.30.0
- g_dbus_interface_skeleton_has_connection at Base 2.32.0
- g_dbus_interface_skeleton_set_flags at Base 2.30.0
- g_dbus_interface_skeleton_unexport at Base 2.30.0
- g_dbus_interface_skeleton_unexport_from_connection at Base 2.32.0
- g_dbus_is_address at Base 2.26.0
- g_dbus_is_error_name at Base 2.70.0
- g_dbus_is_guid at Base 2.26.0
- g_dbus_is_interface_name at Base 2.26.0
- g_dbus_is_member_name at Base 2.26.0
- g_dbus_is_name at Base 2.26.0
- g_dbus_is_supported_address at Base 2.26.0
- g_dbus_is_unique_name at Base 2.26.0
- g_dbus_menu_model_get at Base 2.32.0
- g_dbus_menu_model_get_type at Base 2.32.0
- g_dbus_message_byte_order_get_type at Base 2.26.0
- g_dbus_message_bytes_needed at Base 2.26.0
- g_dbus_message_copy at Base 2.26.0
- g_dbus_message_flags_get_type at Base 2.26.0
- g_dbus_message_get_arg0 at Base 2.26.0
- g_dbus_message_get_arg0_path at Base 2.79.0
- g_dbus_message_get_body at Base 2.26.0
- g_dbus_message_get_byte_order at Base 2.26.0
- g_dbus_message_get_destination at Base 2.26.0
- g_dbus_message_get_error_name at Base 2.26.0
- g_dbus_message_get_flags at Base 2.26.0
- g_dbus_message_get_header at Base 2.26.0
- g_dbus_message_get_header_fields at Base 2.26.0
- g_dbus_message_get_interface at Base 2.26.0
- g_dbus_message_get_locked at Base 2.26.0
- g_dbus_message_get_member at Base 2.26.0
- g_dbus_message_get_message_type at Base 2.26.0
- g_dbus_message_get_num_unix_fds at Base 2.26.0
- g_dbus_message_get_path at Base 2.26.0
- g_dbus_message_get_reply_serial at Base 2.26.0
- g_dbus_message_get_sender at Base 2.26.0
- g_dbus_message_get_serial at Base 2.26.0
- g_dbus_message_get_signature at Base 2.26.0
- g_dbus_message_get_type at Base 2.26.0
- g_dbus_message_get_unix_fd_list at Base 2.26.0
- g_dbus_message_header_field_get_type at Base 2.26.0
- g_dbus_message_lock at Base 2.26.0
- g_dbus_message_new at Base 2.26.0
- g_dbus_message_new_from_blob at Base 2.26.0
- g_dbus_message_new_method_call at Base 2.26.0
- g_dbus_message_new_method_error at Base 2.26.0
- g_dbus_message_new_method_error_literal at Base 2.26.0
- g_dbus_message_new_method_error_valist at Base 2.26.0
- g_dbus_message_new_method_reply at Base 2.26.0
- g_dbus_message_new_signal at Base 2.26.0
- g_dbus_message_print at Base 2.26.0
- g_dbus_message_set_body at Base 2.26.0
- g_dbus_message_set_byte_order at Base 2.26.0
- g_dbus_message_set_destination at Base 2.26.0
- g_dbus_message_set_error_name at Base 2.26.0
- g_dbus_message_set_flags at Base 2.26.0
- g_dbus_message_set_header at Base 2.26.0
- g_dbus_message_set_interface at Base 2.26.0
- g_dbus_message_set_member at Base 2.26.0
- g_dbus_message_set_message_type at Base 2.26.0
- g_dbus_message_set_num_unix_fds at Base 2.26.0
- g_dbus_message_set_path at Base 2.26.0
- g_dbus_message_set_reply_serial at Base 2.26.0
- g_dbus_message_set_sender at Base 2.26.0
- g_dbus_message_set_serial at Base 2.26.0
- g_dbus_message_set_signature at Base 2.26.0
- g_dbus_message_set_unix_fd_list at Base 2.26.0
- g_dbus_message_to_blob at Base 2.26.0
- g_dbus_message_to_gerror at Base 2.26.0
- g_dbus_message_type_get_type at Base 2.26.0
- g_dbus_method_info_get_type at Base 2.26.0
- g_dbus_method_info_ref at Base 2.26.0
- g_dbus_method_info_unref at Base 2.26.0
- g_dbus_method_invocation_get_connection at Base 2.26.0
- g_dbus_method_invocation_get_interface_name at Base 2.26.0
- g_dbus_method_invocation_get_message at Base 2.26.0
- g_dbus_method_invocation_get_method_info at Base 2.26.0
- g_dbus_method_invocation_get_method_name at Base 2.26.0
- g_dbus_method_invocation_get_object_path at Base 2.26.0
- g_dbus_method_invocation_get_parameters at Base 2.26.0
- g_dbus_method_invocation_get_property_info at Base 2.38.0
- g_dbus_method_invocation_get_sender at Base 2.26.0
- g_dbus_method_invocation_get_type at Base 2.26.0
- g_dbus_method_invocation_get_user_data at Base 2.26.0
- g_dbus_method_invocation_return_dbus_error at Base 2.26.0
- g_dbus_method_invocation_return_error at Base 2.26.0
- g_dbus_method_invocation_return_error_literal at Base 2.26.0
- g_dbus_method_invocation_return_error_valist at Base 2.26.0
- g_dbus_method_invocation_return_gerror at Base 2.26.0
- g_dbus_method_invocation_return_value at Base 2.26.0
- g_dbus_method_invocation_return_value_with_unix_fd_list at Base 2.30.0
- g_dbus_method_invocation_take_error at Base 2.30.0
- g_dbus_node_info_generate_xml at Base 2.26.0
- g_dbus_node_info_get_type at Base 2.26.0
- g_dbus_node_info_lookup_interface at Base 2.26.0
- g_dbus_node_info_new_for_xml at Base 2.26.0
- g_dbus_node_info_ref at Base 2.26.0
- g_dbus_node_info_unref at Base 2.26.0
- g_dbus_object_get_interface at Base 2.30.0
- g_dbus_object_get_interfaces at Base 2.30.0
- g_dbus_object_get_object_path at Base 2.30.0
- g_dbus_object_get_type at Base 2.30.0
- g_dbus_object_manager_client_flags_get_type at Base 2.30.0
- g_dbus_object_manager_client_get_connection at Base 2.30.0
- g_dbus_object_manager_client_get_flags at Base 2.30.0
- g_dbus_object_manager_client_get_name at Base 2.30.0
- g_dbus_object_manager_client_get_name_owner at Base 2.30.0
- g_dbus_object_manager_client_get_type at Base 2.30.0
- g_dbus_object_manager_client_new at Base 2.30.0
- g_dbus_object_manager_client_new_finish at Base 2.30.0
- g_dbus_object_manager_client_new_for_bus at Base 2.30.0
- g_dbus_object_manager_client_new_for_bus_finish at Base 2.30.0
- g_dbus_object_manager_client_new_for_bus_sync at Base 2.30.0
- g_dbus_object_manager_client_new_sync at Base 2.30.0
- g_dbus_object_manager_get_interface at Base 2.30.0
- g_dbus_object_manager_get_object at Base 2.30.0
- g_dbus_object_manager_get_object_path at Base 2.30.0
- g_dbus_object_manager_get_objects at Base 2.30.0
- g_dbus_object_manager_get_type at Base 2.30.0
- g_dbus_object_manager_server_export at Base 2.30.0
- g_dbus_object_manager_server_export_uniquely at Base 2.30.0
- g_dbus_object_manager_server_get_connection at Base 2.30.0
- g_dbus_object_manager_server_get_type at Base 2.30.0
- g_dbus_object_manager_server_is_exported at Base 2.34.0
- g_dbus_object_manager_server_new at Base 2.30.0
- g_dbus_object_manager_server_set_connection at Base 2.30.0
- g_dbus_object_manager_server_unexport at Base 2.30.0
- g_dbus_object_proxy_get_connection at Base 2.30.0
- g_dbus_object_proxy_get_type at Base 2.30.0
- g_dbus_object_proxy_new at Base 2.30.0
- g_dbus_object_skeleton_add_interface at Base 2.30.0
- g_dbus_object_skeleton_flush at Base 2.30.0
- g_dbus_object_skeleton_get_type at Base 2.30.0
- g_dbus_object_skeleton_new at Base 2.30.0
- g_dbus_object_skeleton_remove_interface at Base 2.30.0
- g_dbus_object_skeleton_remove_interface_by_name at Base 2.30.0
- g_dbus_object_skeleton_set_object_path at Base 2.30.0
- g_dbus_property_info_flags_get_type at Base 2.26.0
- g_dbus_property_info_get_type at Base 2.26.0
- g_dbus_property_info_ref at Base 2.26.0
- g_dbus_property_info_unref at Base 2.26.0
- g_dbus_proxy_call at Base 2.26.0
- g_dbus_proxy_call_finish at Base 2.26.0
- g_dbus_proxy_call_sync at Base 2.26.0
- g_dbus_proxy_call_with_unix_fd_list at Base 2.30.0
- g_dbus_proxy_call_with_unix_fd_list_finish at Base 2.30.0
- g_dbus_proxy_call_with_unix_fd_list_sync at Base 2.30.0
- g_dbus_proxy_flags_get_type at Base 2.26.0
- g_dbus_proxy_get_cached_property at Base 2.26.0
- g_dbus_proxy_get_cached_property_names at Base 2.26.0
- g_dbus_proxy_get_connection at Base 2.26.0
- g_dbus_proxy_get_default_timeout at Base 2.26.0
- g_dbus_proxy_get_flags at Base 2.26.0
- g_dbus_proxy_get_interface_info at Base 2.26.0
- g_dbus_proxy_get_interface_name at Base 2.26.0
- g_dbus_proxy_get_name at Base 2.26.0
- g_dbus_proxy_get_name_owner at Base 2.26.0
- g_dbus_proxy_get_object_path at Base 2.26.0
- g_dbus_proxy_get_type at Base 2.26.0
- g_dbus_proxy_new at Base 2.26.0
- g_dbus_proxy_new_finish at Base 2.26.0
- g_dbus_proxy_new_for_bus at Base 2.26.0
- g_dbus_proxy_new_for_bus_finish at Base 2.26.0
- g_dbus_proxy_new_for_bus_sync at Base 2.26.0
- g_dbus_proxy_new_sync at Base 2.26.0
- g_dbus_proxy_set_cached_property at Base 2.26.0
- g_dbus_proxy_set_default_timeout at Base 2.26.0
- g_dbus_proxy_set_interface_info at Base 2.26.0
- g_dbus_send_message_flags_get_type at Base 2.26.0
- g_dbus_server_flags_get_type at Base 2.26.0
- g_dbus_server_get_client_address at Base 2.26.0
- g_dbus_server_get_flags at Base 2.26.0
- g_dbus_server_get_guid at Base 2.26.0
- g_dbus_server_get_type at Base 2.26.0
- g_dbus_server_is_active at Base 2.26.0
- g_dbus_server_new_sync at Base 2.68.0
- g_dbus_server_start at Base 2.26.0
- g_dbus_server_stop at Base 2.26.0
- g_dbus_signal_flags_get_type at Base 2.26.0
- g_dbus_signal_info_get_type at Base 2.26.0
- g_dbus_signal_info_ref at Base 2.26.0
- g_dbus_signal_info_unref at Base 2.26.0
- g_dbus_subtree_flags_get_type at Base 2.26.0
- g_dbus_unescape_object_path at Base 2.68.0
- g_debug_controller_dbus_get_type at Base 2.72.0
- g_debug_controller_dbus_new at Base 2.72.0
- g_debug_controller_dbus_stop at Base 2.72.0
- g_debug_controller_get_debug_enabled at Base 2.72.0
- g_debug_controller_get_type at Base 2.72.0
- g_debug_controller_set_debug_enabled at Base 2.72.0
- g_desktop_app_info_get_action_name at Base 2.38.0
- g_desktop_app_info_get_boolean at Base 2.36.0
- g_desktop_app_info_get_categories at Base 2.30.0
- g_desktop_app_info_get_filename at Base 2.24.0
- g_desktop_app_info_get_generic_name at Base 2.30.0
- g_desktop_app_info_get_implementations at Base 2.42.0
- g_desktop_app_info_get_is_hidden at Base 2.16.0
- g_desktop_app_info_get_keywords at Base 2.32.0
- g_desktop_app_info_get_locale_string at Base 2.56.0
- g_desktop_app_info_get_nodisplay at Base 2.30.0
- g_desktop_app_info_get_show_in at Base 2.30.0
- g_desktop_app_info_get_startup_wm_class at Base 2.34.0
- g_desktop_app_info_get_string at Base 2.36.0
- g_desktop_app_info_get_string_list at Base 2.60.0
- g_desktop_app_info_get_type at Base 2.16.0
- g_desktop_app_info_has_key at Base 2.36.0
- g_desktop_app_info_launch_action at Base 2.38.0
- g_desktop_app_info_launch_uris_as_manager at Base 2.28.0
- g_desktop_app_info_launch_uris_as_manager_with_fds at Base 2.58.0
- g_desktop_app_info_list_actions at Base 2.38.0
- g_desktop_app_info_lookup_get_default_for_uri_scheme at Base 2.28.0
- g_desktop_app_info_lookup_get_type at Base 2.28.0
- g_desktop_app_info_new at Base 2.16.0
- g_desktop_app_info_new_from_filename at Base 2.16.0
- g_desktop_app_info_new_from_keyfile at Base 2.18.0
- g_desktop_app_info_search at Base 2.40.0
- g_desktop_app_info_set_desktop_env at Base 2.16.0
- g_drive_can_eject at Base 2.16.0
- g_drive_can_poll_for_media at Base 2.16.0
- g_drive_can_start at Base 2.22.0
- g_drive_can_start_degraded at Base 2.22.0
- g_drive_can_stop at Base 2.22.0
- g_drive_eject at Base 2.16.0
- g_drive_eject_finish at Base 2.16.0
- g_drive_eject_with_operation at Base 2.22.0
- g_drive_eject_with_operation_finish at Base 2.22.0
- g_drive_enumerate_identifiers at Base 2.16.0
- g_drive_get_icon at Base 2.16.0
- g_drive_get_identifier at Base 2.16.0
- g_drive_get_name at Base 2.16.0
- g_drive_get_sort_key at Base 2.32.0
- g_drive_get_start_stop_type at Base 2.22.0
- g_drive_get_symbolic_icon at Base 2.34.0
- g_drive_get_type at Base 2.16.0
- g_drive_get_volumes at Base 2.16.0
- g_drive_has_media at Base 2.16.0
- g_drive_has_volumes at Base 2.16.0
- g_drive_is_media_check_automatic at Base 2.16.0
- g_drive_is_media_removable at Base 2.16.0
- g_drive_is_removable at Base 2.50.0
- g_drive_poll_for_media at Base 2.16.0
- g_drive_poll_for_media_finish at Base 2.16.0
- g_drive_start at Base 2.22.0
- g_drive_start_finish at Base 2.22.0
- g_drive_start_flags_get_type at Base 2.22.0
- g_drive_start_stop_type_get_type at Base 2.22.0
- g_drive_stop at Base 2.22.0
- g_drive_stop_finish at Base 2.22.0
- g_dtls_client_connection_get_accepted_cas at Base 2.48.0
- g_dtls_client_connection_get_server_identity at Base 2.48.0
- g_dtls_client_connection_get_type at Base 2.48.0
- g_dtls_client_connection_get_validation_flags at Base 2.48.0
- g_dtls_client_connection_new at Base 2.48.0
- g_dtls_client_connection_set_server_identity at Base 2.48.0
- g_dtls_client_connection_set_validation_flags at Base 2.48.0
- g_dtls_connection_close at Base 2.48.0
- g_dtls_connection_close_async at Base 2.48.0
- g_dtls_connection_close_finish at Base 2.48.0
- g_dtls_connection_emit_accept_certificate at Base 2.48.0
- g_dtls_connection_get_certificate at Base 2.48.0
- g_dtls_connection_get_channel_binding_data at Base 2.66.0
- g_dtls_connection_get_ciphersuite_name at Base 2.70.0
- g_dtls_connection_get_database at Base 2.48.0
- g_dtls_connection_get_interaction at Base 2.48.0
- g_dtls_connection_get_negotiated_protocol at Base 2.60.0
- g_dtls_connection_get_peer_certificate at Base 2.48.0
- g_dtls_connection_get_peer_certificate_errors at Base 2.48.0
- g_dtls_connection_get_protocol_version at Base 2.70.0
- g_dtls_connection_get_rehandshake_mode at Base 2.48.0
- g_dtls_connection_get_require_close_notify at Base 2.48.0
- g_dtls_connection_get_type at Base 2.48.0
- g_dtls_connection_handshake at Base 2.48.0
- g_dtls_connection_handshake_async at Base 2.48.0
- g_dtls_connection_handshake_finish at Base 2.48.0
- g_dtls_connection_set_advertised_protocols at Base 2.60.0
- g_dtls_connection_set_certificate at Base 2.48.0
- g_dtls_connection_set_database at Base 2.48.0
- g_dtls_connection_set_interaction at Base 2.48.0
- g_dtls_connection_set_rehandshake_mode at Base 2.48.0
- g_dtls_connection_set_require_close_notify at Base 2.48.0
- g_dtls_connection_shutdown at Base 2.48.0
- g_dtls_connection_shutdown_async at Base 2.48.0
- g_dtls_connection_shutdown_finish at Base 2.48.0
- g_dtls_server_connection_get_type at Base 2.48.0
- g_dtls_server_connection_new at Base 2.48.0
- g_emblem_get_icon at Base 2.18.0
- g_emblem_get_origin at Base 2.18.0
- g_emblem_get_type at Base 2.18.0
- g_emblem_new at Base 2.18.0
- g_emblem_new_with_origin at Base 2.18.0
- g_emblem_origin_get_type at Base 2.18.0
- g_emblemed_icon_add_emblem at Base 2.18.0
- g_emblemed_icon_clear_emblems at Base 2.28.0
- g_emblemed_icon_get_emblems at Base 2.18.0
- g_emblemed_icon_get_icon at Base 2.18.0
- g_emblemed_icon_get_type at Base 2.18.0
- g_emblemed_icon_new at Base 2.18.0
- g_file_append_to at Base 2.16.0
- g_file_append_to_async at Base 2.16.0
- g_file_append_to_finish at Base 2.16.0
- g_file_attribute_info_flags_get_type at Base 2.16.0
- g_file_attribute_info_list_add at Base 2.16.0
- g_file_attribute_info_list_dup at Base 2.16.0
- g_file_attribute_info_list_get_type at Base 2.20.0
- g_file_attribute_info_list_lookup at Base 2.16.0
- g_file_attribute_info_list_new at Base 2.16.0
- g_file_attribute_info_list_ref at Base 2.16.0
- g_file_attribute_info_list_unref at Base 2.16.0
- g_file_attribute_matcher_enumerate_namespace at Base 2.16.0
- g_file_attribute_matcher_enumerate_next at Base 2.16.0
- g_file_attribute_matcher_get_type at Base 2.26.0
- g_file_attribute_matcher_matches at Base 2.16.0
- g_file_attribute_matcher_matches_only at Base 2.16.0
- g_file_attribute_matcher_new at Base 2.16.0
- g_file_attribute_matcher_ref at Base 2.16.0
- g_file_attribute_matcher_subtract at Base 2.32.0
- g_file_attribute_matcher_to_string at Base 2.32.0
- g_file_attribute_matcher_unref at Base 2.16.0
- g_file_attribute_status_get_type at Base 2.16.0
- g_file_attribute_type_get_type at Base 2.16.0
- g_file_build_attribute_list_for_copy at Base 2.68.0
- g_file_copy at Base 2.16.0
- g_file_copy_async at Base 2.16.0
- g_file_copy_attributes at Base 2.16.0
- g_file_copy_finish at Base 2.16.0
- g_file_copy_flags_get_type at Base 2.16.0
- g_file_create at Base 2.16.0
- g_file_create_async at Base 2.16.0
- g_file_create_finish at Base 2.16.0
- g_file_create_flags_get_type at Base 2.16.0
- g_file_create_readwrite at Base 2.22.0
- g_file_create_readwrite_async at Base 2.22.0
- g_file_create_readwrite_finish at Base 2.22.0
- g_file_delete at Base 2.16.0
- g_file_delete_async at Base 2.34.0
- g_file_delete_finish at Base 2.34.0
- g_file_descriptor_based_get_fd at Base 2.24.0
- g_file_descriptor_based_get_type at Base 2.24.0
- g_file_dup at Base 2.16.0
- g_file_eject_mountable at Base 2.16.0
- g_file_eject_mountable_finish at Base 2.16.0
- g_file_eject_mountable_with_operation at Base 2.22.0
- g_file_eject_mountable_with_operation_finish at Base 2.22.0
- g_file_enumerate_children at Base 2.16.0
- g_file_enumerate_children_async at Base 2.16.0
- g_file_enumerate_children_finish at Base 2.16.0
- g_file_enumerator_close at Base 2.16.0
- g_file_enumerator_close_async at Base 2.16.0
- g_file_enumerator_close_finish at Base 2.16.0
- g_file_enumerator_get_child at Base 2.36.0
- g_file_enumerator_get_container at Base 2.18.0
- g_file_enumerator_get_type at Base 2.16.0
- g_file_enumerator_has_pending at Base 2.16.0
- g_file_enumerator_is_closed at Base 2.16.0
- g_file_enumerator_iterate at Base 2.44.0
- g_file_enumerator_next_file at Base 2.16.0
- g_file_enumerator_next_files_async at Base 2.16.0
- g_file_enumerator_next_files_finish at Base 2.16.0
- g_file_enumerator_set_pending at Base 2.16.0
- g_file_equal at Base 2.16.0
- g_file_find_enclosing_mount at Base 2.16.0
- g_file_find_enclosing_mount_async at Base 2.16.0
- g_file_find_enclosing_mount_finish at Base 2.16.0
- g_file_get_basename at Base 2.16.0
- g_file_get_child at Base 2.16.0
- g_file_get_child_for_display_name at Base 2.16.0
- g_file_get_parent at Base 2.16.0
- g_file_get_parse_name at Base 2.16.0
- g_file_get_path at Base 2.16.0
- g_file_get_relative_path at Base 2.16.0
- g_file_get_type at Base 2.16.0
- g_file_get_uri at Base 2.16.0
- g_file_get_uri_scheme at Base 2.16.0
- g_file_has_parent at Base 2.24.0
- g_file_has_prefix at Base 2.16.0
- g_file_has_uri_scheme at Base 2.16.0
- g_file_hash at Base 2.16.0
- g_file_icon_get_file at Base 2.16.0
- g_file_icon_get_type at Base 2.16.0
- g_file_icon_new at Base 2.16.0
- g_file_info_clear_status at Base 2.16.0
- g_file_info_copy_into at Base 2.16.0
- g_file_info_dup at Base 2.16.0
- g_file_info_get_access_date_time at Base 2.70.0
- g_file_info_get_attribute_as_string at Base 2.16.0
- g_file_info_get_attribute_boolean at Base 2.16.0
- g_file_info_get_attribute_byte_string at Base 2.16.0
- g_file_info_get_attribute_data at Base 2.16.0
- g_file_info_get_attribute_file_path at Base 2.77.1
- g_file_info_get_attribute_int32 at Base 2.16.0
- g_file_info_get_attribute_int64 at Base 2.16.0
- g_file_info_get_attribute_object at Base 2.16.0
- g_file_info_get_attribute_status at Base 2.16.0
- g_file_info_get_attribute_string at Base 2.16.0
- g_file_info_get_attribute_stringv at Base 2.22.0
- g_file_info_get_attribute_type at Base 2.16.0
- g_file_info_get_attribute_uint32 at Base 2.16.0
- g_file_info_get_attribute_uint64 at Base 2.16.0
- g_file_info_get_content_type at Base 2.16.0
- g_file_info_get_creation_date_time at Base 2.70.0
- g_file_info_get_deletion_date at Base 2.36.0
- g_file_info_get_display_name at Base 2.16.0
- g_file_info_get_edit_name at Base 2.16.0
- g_file_info_get_etag at Base 2.16.0
- g_file_info_get_file_type at Base 2.16.0
- g_file_info_get_icon at Base 2.16.0
- g_file_info_get_is_backup at Base 2.16.0
- g_file_info_get_is_hidden at Base 2.16.0
- g_file_info_get_is_symlink at Base 2.16.0
- g_file_info_get_modification_date_time at Base 2.62.0
- g_file_info_get_modification_time at Base 2.16.0
- g_file_info_get_name at Base 2.16.0
- g_file_info_get_size at Base 2.16.0
- g_file_info_get_sort_order at Base 2.16.0
- g_file_info_get_symbolic_icon at Base 2.34.0
- g_file_info_get_symlink_target at Base 2.16.0
- g_file_info_get_type at Base 2.16.0
- g_file_info_has_attribute at Base 2.16.0
- g_file_info_has_namespace at Base 2.22.0
- g_file_info_list_attributes at Base 2.16.0
- g_file_info_new at Base 2.16.0
- g_file_info_remove_attribute at Base 2.16.0
- g_file_info_set_access_date_time at Base 2.70.0
- g_file_info_set_attribute at Base 2.16.0
- g_file_info_set_attribute_boolean at Base 2.16.0
- g_file_info_set_attribute_byte_string at Base 2.16.0
- g_file_info_set_attribute_file_path at Base 2.77.1
- g_file_info_set_attribute_int32 at Base 2.16.0
- g_file_info_set_attribute_int64 at Base 2.16.0
- g_file_info_set_attribute_mask at Base 2.16.0
- g_file_info_set_attribute_object at Base 2.16.0
- g_file_info_set_attribute_status at Base 2.22.0
- g_file_info_set_attribute_string at Base 2.16.0
- g_file_info_set_attribute_stringv at Base 2.22.0
- g_file_info_set_attribute_uint32 at Base 2.16.0
- g_file_info_set_attribute_uint64 at Base 2.16.0
- g_file_info_set_content_type at Base 2.16.0
- g_file_info_set_creation_date_time at Base 2.70.0
- g_file_info_set_display_name at Base 2.16.0
- g_file_info_set_edit_name at Base 2.16.0
- g_file_info_set_file_type at Base 2.16.0
- g_file_info_set_icon at Base 2.16.0
- g_file_info_set_is_hidden at Base 2.16.0
- g_file_info_set_is_symlink at Base 2.16.0
- g_file_info_set_modification_date_time at Base 2.62.0
- g_file_info_set_modification_time at Base 2.16.0
- g_file_info_set_name at Base 2.16.0
- g_file_info_set_size at Base 2.16.0
- g_file_info_set_sort_order at Base 2.16.0
- g_file_info_set_symbolic_icon at Base 2.34.0
- g_file_info_set_symlink_target at Base 2.16.0
- g_file_info_unset_attribute_mask at Base 2.16.0
- g_file_input_stream_get_type at Base 2.16.0
- g_file_input_stream_query_info at Base 2.16.0
- g_file_input_stream_query_info_async at Base 2.16.0
- g_file_input_stream_query_info_finish at Base 2.16.0
- g_file_io_stream_get_etag at Base 2.22.0
- g_file_io_stream_get_type at Base 2.22.0
- g_file_io_stream_query_info at Base 2.22.0
- g_file_io_stream_query_info_async at Base 2.22.0
- g_file_io_stream_query_info_finish at Base 2.22.0
- g_file_is_native at Base 2.16.0
- g_file_load_bytes at Base 2.56.0
- g_file_load_bytes_async at Base 2.56.0
- g_file_load_bytes_finish at Base 2.56.0
- g_file_load_contents at Base 2.16.0
- g_file_load_contents_async at Base 2.16.0
- g_file_load_contents_finish at Base 2.16.0
- g_file_load_partial_contents_async at Base 2.16.0
- g_file_load_partial_contents_finish at Base 2.16.0
- g_file_make_directory at Base 2.16.0
- g_file_make_directory_async at Base 2.38.0
- g_file_make_directory_finish at Base 2.38.0
- g_file_make_directory_with_parents at Base 2.18.0
- g_file_make_symbolic_link at Base 2.16.0
- g_file_make_symbolic_link_async at Base 2.74.0
- g_file_make_symbolic_link_finish at Base 2.74.0
- g_file_measure_disk_usage at Base 2.38.0
- g_file_measure_disk_usage_async at Base 2.38.0
- g_file_measure_disk_usage_finish at Base 2.38.0
- g_file_measure_flags_get_type at Base 2.38.0
- g_file_monitor at Base 2.18.0
- g_file_monitor_cancel at Base 2.16.0
- g_file_monitor_directory at Base 2.16.0
- g_file_monitor_emit_event at Base 2.16.0
- g_file_monitor_event_get_type at Base 2.16.0
- g_file_monitor_file at Base 2.16.0
- g_file_monitor_flags_get_type at Base 2.16.0
- g_file_monitor_get_type at Base 2.16.0
- g_file_monitor_is_cancelled at Base 2.16.0
- g_file_monitor_set_rate_limit at Base 2.16.0
- g_file_monitor_source_handle_event at Base 2.46.0
- g_file_mount_enclosing_volume at Base 2.16.0
- g_file_mount_enclosing_volume_finish at Base 2.16.0
- g_file_mount_mountable at Base 2.16.0
- g_file_mount_mountable_finish at Base 2.16.0
- g_file_move at Base 2.16.0
- g_file_move_async at Base 2.72.0
- g_file_move_finish at Base 2.72.0
- g_file_new_build_filename at Base 2.56.0
- g_file_new_build_filenamev at Base 2.77.0
- g_file_new_for_commandline_arg at Base 2.16.0
- g_file_new_for_commandline_arg_and_cwd at Base 2.36.0
- g_file_new_for_path at Base 2.16.0
- g_file_new_for_uri at Base 2.16.0
- g_file_new_tmp at Base 2.32.0
- g_file_new_tmp_async at Base 2.74.0
- g_file_new_tmp_dir_async at Base 2.74.0
- g_file_new_tmp_dir_finish at Base 2.74.0
- g_file_new_tmp_finish at Base 2.74.0
- g_file_open_readwrite at Base 2.22.0
- g_file_open_readwrite_async at Base 2.22.0
- g_file_open_readwrite_finish at Base 2.22.0
- g_file_output_stream_get_etag at Base 2.16.0
- g_file_output_stream_get_type at Base 2.16.0
- g_file_output_stream_query_info at Base 2.16.0
- g_file_output_stream_query_info_async at Base 2.16.0
- g_file_output_stream_query_info_finish at Base 2.16.0
- g_file_parse_name at Base 2.16.0
- g_file_peek_path at Base 2.56.0
- g_file_poll_mountable at Base 2.22.0
- g_file_poll_mountable_finish at Base 2.22.0
- g_file_query_default_handler at Base 2.16.0
- g_file_query_default_handler_async at Base 2.60.0
- g_file_query_default_handler_finish at Base 2.60.0
- g_file_query_exists at Base 2.16.0
- g_file_query_file_type at Base 2.18.0
- g_file_query_filesystem_info at Base 2.16.0
- g_file_query_filesystem_info_async at Base 2.16.0
- g_file_query_filesystem_info_finish at Base 2.16.0
- g_file_query_info at Base 2.16.0
- g_file_query_info_async at Base 2.16.0
- g_file_query_info_finish at Base 2.16.0
- g_file_query_info_flags_get_type at Base 2.16.0
- g_file_query_settable_attributes at Base 2.16.0
- g_file_query_writable_namespaces at Base 2.16.0
- g_file_read at Base 2.16.0
- g_file_read_async at Base 2.16.0
- g_file_read_finish at Base 2.16.0
- g_file_replace at Base 2.16.0
- g_file_replace_async at Base 2.16.0
- g_file_replace_contents at Base 2.16.0
- g_file_replace_contents_async at Base 2.16.0
- g_file_replace_contents_bytes_async at Base 2.40.0
- g_file_replace_contents_finish at Base 2.16.0
- g_file_replace_finish at Base 2.16.0
- g_file_replace_readwrite at Base 2.22.0
- g_file_replace_readwrite_async at Base 2.22.0
- g_file_replace_readwrite_finish at Base 2.22.0
- g_file_resolve_relative_path at Base 2.16.0
- g_file_set_attribute at Base 2.16.0
- g_file_set_attribute_byte_string at Base 2.16.0
- g_file_set_attribute_int32 at Base 2.16.0
- g_file_set_attribute_int64 at Base 2.16.0
- g_file_set_attribute_string at Base 2.16.0
- g_file_set_attribute_uint32 at Base 2.16.0
- g_file_set_attribute_uint64 at Base 2.16.0
- g_file_set_attributes_async at Base 2.16.0
- g_file_set_attributes_finish at Base 2.16.0
- g_file_set_attributes_from_info at Base 2.16.0
- g_file_set_display_name at Base 2.16.0
- g_file_set_display_name_async at Base 2.16.0
- g_file_set_display_name_finish at Base 2.16.0
- g_file_start_mountable at Base 2.22.0
- g_file_start_mountable_finish at Base 2.22.0
- g_file_stop_mountable at Base 2.22.0
- g_file_stop_mountable_finish at Base 2.22.0
- g_file_supports_thread_contexts at Base 2.22.0
- g_file_trash at Base 2.16.0
- g_file_trash_async at Base 2.38.0
- g_file_trash_finish at Base 2.38.0
- g_file_type_get_type at Base 2.16.0
- g_file_unmount_mountable at Base 2.16.0
- g_file_unmount_mountable_finish at Base 2.16.0
- g_file_unmount_mountable_with_operation at Base 2.22.0
- g_file_unmount_mountable_with_operation_finish at Base 2.22.0
- g_filename_completer_get_completion_suffix at Base 2.16.0
- g_filename_completer_get_completions at Base 2.16.0
- g_filename_completer_get_type at Base 2.16.0
- g_filename_completer_new at Base 2.16.0
- g_filename_completer_set_dirs_only at Base 2.16.0
- g_filesystem_preview_type_get_type at Base 2.16.0
- g_filter_input_stream_get_base_stream at Base 2.16.0
- g_filter_input_stream_get_close_base_stream at Base 2.20.0
- g_filter_input_stream_get_type at Base 2.16.0
- g_filter_input_stream_set_close_base_stream at Base 2.20.0
- g_filter_output_stream_get_base_stream at Base 2.16.0
- g_filter_output_stream_get_close_base_stream at Base 2.20.0
- g_filter_output_stream_get_type at Base 2.16.0
- g_filter_output_stream_set_close_base_stream at Base 2.20.0
- g_icon_deserialize at Base 2.38.0
- g_icon_equal at Base 2.16.0
- g_icon_get_type at Base 2.16.0
- g_icon_hash at Base 2.16.0
- g_icon_new_for_string at Base 2.20.0
- g_icon_serialize at Base 2.38.0
- g_icon_to_string at Base 2.20.0
- g_inet_address_equal at Base 2.30.0
- g_inet_address_get_family at Base 2.22.0
- g_inet_address_get_is_any at Base 2.22.0
- g_inet_address_get_is_link_local at Base 2.22.0
- g_inet_address_get_is_loopback at Base 2.22.0
- g_inet_address_get_is_mc_global at Base 2.22.0
- g_inet_address_get_is_mc_link_local at Base 2.22.0
- g_inet_address_get_is_mc_node_local at Base 2.22.0
- g_inet_address_get_is_mc_org_local at Base 2.22.0
- g_inet_address_get_is_mc_site_local at Base 2.22.0
- g_inet_address_get_is_multicast at Base 2.22.0
- g_inet_address_get_is_site_local at Base 2.22.0
- g_inet_address_get_native_size at Base 2.22.0
- g_inet_address_get_type at Base 2.22.0
- g_inet_address_mask_equal at Base 2.32.0
- g_inet_address_mask_get_address at Base 2.32.0
- g_inet_address_mask_get_family at Base 2.32.0
- g_inet_address_mask_get_length at Base 2.32.0
- g_inet_address_mask_get_type at Base 2.32.0
- g_inet_address_mask_matches at Base 2.32.0
- g_inet_address_mask_new at Base 2.32.0
- g_inet_address_mask_new_from_string at Base 2.32.0
- g_inet_address_mask_to_string at Base 2.32.0
- g_inet_address_new_any at Base 2.22.0
- g_inet_address_new_from_bytes at Base 2.22.0
- g_inet_address_new_from_string at Base 2.22.0
- g_inet_address_new_loopback at Base 2.22.0
- g_inet_address_to_bytes at Base 2.22.0
- g_inet_address_to_string at Base 2.22.0
- g_inet_socket_address_get_address at Base 2.22.0
- g_inet_socket_address_get_flowinfo at Base 2.32.0
- g_inet_socket_address_get_port at Base 2.22.0
- g_inet_socket_address_get_scope_id at Base 2.32.0
- g_inet_socket_address_get_type at Base 2.22.0
- g_inet_socket_address_new at Base 2.22.0
- g_inet_socket_address_new_from_string at Base 2.40.0
- g_initable_get_type at Base 2.22.0
- g_initable_init at Base 2.22.0
- g_initable_new at Base 2.22.0
- g_initable_new_valist at Base 2.22.0
- g_initable_newv at Base 2.22.0
- g_input_stream_clear_pending at Base 2.16.0
- g_input_stream_close at Base 2.16.0
- g_input_stream_close_async at Base 2.16.0
- g_input_stream_close_finish at Base 2.16.0
- g_input_stream_get_type at Base 2.16.0
- g_input_stream_has_pending at Base 2.16.0
- g_input_stream_is_closed at Base 2.16.0
- g_input_stream_read at Base 2.16.0
- g_input_stream_read_all at Base 2.16.0
- g_input_stream_read_all_async at Base 2.44.0
- g_input_stream_read_all_finish at Base 2.44.0
- g_input_stream_read_async at Base 2.16.0
- g_input_stream_read_bytes at Base 2.34.0
- g_input_stream_read_bytes_async at Base 2.34.0
- g_input_stream_read_bytes_finish at Base 2.34.0
- g_input_stream_read_finish at Base 2.16.0
- g_input_stream_set_pending at Base 2.16.0
- g_input_stream_skip at Base 2.16.0
- g_input_stream_skip_async at Base 2.16.0
- g_input_stream_skip_finish at Base 2.16.0
- g_io_error_enum_get_type at Base 2.16.0
- g_io_error_from_errno at Base 2.16.0
- g_io_error_from_file_error at Base 2.74.0
- g_io_error_quark at Base 2.16.0
- g_io_extension_get_name at Base 2.16.0
- g_io_extension_get_priority at Base 2.16.0
- g_io_extension_get_type at Base 2.16.0
- g_io_extension_point_get_extension_by_name at Base 2.16.0
- g_io_extension_point_get_extensions at Base 2.16.0
- g_io_extension_point_get_required_type at Base 2.16.0
- g_io_extension_point_implement at Base 2.16.0
- g_io_extension_point_lookup at Base 2.16.0
- g_io_extension_point_register at Base 2.16.0
- g_io_extension_point_set_required_type at Base 2.16.0
- g_io_extension_ref_class at Base 2.16.0
- g_io_module_get_type at Base 2.16.0
- g_io_module_new at Base 2.16.0
- g_io_module_scope_block at Base 2.30.0
- g_io_module_scope_flags_get_type at Base 2.30.0
- g_io_module_scope_free at Base 2.30.0
- g_io_module_scope_new at Base 2.30.0
- g_io_modules_load_all_in_directory at Base 2.16.0
- g_io_modules_load_all_in_directory_with_scope at Base 2.30.0
- g_io_modules_scan_all_in_directory at Base 2.24.0
- g_io_modules_scan_all_in_directory_with_scope at Base 2.30.0
- g_io_scheduler_cancel_all_jobs at Base 2.16.0
- g_io_scheduler_job_send_to_mainloop at Base 2.16.0
- g_io_scheduler_job_send_to_mainloop_async at Base 2.16.0
- g_io_scheduler_push_job at Base 2.16.0
- g_io_stream_clear_pending at Base 2.22.0
- g_io_stream_close at Base 2.22.0
- g_io_stream_close_async at Base 2.22.0
- g_io_stream_close_finish at Base 2.22.0
- g_io_stream_get_input_stream at Base 2.22.0
- g_io_stream_get_output_stream at Base 2.22.0
- g_io_stream_get_type at Base 2.22.0
- g_io_stream_has_pending at Base 2.22.0
- g_io_stream_is_closed at Base 2.22.0
- g_io_stream_set_pending at Base 2.22.0
- g_io_stream_splice_async at Base 2.28.0
- g_io_stream_splice_finish at Base 2.28.0
- g_io_stream_splice_flags_get_type at Base 2.28.0
- g_keyfile_settings_backend_new at Base 2.26.0
- g_list_model_get_item at Base 2.44.0
- g_list_model_get_item_type at Base 2.44.0
- g_list_model_get_n_items at Base 2.44.0
- g_list_model_get_object at Base 2.44.0
- g_list_model_get_type at Base 2.44.0
- g_list_model_items_changed at Base 2.44.0
- g_list_store_append at Base 2.44.0
- g_list_store_find at Base 2.64.0
- g_list_store_find_with_equal_func at Base 2.64.0
- g_list_store_find_with_equal_func_full at Base 2.74.0
- g_list_store_get_type at Base 2.44.0
- g_list_store_insert at Base 2.44.0
- g_list_store_insert_sorted at Base 2.44.0
- g_list_store_new at Base 2.44.0
- g_list_store_remove at Base 2.44.0
- g_list_store_remove_all at Base 2.44.0
- g_list_store_sort at Base 2.46.0
- g_list_store_splice at Base 2.44.0
- g_loadable_icon_get_type at Base 2.16.0
- g_loadable_icon_load at Base 2.16.0
- g_loadable_icon_load_async at Base 2.16.0
- g_loadable_icon_load_finish at Base 2.16.0
- g_local_file_monitor_get_type at Base 2.16.0
- g_memory_input_stream_add_bytes at Base 2.34.0
- g_memory_input_stream_add_data at Base 2.16.0
- g_memory_input_stream_get_type at Base 2.16.0
- g_memory_input_stream_new at Base 2.16.0
- g_memory_input_stream_new_from_bytes at Base 2.34.0
- g_memory_input_stream_new_from_data at Base 2.16.0
- g_memory_monitor_dup_default at Base 2.64.0
- g_memory_monitor_get_type at Base 2.64.0
- g_memory_monitor_warning_level_get_type at Base 2.64.0
- g_memory_output_stream_get_data at Base 2.16.0
- g_memory_output_stream_get_data_size at Base 2.18.0
- g_memory_output_stream_get_size at Base 2.16.0
- g_memory_output_stream_get_type at Base 2.16.0
- g_memory_output_stream_new at Base 2.16.0
- g_memory_output_stream_new_resizable at Base 2.36.0
- g_memory_output_stream_steal_as_bytes at Base 2.34.0
- g_memory_output_stream_steal_data at Base 2.26.0
- g_memory_settings_backend_new at Base 2.28.0
- g_menu_append at Base 2.32.0
- g_menu_append_item at Base 2.32.0
- g_menu_append_section at Base 2.32.0
- g_menu_append_submenu at Base 2.32.0
- g_menu_attribute_iter_get_name at Base 2.32.0
- g_menu_attribute_iter_get_next at Base 2.32.0
- g_menu_attribute_iter_get_type at Base 2.32.0
- g_menu_attribute_iter_get_value at Base 2.32.0
- g_menu_attribute_iter_next at Base 2.32.0
- g_menu_freeze at Base 2.32.0
- g_menu_get_type at Base 2.32.0
- g_menu_insert at Base 2.32.0
- g_menu_insert_item at Base 2.32.0
- g_menu_insert_section at Base 2.32.0
- g_menu_insert_submenu at Base 2.32.0
- g_menu_item_get_attribute at Base 2.34.0
- g_menu_item_get_attribute_value at Base 2.34.0
- g_menu_item_get_link at Base 2.34.0
- g_menu_item_get_type at Base 2.32.0
- g_menu_item_new at Base 2.32.0
- g_menu_item_new_from_model at Base 2.34.0
- g_menu_item_new_section at Base 2.32.0
- g_menu_item_new_submenu at Base 2.32.0
- g_menu_item_set_action_and_target at Base 2.32.0
- g_menu_item_set_action_and_target_value at Base 2.32.0
- g_menu_item_set_attribute at Base 2.32.0
- g_menu_item_set_attribute_value at Base 2.32.0
- g_menu_item_set_detailed_action at Base 2.32.0
- g_menu_item_set_icon at Base 2.38.0
- g_menu_item_set_label at Base 2.32.0
- g_menu_item_set_link at Base 2.32.0
- g_menu_item_set_section at Base 2.32.0
- g_menu_item_set_submenu at Base 2.32.0
- g_menu_link_iter_get_name at Base 2.32.0
- g_menu_link_iter_get_next at Base 2.32.0
- g_menu_link_iter_get_type at Base 2.32.0
- g_menu_link_iter_get_value at Base 2.32.0
- g_menu_link_iter_next at Base 2.32.0
- g_menu_model_get_item_attribute at Base 2.32.0
- g_menu_model_get_item_attribute_value at Base 2.32.0
- g_menu_model_get_item_link at Base 2.32.0
- g_menu_model_get_n_items at Base 2.32.0
- g_menu_model_get_type at Base 2.32.0
- g_menu_model_is_mutable at Base 2.32.0
- g_menu_model_items_changed at Base 2.32.0
- g_menu_model_iterate_item_attributes at Base 2.32.0
- g_menu_model_iterate_item_links at Base 2.32.0
- g_menu_new at Base 2.32.0
- g_menu_prepend at Base 2.32.0
- g_menu_prepend_item at Base 2.32.0
- g_menu_prepend_section at Base 2.32.0
- g_menu_prepend_submenu at Base 2.32.0
- g_menu_remove at Base 2.32.0
- g_menu_remove_all at Base 2.38.0
- g_mount_can_eject at Base 2.16.0
- g_mount_can_unmount at Base 2.16.0
- g_mount_eject at Base 2.16.0
- g_mount_eject_finish at Base 2.16.0
- g_mount_eject_with_operation at Base 2.22.0
- g_mount_eject_with_operation_finish at Base 2.22.0
- g_mount_get_default_location at Base 2.24.0
- g_mount_get_drive at Base 2.16.0
- g_mount_get_icon at Base 2.16.0
- g_mount_get_name at Base 2.16.0
- g_mount_get_root at Base 2.16.0
- g_mount_get_sort_key at Base 2.32.0
- g_mount_get_symbolic_icon at Base 2.34.0
- g_mount_get_type at Base 2.16.0
- g_mount_get_uuid at Base 2.16.0
- g_mount_get_volume at Base 2.16.0
- g_mount_guess_content_type at Base 2.18.0
- g_mount_guess_content_type_finish at Base 2.18.0
- g_mount_guess_content_type_sync at Base 2.18.0
- g_mount_is_shadowed at Base 2.20.0
- g_mount_mount_flags_get_type at Base 2.16.0
- g_mount_operation_get_anonymous at Base 2.16.0
- g_mount_operation_get_choice at Base 2.16.0
- g_mount_operation_get_domain at Base 2.16.0
- g_mount_operation_get_is_tcrypt_hidden_volume at Base 2.58.0
- g_mount_operation_get_is_tcrypt_system_volume at Base 2.58.0
- g_mount_operation_get_password at Base 2.16.0
- g_mount_operation_get_password_save at Base 2.16.0
- g_mount_operation_get_pim at Base 2.58.0
- g_mount_operation_get_type at Base 2.16.0
- g_mount_operation_get_username at Base 2.16.0
- g_mount_operation_new at Base 2.16.0
- g_mount_operation_reply at Base 2.16.0
- g_mount_operation_result_get_type at Base 2.16.0
- g_mount_operation_set_anonymous at Base 2.16.0
- g_mount_operation_set_choice at Base 2.16.0
- g_mount_operation_set_domain at Base 2.16.0
- g_mount_operation_set_is_tcrypt_hidden_volume at Base 2.58.0
- g_mount_operation_set_is_tcrypt_system_volume at Base 2.58.0
- g_mount_operation_set_password at Base 2.16.0
- g_mount_operation_set_password_save at Base 2.16.0
- g_mount_operation_set_pim at Base 2.58.0
- g_mount_operation_set_username at Base 2.16.0
- g_mount_remount at Base 2.16.0
- g_mount_remount_finish at Base 2.16.0
- g_mount_shadow at Base 2.20.0
- g_mount_unmount at Base 2.16.0
- g_mount_unmount_finish at Base 2.16.0
- g_mount_unmount_flags_get_type at Base 2.16.0
- g_mount_unmount_with_operation at Base 2.22.0
- g_mount_unmount_with_operation_finish at Base 2.22.0
- g_mount_unshadow at Base 2.20.0
- g_native_socket_address_get_type at Base 2.46.0
- g_native_socket_address_new at Base 2.46.0
- g_native_volume_monitor_get_type at Base 2.16.0
- g_network_address_get_hostname at Base 2.22.0
- g_network_address_get_port at Base 2.22.0
- g_network_address_get_scheme at Base 2.26.0
- g_network_address_get_type at Base 2.22.0
- g_network_address_new at Base 2.22.0
- g_network_address_new_loopback at Base 2.44.0
- g_network_address_parse at Base 2.22.0
- g_network_address_parse_uri at Base 2.26.0
- g_network_connectivity_get_type at Base 2.44.0
- g_network_monitor_base_add_network at Base 2.32.0
- g_network_monitor_base_get_type at Base 2.32.0
- g_network_monitor_base_remove_network at Base 2.32.0
- g_network_monitor_base_set_networks at Base 2.32.0
- g_network_monitor_can_reach at Base 2.32.0
- g_network_monitor_can_reach_async at Base 2.32.0
- g_network_monitor_can_reach_finish at Base 2.32.0
- g_network_monitor_get_connectivity at Base 2.44.0
- g_network_monitor_get_default at Base 2.32.0
- g_network_monitor_get_network_available at Base 2.32.0
- g_network_monitor_get_network_metered at Base 2.46.0
- g_network_monitor_get_type at Base 2.32.0
- g_network_service_get_domain at Base 2.22.0
- g_network_service_get_protocol at Base 2.22.0
- g_network_service_get_scheme at Base 2.26.0
- g_network_service_get_service at Base 2.22.0
- g_network_service_get_type at Base 2.22.0
- g_network_service_new at Base 2.22.0
- g_network_service_set_scheme at Base 2.26.0
- g_networking_init at Base 2.36.0
- g_notification_add_button at Base 2.40.0
- g_notification_add_button_with_target at Base 2.40.0
- g_notification_add_button_with_target_value at Base 2.40.0
- g_notification_get_type at Base 2.40.0
- g_notification_new at Base 2.40.0
- g_notification_priority_get_type at Base 2.42.0
- g_notification_set_body at Base 2.40.0
- g_notification_set_category at Base 2.70.0
- g_notification_set_default_action at Base 2.40.0
- g_notification_set_default_action_and_target at Base 2.40.0
- g_notification_set_default_action_and_target_value at Base 2.40.0
- g_notification_set_icon at Base 2.40.0
- g_notification_set_priority at Base 2.42.0
- g_notification_set_title at Base 2.40.0
- g_notification_set_urgent at Base 2.40.0
- g_null_settings_backend_new at Base 2.28.0
- g_output_stream_clear_pending at Base 2.16.0
- g_output_stream_close at Base 2.16.0
- g_output_stream_close_async at Base 2.16.0
- g_output_stream_close_finish at Base 2.16.0
- g_output_stream_flush at Base 2.16.0
- g_output_stream_flush_async at Base 2.16.0
- g_output_stream_flush_finish at Base 2.16.0
- g_output_stream_get_type at Base 2.16.0
- g_output_stream_has_pending at Base 2.16.0
- g_output_stream_is_closed at Base 2.16.0
- g_output_stream_is_closing at Base 2.24.0
- g_output_stream_printf at Base 2.40.0
- g_output_stream_set_pending at Base 2.16.0
- g_output_stream_splice at Base 2.16.0
- g_output_stream_splice_async at Base 2.16.0
- g_output_stream_splice_finish at Base 2.16.0
- g_output_stream_splice_flags_get_type at Base 2.16.0
- g_output_stream_vprintf at Base 2.40.0
- g_output_stream_write at Base 2.16.0
- g_output_stream_write_all at Base 2.16.0
- g_output_stream_write_all_async at Base 2.44.0
- g_output_stream_write_all_finish at Base 2.44.0
- g_output_stream_write_async at Base 2.16.0
- g_output_stream_write_bytes at Base 2.34.0
- g_output_stream_write_bytes_async at Base 2.34.0
- g_output_stream_write_bytes_finish at Base 2.34.0
- g_output_stream_write_finish at Base 2.16.0
- g_output_stream_writev at Base 2.60.0
- g_output_stream_writev_all at Base 2.60.0
- g_output_stream_writev_all_async at Base 2.60.0
- g_output_stream_writev_all_finish at Base 2.60.0
- g_output_stream_writev_async at Base 2.60.0
- g_output_stream_writev_finish at Base 2.60.0
- g_password_save_get_type at Base 2.16.0
- g_permission_acquire at Base 2.26.0
- g_permission_acquire_async at Base 2.26.0
- g_permission_acquire_finish at Base 2.26.0
- g_permission_get_allowed at Base 2.26.0
- g_permission_get_can_acquire at Base 2.26.0
- g_permission_get_can_release at Base 2.26.0
- g_permission_get_type at Base 2.26.0
- g_permission_impl_update at Base 2.26.0
- g_permission_release at Base 2.26.0
- g_permission_release_async at Base 2.26.0
- g_permission_release_finish at Base 2.26.0
- g_pollable_input_stream_can_poll at Base 2.28.0
- g_pollable_input_stream_create_source at Base 2.28.0
- g_pollable_input_stream_get_type at Base 2.28.0
- g_pollable_input_stream_is_readable at Base 2.28.0
- g_pollable_input_stream_read_nonblocking at Base 2.28.0
- g_pollable_output_stream_can_poll at Base 2.28.0
- g_pollable_output_stream_create_source at Base 2.28.0
- g_pollable_output_stream_get_type at Base 2.28.0
- g_pollable_output_stream_is_writable at Base 2.28.0
- g_pollable_output_stream_write_nonblocking at Base 2.28.0
- g_pollable_output_stream_writev_nonblocking at Base 2.60.0
- g_pollable_return_get_type at Base 2.60.0
- g_pollable_source_new at Base 2.28.0
- g_pollable_source_new_full at Base 2.34.0
- g_pollable_stream_read at Base 2.34.0
- g_pollable_stream_write at Base 2.34.0
- g_pollable_stream_write_all at Base 2.34.0
- g_power_profile_monitor_dup_default at Base 2.70.0
- g_power_profile_monitor_get_power_saver_enabled at Base 2.70.0
- g_power_profile_monitor_get_type at Base 2.70.0
- g_property_action_get_type at Base 2.38.0
- g_property_action_new at Base 2.38.0
- g_proxy_address_enumerator_get_type at Base 2.26.0
- g_proxy_address_get_destination_hostname at Base 2.26.0
- g_proxy_address_get_destination_port at Base 2.26.0
- g_proxy_address_get_destination_protocol at Base 2.34.0
- g_proxy_address_get_password at Base 2.26.0
- g_proxy_address_get_protocol at Base 2.26.0
- g_proxy_address_get_type at Base 2.26.0
- g_proxy_address_get_uri at Base 2.34.0
- g_proxy_address_get_username at Base 2.26.0
- g_proxy_address_new at Base 2.26.0
- g_proxy_connect at Base 2.26.0
- g_proxy_connect_async at Base 2.26.0
- g_proxy_connect_finish at Base 2.26.0
- g_proxy_get_default_for_protocol at Base 2.26.0
- g_proxy_get_type at Base 2.26.0
- g_proxy_resolver_get_default at Base 2.26.0
- g_proxy_resolver_get_type at Base 2.26.0
- g_proxy_resolver_is_supported at Base 2.26.0
- g_proxy_resolver_lookup at Base 2.26.0
- g_proxy_resolver_lookup_async at Base 2.26.0
- g_proxy_resolver_lookup_finish at Base 2.26.0
- g_proxy_supports_hostname at Base 2.26.0
- g_remote_action_group_activate_action_full at Base 2.32.0
- g_remote_action_group_change_action_state_full at Base 2.32.0
- g_remote_action_group_get_type at Base 2.32.0
- g_resolver_error_get_type at Base 2.22.0
- g_resolver_error_quark at Base 2.22.0
- g_resolver_free_addresses at Base 2.22.0
- g_resolver_free_targets at Base 2.22.0
- g_resolver_get_default at Base 2.22.0
- g_resolver_get_timeout at Base 2.77.0
- g_resolver_get_type at Base 2.22.0
- g_resolver_lookup_by_address at Base 2.22.0
- g_resolver_lookup_by_address_async at Base 2.22.0
- g_resolver_lookup_by_address_finish at Base 2.22.0
- g_resolver_lookup_by_name at Base 2.22.0
- g_resolver_lookup_by_name_async at Base 2.22.0
- g_resolver_lookup_by_name_finish at Base 2.22.0
- g_resolver_lookup_by_name_with_flags at Base 2.60.0
- g_resolver_lookup_by_name_with_flags_async at Base 2.60.0
- g_resolver_lookup_by_name_with_flags_finish at Base 2.60.0
- g_resolver_lookup_records at Base 2.34.0
- g_resolver_lookup_records_async at Base 2.34.0
- g_resolver_lookup_records_finish at Base 2.34.0
- g_resolver_lookup_service at Base 2.22.0
- g_resolver_lookup_service_async at Base 2.22.0
- g_resolver_lookup_service_finish at Base 2.22.0
- g_resolver_name_lookup_flags_get_type at Base 2.60.0
- g_resolver_record_type_get_type at Base 2.34.0
- g_resolver_record_type_to_rrtype at Base 2.72.1
- g_resolver_records_from_res_query at Base 2.72.0
- g_resolver_set_default at Base 2.22.0
- g_resolver_set_timeout at Base 2.77.0
- g_resource_enumerate_children at Base 2.32.0
- g_resource_error_get_type at Base 2.32.0
- g_resource_error_quark at Base 2.32.0
- g_resource_flags_get_type at Base 2.32.0
- g_resource_get_info at Base 2.32.0
- g_resource_get_type at Base 2.32.0
- g_resource_load at Base 2.32.0
- g_resource_lookup_data at Base 2.32.0
- g_resource_lookup_flags_get_type at Base 2.32.0
- g_resource_new_from_data at Base 2.32.0
- g_resource_open_stream at Base 2.32.0
- g_resource_ref at Base 2.32.0
- g_resource_unref at Base 2.32.0
- g_resources_enumerate_children at Base 2.32.0
- g_resources_get_info at Base 2.32.0
- g_resources_lookup_data at Base 2.32.0
- g_resources_open_stream at Base 2.32.0
- g_resources_register at Base 2.32.0
- g_resources_unregister at Base 2.32.0
- g_seekable_can_seek at Base 2.16.0
- g_seekable_can_truncate at Base 2.16.0
- g_seekable_get_type at Base 2.16.0
- g_seekable_seek at Base 2.16.0
- g_seekable_tell at Base 2.16.0
- g_seekable_truncate at Base 2.16.0
- g_settings_apply at Base 2.26.0
- g_settings_backend_changed at Base 2.26.0
- g_settings_backend_changed_tree at Base 2.26.0
- g_settings_backend_flatten_tree at Base 2.26.0
- g_settings_backend_get_default at Base 2.28.0
- g_settings_backend_get_type at Base 2.26.0
- g_settings_backend_keys_changed at Base 2.26.0
- g_settings_backend_path_changed at Base 2.26.0
- g_settings_backend_path_writable_changed at Base 2.26.0
- g_settings_backend_writable_changed at Base 2.26.0
- g_settings_bind at Base 2.26.0
- g_settings_bind_flags_get_type at Base 2.26.0
- g_settings_bind_with_mapping at Base 2.26.0
- g_settings_bind_writable at Base 2.26.0
- g_settings_create_action at Base 2.32.0
- g_settings_delay at Base 2.26.0
- g_settings_get at Base 2.26.0
- g_settings_get_boolean at Base 2.26.0
- g_settings_get_child at Base 2.26.0
- g_settings_get_default_value at Base 2.40.0
- g_settings_get_double at Base 2.26.0
- g_settings_get_enum at Base 2.26.0
- g_settings_get_flags at Base 2.26.0
- g_settings_get_has_unapplied at Base 2.26.0
- g_settings_get_int64 at Base 2.50.0
- g_settings_get_int at Base 2.26.0
- g_settings_get_mapped at Base 2.26.0
- g_settings_get_range at Base 2.28.0
- g_settings_get_string at Base 2.26.0
- g_settings_get_strv at Base 2.26.0
- g_settings_get_type at Base 2.26.0
- g_settings_get_uint64 at Base 2.50.0
- g_settings_get_uint at Base 2.30.0
- g_settings_get_user_value at Base 2.40.0
- g_settings_get_value at Base 2.26.0
- g_settings_is_writable at Base 2.26.0
- g_settings_list_children at Base 2.26.0
- g_settings_list_keys at Base 2.26.0
- g_settings_list_relocatable_schemas at Base 2.28.0
- g_settings_list_schemas at Base 2.26.0
- g_settings_new at Base 2.26.0
- g_settings_new_full at Base 2.32.0
- g_settings_new_with_backend at Base 2.26.0
- g_settings_new_with_backend_and_path at Base 2.26.0
- g_settings_new_with_path at Base 2.26.0
- g_settings_range_check at Base 2.28.0
- g_settings_reset at Base 2.26.0
- g_settings_revert at Base 2.26.0
- g_settings_schema_get_id at Base 2.32.0
- g_settings_schema_get_key at Base 2.40.0
- g_settings_schema_get_path at Base 2.32.0
- g_settings_schema_get_type at Base 2.32.0
- g_settings_schema_has_key at Base 2.40.0
- g_settings_schema_key_get_default_value at Base 2.40.0
- g_settings_schema_key_get_description at Base 2.40.0
- g_settings_schema_key_get_name at Base 2.44.0
- g_settings_schema_key_get_range at Base 2.40.0
- g_settings_schema_key_get_summary at Base 2.40.0
- g_settings_schema_key_get_type at Base 2.40.0
- g_settings_schema_key_get_value_type at Base 2.40.0
- g_settings_schema_key_range_check at Base 2.40.0
- g_settings_schema_key_ref at Base 2.40.0
- g_settings_schema_key_unref at Base 2.40.0
- g_settings_schema_list_children at Base 2.44.0
- g_settings_schema_list_keys at Base 2.46.0
- g_settings_schema_ref at Base 2.32.0
- g_settings_schema_source_get_default at Base 2.32.0
- g_settings_schema_source_get_type at Base 2.32.0
- g_settings_schema_source_list_schemas at Base 2.40.0
- g_settings_schema_source_lookup at Base 2.32.0
- g_settings_schema_source_new_from_directory at Base 2.32.0
- g_settings_schema_source_ref at Base 2.32.0
- g_settings_schema_source_unref at Base 2.32.0
- g_settings_schema_unref at Base 2.32.0
- g_settings_set at Base 2.26.0
- g_settings_set_boolean at Base 2.26.0
- g_settings_set_double at Base 2.26.0
- g_settings_set_enum at Base 2.26.0
- g_settings_set_flags at Base 2.26.0
- g_settings_set_int64 at Base 2.50.0
- g_settings_set_int at Base 2.26.0
- g_settings_set_string at Base 2.26.0
- g_settings_set_strv at Base 2.26.0
- g_settings_set_uint64 at Base 2.50.0
- g_settings_set_uint at Base 2.30.0
- g_settings_set_value at Base 2.26.0
- g_settings_sync at Base 2.26.0
- g_settings_unbind at Base 2.26.0
- g_simple_action_get_type at Base 2.28.0
- g_simple_action_group_add_entries at Base 2.30.0
- g_simple_action_group_get_type at Base 2.28.0
- g_simple_action_group_insert at Base 2.28.0
- g_simple_action_group_lookup at Base 2.28.0
- g_simple_action_group_new at Base 2.28.0
- g_simple_action_group_remove at Base 2.28.0
- g_simple_action_new at Base 2.28.0
- g_simple_action_new_stateful at Base 2.28.0
- g_simple_action_set_enabled at Base 2.28.0
- g_simple_action_set_state at Base 2.30.0
- g_simple_action_set_state_hint at Base 2.44.0
- g_simple_async_report_error_in_idle at Base 2.16.0
- g_simple_async_report_gerror_in_idle at Base 2.16.0
- g_simple_async_report_take_gerror_in_idle at Base 2.28.0
- g_simple_async_result_complete at Base 2.16.0
- g_simple_async_result_complete_in_idle at Base 2.16.0
- g_simple_async_result_get_op_res_gboolean at Base 2.16.0
- g_simple_async_result_get_op_res_gpointer at Base 2.16.0
- g_simple_async_result_get_op_res_gssize at Base 2.16.0
- g_simple_async_result_get_source_tag at Base 2.16.0
- g_simple_async_result_get_type at Base 2.16.0
- g_simple_async_result_is_valid at Base 2.20.0
- g_simple_async_result_new at Base 2.16.0
- g_simple_async_result_new_error at Base 2.16.0
- g_simple_async_result_new_from_error at Base 2.16.0
- g_simple_async_result_new_take_error at Base 2.28.0
- g_simple_async_result_propagate_error at Base 2.16.0
- g_simple_async_result_run_in_thread at Base 2.16.0
- g_simple_async_result_set_check_cancellable at Base 2.32.0
- g_simple_async_result_set_error at Base 2.16.0
- g_simple_async_result_set_error_va at Base 2.16.0
- g_simple_async_result_set_from_error at Base 2.16.0
- g_simple_async_result_set_handle_cancellation at Base 2.16.0
- g_simple_async_result_set_op_res_gboolean at Base 2.16.0
- g_simple_async_result_set_op_res_gpointer at Base 2.16.0
- g_simple_async_result_set_op_res_gssize at Base 2.16.0
- g_simple_async_result_take_error at Base 2.28.0
- g_simple_io_stream_get_type at Base 2.44.0
- g_simple_io_stream_new at Base 2.44.0
- g_simple_permission_get_type at Base 2.26.0
- g_simple_permission_new at Base 2.26.0
- g_simple_proxy_resolver_get_type at Base 2.36.0
- g_simple_proxy_resolver_new at Base 2.36.0
- g_simple_proxy_resolver_set_default_proxy at Base 2.36.0
- g_simple_proxy_resolver_set_ignore_hosts at Base 2.36.0
- g_simple_proxy_resolver_set_uri_proxy at Base 2.36.0
- g_socket_accept at Base 2.22.0
- g_socket_address_enumerator_get_type at Base 2.22.0
- g_socket_address_enumerator_next at Base 2.22.0
- g_socket_address_enumerator_next_async at Base 2.22.0
- g_socket_address_enumerator_next_finish at Base 2.22.0
- g_socket_address_get_family at Base 2.22.0
- g_socket_address_get_native_size at Base 2.22.0
- g_socket_address_get_type at Base 2.22.0
- g_socket_address_new_from_native at Base 2.22.0
- g_socket_address_to_native at Base 2.22.0
- g_socket_bind at Base 2.22.0
- g_socket_check_connect_result at Base 2.22.0
- g_socket_client_add_application_proxy at Base 2.26.0
- g_socket_client_connect at Base 2.22.0
- g_socket_client_connect_async at Base 2.22.0
- g_socket_client_connect_finish at Base 2.22.0
- g_socket_client_connect_to_host at Base 2.22.0
- g_socket_client_connect_to_host_async at Base 2.22.0
- g_socket_client_connect_to_host_finish at Base 2.22.0
- g_socket_client_connect_to_service at Base 2.22.0
- g_socket_client_connect_to_service_async at Base 2.22.0
- g_socket_client_connect_to_service_finish at Base 2.22.0
- g_socket_client_connect_to_uri at Base 2.26.0
- g_socket_client_connect_to_uri_async at Base 2.26.0
- g_socket_client_connect_to_uri_finish at Base 2.26.0
- g_socket_client_event_get_type at Base 2.32.0
- g_socket_client_get_enable_proxy at Base 2.26.0
- g_socket_client_get_family at Base 2.22.0
- g_socket_client_get_local_address at Base 2.22.0
- g_socket_client_get_protocol at Base 2.22.0
- g_socket_client_get_proxy_resolver at Base 2.36.0
- g_socket_client_get_socket_type at Base 2.22.0
- g_socket_client_get_timeout at Base 2.26.0
- g_socket_client_get_tls at Base 2.28.0
- g_socket_client_get_tls_validation_flags at Base 2.28.0
- g_socket_client_get_type at Base 2.22.0
- g_socket_client_new at Base 2.22.0
- g_socket_client_set_enable_proxy at Base 2.26.0
- g_socket_client_set_family at Base 2.22.0
- g_socket_client_set_local_address at Base 2.22.0
- g_socket_client_set_protocol at Base 2.22.0
- g_socket_client_set_proxy_resolver at Base 2.36.0
- g_socket_client_set_socket_type at Base 2.22.0
- g_socket_client_set_timeout at Base 2.26.0
- g_socket_client_set_tls at Base 2.28.0
- g_socket_client_set_tls_validation_flags at Base 2.28.0
- g_socket_close at Base 2.22.0
- g_socket_condition_check at Base 2.22.0
- g_socket_condition_timed_wait at Base 2.32.0
- g_socket_condition_wait at Base 2.22.0
- g_socket_connect at Base 2.22.0
- g_socket_connectable_enumerate at Base 2.22.0
- g_socket_connectable_get_type at Base 2.22.0
- g_socket_connectable_proxy_enumerate at Base 2.26.0
- g_socket_connectable_to_string at Base 2.48.0
- g_socket_connection_connect at Base 2.32.0
- g_socket_connection_connect_async at Base 2.32.0
- g_socket_connection_connect_finish at Base 2.32.0
- g_socket_connection_factory_create_connection at Base 2.22.0
- g_socket_connection_factory_lookup_type at Base 2.22.0
- g_socket_connection_factory_register_type at Base 2.22.0
- g_socket_connection_get_local_address at Base 2.22.0
- g_socket_connection_get_remote_address at Base 2.22.0
- g_socket_connection_get_socket at Base 2.22.0
- g_socket_connection_get_type at Base 2.22.0
- g_socket_connection_is_connected at Base 2.32.0
- g_socket_control_message_deserialize at Base 2.22.0
- g_socket_control_message_get_level at Base 2.22.0
- g_socket_control_message_get_msg_type at Base 2.22.0
- g_socket_control_message_get_size at Base 2.22.0
- g_socket_control_message_get_type at Base 2.22.0
- g_socket_control_message_serialize at Base 2.22.0
- g_socket_create_source at Base 2.22.0
- g_socket_family_get_type at Base 2.22.0
- g_socket_get_available_bytes at Base 2.32.0
- g_socket_get_blocking at Base 2.22.0
- g_socket_get_broadcast at Base 2.32.0
- g_socket_get_credentials at Base 2.26.0
- g_socket_get_family at Base 2.22.0
- g_socket_get_fd at Base 2.22.0
- g_socket_get_keepalive at Base 2.22.0
- g_socket_get_listen_backlog at Base 2.22.0
- g_socket_get_local_address at Base 2.22.0
- g_socket_get_multicast_loopback at Base 2.32.0
- g_socket_get_multicast_ttl at Base 2.32.0
- g_socket_get_option at Base 2.36.0
- g_socket_get_protocol at Base 2.22.0
- g_socket_get_remote_address at Base 2.22.0
- g_socket_get_socket_type at Base 2.22.0
- g_socket_get_timeout at Base 2.26.0
- g_socket_get_ttl at Base 2.32.0
- g_socket_get_type at Base 2.22.0
- g_socket_is_closed at Base 2.22.0
- g_socket_is_connected at Base 2.22.0
- g_socket_join_multicast_group at Base 2.32.0
- g_socket_join_multicast_group_ssm at Base 2.56.0
- g_socket_leave_multicast_group at Base 2.32.0
- g_socket_leave_multicast_group_ssm at Base 2.56.0
- g_socket_listen at Base 2.22.0
- g_socket_listener_accept at Base 2.22.0
- g_socket_listener_accept_async at Base 2.22.0
- g_socket_listener_accept_finish at Base 2.22.0
- g_socket_listener_accept_socket at Base 2.22.0
- g_socket_listener_accept_socket_async at Base 2.22.0
- g_socket_listener_accept_socket_finish at Base 2.22.0
- g_socket_listener_add_address at Base 2.22.0
- g_socket_listener_add_any_inet_port at Base 2.24.0
- g_socket_listener_add_inet_port at Base 2.22.0
- g_socket_listener_add_socket at Base 2.22.0
- g_socket_listener_close at Base 2.22.0
- g_socket_listener_event_get_type at Base 2.46.0
- g_socket_listener_get_type at Base 2.22.0
- g_socket_listener_new at Base 2.22.0
- g_socket_listener_set_backlog at Base 2.22.0
- g_socket_msg_flags_get_type at Base 2.22.0
- g_socket_new at Base 2.22.0
- g_socket_new_from_fd at Base 2.22.0
- g_socket_protocol_get_type at Base 2.22.0
- g_socket_receive at Base 2.22.0
- g_socket_receive_bytes at Base 2.79.0
- g_socket_receive_bytes_from at Base 2.79.0
- g_socket_receive_from at Base 2.22.0
- g_socket_receive_message at Base 2.22.0
- g_socket_receive_messages at Base 2.48.0
- g_socket_receive_with_blocking at Base 2.26.0
- g_socket_send at Base 2.22.0
- g_socket_send_message at Base 2.22.0
- g_socket_send_message_with_timeout at Base 2.60.0
- g_socket_send_messages at Base 2.44.0
- g_socket_send_to at Base 2.22.0
- g_socket_send_with_blocking at Base 2.26.0
- g_socket_service_get_type at Base 2.22.0
- g_socket_service_is_active at Base 2.22.0
- g_socket_service_new at Base 2.22.0
- g_socket_service_start at Base 2.22.0
- g_socket_service_stop at Base 2.22.0
- g_socket_set_blocking at Base 2.22.0
- g_socket_set_broadcast at Base 2.32.0
- g_socket_set_keepalive at Base 2.22.0
- g_socket_set_listen_backlog at Base 2.22.0
- g_socket_set_multicast_loopback at Base 2.32.0
- g_socket_set_multicast_ttl at Base 2.32.0
- g_socket_set_option at Base 2.36.0
- g_socket_set_timeout at Base 2.26.0
- g_socket_set_ttl at Base 2.32.0
- g_socket_shutdown at Base 2.22.0
- g_socket_speaks_ipv4 at Base 2.22.0
- g_socket_type_get_type at Base 2.22.0
- g_srv_target_copy at Base 2.22.0
- g_srv_target_free at Base 2.22.0
- g_srv_target_get_hostname at Base 2.22.0
- g_srv_target_get_port at Base 2.22.0
- g_srv_target_get_priority at Base 2.22.0
- g_srv_target_get_type at Base 2.22.0
- g_srv_target_get_weight at Base 2.22.0
- g_srv_target_list_sort at Base 2.22.0
- g_srv_target_new at Base 2.22.0
- g_static_resource_fini at Base 2.32.0
- g_static_resource_get_resource at Base 2.32.0
- g_static_resource_init at Base 2.32.0
- g_subprocess_communicate at Base 2.40.0
- g_subprocess_communicate_async at Base 2.40.0
- g_subprocess_communicate_finish at Base 2.40.0
- g_subprocess_communicate_utf8 at Base 2.40.0
- g_subprocess_communicate_utf8_async at Base 2.40.0
- g_subprocess_communicate_utf8_finish at Base 2.40.0
- g_subprocess_flags_get_type at Base 2.40.0
- g_subprocess_force_exit at Base 2.40.0
- g_subprocess_get_exit_status at Base 2.40.0
- g_subprocess_get_identifier at Base 2.40.0
- g_subprocess_get_if_exited at Base 2.40.0
- g_subprocess_get_if_signaled at Base 2.40.0
- g_subprocess_get_status at Base 2.40.0
- g_subprocess_get_stderr_pipe at Base 2.40.0
- g_subprocess_get_stdin_pipe at Base 2.40.0
- g_subprocess_get_stdout_pipe at Base 2.40.0
- g_subprocess_get_successful at Base 2.40.0
- g_subprocess_get_term_sig at Base 2.40.0
- g_subprocess_get_type at Base 2.40.0
- g_subprocess_launcher_close at Base 2.68.0
- g_subprocess_launcher_get_type at Base 2.40.0
- g_subprocess_launcher_getenv at Base 2.40.0
- g_subprocess_launcher_new at Base 2.40.0
- g_subprocess_launcher_set_child_setup at Base 2.40.0
- g_subprocess_launcher_set_cwd at Base 2.40.0
- g_subprocess_launcher_set_environ at Base 2.40.0
- g_subprocess_launcher_set_flags at Base 2.40.0
- g_subprocess_launcher_set_stderr_file_path at Base 2.40.0
- g_subprocess_launcher_set_stdin_file_path at Base 2.40.0
- g_subprocess_launcher_set_stdout_file_path at Base 2.40.0
- g_subprocess_launcher_setenv at Base 2.40.0
- g_subprocess_launcher_spawn at Base 2.40.0
- g_subprocess_launcher_spawnv at Base 2.40.0
- g_subprocess_launcher_take_fd at Base 2.40.0
- g_subprocess_launcher_take_stderr_fd at Base 2.40.0
- g_subprocess_launcher_take_stdin_fd at Base 2.40.0
- g_subprocess_launcher_take_stdout_fd at Base 2.40.0
- g_subprocess_launcher_unsetenv at Base 2.40.0
- g_subprocess_new at Base 2.40.0
- g_subprocess_newv at Base 2.40.0
- g_subprocess_send_signal at Base 2.40.0
- g_subprocess_wait at Base 2.40.0
- g_subprocess_wait_async at Base 2.40.0
- g_subprocess_wait_check at Base 2.40.0
- g_subprocess_wait_check_async at Base 2.40.0
- g_subprocess_wait_check_finish at Base 2.40.0
- g_subprocess_wait_finish at Base 2.40.0
- g_task_attach_source at Base 2.36.0
- g_task_get_cancellable at Base 2.36.0
- g_task_get_check_cancellable at Base 2.36.0
- g_task_get_completed at Base 2.44.0
- g_task_get_context at Base 2.36.0
- g_task_get_name at Base 2.60.0
- g_task_get_priority at Base 2.36.0
- g_task_get_return_on_cancel at Base 2.36.0
- g_task_get_source_object at Base 2.36.0
- g_task_get_source_tag at Base 2.36.0
- g_task_get_task_data at Base 2.36.0
- g_task_get_type at Base 2.36.0
- g_task_had_error at Base 2.36.0
- g_task_is_valid at Base 2.36.0
- g_task_new at Base 2.36.0
- g_task_propagate_boolean at Base 2.36.0
- g_task_propagate_int at Base 2.36.0
- g_task_propagate_pointer at Base 2.36.0
- g_task_propagate_value at Base 2.64.0
- g_task_report_error at Base 2.36.0
- g_task_report_new_error at Base 2.36.0
- g_task_return_boolean at Base 2.36.0
- g_task_return_error at Base 2.36.0
- g_task_return_error_if_cancelled at Base 2.36.0
- g_task_return_int at Base 2.36.0
- g_task_return_new_error at Base 2.36.0
- g_task_return_new_error_literal at Base 2.79.0
- g_task_return_pointer at Base 2.36.0
- g_task_return_prefixed_error at Base 2.79.0
- g_task_return_value at Base 2.64.0
- g_task_run_in_thread at Base 2.36.0
- g_task_run_in_thread_sync at Base 2.36.0
- g_task_set_check_cancellable at Base 2.36.0
- g_task_set_name at Base 2.60.0
- g_task_set_priority at Base 2.36.0
- g_task_set_return_on_cancel at Base 2.36.0
- g_task_set_source_tag at Base 2.36.0
- g_task_set_static_name at Base 2.75.0
- g_task_set_task_data at Base 2.36.0
- g_tcp_connection_get_graceful_disconnect at Base 2.22.0
- g_tcp_connection_get_type at Base 2.22.0
- g_tcp_connection_set_graceful_disconnect at Base 2.22.0
- g_tcp_wrapper_connection_get_base_io_stream at Base 2.28.0
- g_tcp_wrapper_connection_get_type at Base 2.28.0
- g_tcp_wrapper_connection_new at Base 2.28.0
- g_test_dbus_add_service_dir at Base 2.34.0
- g_test_dbus_down at Base 2.34.0
- g_test_dbus_flags_get_type at Base 2.34.0
- g_test_dbus_get_bus_address at Base 2.34.0
- g_test_dbus_get_flags at Base 2.34.0
- g_test_dbus_get_type at Base 2.34.0
- g_test_dbus_new at Base 2.34.0
- g_test_dbus_stop at Base 2.34.0
- g_test_dbus_unset at Base 2.34.0
- g_test_dbus_up at Base 2.34.0
- g_themed_icon_append_name at Base 2.16.0
- g_themed_icon_get_names at Base 2.16.0
- g_themed_icon_get_type at Base 2.16.0
- g_themed_icon_new at Base 2.16.0
- g_themed_icon_new_from_names at Base 2.16.0
- g_themed_icon_new_with_default_fallbacks at Base 2.16.0
- g_themed_icon_prepend_name at Base 2.18.0
- g_threaded_resolver_get_type at Base 2.22.0
- g_threaded_socket_service_get_type at Base 2.22.0
- g_threaded_socket_service_new at Base 2.22.0
- g_tls_authentication_mode_get_type at Base 2.28.0
- g_tls_backend_get_certificate_type at Base 2.28.0
- g_tls_backend_get_client_connection_type at Base 2.28.0
- g_tls_backend_get_default at Base 2.28.0
- g_tls_backend_get_default_database at Base 2.30.0
- g_tls_backend_get_dtls_client_connection_type at Base 2.48.0
- g_tls_backend_get_dtls_server_connection_type at Base 2.48.0
- g_tls_backend_get_file_database_type at Base 2.30.0
- g_tls_backend_get_server_connection_type at Base 2.28.0
- g_tls_backend_get_type at Base 2.28.0
- g_tls_backend_set_default_database at Base 2.60.0
- g_tls_backend_supports_dtls at Base 2.48.0
- g_tls_backend_supports_tls at Base 2.28.0
- g_tls_certificate_flags_get_type at Base 2.28.0
- g_tls_certificate_get_dns_names at Base 2.70.0
- g_tls_certificate_get_ip_addresses at Base 2.70.0
- g_tls_certificate_get_issuer at Base 2.28.0
- g_tls_certificate_get_issuer_name at Base 2.70.0
- g_tls_certificate_get_not_valid_after at Base 2.70.0
- g_tls_certificate_get_not_valid_before at Base 2.70.0
- g_tls_certificate_get_subject_name at Base 2.70.0
- g_tls_certificate_get_type at Base 2.28.0
- g_tls_certificate_is_same at Base 2.34.0
- g_tls_certificate_list_new_from_file at Base 2.28.0
- g_tls_certificate_new_from_file at Base 2.28.0
- g_tls_certificate_new_from_file_with_password at Base 2.72.0
- g_tls_certificate_new_from_files at Base 2.28.0
- g_tls_certificate_new_from_pem at Base 2.28.0
- g_tls_certificate_new_from_pkcs11_uris at Base 2.68.0
- g_tls_certificate_new_from_pkcs12 at Base 2.72.0
- g_tls_certificate_request_flags_get_type at Base 2.40.0
- g_tls_certificate_verify at Base 2.28.0
- g_tls_channel_binding_error_get_type at Base 2.66.0
- g_tls_channel_binding_error_quark at Base 2.66.0
- g_tls_channel_binding_type_get_type at Base 2.66.0
- g_tls_client_connection_copy_session_state at Base 2.46.0
- g_tls_client_connection_get_accepted_cas at Base 2.28.0
- g_tls_client_connection_get_server_identity at Base 2.28.0
- g_tls_client_connection_get_type at Base 2.28.0
- g_tls_client_connection_get_use_ssl3 at Base 2.28.0
- g_tls_client_connection_get_validation_flags at Base 2.28.0
- g_tls_client_connection_new at Base 2.28.0
- g_tls_client_connection_set_server_identity at Base 2.28.0
- g_tls_client_connection_set_use_ssl3 at Base 2.28.0
- g_tls_client_connection_set_validation_flags at Base 2.28.0
- g_tls_connection_emit_accept_certificate at Base 2.28.0
- g_tls_connection_get_certificate at Base 2.28.0
- g_tls_connection_get_channel_binding_data at Base 2.66.0
- g_tls_connection_get_ciphersuite_name at Base 2.70.0
- g_tls_connection_get_database at Base 2.30.0
- g_tls_connection_get_interaction at Base 2.30.0
- g_tls_connection_get_negotiated_protocol at Base 2.60.0
- g_tls_connection_get_peer_certificate at Base 2.28.0
- g_tls_connection_get_peer_certificate_errors at Base 2.28.0
- g_tls_connection_get_protocol_version at Base 2.70.0
- g_tls_connection_get_rehandshake_mode at Base 2.28.0
- g_tls_connection_get_require_close_notify at Base 2.28.0
- g_tls_connection_get_type at Base 2.28.0
- g_tls_connection_get_use_system_certdb at Base 2.28.0
- g_tls_connection_handshake at Base 2.28.0
- g_tls_connection_handshake_async at Base 2.28.0
- g_tls_connection_handshake_finish at Base 2.28.0
- g_tls_connection_set_advertised_protocols at Base 2.60.0
- g_tls_connection_set_certificate at Base 2.28.0
- g_tls_connection_set_database at Base 2.30.0
- g_tls_connection_set_interaction at Base 2.30.0
- g_tls_connection_set_rehandshake_mode at Base 2.28.0
- g_tls_connection_set_require_close_notify at Base 2.28.0
- g_tls_connection_set_use_system_certdb at Base 2.28.0
- g_tls_database_create_certificate_handle at Base 2.30.0
- g_tls_database_get_type at Base 2.30.0
- g_tls_database_lookup_certificate_for_handle at Base 2.30.0
- g_tls_database_lookup_certificate_for_handle_async at Base 2.30.0
- g_tls_database_lookup_certificate_for_handle_finish at Base 2.30.0
- g_tls_database_lookup_certificate_issuer at Base 2.30.0
- g_tls_database_lookup_certificate_issuer_async at Base 2.30.0
- g_tls_database_lookup_certificate_issuer_finish at Base 2.30.0
- g_tls_database_lookup_certificates_issued_by at Base 2.30.0
- g_tls_database_lookup_certificates_issued_by_async at Base 2.30.0
- g_tls_database_lookup_certificates_issued_by_finish at Base 2.30.0
- g_tls_database_lookup_flags_get_type at Base 2.30.0
- g_tls_database_verify_chain at Base 2.30.0
- g_tls_database_verify_chain_async at Base 2.30.0
- g_tls_database_verify_chain_finish at Base 2.30.0
- g_tls_database_verify_flags_get_type at Base 2.30.0
- g_tls_error_get_type at Base 2.28.0
- g_tls_error_quark at Base 2.28.0
- g_tls_file_database_get_type at Base 2.30.0
- g_tls_file_database_new at Base 2.30.0
- g_tls_interaction_ask_password at Base 2.30.0
- g_tls_interaction_ask_password_async at Base 2.30.0
- g_tls_interaction_ask_password_finish at Base 2.30.0
- g_tls_interaction_get_type at Base 2.30.0
- g_tls_interaction_invoke_ask_password at Base 2.30.0
- g_tls_interaction_invoke_request_certificate at Base 2.40.0
- g_tls_interaction_request_certificate at Base 2.40.0
- g_tls_interaction_request_certificate_async at Base 2.40.0
- g_tls_interaction_request_certificate_finish at Base 2.40.0
- g_tls_interaction_result_get_type at Base 2.30.0
- g_tls_password_flags_get_type at Base 2.30.0
- g_tls_password_get_description at Base 2.30.0
- g_tls_password_get_flags at Base 2.30.0
- g_tls_password_get_type at Base 2.30.0
- g_tls_password_get_value at Base 2.30.0
- g_tls_password_get_warning at Base 2.30.0
- g_tls_password_new at Base 2.30.0
- g_tls_password_set_description at Base 2.30.0
- g_tls_password_set_flags at Base 2.30.0
- g_tls_password_set_value at Base 2.30.0
- g_tls_password_set_value_full at Base 2.30.0
- g_tls_password_set_warning at Base 2.30.0
- g_tls_protocol_version_get_type at Base 2.70.0
- g_tls_rehandshake_mode_get_type at Base 2.28.0
- g_tls_server_connection_get_type at Base 2.28.0
- g_tls_server_connection_new at Base 2.28.0
- g_unix_connection_get_type at Base 2.22.0
- g_unix_connection_receive_credentials at Base 2.26.0
- g_unix_connection_receive_credentials_async at Base 2.32.0
- g_unix_connection_receive_credentials_finish at Base 2.32.0
- g_unix_connection_receive_fd at Base 2.22.0
- g_unix_connection_send_credentials at Base 2.26.0
- g_unix_connection_send_credentials_async at Base 2.32.0
- g_unix_connection_send_credentials_finish at Base 2.32.0
- g_unix_connection_send_fd at Base 2.22.0
- g_unix_credentials_message_get_credentials at Base 2.26.0
- g_unix_credentials_message_get_type at Base 2.26.0
- g_unix_credentials_message_is_supported at Base 2.26.0
- g_unix_credentials_message_new at Base 2.26.0
- g_unix_credentials_message_new_with_credentials at Base 2.26.0
- g_unix_fd_list_append at Base 2.24.0
- g_unix_fd_list_get at Base 2.24.0
- g_unix_fd_list_get_length at Base 2.24.0
- g_unix_fd_list_get_type at Base 2.24.0
- g_unix_fd_list_new at Base 2.24.0
- g_unix_fd_list_new_from_array at Base 2.24.0
- g_unix_fd_list_peek_fds at Base 2.24.0
- g_unix_fd_list_steal_fds at Base 2.24.0
- g_unix_fd_message_append_fd at Base 2.22.0
- g_unix_fd_message_get_fd_list at Base 2.24.0
- g_unix_fd_message_get_type at Base 2.22.0
- g_unix_fd_message_new at Base 2.22.0
- g_unix_fd_message_new_with_fd_list at Base 2.24.0
- g_unix_fd_message_steal_fds at Base 2.22.0
- g_unix_input_stream_get_close_fd at Base 2.20.0
- g_unix_input_stream_get_fd at Base 2.20.0
- g_unix_input_stream_get_type at Base 2.16.0
- g_unix_input_stream_new at Base 2.16.0
- g_unix_input_stream_set_close_fd at Base 2.20.0
- g_unix_is_mount_path_system_internal at Base 2.16.0
- g_unix_is_system_device_path at Base 2.56.0
- g_unix_is_system_fs_type at Base 2.56.0
- g_unix_mount_at at Base 2.16.0
- g_unix_mount_compare at Base 2.16.0
- g_unix_mount_copy at Base 2.54.0
- g_unix_mount_entry_get_type at Base 2.54.0
- g_unix_mount_for at Base 2.52.0
- g_unix_mount_free at Base 2.16.0
- g_unix_mount_get_device_path at Base 2.16.0
- g_unix_mount_get_fs_type at Base 2.16.0
- g_unix_mount_get_mount_path at Base 2.16.0
- g_unix_mount_get_options at Base 2.58.0
- g_unix_mount_get_root_path at Base 2.60.0
- g_unix_mount_guess_can_eject at Base 2.16.0
- g_unix_mount_guess_icon at Base 2.16.0
- g_unix_mount_guess_name at Base 2.16.0
- g_unix_mount_guess_should_display at Base 2.16.0
- g_unix_mount_guess_symbolic_icon at Base 2.34.0
- g_unix_mount_is_readonly at Base 2.16.0
- g_unix_mount_is_system_internal at Base 2.16.0
- g_unix_mount_monitor_get at Base 2.44.0
- g_unix_mount_monitor_get_type at Base 2.16.0
- g_unix_mount_monitor_new at Base 2.16.0
- g_unix_mount_monitor_set_rate_limit at Base 2.18.0
- g_unix_mount_point_at at Base 2.66.0
- g_unix_mount_point_compare at Base 2.16.0
- g_unix_mount_point_copy at Base 2.54.0
- g_unix_mount_point_free at Base 2.16.0
- g_unix_mount_point_get_device_path at Base 2.16.0
- g_unix_mount_point_get_fs_type at Base 2.16.0
- g_unix_mount_point_get_mount_path at Base 2.16.0
- g_unix_mount_point_get_options at Base 2.32.0
- g_unix_mount_point_get_type at Base 2.54.0
- g_unix_mount_point_guess_can_eject at Base 2.16.0
- g_unix_mount_point_guess_icon at Base 2.16.0
- g_unix_mount_point_guess_name at Base 2.16.0
- g_unix_mount_point_guess_symbolic_icon at Base 2.34.0
- g_unix_mount_point_is_loopback at Base 2.16.0
- g_unix_mount_point_is_readonly at Base 2.16.0
- g_unix_mount_point_is_user_mountable at Base 2.16.0
- g_unix_mount_points_changed_since at Base 2.16.0
- g_unix_mount_points_get at Base 2.16.0
- g_unix_mounts_changed_since at Base 2.16.0
- g_unix_mounts_get at Base 2.16.0
- g_unix_output_stream_get_close_fd at Base 2.20.0
- g_unix_output_stream_get_fd at Base 2.20.0
- g_unix_output_stream_get_type at Base 2.16.0
- g_unix_output_stream_new at Base 2.16.0
- g_unix_output_stream_set_close_fd at Base 2.20.0
- g_unix_socket_address_abstract_names_supported at Base 2.22.0
- g_unix_socket_address_get_address_type at Base 2.26.0
- g_unix_socket_address_get_is_abstract at Base 2.22.0
- g_unix_socket_address_get_path at Base 2.22.0
- g_unix_socket_address_get_path_len at Base 2.22.0
- g_unix_socket_address_get_type at Base 2.22.0
- g_unix_socket_address_new at Base 2.22.0
- g_unix_socket_address_new_abstract at Base 2.22.0
- g_unix_socket_address_new_with_type at Base 2.26.0
- g_unix_socket_address_type_get_type at Base 2.26.0
- g_vfs_get_default at Base 2.16.0
- g_vfs_get_file_for_path at Base 2.16.0
- g_vfs_get_file_for_uri at Base 2.16.0
- g_vfs_get_local at Base 2.16.0
- g_vfs_get_supported_uri_schemes at Base 2.16.0
- g_vfs_get_type at Base 2.16.0
- g_vfs_is_active at Base 2.16.0
- g_vfs_parse_name at Base 2.16.0
- g_vfs_register_uri_scheme at Base 2.50.0
- g_vfs_unregister_uri_scheme at Base 2.50.0
- g_volume_can_eject at Base 2.16.0
- g_volume_can_mount at Base 2.16.0
- g_volume_eject at Base 2.16.0
- g_volume_eject_finish at Base 2.16.0
- g_volume_eject_with_operation at Base 2.22.0
- g_volume_eject_with_operation_finish at Base 2.22.0
- g_volume_enumerate_identifiers at Base 2.16.0
- g_volume_get_activation_root at Base 2.18.0
- g_volume_get_drive at Base 2.16.0
- g_volume_get_icon at Base 2.16.0
- g_volume_get_identifier at Base 2.16.0
- g_volume_get_mount at Base 2.16.0
- g_volume_get_name at Base 2.16.0
- g_volume_get_sort_key at Base 2.32.0
- g_volume_get_symbolic_icon at Base 2.34.0
- g_volume_get_type at Base 2.16.0
- g_volume_get_uuid at Base 2.16.0
- g_volume_monitor_adopt_orphan_mount at Base 2.16.0
- g_volume_monitor_get at Base 2.16.0
- g_volume_monitor_get_connected_drives at Base 2.16.0
- g_volume_monitor_get_mount_for_uuid at Base 2.16.0
- g_volume_monitor_get_mounts at Base 2.16.0
- g_volume_monitor_get_type at Base 2.16.0
- g_volume_monitor_get_volume_for_uuid at Base 2.16.0
- g_volume_monitor_get_volumes at Base 2.16.0
- g_volume_mount at Base 2.16.0
- g_volume_mount_finish at Base 2.16.0
- g_volume_should_automount at Base 2.16.0
- g_zlib_compressor_format_get_type at Base 2.24.0
- g_zlib_compressor_get_file_info at Base 2.26.0
- g_zlib_compressor_get_type at Base 2.24.0
- g_zlib_compressor_new at Base 2.24.0
- g_zlib_compressor_set_file_info at Base 2.26.0
- g_zlib_decompressor_get_file_info at Base 2.26.0
- g_zlib_decompressor_get_type at Base 2.24.0
- g_zlib_decompressor_new at Base 2.24.0
-libglib-2.0.so.0 libglib2.0-0 #MINVER#
-* Build-Depends-Package: libglib2.0-dev
- __glib_assert_msg at Base 2.38.0
- g_access at Base 2.12.0
- g_aligned_alloc0 at Base 2.72.0
- g_aligned_alloc at Base 2.72.0
- g_aligned_free at Base 2.72.0
- g_aligned_free_sized at Base 2.75.3
- g_allocator_free at Base 2.12.0
- g_allocator_new at Base 2.12.0
- g_array_append_vals at Base 2.12.0
- g_array_binary_search at Base 2.62.0
- g_array_copy at Base 2.62.0
- g_array_free at Base 2.12.0
- g_array_get_element_size at Base 2.22.0
- g_array_insert_vals at Base 2.12.0
- g_array_new at Base 2.12.0
- g_array_new_take at Base 2.75.2
- g_array_new_take_zero_terminated at Base 2.75.2
- g_array_prepend_vals at Base 2.12.0
- g_array_ref at Base 2.22.0
- g_array_remove_index at Base 2.12.0
- g_array_remove_index_fast at Base 2.12.0
- g_array_remove_range at Base 2.12.0
- g_array_set_clear_func at Base 2.32.0
- g_array_set_size at Base 2.12.0
- g_array_sized_new at Base 2.12.0
- g_array_sort at Base 2.12.0
- g_array_sort_with_data at Base 2.12.0
- g_array_steal at Base 2.64.0
- g_array_unref at Base 2.22.0
- g_ascii_digit_value at Base 2.12.0
- g_ascii_dtostr at Base 2.12.0
- g_ascii_formatd at Base 2.12.0
- g_ascii_strcasecmp at Base 2.12.0
- g_ascii_strdown at Base 2.12.0
- g_ascii_string_to_signed at Base 2.54.0
- g_ascii_string_to_unsigned at Base 2.54.0
- g_ascii_strncasecmp at Base 2.12.0
- g_ascii_strtod at Base 2.12.0
- g_ascii_strtoll at Base 2.12.0
- g_ascii_strtoull at Base 2.12.0
- g_ascii_strup at Base 2.12.0
- g_ascii_table at Base 2.12.0
- g_ascii_tolower at Base 2.12.0
- g_ascii_toupper at Base 2.12.0
- g_ascii_xdigit_value at Base 2.12.0
- g_assert_warning at Base 2.12.0
- g_assertion_message at Base 2.16.0
- g_assertion_message_cmpint at Base 2.77.0
- g_assertion_message_cmpnum at Base 2.16.0
- g_assertion_message_cmpstr at Base 2.16.0
- g_assertion_message_cmpstrv at Base 2.68.0
- g_assertion_message_error at Base 2.20.0
- g_assertion_message_expr at Base 2.16.0
- g_async_queue_length at Base 2.12.0
- g_async_queue_length_unlocked at Base 2.12.0
- g_async_queue_lock at Base 2.12.0
- g_async_queue_new at Base 2.12.0
- g_async_queue_new_full at Base 2.16.0
- g_async_queue_pop at Base 2.12.0
- g_async_queue_pop_unlocked at Base 2.12.0
- g_async_queue_push at Base 2.12.0
- g_async_queue_push_front at Base 2.46.0
- g_async_queue_push_front_unlocked at Base 2.46.0
- g_async_queue_push_sorted at Base 2.12.0
- g_async_queue_push_sorted_unlocked at Base 2.12.0
- g_async_queue_push_unlocked at Base 2.12.0
- g_async_queue_ref at Base 2.12.0
- g_async_queue_ref_unlocked at Base 2.12.0
- g_async_queue_remove at Base 2.46.0
- g_async_queue_remove_unlocked at Base 2.46.0
- g_async_queue_sort at Base 2.12.0
- g_async_queue_sort_unlocked at Base 2.12.0
- g_async_queue_timed_pop at Base 2.12.0
- g_async_queue_timed_pop_unlocked at Base 2.12.0
- g_async_queue_timeout_pop at Base 2.32.0
- g_async_queue_timeout_pop_unlocked at Base 2.32.0
- g_async_queue_try_pop at Base 2.12.0
- g_async_queue_try_pop_unlocked at Base 2.12.0
- g_async_queue_unlock at Base 2.12.0
- g_async_queue_unref at Base 2.12.0
- g_async_queue_unref_and_unlock at Base 2.12.0
- g_atexit at Base 2.12.0
- g_atomic_int_add at Base 2.12.0
- g_atomic_int_and at Base 2.30.0
- g_atomic_int_compare_and_exchange at Base 2.12.0
- g_atomic_int_compare_and_exchange_full at Base 2.74.0
- g_atomic_int_dec_and_test at Base 2.30.0
- g_atomic_int_exchange at Base 2.74.0
- g_atomic_int_exchange_and_add at Base 2.12.0
- g_atomic_int_get at Base 2.12.0
- g_atomic_int_inc at Base 2.30.0
- g_atomic_int_or at Base 2.30.0
- g_atomic_int_set at Base 2.12.0
- g_atomic_int_xor at Base 2.30.0
- g_atomic_pointer_add at Base 2.30.0
- g_atomic_pointer_and at Base 2.30.0
- g_atomic_pointer_compare_and_exchange at Base 2.12.0
- g_atomic_pointer_compare_and_exchange_full at Base 2.74.0
- g_atomic_pointer_exchange at Base 2.74.0
- g_atomic_pointer_get at Base 2.12.0
- g_atomic_pointer_or at Base 2.30.0
- g_atomic_pointer_set at Base 2.12.0
- g_atomic_pointer_xor at Base 2.30.0
- g_atomic_rc_box_acquire at Base 2.58.0
- g_atomic_rc_box_alloc0 at Base 2.58.0
- g_atomic_rc_box_alloc at Base 2.58.0
- g_atomic_rc_box_dup at Base 2.58.0
- g_atomic_rc_box_get_size at Base 2.58.0
- g_atomic_rc_box_release at Base 2.58.0
- g_atomic_rc_box_release_full at Base 2.58.0
- g_atomic_ref_count_compare at Base 2.58.0
- g_atomic_ref_count_dec at Base 2.58.0
- g_atomic_ref_count_inc at Base 2.58.0
- g_atomic_ref_count_init at Base 2.58.0
- g_base64_decode at Base 2.12.0
- g_base64_decode_inplace at Base 2.20.0
- g_base64_decode_step at Base 2.12.0
- g_base64_encode at Base 2.12.0
- g_base64_encode_close at Base 2.12.0
- g_base64_encode_step at Base 2.12.0
- g_basename at Base 2.12.0
- g_bit_lock at Base 2.24.0
- g_bit_nth_lsf at Base 2.12.0
- g_bit_nth_msf at Base 2.12.0
- g_bit_storage at Base 2.12.0
- g_bit_trylock at Base 2.24.0
- g_bit_unlock at Base 2.24.0
- g_blow_chunks at Base 2.12.0
- g_bookmark_file_add_application at Base 2.12.0
- g_bookmark_file_add_group at Base 2.12.0
- g_bookmark_file_copy at Base 2.75.0
- g_bookmark_file_error_quark at Base 2.12.0
- g_bookmark_file_free at Base 2.12.0
- g_bookmark_file_get_added at Base 2.12.0
- g_bookmark_file_get_added_date_time at Base 2.66.0
- g_bookmark_file_get_app_info at Base 2.12.0
- g_bookmark_file_get_application_info at Base 2.66.0
- g_bookmark_file_get_applications at Base 2.12.0
- g_bookmark_file_get_description at Base 2.12.0
- g_bookmark_file_get_groups at Base 2.12.0
- g_bookmark_file_get_icon at Base 2.12.0
- g_bookmark_file_get_is_private at Base 2.12.0
- g_bookmark_file_get_mime_type at Base 2.12.0
- g_bookmark_file_get_modified at Base 2.12.0
- g_bookmark_file_get_modified_date_time at Base 2.66.0
- g_bookmark_file_get_size at Base 2.12.0
- g_bookmark_file_get_title at Base 2.12.0
- g_bookmark_file_get_uris at Base 2.12.0
- g_bookmark_file_get_visited at Base 2.12.0
- g_bookmark_file_get_visited_date_time at Base 2.66.0
- g_bookmark_file_has_application at Base 2.12.0
- g_bookmark_file_has_group at Base 2.12.0
- g_bookmark_file_has_item at Base 2.12.0
- g_bookmark_file_load_from_data at Base 2.12.0
- g_bookmark_file_load_from_data_dirs at Base 2.12.0
- g_bookmark_file_load_from_file at Base 2.12.0
- g_bookmark_file_move_item at Base 2.12.0
- g_bookmark_file_new at Base 2.12.0
- g_bookmark_file_remove_application at Base 2.12.0
- g_bookmark_file_remove_group at Base 2.12.0
- g_bookmark_file_remove_item at Base 2.12.0
- g_bookmark_file_set_added at Base 2.12.0
- g_bookmark_file_set_added_date_time at Base 2.66.0
- g_bookmark_file_set_app_info at Base 2.12.0
- g_bookmark_file_set_application_info at Base 2.66.0
- g_bookmark_file_set_description at Base 2.12.0
- g_bookmark_file_set_groups at Base 2.12.0
- g_bookmark_file_set_icon at Base 2.12.0
- g_bookmark_file_set_is_private at Base 2.12.0
- g_bookmark_file_set_mime_type at Base 2.12.0
- g_bookmark_file_set_modified at Base 2.12.0
- g_bookmark_file_set_modified_date_time at Base 2.66.0
- g_bookmark_file_set_title at Base 2.12.0
- g_bookmark_file_set_visited at Base 2.12.0
- g_bookmark_file_set_visited_date_time at Base 2.66.0
- g_bookmark_file_to_data at Base 2.12.0
- g_bookmark_file_to_file at Base 2.12.0
- g_build_filename at Base 2.12.0
- g_build_filename_valist at Base 2.56.0
- g_build_filenamev at Base 2.12.0
- g_build_path at Base 2.12.0
- g_build_pathv at Base 2.12.0
- g_byte_array_append at Base 2.12.0
- g_byte_array_free at Base 2.12.0
- g_byte_array_free_to_bytes at Base 2.32.0
- g_byte_array_new at Base 2.12.0
- g_byte_array_new_take at Base 2.32.0
- g_byte_array_prepend at Base 2.12.0
- g_byte_array_ref at Base 2.22.0
- g_byte_array_remove_index at Base 2.12.0
- g_byte_array_remove_index_fast at Base 2.12.0
- g_byte_array_remove_range at Base 2.12.0
- g_byte_array_set_size at Base 2.12.0
- g_byte_array_sized_new at Base 2.12.0
- g_byte_array_sort at Base 2.12.0
- g_byte_array_sort_with_data at Base 2.12.0
- g_byte_array_steal at Base 2.64.0
- g_byte_array_unref at Base 2.22.0
- g_bytes_compare at Base 2.32.0
- g_bytes_equal at Base 2.32.0
- g_bytes_get_data at Base 2.32.0
- g_bytes_get_region at Base 2.70.0
- g_bytes_get_size at Base 2.32.0
- g_bytes_hash at Base 2.32.0
- g_bytes_new at Base 2.32.0
- g_bytes_new_from_bytes at Base 2.32.0
- g_bytes_new_static at Base 2.32.0
- g_bytes_new_take at Base 2.32.0
- g_bytes_new_with_free_func at Base 2.32.0
- g_bytes_ref at Base 2.32.0
- g_bytes_unref at Base 2.32.0
- g_bytes_unref_to_array at Base 2.32.0
- g_bytes_unref_to_data at Base 2.32.0
- g_cache_destroy at Base 2.12.0
- g_cache_insert at Base 2.12.0
- g_cache_key_foreach at Base 2.12.0
- g_cache_new at Base 2.12.0
- g_cache_remove at Base 2.12.0
- g_cache_value_foreach at Base 2.12.0
- g_canonicalize_filename at Base 2.58.0
- g_chdir at Base 2.12.0
- g_checksum_copy at Base 2.16.0
- g_checksum_free at Base 2.16.0
- g_checksum_get_digest at Base 2.16.0
- g_checksum_get_string at Base 2.16.0
- g_checksum_new at Base 2.16.0
- g_checksum_reset at Base 2.18.0
- g_checksum_type_get_length at Base 2.16.0
- g_checksum_update at Base 2.16.0
- g_child_watch_add at Base 2.12.0
- g_child_watch_add_full at Base 2.12.0
- g_child_watch_funcs at Base 2.12.0
- g_child_watch_source_new at Base 2.12.0
- g_chmod at Base 2.12.0
- g_clear_error at Base 2.12.0
- g_clear_handle_id at Base 2.56.0
- g_clear_list at Base 2.64.0
- g_clear_pointer at Base 2.34.0
- g_clear_slist at Base 2.64.0
- g_close at Base 2.36.0
- g_completion_add_items at Base 2.12.0
- g_completion_clear_items at Base 2.12.0
- g_completion_complete at Base 2.12.0
- g_completion_complete_utf8 at Base 2.12.0
- g_completion_free at Base 2.12.0
- g_completion_new at Base 2.12.0
- g_completion_remove_items at Base 2.12.0
- g_completion_set_compare at Base 2.12.0
- g_compute_checksum_for_bytes at Base 2.34.0
- g_compute_checksum_for_data at Base 2.16.0
- g_compute_checksum_for_string at Base 2.16.0
- g_compute_hmac_for_bytes at Base 2.50.0
- g_compute_hmac_for_data at Base 2.30.0
- g_compute_hmac_for_string at Base 2.30.0
- g_cond_broadcast at Base 2.32.0
- g_cond_clear at Base 2.32.0
- g_cond_free at Base 2.32.0
- g_cond_init at Base 2.32.0
- g_cond_new at Base 2.32.0
- g_cond_signal at Base 2.32.0
- g_cond_timed_wait at Base 2.32.0
- g_cond_wait at Base 2.32.0
- g_cond_wait_until at Base 2.32.0
- g_convert at Base 2.12.0
- g_convert_error_quark at Base 2.12.0
- g_convert_with_fallback at Base 2.12.0
- g_convert_with_iconv at Base 2.12.0
- g_creat at Base 2.12.0
- g_datalist_clear at Base 2.12.0
- g_datalist_foreach at Base 2.12.0
- g_datalist_get_data at Base 2.30.0
- g_datalist_get_flags at Base 2.12.0
- g_datalist_id_dup_data at Base 2.34.0
- g_datalist_id_get_data at Base 2.12.0
- g_datalist_id_remove_multiple at Base 2.74.0
- g_datalist_id_remove_no_notify at Base 2.12.0
- g_datalist_id_replace_data at Base 2.34.0
- g_datalist_id_set_data_full at Base 2.12.0
- g_datalist_init at Base 2.12.0
- g_datalist_set_flags at Base 2.12.0
- g_datalist_unset_flags at Base 2.12.0
- g_dataset_destroy at Base 2.12.0
- g_dataset_foreach at Base 2.12.0
- g_dataset_id_get_data at Base 2.12.0
- g_dataset_id_remove_no_notify at Base 2.12.0
- g_dataset_id_set_data_full at Base 2.12.0
- g_date_add_days at Base 2.12.0
- g_date_add_months at Base 2.12.0
- g_date_add_years at Base 2.12.0
- g_date_clamp at Base 2.12.0
- g_date_clear at Base 2.12.0
- g_date_compare at Base 2.12.0
- g_date_copy at Base 2.56.0
- g_date_days_between at Base 2.12.0
- g_date_free at Base 2.12.0
- g_date_get_day at Base 2.12.0
- g_date_get_day_of_year at Base 2.12.0
- g_date_get_days_in_month at Base 2.12.0
- g_date_get_iso8601_week_of_year at Base 2.12.0
- g_date_get_julian at Base 2.12.0
- g_date_get_monday_week_of_year at Base 2.12.0
- g_date_get_monday_weeks_in_year at Base 2.12.0
- g_date_get_month at Base 2.12.0
- g_date_get_sunday_week_of_year at Base 2.12.0
- g_date_get_sunday_weeks_in_year at Base 2.12.0
- g_date_get_weekday at Base 2.12.0
- g_date_get_year at Base 2.12.0
- g_date_is_first_of_month at Base 2.12.0
- g_date_is_last_of_month at Base 2.12.0
- g_date_is_leap_year at Base 2.12.0
- g_date_new at Base 2.12.0
- g_date_new_dmy at Base 2.12.0
- g_date_new_julian at Base 2.12.0
- g_date_order at Base 2.12.0
- g_date_set_day at Base 2.12.0
- g_date_set_dmy at Base 2.12.0
- g_date_set_julian at Base 2.12.0
- g_date_set_month at Base 2.12.0
- g_date_set_parse at Base 2.12.0
- g_date_set_time at Base 2.12.0
- g_date_set_time_t at Base 2.12.0
- g_date_set_time_val at Base 2.12.0
- g_date_set_year at Base 2.12.0
- g_date_strftime at Base 2.12.0
- g_date_subtract_days at Base 2.12.0
- g_date_subtract_months at Base 2.12.0
- g_date_subtract_years at Base 2.12.0
- g_date_time_add at Base 2.26.0
- g_date_time_add_days at Base 2.26.0
- g_date_time_add_full at Base 2.26.0
- g_date_time_add_hours at Base 2.26.0
- g_date_time_add_minutes at Base 2.26.0
- g_date_time_add_months at Base 2.26.0
- g_date_time_add_seconds at Base 2.26.0
- g_date_time_add_weeks at Base 2.26.0
- g_date_time_add_years at Base 2.26.0
- g_date_time_compare at Base 2.26.0
- g_date_time_difference at Base 2.26.0
- g_date_time_equal at Base 2.26.0
- g_date_time_format at Base 2.26.0
- g_date_time_format_iso8601 at Base 2.62.0
- g_date_time_get_day_of_month at Base 2.26.0
- g_date_time_get_day_of_week at Base 2.26.0
- g_date_time_get_day_of_year at Base 2.26.0
- g_date_time_get_hour at Base 2.26.0
- g_date_time_get_microsecond at Base 2.26.0
- g_date_time_get_minute at Base 2.26.0
- g_date_time_get_month at Base 2.26.0
- g_date_time_get_second at Base 2.26.0
- g_date_time_get_seconds at Base 2.26.0
- g_date_time_get_timezone at Base 2.58.0
- g_date_time_get_timezone_abbreviation at Base 2.26.0
- g_date_time_get_utc_offset at Base 2.26.0
- g_date_time_get_week_numbering_year at Base 2.28.0
- g_date_time_get_week_of_year at Base 2.26.0
- g_date_time_get_year at Base 2.26.0
- g_date_time_get_ymd at Base 2.26.0
- g_date_time_hash at Base 2.26.0
- g_date_time_is_daylight_savings at Base 2.26.0
- g_date_time_new at Base 2.26.0
- g_date_time_new_from_iso8601 at Base 2.56.0
- g_date_time_new_from_timeval_local at Base 2.26.0
- g_date_time_new_from_timeval_utc at Base 2.26.0
- g_date_time_new_from_unix_local at Base 2.26.0
- g_date_time_new_from_unix_local_usec at Base 2.79.0
- g_date_time_new_from_unix_utc at Base 2.26.0
- g_date_time_new_from_unix_utc_usec at Base 2.79.0
- g_date_time_new_local at Base 2.26.0
- g_date_time_new_now at Base 2.26.0
- g_date_time_new_now_local at Base 2.26.0
- g_date_time_new_now_utc at Base 2.26.0
- g_date_time_new_utc at Base 2.26.0
- g_date_time_ref at Base 2.26.0
- g_date_time_to_local at Base 2.26.0
- g_date_time_to_timeval at Base 2.26.0
- g_date_time_to_timezone at Base 2.26.0
- g_date_time_to_unix at Base 2.26.0
- g_date_time_to_unix_usec at Base 2.79.0
- g_date_time_to_utc at Base 2.26.0
- g_date_time_unref at Base 2.26.0
- g_date_to_struct_tm at Base 2.12.0
- g_date_valid at Base 2.12.0
- g_date_valid_day at Base 2.12.0
- g_date_valid_dmy at Base 2.12.0
- g_date_valid_julian at Base 2.12.0
- g_date_valid_month at Base 2.12.0
- g_date_valid_weekday at Base 2.12.0
- g_date_valid_year at Base 2.12.0
- g_dcgettext at Base 2.26.0
- g_dgettext at Base 2.18.0
- g_dir_close at Base 2.12.0
- g_dir_make_tmp at Base 2.30.0
- g_dir_open at Base 2.12.0
- g_dir_read_name at Base 2.12.0
- g_dir_ref at Base 2.79.0
- g_dir_rewind at Base 2.12.0
- g_dir_unref at Base 2.79.0
- g_direct_equal at Base 2.12.0
- g_direct_hash at Base 2.12.0
- g_dngettext at Base 2.18.0
- g_double_equal at Base 2.22.0
- g_double_hash at Base 2.22.0
- g_dpgettext2 at Base 2.18.0
- g_dpgettext at Base 2.16.0
- g_environ_getenv at Base 2.32.0
- g_environ_setenv at Base 2.32.0
- g_environ_unsetenv at Base 2.32.0
- g_error_copy at Base 2.12.0
- g_error_domain_register at Base 2.68.0
- g_error_domain_register_static at Base 2.68.0
- g_error_free at Base 2.12.0
- g_error_matches at Base 2.12.0
- g_error_new at Base 2.12.0
- g_error_new_literal at Base 2.12.0
- g_error_new_valist at Base 2.22.0
- g_file_error_from_errno at Base 2.12.0
- g_file_error_quark at Base 2.12.0
- g_file_get_contents at Base 2.12.0
- g_file_open_tmp at Base 2.12.0
- g_file_read_link at Base 2.12.0
- g_file_set_contents at Base 2.12.0
- g_file_set_contents_full at Base 2.66.0
- g_file_test at Base 2.12.0
- g_filename_display_basename at Base 2.12.0
- g_filename_display_name at Base 2.12.0
- g_filename_from_uri at Base 2.12.0
- g_filename_from_utf8 at Base 2.12.0
- g_filename_to_uri at Base 2.12.0
- g_filename_to_utf8 at Base 2.12.0
- g_find_program_in_path at Base 2.12.0
- g_fopen at Base 2.12.0
- g_format_size at Base 2.30.0
- g_format_size_for_display at Base 2.16.0
- g_format_size_full at Base 2.30.0
- g_fprintf at Base 2.12.0
- g_free at Base 2.12.0
- g_free_sized at Base 2.75.3
- g_freopen at Base 2.12.0
- g_fsync at Base 2.64.0
- g_get_application_name at Base 2.12.0
- g_get_charset at Base 2.12.0
- g_get_codeset at Base 2.12.0
- g_get_console_charset at Base 2.62.0
- g_get_current_dir at Base 2.12.0
- g_get_current_time at Base 2.12.0
- g_get_environ at Base 2.28.0
- g_get_filename_charsets at Base 2.12.0
- g_get_home_dir at Base 2.36.0
- g_get_host_name at Base 2.12.0
- g_get_language_names at Base 2.12.0
- g_get_language_names_with_category at Base 2.58.0
- g_get_locale_variants at Base 2.28.0
- g_get_monotonic_time at Base 2.28.0
- g_get_num_processors at Base 2.36.0
- g_get_os_info at Base 2.64.0
- g_get_prgname at Base 2.12.0
- g_get_real_name at Base 2.12.0
- g_get_real_time at Base 2.28.0
- g_get_system_config_dirs at Base 2.12.0
- g_get_system_data_dirs at Base 2.12.0
- g_get_tmp_dir at Base 2.12.0
- g_get_user_cache_dir at Base 2.12.0
- g_get_user_config_dir at Base 2.12.0
- g_get_user_data_dir at Base 2.12.0
- g_get_user_name at Base 2.12.0
- g_get_user_runtime_dir at Base 2.28.0
- g_get_user_special_dir at Base 2.14.0
- g_get_user_state_dir at Base 2.72.0
- g_getenv at Base 2.12.0
- g_hash_table_add at Base 2.32.0
- g_hash_table_contains at Base 2.32.0
- g_hash_table_destroy at Base 2.12.0
- g_hash_table_find at Base 2.12.0
- g_hash_table_foreach at Base 2.12.0
- g_hash_table_foreach_remove at Base 2.12.0
- g_hash_table_foreach_steal at Base 2.12.0
- g_hash_table_get_keys at Base 2.14.0
- g_hash_table_get_keys_as_array at Base 2.40.0
- g_hash_table_get_keys_as_ptr_array at Base 2.75.2
- g_hash_table_get_values at Base 2.14.0
- g_hash_table_get_values_as_ptr_array at Base 2.75.2
- g_hash_table_insert at Base 2.12.0
- g_hash_table_iter_get_hash_table at Base 2.16.0
- g_hash_table_iter_init at Base 2.16.0
- g_hash_table_iter_next at Base 2.16.0
- g_hash_table_iter_remove at Base 2.16.0
- g_hash_table_iter_replace at Base 2.30.0
- g_hash_table_iter_steal at Base 2.16.0
- g_hash_table_lookup at Base 2.12.0
- g_hash_table_lookup_extended at Base 2.12.0
- g_hash_table_new at Base 2.12.0
- g_hash_table_new_full at Base 2.12.0
- g_hash_table_new_similar at Base 2.72.0
- g_hash_table_ref at Base 2.12.0
- g_hash_table_remove at Base 2.12.0
- g_hash_table_remove_all at Base 2.12.0
- g_hash_table_replace at Base 2.12.0
- g_hash_table_size at Base 2.12.0
- g_hash_table_steal at Base 2.12.0
- g_hash_table_steal_all at Base 2.12.0
- g_hash_table_steal_all_keys at Base 2.75.2
- g_hash_table_steal_all_values at Base 2.75.2
- g_hash_table_steal_extended at Base 2.58.0
- g_hash_table_unref at Base 2.12.0
- g_hmac_copy at Base 2.30.0
- g_hmac_get_digest at Base 2.30.0
- g_hmac_get_string at Base 2.30.0
- g_hmac_new at Base 2.30.0
- g_hmac_ref at Base 2.30.0
- g_hmac_unref at Base 2.30.0
- g_hmac_update at Base 2.30.0
- g_hook_alloc at Base 2.12.0
- g_hook_compare_ids at Base 2.12.0
- g_hook_destroy at Base 2.12.0
- g_hook_destroy_link at Base 2.12.0
- g_hook_find at Base 2.12.0
- g_hook_find_data at Base 2.12.0
- g_hook_find_func at Base 2.12.0
- g_hook_find_func_data at Base 2.12.0
- g_hook_first_valid at Base 2.12.0
- g_hook_free at Base 2.12.0
- g_hook_get at Base 2.12.0
- g_hook_insert_before at Base 2.12.0
- g_hook_insert_sorted at Base 2.12.0
- g_hook_list_clear at Base 2.12.0
- g_hook_list_init at Base 2.12.0
- g_hook_list_invoke at Base 2.12.0
- g_hook_list_invoke_check at Base 2.12.0
- g_hook_list_marshal at Base 2.12.0
- g_hook_list_marshal_check at Base 2.12.0
- g_hook_next_valid at Base 2.12.0
- g_hook_prepend at Base 2.12.0
- g_hook_ref at Base 2.12.0
- g_hook_unref at Base 2.12.0
- g_hostname_is_ascii_encoded at Base 2.22.0
- g_hostname_is_ip_address at Base 2.22.0
- g_hostname_is_non_ascii at Base 2.22.0
- g_hostname_to_ascii at Base 2.22.0
- g_hostname_to_unicode at Base 2.22.0
- g_iconv at Base 2.12.0
- g_iconv_close at Base 2.12.0
- g_iconv_open at Base 2.12.0
- g_idle_add at Base 2.12.0
- g_idle_add_full at Base 2.12.0
- g_idle_add_once at Base 2.74.0
- g_idle_funcs at Base 2.12.0
- g_idle_remove_by_data at Base 2.12.0
- g_idle_source_new at Base 2.12.0
- g_int64_equal at Base 2.22.0
- g_int64_hash at Base 2.22.0
- g_int_equal at Base 2.12.0
- g_int_hash at Base 2.12.0
- g_intern_static_string at Base 2.12.0
- g_intern_string at Base 2.12.0
- g_io_add_watch at Base 2.12.0
- g_io_add_watch_full at Base 2.12.0
- g_io_channel_close at Base 2.12.0
- g_io_channel_error_from_errno at Base 2.12.0
- g_io_channel_error_quark at Base 2.12.0
- g_io_channel_flush at Base 2.12.0
- g_io_channel_get_buffer_condition at Base 2.12.0
- g_io_channel_get_buffer_size at Base 2.12.0
- g_io_channel_get_buffered at Base 2.12.0
- g_io_channel_get_close_on_unref at Base 2.12.0
- g_io_channel_get_encoding at Base 2.12.0
- g_io_channel_get_flags at Base 2.12.0
- g_io_channel_get_line_term at Base 2.12.0
- g_io_channel_init at Base 2.12.0
- g_io_channel_new_file at Base 2.12.0
- g_io_channel_read at Base 2.12.0
- g_io_channel_read_chars at Base 2.12.0
- g_io_channel_read_line at Base 2.12.0
- g_io_channel_read_line_string at Base 2.12.0
- g_io_channel_read_to_end at Base 2.12.0
- g_io_channel_read_unichar at Base 2.12.0
- g_io_channel_ref at Base 2.12.0
- g_io_channel_seek at Base 2.12.0
- g_io_channel_seek_position at Base 2.12.0
- g_io_channel_set_buffer_size at Base 2.12.0
- g_io_channel_set_buffered at Base 2.12.0
- g_io_channel_set_close_on_unref at Base 2.12.0
- g_io_channel_set_encoding at Base 2.12.0
- g_io_channel_set_flags at Base 2.12.0
- g_io_channel_set_line_term at Base 2.12.0
- g_io_channel_shutdown at Base 2.12.0
- g_io_channel_unix_get_fd at Base 2.12.0
- g_io_channel_unix_new at Base 2.12.0
- g_io_channel_unref at Base 2.12.0
- g_io_channel_write at Base 2.12.0
- g_io_channel_write_chars at Base 2.12.0
- g_io_channel_write_unichar at Base 2.12.0
- g_io_create_watch at Base 2.12.0
- g_io_watch_funcs at Base 2.12.0
- g_key_file_error_quark at Base 2.12.0
- g_key_file_free at Base 2.12.0
- g_key_file_get_boolean at Base 2.12.0
- g_key_file_get_boolean_list at Base 2.12.0
- g_key_file_get_comment at Base 2.12.0
- g_key_file_get_double at Base 2.12.0
- g_key_file_get_double_list at Base 2.12.0
- g_key_file_get_groups at Base 2.12.0
- g_key_file_get_int64 at Base 2.26.0
- g_key_file_get_integer at Base 2.12.0
- g_key_file_get_integer_list at Base 2.12.0
- g_key_file_get_keys at Base 2.12.0
- g_key_file_get_locale_for_key at Base 2.56.0
- g_key_file_get_locale_string at Base 2.12.0
- g_key_file_get_locale_string_list at Base 2.12.0
- g_key_file_get_start_group at Base 2.12.0
- g_key_file_get_string at Base 2.12.0
- g_key_file_get_string_list at Base 2.12.0
- g_key_file_get_uint64 at Base 2.26.0
- g_key_file_get_value at Base 2.12.0
- g_key_file_has_group at Base 2.12.0
- g_key_file_has_key at Base 2.12.0
- g_key_file_load_from_bytes at Base 2.50.0
- g_key_file_load_from_data at Base 2.12.0
- g_key_file_load_from_data_dirs at Base 2.12.0
- g_key_file_load_from_dirs at Base 2.14.0
- g_key_file_load_from_file at Base 2.12.0
- g_key_file_new at Base 2.12.0
- g_key_file_ref at Base 2.32.0
- g_key_file_remove_comment at Base 2.12.0
- g_key_file_remove_group at Base 2.12.0
- g_key_file_remove_key at Base 2.12.0
- g_key_file_save_to_file at Base 2.40.0
- g_key_file_set_boolean at Base 2.12.0
- g_key_file_set_boolean_list at Base 2.12.0
- g_key_file_set_comment at Base 2.12.0
- g_key_file_set_double at Base 2.12.0
- g_key_file_set_double_list at Base 2.12.0
- g_key_file_set_int64 at Base 2.26.0
- g_key_file_set_integer at Base 2.12.0
- g_key_file_set_integer_list at Base 2.12.0
- g_key_file_set_list_separator at Base 2.12.0
- g_key_file_set_locale_string at Base 2.12.0
- g_key_file_set_locale_string_list at Base 2.12.0
- g_key_file_set_string at Base 2.12.0
- g_key_file_set_string_list at Base 2.12.0
- g_key_file_set_uint64 at Base 2.26.0
- g_key_file_set_value at Base 2.12.0
- g_key_file_to_data at Base 2.12.0
- g_key_file_unref at Base 2.32.0
- g_list_alloc at Base 2.12.0
- g_list_append at Base 2.12.0
- g_list_concat at Base 2.12.0
- g_list_copy at Base 2.12.0
- g_list_copy_deep at Base 2.34.0
- g_list_delete_link at Base 2.12.0
- g_list_find at Base 2.12.0
- g_list_find_custom at Base 2.12.0
- g_list_first at Base 2.12.0
- g_list_foreach at Base 2.12.0
- g_list_free at Base 2.12.0
- g_list_free_1 at Base 2.12.0
- g_list_free_full at Base 2.28.0
- g_list_index at Base 2.12.0
- g_list_insert at Base 2.12.0
- g_list_insert_before at Base 2.12.0
- g_list_insert_before_link at Base 2.62.0
- g_list_insert_sorted at Base 2.12.0
- g_list_insert_sorted_with_data at Base 2.12.0
- g_list_last at Base 2.12.0
- g_list_length at Base 2.12.0
- g_list_nth at Base 2.12.0
- g_list_nth_data at Base 2.12.0
- g_list_nth_prev at Base 2.12.0
- g_list_pop_allocator at Base 2.12.0
- g_list_position at Base 2.12.0
- g_list_prepend at Base 2.12.0
- g_list_push_allocator at Base 2.12.0
- g_list_remove at Base 2.12.0
- g_list_remove_all at Base 2.12.0
- g_list_remove_link at Base 2.12.0
- g_list_reverse at Base 2.12.0
- g_list_sort at Base 2.12.0
- g_list_sort_with_data at Base 2.12.0
- g_listenv at Base 2.12.0
- g_locale_from_utf8 at Base 2.12.0
- g_locale_to_utf8 at Base 2.12.0
- g_log at Base 2.12.0
- g_log_default_handler at Base 2.12.0
- g_log_get_debug_enabled at Base 2.72.0
- g_log_remove_handler at Base 2.12.0
- g_log_set_always_fatal at Base 2.12.0
- g_log_set_debug_enabled at Base 2.72.0
- g_log_set_default_handler at Base 2.12.0
- g_log_set_fatal_mask at Base 2.12.0
- g_log_set_handler at Base 2.12.0
- g_log_set_handler_full at Base 2.46.0
- g_log_set_writer_func at Base 2.50.0
- g_log_structured at Base 2.50.0
- g_log_structured_array at Base 2.50.0
- g_log_structured_standard at Base 2.56.0
- g_log_variant at Base 2.50.0
- g_log_writer_default at Base 2.50.0
- g_log_writer_default_set_debug_domains at Base 2.79.0
- g_log_writer_default_set_use_stderr at Base 2.68.0
- g_log_writer_default_would_drop at Base 2.68.0
- g_log_writer_format_fields at Base 2.50.0
- g_log_writer_is_journald at Base 2.50.0
- g_log_writer_journald at Base 2.50.0
- g_log_writer_standard_streams at Base 2.50.0
- g_log_writer_supports_color at Base 2.50.0
- g_log_writer_syslog at Base 2.79.0+git20240116~
- g_logv at Base 2.12.0
- g_lstat at Base 2.12.0
- g_main_context_acquire at Base 2.12.0
- g_main_context_add_poll at Base 2.12.0
- g_main_context_check at Base 2.12.0
- g_main_context_default at Base 2.12.0
- g_main_context_dispatch at Base 2.12.0
- g_main_context_find_source_by_funcs_user_data at Base 2.12.0
- g_main_context_find_source_by_id at Base 2.12.0
- g_main_context_find_source_by_user_data at Base 2.12.0
- g_main_context_get_poll_func at Base 2.12.0
- g_main_context_get_thread_default at Base 2.22.0
- g_main_context_invoke at Base 2.28.0
- g_main_context_invoke_full at Base 2.28.0
- g_main_context_is_owner at Base 2.12.0
- g_main_context_iteration at Base 2.12.0
- g_main_context_new at Base 2.12.0
- g_main_context_new_with_flags at Base 2.72.0
- g_main_context_pending at Base 2.12.0
- g_main_context_pop_thread_default at Base 2.22.0
- g_main_context_prepare at Base 2.12.0
- g_main_context_push_thread_default at Base 2.22.0
- g_main_context_query at Base 2.12.0
- g_main_context_ref at Base 2.12.0
- g_main_context_ref_thread_default at Base 2.32.0
- g_main_context_release at Base 2.12.0
- g_main_context_remove_poll at Base 2.12.0
- g_main_context_set_poll_func at Base 2.12.0
- g_main_context_unref at Base 2.12.0
- g_main_context_wait at Base 2.12.0
- g_main_context_wakeup at Base 2.12.0
- g_main_current_source at Base 2.12.0
- g_main_depth at Base 2.12.0
- g_main_loop_get_context at Base 2.12.0
- g_main_loop_is_running at Base 2.12.0
- g_main_loop_new at Base 2.12.0
- g_main_loop_quit at Base 2.12.0
- g_main_loop_ref at Base 2.12.0
- g_main_loop_run at Base 2.12.0
- g_main_loop_unref at Base 2.12.0
- g_malloc0 at Base 2.12.0
- g_malloc0_n at Base 2.24.0
- g_malloc at Base 2.12.0
- g_malloc_n at Base 2.24.0
- g_mapped_file_free at Base 2.12.0
- g_mapped_file_get_bytes at Base 2.34.0
- g_mapped_file_get_contents at Base 2.12.0
- g_mapped_file_get_length at Base 2.12.0
- g_mapped_file_new at Base 2.12.0
- g_mapped_file_new_from_fd at Base 2.32.0
- g_mapped_file_ref at Base 2.22.0
- g_mapped_file_unref at Base 2.22.0
- g_markup_collect_attributes at Base 2.16.0
- g_markup_error_quark at Base 2.12.0
- g_markup_escape_text at Base 2.12.0
- g_markup_parse_context_end_parse at Base 2.12.0
- g_markup_parse_context_free at Base 2.12.0
- g_markup_parse_context_get_element at Base 2.12.0
- g_markup_parse_context_get_element_stack at Base 2.16.0
- g_markup_parse_context_get_position at Base 2.12.0
- g_markup_parse_context_get_user_data at Base 2.18.0
- g_markup_parse_context_new at Base 2.12.0
- g_markup_parse_context_parse at Base 2.12.0
- g_markup_parse_context_pop at Base 2.18.0
- g_markup_parse_context_push at Base 2.18.0
- g_markup_parse_context_ref at Base 2.36.0
- g_markup_parse_context_unref at Base 2.36.0
- g_markup_printf_escaped at Base 2.12.0
- g_markup_vprintf_escaped at Base 2.12.0
- g_match_info_expand_references at Base 2.14.0
- g_match_info_fetch at Base 2.14.0
- g_match_info_fetch_all at Base 2.14.0
- g_match_info_fetch_named at Base 2.14.0
- g_match_info_fetch_named_pos at Base 2.14.0
- g_match_info_fetch_pos at Base 2.14.0
- g_match_info_free at Base 2.14.0
- g_match_info_get_match_count at Base 2.14.0
- g_match_info_get_regex at Base 2.14.0
- g_match_info_get_string at Base 2.14.0
- g_match_info_is_partial_match at Base 2.14.0
- g_match_info_matches at Base 2.14.0
- g_match_info_next at Base 2.14.0
- g_match_info_ref at Base 2.30.0
- g_match_info_unref at Base 2.30.0
- g_mem_chunk_alloc0 at Base 2.12.0
- g_mem_chunk_alloc at Base 2.12.0
- g_mem_chunk_clean at Base 2.12.0
- g_mem_chunk_destroy at Base 2.12.0
- g_mem_chunk_free at Base 2.12.0
- g_mem_chunk_info at Base 2.12.0
- g_mem_chunk_new at Base 2.12.0
- g_mem_chunk_print at Base 2.12.0
- g_mem_chunk_reset at Base 2.12.0
- g_mem_gc_friendly at Base 2.12.0
- g_mem_is_system_malloc at Base 2.12.0
- g_mem_profile at Base 2.12.0
- g_mem_set_vtable at Base 2.12.0
- g_memdup2 at Base 2.68.0
- g_memdup at Base 2.12.0
- g_mkdir at Base 2.12.0
- g_mkdir_with_parents at Base 2.12.0
- g_mkdtemp at Base 2.30.0
- g_mkdtemp_full at Base 2.30.0
- g_mkstemp at Base 2.12.0
- g_mkstemp_full at Base 2.22.0
- g_mutex_clear at Base 2.32.0
- g_mutex_free at Base 2.32.0
- g_mutex_init at Base 2.32.0
- g_mutex_lock at Base 2.32.0
- g_mutex_new at Base 2.32.0
- g_mutex_trylock at Base 2.32.0
- g_mutex_unlock at Base 2.32.0
- g_node_child_index at Base 2.12.0
- g_node_child_position at Base 2.12.0
- g_node_children_foreach at Base 2.12.0
- g_node_copy at Base 2.12.0
- g_node_copy_deep at Base 2.12.0
- g_node_depth at Base 2.12.0
- g_node_destroy at Base 2.12.0
- g_node_find at Base 2.12.0
- g_node_find_child at Base 2.12.0
- g_node_first_sibling at Base 2.12.0
- g_node_get_root at Base 2.12.0
- g_node_insert at Base 2.12.0
- g_node_insert_after at Base 2.12.0
- g_node_insert_before at Base 2.12.0
- g_node_is_ancestor at Base 2.12.0
- g_node_last_child at Base 2.12.0
- g_node_last_sibling at Base 2.12.0
- g_node_max_height at Base 2.12.0
- g_node_n_children at Base 2.12.0
- g_node_n_nodes at Base 2.12.0
- g_node_new at Base 2.12.0
- g_node_nth_child at Base 2.12.0
- g_node_pop_allocator at Base 2.12.0
- g_node_prepend at Base 2.12.0
- g_node_push_allocator at Base 2.12.0
- g_node_reverse_children at Base 2.12.0
- g_node_traverse at Base 2.12.0
- g_node_unlink at Base 2.12.0
- g_nullify_pointer at Base 2.12.0
- g_number_parser_error_quark at Base 2.54.0
- g_on_error_query at Base 2.12.0
- g_on_error_stack_trace at Base 2.12.0
- g_once_impl at Base 2.12.0
- g_once_init_enter at Base 2.14.0
- g_once_init_enter_impl at Base 2.14.0
- g_once_init_enter_pointer at Base 2.79.0
- g_once_init_leave at Base 2.14.0
- g_once_init_leave_pointer at Base 2.79.0
- g_open at Base 2.12.0
- g_option_context_add_group at Base 2.12.0
- g_option_context_add_main_entries at Base 2.12.0
- g_option_context_free at Base 2.12.0
- g_option_context_get_description at Base 2.12.0
- g_option_context_get_help at Base 2.14.0
- g_option_context_get_help_enabled at Base 2.12.0
- g_option_context_get_ignore_unknown_options at Base 2.12.0
- g_option_context_get_main_group at Base 2.12.0
- g_option_context_get_strict_posix at Base 2.44.0
- g_option_context_get_summary at Base 2.12.0
- g_option_context_new at Base 2.12.0
- g_option_context_parse at Base 2.12.0
- g_option_context_parse_strv at Base 2.40.0
- g_option_context_set_description at Base 2.12.0
- g_option_context_set_help_enabled at Base 2.12.0
- g_option_context_set_ignore_unknown_options at Base 2.12.0
- g_option_context_set_main_group at Base 2.12.0
- g_option_context_set_strict_posix at Base 2.44.0
- g_option_context_set_summary at Base 2.12.0
- g_option_context_set_translate_func at Base 2.12.0
- g_option_context_set_translation_domain at Base 2.12.0
- g_option_error_quark at Base 2.12.0
- g_option_group_add_entries at Base 2.12.0
- g_option_group_free at Base 2.12.0
- g_option_group_new at Base 2.12.0
- g_option_group_ref at Base 2.44.0
- g_option_group_set_error_hook at Base 2.12.0
- g_option_group_set_parse_hooks at Base 2.12.0
- g_option_group_set_translate_func at Base 2.12.0
- g_option_group_set_translation_domain at Base 2.12.0
- g_option_group_unref at Base 2.44.0
- g_parse_debug_string at Base 2.12.0
- g_path_buf_clear at Base 2.75.3
- g_path_buf_clear_to_path at Base 2.75.3
- g_path_buf_copy at Base 2.75.3
- g_path_buf_equal at Base 2.75.3
- g_path_buf_free at Base 2.75.3
- g_path_buf_free_to_path at Base 2.75.3
- g_path_buf_init at Base 2.75.3
- g_path_buf_init_from_path at Base 2.75.3
- g_path_buf_new at Base 2.75.3
- g_path_buf_new_from_path at Base 2.75.3
- g_path_buf_pop at Base 2.75.3
- g_path_buf_push at Base 2.75.3
- g_path_buf_set_extension at Base 2.75.3
- g_path_buf_set_filename at Base 2.75.3
- g_path_buf_to_path at Base 2.75.3
- g_path_get_basename at Base 2.12.0
- g_path_get_dirname at Base 2.12.0
- g_path_is_absolute at Base 2.12.0
- g_path_skip_root at Base 2.12.0
- g_pattern_match at Base 2.12.0
- g_pattern_match_simple at Base 2.12.0
- g_pattern_match_string at Base 2.12.0
- g_pattern_spec_copy at Base 2.70.0
- g_pattern_spec_equal at Base 2.12.0
- g_pattern_spec_free at Base 2.12.0
- g_pattern_spec_match at Base 2.70.0
- g_pattern_spec_match_string at Base 2.70.0
- g_pattern_spec_new at Base 2.12.0
- g_pointer_bit_lock at Base 2.30.0
- g_pointer_bit_lock_and_get at Base 2.79.0+git20240116~
- g_pointer_bit_lock_mask_ptr at Base 2.79.0+git20240116~
- g_pointer_bit_trylock at Base 2.30.0
- g_pointer_bit_unlock at Base 2.30.0
- g_pointer_bit_unlock_and_set at Base 2.79.0+git20240116~
- g_poll at Base 2.20.0
- g_prefix_error at Base 2.16.0
- g_prefix_error_literal at Base 2.70.0
- g_print at Base 2.12.0
- g_printerr at Base 2.12.0
- g_printf at Base 2.12.0
- g_printf_string_upper_bound at Base 2.12.0
- g_private_get at Base 2.32.0
- g_private_new at Base 2.32.0
- g_private_replace at Base 2.32.0
- g_private_set at Base 2.32.0
- g_propagate_error at Base 2.12.0
- g_propagate_prefixed_error at Base 2.16.0
- g_ptr_array_add at Base 2.12.0
- g_ptr_array_copy at Base 2.62.0
- g_ptr_array_extend at Base 2.62.0
- g_ptr_array_extend_and_steal at Base 2.62.0
- g_ptr_array_find at Base 2.54.0
- g_ptr_array_find_with_equal_func at Base 2.54.0
- g_ptr_array_foreach at Base 2.12.0
- g_ptr_array_free at Base 2.12.0
- g_ptr_array_insert at Base 2.40.0
- g_ptr_array_is_null_terminated at Base 2.74.0
- g_ptr_array_new at Base 2.12.0
- g_ptr_array_new_from_array at Base 2.75.2
- g_ptr_array_new_from_null_terminated_array at Base 2.75.2
- g_ptr_array_new_full at Base 2.30.0
- g_ptr_array_new_null_terminated at Base 2.74.0
- g_ptr_array_new_take at Base 2.75.2
- g_ptr_array_new_take_null_terminated at Base 2.75.2
- g_ptr_array_new_with_free_func at Base 2.22.0
- g_ptr_array_ref at Base 2.22.0
- g_ptr_array_remove at Base 2.12.0
- g_ptr_array_remove_fast at Base 2.12.0
- g_ptr_array_remove_index at Base 2.12.0
- g_ptr_array_remove_index_fast at Base 2.12.0
- g_ptr_array_remove_range at Base 2.12.0
- g_ptr_array_set_free_func at Base 2.22.0
- g_ptr_array_set_size at Base 2.12.0
- g_ptr_array_sized_new at Base 2.12.0
- g_ptr_array_sort at Base 2.12.0
- g_ptr_array_sort_values at Base 2.75.2
- g_ptr_array_sort_values_with_data at Base 2.75.2
- g_ptr_array_sort_with_data at Base 2.12.0
- g_ptr_array_steal at Base 2.64.0
- g_ptr_array_steal_index at Base 2.58.0
- g_ptr_array_steal_index_fast at Base 2.58.0
- g_ptr_array_unref at Base 2.22.0
- g_qsort_with_data at Base 2.12.0
- g_quark_from_static_string at Base 2.12.0
- g_quark_from_string at Base 2.12.0
- g_quark_to_string at Base 2.12.0
- g_quark_try_string at Base 2.12.0
- g_queue_clear at Base 2.14.0
- g_queue_clear_full at Base 2.60.0
- g_queue_copy at Base 2.12.0
- g_queue_delete_link at Base 2.12.0
- g_queue_find at Base 2.12.0
- g_queue_find_custom at Base 2.12.0
- g_queue_foreach at Base 2.12.0
- g_queue_free at Base 2.12.0
- g_queue_free_full at Base 2.32.0
- g_queue_get_length at Base 2.12.0
- g_queue_index at Base 2.12.0
- g_queue_init at Base 2.14.0
- g_queue_insert_after at Base 2.12.0
- g_queue_insert_after_link at Base 2.62.0
- g_queue_insert_before at Base 2.12.0
- g_queue_insert_before_link at Base 2.62.0
- g_queue_insert_sorted at Base 2.12.0
- g_queue_is_empty at Base 2.12.0
- g_queue_link_index at Base 2.12.0
- g_queue_new at Base 2.12.0
- g_queue_peek_head at Base 2.12.0
- g_queue_peek_head_link at Base 2.12.0
- g_queue_peek_nth at Base 2.12.0
- g_queue_peek_nth_link at Base 2.12.0
- g_queue_peek_tail at Base 2.12.0
- g_queue_peek_tail_link at Base 2.12.0
- g_queue_pop_head at Base 2.12.0
- g_queue_pop_head_link at Base 2.12.0
- g_queue_pop_nth at Base 2.12.0
- g_queue_pop_nth_link at Base 2.12.0
- g_queue_pop_tail at Base 2.12.0
- g_queue_pop_tail_link at Base 2.12.0
- g_queue_push_head at Base 2.12.0
- g_queue_push_head_link at Base 2.12.0
- g_queue_push_nth at Base 2.12.0
- g_queue_push_nth_link at Base 2.12.0
- g_queue_push_tail at Base 2.12.0
- g_queue_push_tail_link at Base 2.12.0
- g_queue_remove at Base 2.12.0
- g_queue_remove_all at Base 2.12.0
- g_queue_reverse at Base 2.12.0
- g_queue_sort at Base 2.12.0
- g_queue_unlink at Base 2.12.0
- g_rand_copy at Base 2.12.0
- g_rand_double at Base 2.12.0
- g_rand_double_range at Base 2.12.0
- g_rand_free at Base 2.12.0
- g_rand_int at Base 2.12.0
- g_rand_int_range at Base 2.12.0
- g_rand_new at Base 2.12.0
- g_rand_new_with_seed at Base 2.12.0
- g_rand_new_with_seed_array at Base 2.12.0
- g_rand_set_seed at Base 2.12.0
- g_rand_set_seed_array at Base 2.12.0
- g_random_double at Base 2.12.0
- g_random_double_range at Base 2.12.0
- g_random_int at Base 2.12.0
- g_random_int_range at Base 2.12.0
- g_random_set_seed at Base 2.12.0
- g_rc_box_acquire at Base 2.58.0
- g_rc_box_alloc0 at Base 2.58.0
- g_rc_box_alloc at Base 2.58.0
- g_rc_box_dup at Base 2.58.0
- g_rc_box_get_size at Base 2.58.0
- g_rc_box_release at Base 2.58.0
- g_rc_box_release_full at Base 2.58.0
- g_realloc at Base 2.12.0
- g_realloc_n at Base 2.24.0
- g_rec_mutex_clear at Base 2.32.0
- g_rec_mutex_init at Base 2.32.0
- g_rec_mutex_lock at Base 2.32.0
- g_rec_mutex_trylock at Base 2.32.0
- g_rec_mutex_unlock at Base 2.32.0
- g_ref_count_compare at Base 2.58.0
- g_ref_count_dec at Base 2.58.0
- g_ref_count_inc at Base 2.58.0
- g_ref_count_init at Base 2.58.0
- g_ref_string_acquire at Base 2.58.0
- g_ref_string_length at Base 2.58.0
- g_ref_string_new at Base 2.58.0
- g_ref_string_new_intern at Base 2.58.0
- g_ref_string_new_len at Base 2.58.0
- g_ref_string_release at Base 2.58.0
- g_regex_check_replacement at Base 2.14.0
- g_regex_error_quark at Base 2.14.0
- g_regex_escape_nul at Base 2.30.0
- g_regex_escape_string at Base 2.14.0
- g_regex_get_capture_count at Base 2.14.0
- g_regex_get_compile_flags at Base 2.26.0
- g_regex_get_has_cr_or_lf at Base 2.34.0
- g_regex_get_match_flags at Base 2.26.0
- g_regex_get_max_backref at Base 2.14.0
- g_regex_get_max_lookbehind at Base 2.38.0
- g_regex_get_pattern at Base 2.14.0
- g_regex_get_string_number at Base 2.14.0
- g_regex_match at Base 2.14.0
- g_regex_match_all at Base 2.14.0
- g_regex_match_all_full at Base 2.14.0
- g_regex_match_full at Base 2.14.0
- g_regex_match_simple at Base 2.14.0
- g_regex_new at Base 2.14.0
- g_regex_ref at Base 2.14.0
- g_regex_replace at Base 2.14.0
- g_regex_replace_eval at Base 2.14.0
- g_regex_replace_literal at Base 2.14.0
- g_regex_split at Base 2.14.0
- g_regex_split_full at Base 2.14.0
- g_regex_split_simple at Base 2.14.0
- g_regex_unref at Base 2.14.0
- g_relation_count at Base 2.12.0
- g_relation_delete at Base 2.12.0
- g_relation_destroy at Base 2.12.0
- g_relation_exists at Base 2.12.0
- g_relation_index at Base 2.12.0
- g_relation_insert at Base 2.12.0
- g_relation_new at Base 2.12.0
- g_relation_print at Base 2.12.0
- g_relation_select at Base 2.12.0
- g_reload_user_special_dirs_cache at Base 2.22.0
- g_remove at Base 2.12.0
- g_rename at Base 2.12.0
- g_return_if_fail_warning at Base 2.12.0
- g_rmdir at Base 2.12.0
- g_rw_lock_clear at Base 2.32.0
- g_rw_lock_init at Base 2.32.0
- g_rw_lock_reader_lock at Base 2.32.0
- g_rw_lock_reader_trylock at Base 2.32.0
- g_rw_lock_reader_unlock at Base 2.32.0
- g_rw_lock_writer_lock at Base 2.32.0
- g_rw_lock_writer_trylock at Base 2.32.0
- g_rw_lock_writer_unlock at Base 2.32.0
- g_scanner_cur_line at Base 2.12.0
- g_scanner_cur_position at Base 2.12.0
- g_scanner_cur_token at Base 2.12.0
- g_scanner_cur_value at Base 2.12.0
- g_scanner_destroy at Base 2.12.0
- g_scanner_eof at Base 2.12.0
- g_scanner_error at Base 2.12.0
- g_scanner_get_next_token at Base 2.12.0
- g_scanner_input_file at Base 2.12.0
- g_scanner_input_text at Base 2.12.0
- g_scanner_lookup_symbol at Base 2.12.0
- g_scanner_new at Base 2.12.0
- g_scanner_peek_next_token at Base 2.12.0
- g_scanner_scope_add_symbol at Base 2.12.0
- g_scanner_scope_foreach_symbol at Base 2.12.0
- g_scanner_scope_lookup_symbol at Base 2.12.0
- g_scanner_scope_remove_symbol at Base 2.12.0
- g_scanner_set_scope at Base 2.12.0
- g_scanner_sync_file_offset at Base 2.12.0
- g_scanner_unexp_token at Base 2.12.0
- g_scanner_warn at Base 2.12.0
- g_sequence_append at Base 2.14.0
- g_sequence_foreach at Base 2.14.0
- g_sequence_foreach_range at Base 2.14.0
- g_sequence_free at Base 2.14.0
- g_sequence_get at Base 2.14.0
- g_sequence_get_begin_iter at Base 2.14.0
- g_sequence_get_end_iter at Base 2.14.0
- g_sequence_get_iter_at_pos at Base 2.14.0
- g_sequence_get_length at Base 2.14.0
- g_sequence_insert_before at Base 2.14.0
- g_sequence_insert_sorted at Base 2.14.0
- g_sequence_insert_sorted_iter at Base 2.14.0
- g_sequence_is_empty at Base 2.48.0
- g_sequence_iter_compare at Base 2.14.0
- g_sequence_iter_get_position at Base 2.14.0
- g_sequence_iter_get_sequence at Base 2.14.0
- g_sequence_iter_is_begin at Base 2.14.0
- g_sequence_iter_is_end at Base 2.14.0
- g_sequence_iter_move at Base 2.14.0
- g_sequence_iter_next at Base 2.14.0
- g_sequence_iter_prev at Base 2.14.0
- g_sequence_lookup at Base 2.28.0
- g_sequence_lookup_iter at Base 2.28.0
- g_sequence_move at Base 2.14.0
- g_sequence_move_range at Base 2.14.0
- g_sequence_new at Base 2.14.0
- g_sequence_prepend at Base 2.14.0
- g_sequence_range_get_midpoint at Base 2.14.0
- g_sequence_remove at Base 2.14.0
- g_sequence_remove_range at Base 2.14.0
- g_sequence_search at Base 2.14.0
- g_sequence_search_iter at Base 2.14.0
- g_sequence_set at Base 2.14.0
- g_sequence_sort at Base 2.14.0
- g_sequence_sort_changed at Base 2.14.0
- g_sequence_sort_changed_iter at Base 2.14.0
- g_sequence_sort_iter at Base 2.14.0
- g_sequence_swap at Base 2.14.0
- g_set_application_name at Base 2.12.0
- g_set_error at Base 2.12.0
- g_set_error_literal at Base 2.18.0
- g_set_prgname at Base 2.12.0
- g_set_print_handler at Base 2.12.0
- g_set_printerr_handler at Base 2.12.0
- g_setenv at Base 2.12.0
- g_shell_error_quark at Base 2.12.0
- g_shell_parse_argv at Base 2.12.0
- g_shell_quote at Base 2.12.0
- g_shell_unquote at Base 2.12.0
- g_slice_alloc0 at Base 2.12.0
- g_slice_alloc at Base 2.12.0
- g_slice_copy at Base 2.14.0
- g_slice_free1 at Base 2.12.0
- g_slice_free_chain_with_offset at Base 2.12.0
- g_slice_get_config at Base 2.12.0
- g_slice_get_config_state at Base 2.12.0
- g_slice_set_config at Base 2.12.0
- g_slist_alloc at Base 2.12.0
- g_slist_append at Base 2.12.0
- g_slist_concat at Base 2.12.0
- g_slist_copy at Base 2.12.0
- g_slist_copy_deep at Base 2.34.0
- g_slist_delete_link at Base 2.12.0
- g_slist_find at Base 2.12.0
- g_slist_find_custom at Base 2.12.0
- g_slist_foreach at Base 2.12.0
- g_slist_free at Base 2.12.0
- g_slist_free_1 at Base 2.12.0
- g_slist_free_full at Base 2.28.0
- g_slist_index at Base 2.12.0
- g_slist_insert at Base 2.12.0
- g_slist_insert_before at Base 2.12.0
- g_slist_insert_sorted at Base 2.12.0
- g_slist_insert_sorted_with_data at Base 2.12.0
- g_slist_last at Base 2.12.0
- g_slist_length at Base 2.12.0
- g_slist_nth at Base 2.12.0
- g_slist_nth_data at Base 2.12.0
- g_slist_pop_allocator at Base 2.12.0
- g_slist_position at Base 2.12.0
- g_slist_prepend at Base 2.12.0
- g_slist_push_allocator at Base 2.12.0
- g_slist_remove at Base 2.12.0
- g_slist_remove_all at Base 2.12.0
- g_slist_remove_link at Base 2.12.0
- g_slist_reverse at Base 2.12.0
- g_slist_sort at Base 2.12.0
- g_slist_sort_with_data at Base 2.12.0
- g_snprintf at Base 2.12.0
- g_source_add_child_source at Base 2.28.0
- g_source_add_poll at Base 2.12.0
- g_source_add_unix_fd at Base 2.36.0
- g_source_attach at Base 2.12.0
- g_source_destroy at Base 2.12.0
- g_source_get_can_recurse at Base 2.12.0
- g_source_get_context at Base 2.12.0
- g_source_get_current_time at Base 2.12.0
- g_source_get_id at Base 2.12.0
- g_source_get_name at Base 2.26.0
- g_source_get_priority at Base 2.12.0
- g_source_get_ready_time at Base 2.36.0
- g_source_get_time at Base 2.28.0
- g_source_is_destroyed at Base 2.12.0
- g_source_modify_unix_fd at Base 2.36.0
- g_source_new at Base 2.12.0
- g_source_query_unix_fd at Base 2.36.0
- g_source_ref at Base 2.12.0
- g_source_remove at Base 2.12.0
- g_source_remove_by_funcs_user_data at Base 2.12.0
- g_source_remove_by_user_data at Base 2.12.0
- g_source_remove_child_source at Base 2.28.0
- g_source_remove_poll at Base 2.12.0
- g_source_remove_unix_fd at Base 2.36.0
- g_source_set_callback at Base 2.12.0
- g_source_set_callback_indirect at Base 2.12.0
- g_source_set_can_recurse at Base 2.12.0
- g_source_set_dispose_function at Base 2.64.0
- g_source_set_funcs at Base 2.12.0
- g_source_set_name at Base 2.26.0
- g_source_set_name_by_id at Base 2.26.0
- g_source_set_priority at Base 2.12.0
- g_source_set_ready_time at Base 2.36.0
- g_source_set_static_name at Base 2.70.0
- g_source_unref at Base 2.12.0
- g_spaced_primes_closest at Base 2.12.0
- g_spawn_async at Base 2.12.0
- g_spawn_async_with_fds at Base 2.58.0
- g_spawn_async_with_pipes at Base 2.12.0
- g_spawn_async_with_pipes_and_fds at Base 2.68.0
- g_spawn_check_exit_status at Base 2.34.0
- g_spawn_check_wait_status at Base 2.70.0
- g_spawn_close_pid at Base 2.12.0
- g_spawn_command_line_async at Base 2.12.0
- g_spawn_command_line_sync at Base 2.12.0
- g_spawn_error_quark at Base 2.12.0
- g_spawn_exit_error_quark at Base 2.34.0
- g_spawn_sync at Base 2.12.0
- g_sprintf at Base 2.12.0
- g_stat at Base 2.12.0
- g_static_mutex_free at Base 2.12.0
- g_static_mutex_get_mutex_impl at Base 2.12.0
- g_static_mutex_init at Base 2.12.0
- g_static_private_free at Base 2.12.0
- g_static_private_get at Base 2.12.0
- g_static_private_init at Base 2.12.0
- g_static_private_set at Base 2.12.0
- g_static_rec_mutex_free at Base 2.12.0
- g_static_rec_mutex_init at Base 2.12.0
- g_static_rec_mutex_lock at Base 2.12.0
- g_static_rec_mutex_lock_full at Base 2.12.0
- g_static_rec_mutex_trylock at Base 2.12.0
- g_static_rec_mutex_unlock at Base 2.12.0
- g_static_rec_mutex_unlock_full at Base 2.12.0
- g_static_rw_lock_free at Base 2.12.0
- g_static_rw_lock_init at Base 2.12.0
- g_static_rw_lock_reader_lock at Base 2.12.0
- g_static_rw_lock_reader_trylock at Base 2.12.0
- g_static_rw_lock_reader_unlock at Base 2.12.0
- g_static_rw_lock_writer_lock at Base 2.12.0
- g_static_rw_lock_writer_trylock at Base 2.12.0
- g_static_rw_lock_writer_unlock at Base 2.12.0
- g_stpcpy at Base 2.12.0
- g_str_equal at Base 2.12.0
- g_str_has_prefix at Base 2.12.0
- g_str_has_suffix at Base 2.12.0
- g_str_hash at Base 2.12.0
- g_str_is_ascii at Base 2.40.0
- g_str_match_string at Base 2.40.0
- g_str_to_ascii at Base 2.40.0
- g_str_tokenize_and_fold at Base 2.40.0
- g_strcanon at Base 2.12.0
- g_strcasecmp at Base 2.12.0
- g_strchomp at Base 2.12.0
- g_strchug at Base 2.12.0
- g_strcmp0 at Base 2.16.0
- g_strcompress at Base 2.12.0
- g_strconcat at Base 2.12.0
- g_strdelimit at Base 2.12.0
- g_strdown at Base 2.12.0
- g_strdup at Base 2.12.0
- g_strdup_printf at Base 2.12.0
- g_strdup_vprintf at Base 2.12.0
- g_strdupv at Base 2.12.0
- g_strerror at Base 2.12.0
- g_strescape at Base 2.12.0
- g_strfreev at Base 2.12.0
- g_string_append at Base 2.12.0
- g_string_append_c at Base 2.12.0
- g_string_append_len at Base 2.12.0
- g_string_append_printf at Base 2.12.0
- g_string_append_unichar at Base 2.12.0
- g_string_append_uri_escaped at Base 2.16.0
- g_string_append_vprintf at Base 2.14.0
- g_string_ascii_down at Base 2.12.0
- g_string_ascii_up at Base 2.12.0
- g_string_assign at Base 2.12.0
- g_string_chunk_clear at Base 2.14.0
- g_string_chunk_free at Base 2.12.0
- g_string_chunk_insert at Base 2.12.0
- g_string_chunk_insert_const at Base 2.12.0
- g_string_chunk_insert_len at Base 2.12.0
- g_string_chunk_new at Base 2.12.0
- g_string_down at Base 2.12.0
- g_string_equal at Base 2.12.0
- g_string_erase at Base 2.12.0
- g_string_free at Base 2.12.0
- g_string_free_and_steal at Base 2.75.3
- g_string_free_to_bytes at Base 2.34.0
- g_string_hash at Base 2.12.0
- g_string_insert at Base 2.12.0
- g_string_insert_c at Base 2.12.0
- g_string_insert_len at Base 2.12.0
- g_string_insert_unichar at Base 2.12.0
- g_string_new at Base 2.12.0
- g_string_new_len at Base 2.12.0
- g_string_new_take at Base 2.77.0
- g_string_overwrite at Base 2.14.0
- g_string_overwrite_len at Base 2.14.0
- g_string_prepend at Base 2.12.0
- g_string_prepend_c at Base 2.12.0
- g_string_prepend_len at Base 2.12.0
- g_string_prepend_unichar at Base 2.12.0
- g_string_printf at Base 2.12.0
- g_string_replace at Base 2.68.0+git20210214
- g_string_set_size at Base 2.12.0
- g_string_sized_new at Base 2.12.0
- g_string_truncate at Base 2.12.0
- g_string_up at Base 2.12.0
- g_string_vprintf at Base 2.14.0
- g_strip_context at Base 2.12.0
- g_strjoin at Base 2.12.0
- g_strjoinv at Base 2.12.0
- g_strlcat at Base 2.12.0
- g_strlcpy at Base 2.12.0
- g_strncasecmp at Base 2.12.0
- g_strndup at Base 2.12.0
- g_strnfill at Base 2.12.0
- g_strreverse at Base 2.12.0
- g_strrstr at Base 2.12.0
- g_strrstr_len at Base 2.12.0
- g_strsignal at Base 2.12.0
- g_strsplit at Base 2.12.0
- g_strsplit_set at Base 2.12.0
- g_strstr_len at Base 2.12.0
- g_strtod at Base 2.12.0
- g_strup at Base 2.12.0
- g_strv_builder_add at Base 2.68.0
- g_strv_builder_add_many at Base 2.70.0
- g_strv_builder_addv at Base 2.70.0
- g_strv_builder_end at Base 2.68.0
- g_strv_builder_new at Base 2.68.0
- g_strv_builder_ref at Base 2.68.0
- g_strv_builder_take at Base 2.79.0
- g_strv_builder_unref at Base 2.68.0
- g_strv_contains at Base 2.44.0
- g_strv_equal at Base 2.60.0
- g_strv_length at Base 2.12.0
- g_test_add_data_func at Base 2.16.0
- g_test_add_data_func_full at Base 2.34.0
- g_test_add_func at Base 2.16.0
- g_test_add_vtable at Base 2.16.0
- g_test_assert_expected_messages_internal at Base 2.34.0
- g_test_bug at Base 2.16.0
- g_test_bug_base at Base 2.16.0
- g_test_build_filename at Base 2.38.0
- g_test_case_free at Base 2.70.0
- g_test_config_vars at Base 2.16.0
- g_test_create_case at Base 2.16.0
- g_test_create_suite at Base 2.16.0
- g_test_disable_crash_reporting at Base 2.77.1
- g_test_expect_message at Base 2.34.0
- g_test_fail at Base 2.30.0
- g_test_fail_printf at Base 2.70.0
- g_test_failed at Base 2.38.0
- g_test_get_dir at Base 2.38.0
- g_test_get_filename at Base 2.38.0
- g_test_get_path at Base 2.68.0
- g_test_get_root at Base 2.16.0
- g_test_incomplete at Base 2.38.0
- g_test_incomplete_printf at Base 2.70.0
- g_test_init at Base 2.16.0
- g_test_log_buffer_free at Base 2.16.0
- g_test_log_buffer_new at Base 2.16.0
- g_test_log_buffer_pop at Base 2.16.0
- g_test_log_buffer_push at Base 2.16.0
- g_test_log_msg_free at Base 2.16.0
- g_test_log_set_fatal_handler at Base 2.22.0
- g_test_log_type_name at Base 2.16.0
- g_test_maximized_result at Base 2.16.0
- g_test_message at Base 2.16.0
- g_test_minimized_result at Base 2.16.0
- g_test_queue_destroy at Base 2.16.0
- g_test_queue_free at Base 2.16.0
- g_test_rand_double at Base 2.16.0
- g_test_rand_double_range at Base 2.16.0
- g_test_rand_int at Base 2.16.0
- g_test_rand_int_range at Base 2.16.0
- g_test_run at Base 2.16.0
- g_test_run_suite at Base 2.16.0
- g_test_set_nonfatal_assertions at Base 2.38.0
- g_test_skip at Base 2.38.0
- g_test_skip_printf at Base 2.70.0
- g_test_subprocess at Base 2.38.0
- g_test_suite_add at Base 2.16.0
- g_test_suite_add_suite at Base 2.16.0
- g_test_suite_free at Base 2.70.0
- g_test_summary at Base 2.62.0
- g_test_timer_elapsed at Base 2.16.0
- g_test_timer_last at Base 2.16.0
- g_test_timer_start at Base 2.16.0
- g_test_trap_assertions at Base 2.16.0
- g_test_trap_fork at Base 2.16.0
- g_test_trap_has_passed at Base 2.16.0
- g_test_trap_reached_timeout at Base 2.16.0
- g_test_trap_subprocess at Base 2.38.0
- g_test_trap_subprocess_with_envp at Base 2.79.0
- g_thread_create at Base 2.32.0
- g_thread_create_full at Base 2.12.0
- g_thread_error_quark at Base 2.12.0
- g_thread_exit at Base 2.12.0
- g_thread_foreach at Base 2.12.0
- g_thread_functions_for_glib_use at Base 2.12.0
- g_thread_get_initialized at Base 2.20.0
- g_thread_gettime at Base 2.14.0
- g_thread_init_glib at Base 2.12.0
- g_thread_join at Base 2.12.0
- g_thread_new at Base 2.32.0
- g_thread_pool_free at Base 2.12.0
- g_thread_pool_get_max_idle_time at Base 2.12.0
- g_thread_pool_get_max_threads at Base 2.12.0
- g_thread_pool_get_max_unused_threads at Base 2.12.0
- g_thread_pool_get_num_threads at Base 2.12.0
- g_thread_pool_get_num_unused_threads at Base 2.12.0
- g_thread_pool_move_to_front at Base 2.46.0
- g_thread_pool_new at Base 2.12.0
- g_thread_pool_new_full at Base 2.70.0
- g_thread_pool_push at Base 2.12.0
- g_thread_pool_set_max_idle_time at Base 2.12.0
- g_thread_pool_set_max_threads at Base 2.12.0
- g_thread_pool_set_max_unused_threads at Base 2.12.0
- g_thread_pool_set_sort_function at Base 2.12.0
- g_thread_pool_stop_unused_threads at Base 2.12.0
- g_thread_pool_unprocessed at Base 2.12.0
- g_thread_ref at Base 2.32.0
- g_thread_self at Base 2.12.0
- g_thread_set_priority at Base 2.12.0
- g_thread_try_new at Base 2.32.0
- g_thread_unref at Base 2.32.0
- g_thread_use_default_impl at Base 2.12.0
- g_thread_yield at Base 2.32.0
- g_threads_got_initialized at Base 2.12.0
- g_time_val_add at Base 2.12.0
- g_time_val_from_iso8601 at Base 2.12.0
- g_time_val_to_iso8601 at Base 2.12.0
- g_time_zone_adjust_time at Base 2.28.0
- g_time_zone_find_interval at Base 2.28.0
- g_time_zone_get_abbreviation at Base 2.28.0
- g_time_zone_get_identifier at Base 2.58.0
- g_time_zone_get_offset at Base 2.28.0
- g_time_zone_is_dst at Base 2.28.0
- g_time_zone_new at Base 2.26.0
- g_time_zone_new_identifier at Base 2.68.0
- g_time_zone_new_local at Base 2.26.0
- g_time_zone_new_offset at Base 2.58.0
- g_time_zone_new_utc at Base 2.26.0
- g_time_zone_ref at Base 2.26.0
- g_time_zone_unref at Base 2.26.0
- g_timeout_add at Base 2.12.0
- g_timeout_add_full at Base 2.12.0
- g_timeout_add_once at Base 2.74.0
- g_timeout_add_seconds at Base 2.14.0
- g_timeout_add_seconds_full at Base 2.14.0
- g_timeout_add_seconds_once at Base 2.77.0
- g_timeout_funcs at Base 2.12.0
- g_timeout_source_new at Base 2.12.0
- g_timeout_source_new_seconds at Base 2.14.0
- g_timer_continue at Base 2.12.0
- g_timer_destroy at Base 2.12.0
- g_timer_elapsed at Base 2.12.0
- g_timer_is_active at Base 2.62.0
- g_timer_new at Base 2.12.0
- g_timer_reset at Base 2.12.0
- g_timer_start at Base 2.12.0
- g_timer_stop at Base 2.12.0
- g_trash_stack_height at Base 2.12.0
- g_trash_stack_peek at Base 2.12.0
- g_trash_stack_pop at Base 2.12.0
- g_trash_stack_push at Base 2.12.0
- g_tree_destroy at Base 2.12.0
- g_tree_foreach at Base 2.12.0
- g_tree_foreach_node at Base 2.68.0
- g_tree_height at Base 2.12.0
- g_tree_insert at Base 2.12.0
- g_tree_insert_node at Base 2.68.0
- g_tree_lookup at Base 2.12.0
- g_tree_lookup_extended at Base 2.12.0
- g_tree_lookup_node at Base 2.68.0
- g_tree_lower_bound at Base 2.68.0
- g_tree_new at Base 2.12.0
- g_tree_new_full at Base 2.12.0
- g_tree_new_with_data at Base 2.12.0
- g_tree_nnodes at Base 2.12.0
- g_tree_node_first at Base 2.68.0
- g_tree_node_key at Base 2.68.0
- g_tree_node_last at Base 2.68.0
- g_tree_node_next at Base 2.68.0
- g_tree_node_previous at Base 2.68.0
- g_tree_node_value at Base 2.68.0
- g_tree_ref at Base 2.22.0
- g_tree_remove at Base 2.12.0
- g_tree_remove_all at Base 2.70.0
- g_tree_replace at Base 2.12.0
- g_tree_replace_node at Base 2.68.0
- g_tree_search at Base 2.12.0
- g_tree_search_node at Base 2.68.0
- g_tree_steal at Base 2.12.0
- g_tree_traverse at Base 2.12.0
- g_tree_unref at Base 2.22.0
- g_tree_upper_bound at Base 2.68.0
- g_try_malloc0 at Base 2.12.0
- g_try_malloc0_n at Base 2.24.0
- g_try_malloc at Base 2.12.0
- g_try_malloc_n at Base 2.24.0
- g_try_realloc at Base 2.12.0
- g_try_realloc_n at Base 2.24.0
- g_tuples_destroy at Base 2.12.0
- g_tuples_index at Base 2.12.0
- g_ucs4_to_utf16 at Base 2.12.0
- g_ucs4_to_utf8 at Base 2.12.0
- g_unichar_break_type at Base 2.12.0
- g_unichar_combining_class at Base 2.14.0
- g_unichar_compose at Base 2.30.0
- g_unichar_decompose at Base 2.30.0
- g_unichar_digit_value at Base 2.12.0
- g_unichar_fully_decompose at Base 2.30.0
- g_unichar_get_mirror_char at Base 2.12.0
- g_unichar_get_script at Base 2.14.0
- g_unichar_isalnum at Base 2.12.0
- g_unichar_isalpha at Base 2.12.0
- g_unichar_iscntrl at Base 2.12.0
- g_unichar_isdefined at Base 2.12.0
- g_unichar_isdigit at Base 2.12.0
- g_unichar_isgraph at Base 2.12.0
- g_unichar_islower at Base 2.12.0
- g_unichar_ismark at Base 2.14.0
- g_unichar_isprint at Base 2.12.0
- g_unichar_ispunct at Base 2.12.0
- g_unichar_isspace at Base 2.12.0
- g_unichar_istitle at Base 2.12.0
- g_unichar_isupper at Base 2.12.0
- g_unichar_iswide at Base 2.12.0
- g_unichar_iswide_cjk at Base 2.12.0
- g_unichar_isxdigit at Base 2.12.0
- g_unichar_iszerowidth at Base 2.14.0
- g_unichar_to_utf8 at Base 2.12.0
- g_unichar_tolower at Base 2.12.0
- g_unichar_totitle at Base 2.12.0
- g_unichar_toupper at Base 2.12.0
- g_unichar_type at Base 2.12.0
- g_unichar_validate at Base 2.12.0
- g_unichar_xdigit_value at Base 2.12.0
- g_unicode_canonical_decomposition at Base 2.12.0
- g_unicode_canonical_ordering at Base 2.12.0
- g_unicode_script_from_iso15924 at Base 2.30.0
- g_unicode_script_to_iso15924 at Base 2.30.0
- g_unix_error_quark at Base 2.30.0
- g_unix_fd_add at Base 2.36.0
- g_unix_fd_add_full at Base 2.36.0
- g_unix_fd_source_funcs at Base 2.38.0
- g_unix_fd_source_new at Base 2.36.0
- g_unix_get_passwd_entry at Base 2.64.0
- g_unix_open_pipe at Base 2.77.3
- g_unix_set_fd_nonblocking at Base 2.30.0
- g_unix_signal_add at Base 2.30.0
- g_unix_signal_add_full at Base 2.30.0
- g_unix_signal_funcs at Base 2.38.0
- g_unix_signal_source_new at Base 2.30.0
- g_unlink at Base 2.12.0
- g_unsetenv at Base 2.12.0
- g_uri_build at Base 2.66.0
- g_uri_build_with_user at Base 2.66.0
- g_uri_error_quark at Base 2.66.0
- g_uri_escape_bytes at Base 2.66.0
- g_uri_escape_string at Base 2.16.0
- g_uri_get_auth_params at Base 2.66.0
- g_uri_get_flags at Base 2.66.0
- g_uri_get_fragment at Base 2.66.0
- g_uri_get_host at Base 2.66.0
- g_uri_get_password at Base 2.66.0
- g_uri_get_path at Base 2.66.0
- g_uri_get_port at Base 2.66.0
- g_uri_get_query at Base 2.66.0
- g_uri_get_scheme at Base 2.66.0
- g_uri_get_user at Base 2.66.0
- g_uri_get_userinfo at Base 2.66.0
- g_uri_is_valid at Base 2.66.0
- g_uri_join at Base 2.66.0
- g_uri_join_with_user at Base 2.66.0
- g_uri_list_extract_uris at Base 2.12.0
- g_uri_params_iter_init at Base 2.66.0
- g_uri_params_iter_next at Base 2.66.0
- g_uri_parse at Base 2.66.0
- g_uri_parse_params at Base 2.66.0
- g_uri_parse_relative at Base 2.66.0
- g_uri_parse_scheme at Base 2.16.0
- g_uri_peek_scheme at Base 2.66.0
- g_uri_ref at Base 2.66.0
- g_uri_resolve_relative at Base 2.66.0
- g_uri_split at Base 2.66.0
- g_uri_split_network at Base 2.66.0
- g_uri_split_with_user at Base 2.66.0
- g_uri_to_string at Base 2.66.0
- g_uri_to_string_partial at Base 2.66.0
- g_uri_unescape_bytes at Base 2.66.0
- g_uri_unescape_segment at Base 2.16.0
- g_uri_unescape_string at Base 2.16.0
- g_uri_unref at Base 2.66.0
- g_usleep at Base 2.12.0
- g_utf16_to_ucs4 at Base 2.12.0
- g_utf16_to_utf8 at Base 2.12.0
- g_utf8_casefold at Base 2.12.0
- g_utf8_collate at Base 2.12.0
- g_utf8_collate_key at Base 2.12.0
- g_utf8_collate_key_for_filename at Base 2.12.0
- g_utf8_find_next_char at Base 2.12.0
- g_utf8_find_prev_char at Base 2.12.0
- g_utf8_get_char at Base 2.12.0
- g_utf8_get_char_validated at Base 2.12.0
- g_utf8_make_valid at Base 2.52.0
- g_utf8_normalize at Base 2.12.0
- g_utf8_offset_to_pointer at Base 2.12.0
- g_utf8_pointer_to_offset at Base 2.12.0
- g_utf8_prev_char at Base 2.12.0
- g_utf8_skip at Base 2.12.0
- g_utf8_strchr at Base 2.12.0
- g_utf8_strdown at Base 2.12.0
- g_utf8_strlen at Base 2.12.0
- g_utf8_strncpy at Base 2.12.0
- g_utf8_strrchr at Base 2.12.0
- g_utf8_strreverse at Base 2.12.0
- g_utf8_strup at Base 2.12.0
- g_utf8_substring at Base 2.30.0
- g_utf8_to_ucs4 at Base 2.12.0
- g_utf8_to_ucs4_fast at Base 2.12.0
- g_utf8_to_utf16 at Base 2.12.0
- g_utf8_truncate_middle at Base 2.77.0
- g_utf8_validate at Base 2.12.0
- g_utf8_validate_len at Base 2.60.0
- g_utime at Base 2.18.0
- g_uuid_string_is_valid at Base 2.52.0
- g_uuid_string_random at Base 2.52.0
- g_variant_builder_add at Base 2.24.0
- g_variant_builder_add_parsed at Base 2.26.0
- g_variant_builder_add_value at Base 2.24.0
- g_variant_builder_clear at Base 2.24.0
- g_variant_builder_close at Base 2.24.0
- g_variant_builder_end at Base 2.24.0
- g_variant_builder_init at Base 2.24.0
- g_variant_builder_new at Base 2.24.0
- g_variant_builder_open at Base 2.24.0
- g_variant_builder_ref at Base 2.24.0
- g_variant_builder_unref at Base 2.24.0
- g_variant_byteswap at Base 2.24.0
- g_variant_check_format_string at Base 2.34.0
- g_variant_classify at Base 2.24.0
- g_variant_compare at Base 2.26.0
- g_variant_dict_clear at Base 2.40.0
- g_variant_dict_contains at Base 2.40.0
- g_variant_dict_end at Base 2.40.0
- g_variant_dict_init at Base 2.40.0
- g_variant_dict_insert at Base 2.40.0
- g_variant_dict_insert_value at Base 2.40.0
- g_variant_dict_lookup at Base 2.40.0
- g_variant_dict_lookup_value at Base 2.40.0
- g_variant_dict_new at Base 2.40.0
- g_variant_dict_ref at Base 2.40.0
- g_variant_dict_remove at Base 2.40.0
- g_variant_dict_unref at Base 2.40.0
- g_variant_dup_bytestring at Base 2.26.0
- g_variant_dup_bytestring_array at Base 2.26.0
- g_variant_dup_objv at Base 2.30.0
- g_variant_dup_string at Base 2.24.0
- g_variant_dup_strv at Base 2.24.0
- g_variant_equal at Base 2.24.0
- g_variant_format_string_scan at Base 2.24.0
- g_variant_format_string_scan_type at Base 2.24.0
- g_variant_get at Base 2.24.0
- g_variant_get_boolean at Base 2.24.0
- g_variant_get_byte at Base 2.24.0
- g_variant_get_bytestring at Base 2.26.0
- g_variant_get_bytestring_array at Base 2.26.0
- g_variant_get_child at Base 2.24.0
- g_variant_get_child_value at Base 2.24.0
- g_variant_get_data at Base 2.24.0
- g_variant_get_data_as_bytes at Base 2.36.0
- g_variant_get_double at Base 2.24.0
- g_variant_get_fixed_array at Base 2.24.0
- g_variant_get_handle at Base 2.24.0
- g_variant_get_int16 at Base 2.24.0
- g_variant_get_int32 at Base 2.24.0
- g_variant_get_int64 at Base 2.24.0
- g_variant_get_maybe at Base 2.24.0
- g_variant_get_normal_form at Base 2.24.0
- g_variant_get_objv at Base 2.30.0
- g_variant_get_size at Base 2.24.0
- g_variant_get_string at Base 2.24.0
- g_variant_get_strv at Base 2.24.0
- g_variant_get_type at Base 2.24.0
- g_variant_get_type_string at Base 2.24.0
- g_variant_get_uint16 at Base 2.24.0
- g_variant_get_uint32 at Base 2.24.0
- g_variant_get_uint64 at Base 2.24.0
- g_variant_get_va at Base 2.24.0
- g_variant_get_variant at Base 2.24.0
- g_variant_hash at Base 2.24.0
- g_variant_is_container at Base 2.24.0
- g_variant_is_floating at Base 2.26.0
- g_variant_is_normal_form at Base 2.24.0
- g_variant_is_object_path at Base 2.24.0
- g_variant_is_of_type at Base 2.24.0
- g_variant_is_signature at Base 2.24.0
- g_variant_iter_copy at Base 2.24.0
- g_variant_iter_free at Base 2.24.0
- g_variant_iter_init at Base 2.24.0
- g_variant_iter_loop at Base 2.24.0
- g_variant_iter_n_children at Base 2.24.0
- g_variant_iter_new at Base 2.24.0
- g_variant_iter_next at Base 2.24.0
- g_variant_iter_next_value at Base 2.24.0
- g_variant_lookup at Base 2.28.0
- g_variant_lookup_value at Base 2.28.0
- g_variant_n_children at Base 2.24.0
- g_variant_new at Base 2.24.0
- g_variant_new_array at Base 2.24.0
- g_variant_new_boolean at Base 2.24.0
- g_variant_new_byte at Base 2.24.0
- g_variant_new_bytestring at Base 2.26.0
- g_variant_new_bytestring_array at Base 2.26.0
- g_variant_new_dict_entry at Base 2.24.0
- g_variant_new_double at Base 2.24.0
- g_variant_new_fixed_array at Base 2.32.0
- g_variant_new_from_bytes at Base 2.36.0
- g_variant_new_from_data at Base 2.24.0
- g_variant_new_handle at Base 2.24.0
- g_variant_new_int16 at Base 2.24.0
- g_variant_new_int32 at Base 2.24.0
- g_variant_new_int64 at Base 2.24.0
- g_variant_new_maybe at Base 2.24.0
- g_variant_new_object_path at Base 2.24.0
- g_variant_new_objv at Base 2.30.0
- g_variant_new_parsed at Base 2.24.0
- g_variant_new_parsed_va at Base 2.24.0
- g_variant_new_printf at Base 2.38.0
- g_variant_new_signature at Base 2.24.0
- g_variant_new_string at Base 2.24.0
- g_variant_new_strv at Base 2.24.0
- g_variant_new_take_string at Base 2.38.0
- g_variant_new_tuple at Base 2.24.0
- g_variant_new_uint16 at Base 2.24.0
- g_variant_new_uint32 at Base 2.24.0
- g_variant_new_uint64 at Base 2.24.0
- g_variant_new_va at Base 2.24.0
- g_variant_new_variant at Base 2.24.0
- g_variant_parse at Base 2.24.0
- g_variant_parse_error_print_context at Base 2.40.0
- g_variant_parse_error_quark at Base 2.40.0
- g_variant_parser_get_error_quark at Base 2.24.0
- g_variant_print at Base 2.24.0
- g_variant_print_string at Base 2.24.0
- g_variant_ref at Base 2.24.0
- g_variant_ref_sink at Base 2.24.0
- g_variant_serialised_byteswap at Base 2.24.0
- g_variant_serialised_check at Base 2.60.0
- g_variant_serialised_get_child at Base 2.24.0
- g_variant_serialised_is_normal at Base 2.24.0
- g_variant_serialised_n_children at Base 2.24.0
- g_variant_serialiser_is_object_path at Base 2.24.0
- g_variant_serialiser_is_signature at Base 2.24.0
- g_variant_serialiser_is_string at Base 2.24.0
- g_variant_serialiser_needed_size at Base 2.24.0
- g_variant_serialiser_serialise at Base 2.24.0
- g_variant_store at Base 2.24.0
- g_variant_take_ref at Base 2.30.0
- g_variant_type_checked_ at Base 2.24.0
- g_variant_type_copy at Base 2.24.0
- g_variant_type_dup_string at Base 2.24.0
- g_variant_type_element at Base 2.24.0
- g_variant_type_equal at Base 2.24.0
- g_variant_type_first at Base 2.24.0
- g_variant_type_free at Base 2.24.0
- g_variant_type_get_string_length at Base 2.24.0
- g_variant_type_hash at Base 2.24.0
- g_variant_type_info_assert_no_infos at Base 2.24.0
- g_variant_type_info_element at Base 2.24.0
- g_variant_type_info_get at Base 2.24.0
- g_variant_type_info_get_type_string at Base 2.24.0
- g_variant_type_info_member_info at Base 2.24.0
- g_variant_type_info_n_members at Base 2.24.0
- g_variant_type_info_query at Base 2.24.0
- g_variant_type_info_query_depth at Base 2.58.2
- g_variant_type_info_query_element at Base 2.24.0
- g_variant_type_info_ref at Base 2.24.0
- g_variant_type_info_unref at Base 2.24.0
- g_variant_type_is_array at Base 2.24.0
- g_variant_type_is_basic at Base 2.24.0
- g_variant_type_is_container at Base 2.24.0
- g_variant_type_is_definite at Base 2.24.0
- g_variant_type_is_dict_entry at Base 2.24.0
- g_variant_type_is_maybe at Base 2.24.0
- g_variant_type_is_subtype_of at Base 2.24.0
- g_variant_type_is_tuple at Base 2.24.0
- g_variant_type_is_variant at Base 2.24.0
- g_variant_type_key at Base 2.24.0
- g_variant_type_n_items at Base 2.24.0
- g_variant_type_new at Base 2.24.0
- g_variant_type_new_array at Base 2.24.0
- g_variant_type_new_dict_entry at Base 2.24.0
- g_variant_type_new_maybe at Base 2.24.0
- g_variant_type_new_tuple at Base 2.24.0
- g_variant_type_next at Base 2.24.0
- g_variant_type_peek_string at Base 2.24.0
- g_variant_type_string_get_depth_ at Base 2.58.2
- g_variant_type_string_is_valid at Base 2.24.0
- g_variant_type_string_scan at Base 2.24.0
- g_variant_type_value at Base 2.24.0
- g_variant_unref at Base 2.24.0
- g_vasprintf at Base 2.12.0
- g_vfprintf at Base 2.12.0
- g_vprintf at Base 2.12.0
- g_vsnprintf at Base 2.12.0
- g_vsprintf at Base 2.12.0
- g_warn_message at Base 2.16.0
- glib__private__ at Base 2.32.0
- glib_binary_age at Base 2.12.0
- glib_check_version at Base 2.12.0
- glib_gettext at Base 2.16.0
- glib_interface_age at Base 2.12.0
- glib_major_version at Base 2.12.0
- glib_mem_profiler_table at Base 2.12.0
- glib_micro_version at Base 2.12.0
- glib_minor_version at Base 2.12.0
- glib_on_error_halt at Base 2.12.0
- glib_pgettext at Base 2.28.3
-libgmodule-2.0.so.0 libglib2.0-0 #MINVER#
-* Build-Depends-Package: libglib2.0-dev
- g_module_build_path at Base 2.12.0
- g_module_close at Base 2.12.0
- g_module_error at Base 2.12.0
- g_module_error_quark at Base 2.70.0
- g_module_make_resident at Base 2.12.0
- g_module_name at Base 2.12.0
- g_module_open at Base 2.12.0
- g_module_open_full at Base 2.70.0
- g_module_supported at Base 2.12.0
- g_module_symbol at Base 2.12.0
-libgobject-2.0.so.0 libglib2.0-0 #MINVER#
-* Build-Depends-Package: libglib2.0-dev
- g_array_get_type at Base 2.22.0
- g_binding_dup_source at Base 2.68.0
- g_binding_dup_target at Base 2.68.0
- g_binding_flags_get_type at Base 2.26.0
- g_binding_get_flags at Base 2.26.0
- g_binding_get_source at Base 2.26.0
- g_binding_get_source_property at Base 2.26.0
- g_binding_get_target at Base 2.26.0
- g_binding_get_target_property at Base 2.26.0
- g_binding_get_type at Base 2.26.0
- g_binding_group_bind at Base 2.72.0
- g_binding_group_bind_full at Base 2.72.0
- g_binding_group_bind_with_closures at Base 2.72.0
- g_binding_group_dup_source at Base 2.72.0
- g_binding_group_get_type at Base 2.72.0
- g_binding_group_new at Base 2.72.0
- g_binding_group_set_source at Base 2.72.0
- g_binding_unbind at Base 2.38.0
- g_bookmark_file_get_type at Base 2.75.0
- g_boxed_copy at Base 2.12.0
- g_boxed_free at Base 2.12.0
- g_boxed_type_register_static at Base 2.12.0
- g_byte_array_get_type at Base 2.22.0
- g_bytes_get_type at Base 2.32.0
- g_cclosure_marshal_BOOLEAN__BOXED_BOXED at Base 2.26.0
- g_cclosure_marshal_BOOLEAN__BOXED_BOXEDv at Base 2.32.0
- g_cclosure_marshal_BOOLEAN__FLAGS at Base 2.12.0
- g_cclosure_marshal_BOOLEAN__FLAGSv at Base 2.32.0
- g_cclosure_marshal_STRING__OBJECT_POINTER at Base 2.12.0
- g_cclosure_marshal_STRING__OBJECT_POINTERv at Base 2.32.0
- g_cclosure_marshal_VOID__BOOLEAN at Base 2.12.0
- g_cclosure_marshal_VOID__BOOLEANv at Base 2.32.0
- g_cclosure_marshal_VOID__BOXED at Base 2.12.0
- g_cclosure_marshal_VOID__BOXEDv at Base 2.32.0
- g_cclosure_marshal_VOID__CHAR at Base 2.12.0
- g_cclosure_marshal_VOID__CHARv at Base 2.32.0
- g_cclosure_marshal_VOID__DOUBLE at Base 2.12.0
- g_cclosure_marshal_VOID__DOUBLEv at Base 2.32.0
- g_cclosure_marshal_VOID__ENUM at Base 2.12.0
- g_cclosure_marshal_VOID__ENUMv at Base 2.32.0
- g_cclosure_marshal_VOID__FLAGS at Base 2.12.0
- g_cclosure_marshal_VOID__FLAGSv at Base 2.32.0
- g_cclosure_marshal_VOID__FLOAT at Base 2.12.0
- g_cclosure_marshal_VOID__FLOATv at Base 2.32.0
- g_cclosure_marshal_VOID__INT at Base 2.12.0
- g_cclosure_marshal_VOID__INTv at Base 2.32.0
- g_cclosure_marshal_VOID__LONG at Base 2.12.0
- g_cclosure_marshal_VOID__LONGv at Base 2.32.0
- g_cclosure_marshal_VOID__OBJECT at Base 2.12.0
- g_cclosure_marshal_VOID__OBJECTv at Base 2.32.0
- g_cclosure_marshal_VOID__PARAM at Base 2.12.0
- g_cclosure_marshal_VOID__PARAMv at Base 2.32.0
- g_cclosure_marshal_VOID__POINTER at Base 2.12.0
- g_cclosure_marshal_VOID__POINTERv at Base 2.32.0
- g_cclosure_marshal_VOID__STRING at Base 2.12.0
- g_cclosure_marshal_VOID__STRINGv at Base 2.32.0
- g_cclosure_marshal_VOID__UCHAR at Base 2.12.0
- g_cclosure_marshal_VOID__UCHARv at Base 2.32.0
- g_cclosure_marshal_VOID__UINT at Base 2.12.0
- g_cclosure_marshal_VOID__UINT_POINTER at Base 2.12.0
- g_cclosure_marshal_VOID__UINT_POINTERv at Base 2.32.0
- g_cclosure_marshal_VOID__UINTv at Base 2.32.0
- g_cclosure_marshal_VOID__ULONG at Base 2.12.0
- g_cclosure_marshal_VOID__ULONGv at Base 2.32.0
- g_cclosure_marshal_VOID__VARIANT at Base 2.26.0
- g_cclosure_marshal_VOID__VARIANTv at Base 2.32.0
- g_cclosure_marshal_VOID__VOID at Base 2.12.0
- g_cclosure_marshal_VOID__VOIDv at Base 2.32.0
- g_cclosure_marshal_generic at Base 2.30.0
- g_cclosure_marshal_generic_va at Base 2.32.0
- g_cclosure_new at Base 2.12.0
- g_cclosure_new_object at Base 2.12.0
- g_cclosure_new_object_swap at Base 2.12.0
- g_cclosure_new_swap at Base 2.12.0
- g_checksum_get_type at Base 2.36.0
- g_clear_object at Base 2.28.0
- g_clear_signal_handler at Base 2.62.0
- g_closure_add_finalize_notifier at Base 2.12.0
- g_closure_add_invalidate_notifier at Base 2.12.0
- g_closure_add_marshal_guards at Base 2.12.0
- g_closure_get_type at Base 2.12.0
- g_closure_invalidate at Base 2.12.0
- g_closure_invoke at Base 2.12.0
- g_closure_new_object at Base 2.12.0
- g_closure_new_simple at Base 2.12.0
- g_closure_ref at Base 2.12.0
- g_closure_remove_finalize_notifier at Base 2.12.0
- g_closure_remove_invalidate_notifier at Base 2.12.0
- g_closure_set_marshal at Base 2.12.0
- g_closure_set_meta_marshal at Base 2.12.0
- g_closure_sink at Base 2.12.0
- g_closure_unref at Base 2.12.0
- g_date_get_type at Base 2.12.0
- g_date_time_get_type at Base 2.26.0
- g_dir_get_type at Base 2.79.0
- g_enum_complete_type_info at Base 2.12.0
- g_enum_get_value at Base 2.12.0
- g_enum_get_value_by_name at Base 2.12.0
- g_enum_get_value_by_nick at Base 2.12.0
- g_enum_register_static at Base 2.12.0
- g_enum_to_string at Base 2.54.0
- g_error_get_type at Base 2.26.0
- g_flags_complete_type_info at Base 2.12.0
- g_flags_get_first_value at Base 2.12.0
- g_flags_get_value_by_name at Base 2.12.0
- g_flags_get_value_by_nick at Base 2.12.0
- g_flags_register_static at Base 2.12.0
- g_flags_to_string at Base 2.54.0
- g_gstring_get_type at Base 2.12.0
- g_gtype_get_type at Base 2.12.0
- g_hash_table_get_type at Base 2.12.0
- g_hmac_get_type at Base 2.79.0
- g_initially_unowned_get_type at Base 2.12.0
- g_io_channel_get_type at Base 2.12.0
- g_io_condition_get_type at Base 2.12.0
- g_key_file_get_type at Base 2.32.0
- g_main_context_get_type at Base 2.30.0
- g_main_loop_get_type at Base 2.30.0
- g_mapped_file_get_type at Base 2.40.0
- g_markup_parse_context_get_type at Base 2.36.0
- g_match_info_get_type at Base 2.30.0
- g_normalize_mode_get_type at Base 2.60.0
- g_object_add_toggle_ref at Base 2.12.0
- g_object_add_weak_pointer at Base 2.12.0
- g_object_bind_property at Base 2.26.0
- g_object_bind_property_full at Base 2.26.0
- g_object_bind_property_with_closures at Base 2.26.0
- g_object_class_find_property at Base 2.12.0
- g_object_class_install_properties at Base 2.26.0
- g_object_class_install_property at Base 2.12.0
- g_object_class_list_properties at Base 2.12.0
- g_object_class_override_property at Base 2.12.0
- g_object_compat_control at Base 2.12.0
- g_object_connect at Base 2.12.0
- g_object_disconnect at Base 2.12.0
- g_object_dup_data at Base 2.34.0
- g_object_dup_qdata at Base 2.34.0
- g_object_force_floating at Base 2.12.0
- g_object_freeze_notify at Base 2.12.0
- g_object_get at Base 2.12.0
- g_object_get_data at Base 2.12.0
- g_object_get_property at Base 2.12.0
- g_object_get_qdata at Base 2.12.0
- g_object_get_type at Base 2.18.0
- g_object_get_valist at Base 2.12.0
- g_object_getv at Base 2.54.0
- g_object_interface_find_property at Base 2.12.0
- g_object_interface_install_property at Base 2.12.0
- g_object_interface_list_properties at Base 2.12.0
- g_object_is_floating at Base 2.12.0
- g_object_new at Base 2.12.0
- g_object_new_valist at Base 2.12.0
- g_object_new_with_properties at Base 2.54.0
- g_object_newv at Base 2.12.0
- g_object_notify at Base 2.12.0
- g_object_notify_by_pspec at Base 2.26.0
- g_object_ref at Base 2.12.0
- g_object_ref_sink at Base 2.12.0
- g_object_remove_toggle_ref at Base 2.12.0
- g_object_remove_weak_pointer at Base 2.12.0
- g_object_replace_data at Base 2.34.0
- g_object_replace_qdata at Base 2.34.0
- g_object_run_dispose at Base 2.12.0
- g_object_set at Base 2.12.0
- g_object_set_data at Base 2.12.0
- g_object_set_data_full at Base 2.12.0
- g_object_set_property at Base 2.12.0
- g_object_set_qdata at Base 2.12.0
- g_object_set_qdata_full at Base 2.12.0
- g_object_set_valist at Base 2.12.0
- g_object_setv at Base 2.54.0
- g_object_steal_data at Base 2.12.0
- g_object_steal_qdata at Base 2.12.0
- g_object_take_ref at Base 2.70.0
- g_object_thaw_notify at Base 2.12.0
- g_object_unref at Base 2.12.0
- g_object_watch_closure at Base 2.12.0
- g_object_weak_ref at Base 2.12.0
- g_object_weak_unref at Base 2.12.0
- g_option_group_get_type at Base 2.44.0
- g_param_spec_boolean at Base 2.12.0
- g_param_spec_boxed at Base 2.12.0
- g_param_spec_char at Base 2.12.0
- g_param_spec_double at Base 2.12.0
- g_param_spec_enum at Base 2.12.0
- g_param_spec_flags at Base 2.12.0
- g_param_spec_float at Base 2.12.0
- g_param_spec_get_blurb at Base 2.12.0
- g_param_spec_get_default_value at Base 2.38.0
- g_param_spec_get_name at Base 2.12.0
- g_param_spec_get_name_quark at Base 2.46.0
- g_param_spec_get_nick at Base 2.12.0
- g_param_spec_get_qdata at Base 2.12.0
- g_param_spec_get_redirect_target at Base 2.12.0
- g_param_spec_gtype at Base 2.12.0
- g_param_spec_int64 at Base 2.12.0
- g_param_spec_int at Base 2.12.0
- g_param_spec_internal at Base 2.12.0
- g_param_spec_is_valid_name at Base 2.66.0
- g_param_spec_long at Base 2.12.0
- g_param_spec_object at Base 2.12.0
- g_param_spec_override at Base 2.12.0
- g_param_spec_param at Base 2.12.0
- g_param_spec_pointer at Base 2.12.0
- g_param_spec_pool_free at Base 2.79.0
- g_param_spec_pool_insert at Base 2.12.0
- g_param_spec_pool_list at Base 2.12.0
- g_param_spec_pool_list_owned at Base 2.12.0
- g_param_spec_pool_lookup at Base 2.12.0
- g_param_spec_pool_new at Base 2.12.0
- g_param_spec_pool_remove at Base 2.12.0
- g_param_spec_ref at Base 2.12.0
- g_param_spec_ref_sink at Base 2.12.0
- g_param_spec_set_qdata at Base 2.12.0
- g_param_spec_set_qdata_full at Base 2.12.0
- g_param_spec_sink at Base 2.12.0
- g_param_spec_steal_qdata at Base 2.12.0
- g_param_spec_string at Base 2.12.0
- g_param_spec_types at Base 2.12.0
- g_param_spec_uchar at Base 2.12.0
- g_param_spec_uint64 at Base 2.12.0
- g_param_spec_uint at Base 2.12.0
- g_param_spec_ulong at Base 2.12.0
- g_param_spec_unichar at Base 2.12.0
- g_param_spec_unref at Base 2.12.0
- g_param_spec_value_array at Base 2.12.0
- g_param_spec_variant at Base 2.26.0
- g_param_type_register_static at Base 2.12.0
- g_param_value_convert at Base 2.12.0
- g_param_value_defaults at Base 2.12.0
- g_param_value_is_valid at Base 2.74.0
- g_param_value_set_default at Base 2.12.0
- g_param_value_validate at Base 2.12.0
- g_param_values_cmp at Base 2.12.0
- g_pattern_spec_get_type at Base 2.70.0
- g_pointer_type_register_static at Base 2.12.0
- g_pollfd_get_type at Base 2.36.0
- g_ptr_array_get_type at Base 2.22.0
- g_rand_get_type at Base 2.79.0+git20240110~
- g_regex_get_type at Base 2.14.0
- g_signal_accumulator_first_wins at Base 2.28.0
- g_signal_accumulator_true_handled at Base 2.12.0
- g_signal_add_emission_hook at Base 2.12.0
- g_signal_chain_from_overridden at Base 2.12.0
- g_signal_chain_from_overridden_handler at Base 2.18.0
- g_signal_connect_closure at Base 2.12.0
- g_signal_connect_closure_by_id at Base 2.12.0
- g_signal_connect_data at Base 2.12.0
- g_signal_connect_object at Base 2.12.0
- g_signal_emit at Base 2.12.0
- g_signal_emit_by_name at Base 2.12.0
- g_signal_emit_valist at Base 2.12.0
- g_signal_emitv at Base 2.12.0
- g_signal_get_invocation_hint at Base 2.12.0
- g_signal_group_block at Base 2.72.0
- g_signal_group_connect at Base 2.72.0
- g_signal_group_connect_after at Base 2.72.0
- g_signal_group_connect_closure at Base 2.74.0
- g_signal_group_connect_data at Base 2.72.0
- g_signal_group_connect_object at Base 2.72.0
- g_signal_group_connect_swapped at Base 2.72.0
- g_signal_group_dup_target at Base 2.72.0
- g_signal_group_get_type at Base 2.72.0
- g_signal_group_new at Base 2.72.0
- g_signal_group_set_target at Base 2.72.0
- g_signal_group_unblock at Base 2.72.0
- g_signal_handler_block at Base 2.12.0
- g_signal_handler_disconnect at Base 2.12.0
- g_signal_handler_find at Base 2.12.0
- g_signal_handler_is_connected at Base 2.12.0
- g_signal_handler_unblock at Base 2.12.0
- g_signal_handlers_block_matched at Base 2.12.0
- g_signal_handlers_destroy at Base 2.12.0
- g_signal_handlers_disconnect_matched at Base 2.12.0
- g_signal_handlers_unblock_matched at Base 2.12.0
- g_signal_has_handler_pending at Base 2.12.0
- g_signal_is_valid_name at Base 2.66.0
- g_signal_list_ids at Base 2.12.0
- g_signal_lookup at Base 2.12.0
- g_signal_name at Base 2.12.0
- g_signal_new at Base 2.12.0
- g_signal_new_class_handler at Base 2.18.0
- g_signal_new_valist at Base 2.12.0
- g_signal_newv at Base 2.12.0
- g_signal_override_class_closure at Base 2.12.0
- g_signal_override_class_handler at Base 2.18.0
- g_signal_parse_name at Base 2.12.0
- g_signal_query at Base 2.12.0
- g_signal_remove_emission_hook at Base 2.12.0
- g_signal_set_va_marshaller at Base 2.32.0
- g_signal_stop_emission at Base 2.12.0
- g_signal_stop_emission_by_name at Base 2.12.0
- g_signal_type_cclosure_new at Base 2.12.0
- g_source_get_type at Base 2.30.0
- g_source_set_closure at Base 2.12.0
- g_source_set_dummy_callback at Base 2.28.0
- g_strdup_value_contents at Base 2.12.0
- g_strv_builder_get_type at Base 2.79.0+git20240110~
- g_strv_get_type at Base 2.12.0
- g_thread_get_type at Base 2.36.0
- g_time_zone_get_type at Base 2.34.0
- g_tree_get_type at Base 2.68.0
- g_type_add_class_cache_func at Base 2.12.0
- g_type_add_class_private at Base 2.24.0
- g_type_add_instance_private at Base 2.38.0
- g_type_add_interface_check at Base 2.12.0
- g_type_add_interface_dynamic at Base 2.12.0
- g_type_add_interface_static at Base 2.12.0
- g_type_check_class_cast at Base 2.12.0
- g_type_check_class_is_a at Base 2.12.0
- g_type_check_instance at Base 2.12.0
- g_type_check_instance_cast at Base 2.12.0
- g_type_check_instance_is_a at Base 2.12.0
- g_type_check_instance_is_fundamentally_a at Base 2.42.0
- g_type_check_is_value_type at Base 2.12.0
- g_type_check_value at Base 2.12.0
- g_type_check_value_holds at Base 2.12.0
- g_type_children at Base 2.12.0
- g_type_class_add_private at Base 2.12.0
- g_type_class_adjust_private_offset at Base 2.38.0
- g_type_class_get_instance_private_offset at Base 2.38.0
- g_type_class_get_private at Base 2.24.0
- g_type_class_peek at Base 2.12.0
- g_type_class_peek_parent at Base 2.12.0
- g_type_class_peek_static at Base 2.12.0
- g_type_class_ref at Base 2.12.0
- g_type_class_unref at Base 2.12.0
- g_type_class_unref_uncached at Base 2.12.0
- g_type_create_instance at Base 2.12.0
- g_type_default_interface_peek at Base 2.12.0
- g_type_default_interface_ref at Base 2.12.0
- g_type_default_interface_unref at Base 2.12.0
- g_type_depth at Base 2.12.0
- g_type_ensure at Base 2.34.0
- g_type_free_instance at Base 2.12.0
- g_type_from_name at Base 2.12.0
- g_type_fundamental at Base 2.12.0
- g_type_fundamental_next at Base 2.12.0
- g_type_get_instance_count at Base 2.44.0
- g_type_get_plugin at Base 2.12.0
- g_type_get_qdata at Base 2.12.0
- g_type_get_type_registration_serial at Base 2.36.0
- g_type_init at Base 2.12.0
- g_type_init_with_debug_flags at Base 2.12.0
- g_type_instance_get_private at Base 2.12.0
- g_type_interface_add_prerequisite at Base 2.12.0
- g_type_interface_get_plugin at Base 2.12.0
- g_type_interface_instantiatable_prerequisite at Base 2.68.0
- g_type_interface_peek at Base 2.12.0
- g_type_interface_peek_parent at Base 2.12.0
- g_type_interface_prerequisites at Base 2.12.0
- g_type_interfaces at Base 2.12.0
- g_type_is_a at Base 2.12.0
- g_type_module_add_interface at Base 2.12.0
- g_type_module_get_type at Base 2.12.0
- g_type_module_register_enum at Base 2.12.0
- g_type_module_register_flags at Base 2.12.0
- g_type_module_register_type at Base 2.12.0
- g_type_module_set_name at Base 2.12.0
- g_type_module_unuse at Base 2.12.0
- g_type_module_use at Base 2.12.0
- g_type_name at Base 2.12.0
- g_type_name_from_class at Base 2.12.0
- g_type_name_from_instance at Base 2.12.0
- g_type_next_base at Base 2.12.0
- g_type_parent at Base 2.12.0
- g_type_plugin_complete_interface_info at Base 2.12.0
- g_type_plugin_complete_type_info at Base 2.12.0
- g_type_plugin_get_type at Base 2.12.0
- g_type_plugin_unuse at Base 2.12.0
- g_type_plugin_use at Base 2.12.0
- g_type_qname at Base 2.12.0
- g_type_query at Base 2.12.0
- g_type_register_dynamic at Base 2.12.0
- g_type_register_fundamental at Base 2.12.0
- g_type_register_static at Base 2.12.0
- g_type_register_static_simple at Base 2.12.0
- g_type_remove_class_cache_func at Base 2.12.0
- g_type_remove_interface_check at Base 2.12.0
- g_type_set_qdata at Base 2.12.0
- g_type_test_flags at Base 2.12.0
- g_type_value_table_peek at Base 2.12.0
- g_unicode_break_type_get_type at Base 2.60.0
- g_unicode_script_get_type at Base 2.60.0
- g_unicode_type_get_type at Base 2.60.0
- g_uri_get_type at Base 2.66.0
- g_value_array_append at Base 2.12.0
- g_value_array_copy at Base 2.12.0
- g_value_array_free at Base 2.12.0
- g_value_array_get_nth at Base 2.12.0
- g_value_array_get_type at Base 2.12.0
- g_value_array_insert at Base 2.12.0
- g_value_array_new at Base 2.12.0
- g_value_array_prepend at Base 2.12.0
- g_value_array_remove at Base 2.12.0
- g_value_array_sort at Base 2.12.0
- g_value_array_sort_with_data at Base 2.12.0
- g_value_copy at Base 2.12.0
- g_value_dup_boxed at Base 2.12.0
- g_value_dup_object at Base 2.12.0
- g_value_dup_param at Base 2.12.0
- g_value_dup_string at Base 2.12.0
- g_value_dup_variant at Base 2.26.0
- g_value_fits_pointer at Base 2.12.0
- g_value_get_boolean at Base 2.12.0
- g_value_get_boxed at Base 2.12.0
- g_value_get_char at Base 2.12.0
- g_value_get_double at Base 2.12.0
- g_value_get_enum at Base 2.12.0
- g_value_get_flags at Base 2.12.0
- g_value_get_float at Base 2.12.0
- g_value_get_gtype at Base 2.12.0
- g_value_get_int64 at Base 2.12.0
- g_value_get_int at Base 2.12.0
- g_value_get_long at Base 2.12.0
- g_value_get_object at Base 2.12.0
- g_value_get_param at Base 2.12.0
- g_value_get_pointer at Base 2.12.0
- g_value_get_schar at Base 2.32.0
- g_value_get_string at Base 2.12.0
- g_value_get_type at Base 2.12.0
- g_value_get_uchar at Base 2.12.0
- g_value_get_uint64 at Base 2.12.0
- g_value_get_uint at Base 2.12.0
- g_value_get_ulong at Base 2.12.0
- g_value_get_variant at Base 2.26.0
- g_value_init at Base 2.12.0
- g_value_init_from_instance at Base 2.42.0
- g_value_peek_pointer at Base 2.12.0
- g_value_register_transform_func at Base 2.12.0
- g_value_reset at Base 2.12.0
- g_value_set_boolean at Base 2.12.0
- g_value_set_boxed at Base 2.12.0
- g_value_set_boxed_take_ownership at Base 2.12.0
- g_value_set_char at Base 2.12.0
- g_value_set_double at Base 2.12.0
- g_value_set_enum at Base 2.12.0
- g_value_set_flags at Base 2.12.0
- g_value_set_float at Base 2.12.0
- g_value_set_gtype at Base 2.12.0
- g_value_set_instance at Base 2.12.0
- g_value_set_int64 at Base 2.12.0
- g_value_set_int at Base 2.12.0
- g_value_set_interned_string at Base 2.66.0
- g_value_set_long at Base 2.12.0
- g_value_set_object at Base 2.12.0
- g_value_set_object_take_ownership at Base 2.12.0
- g_value_set_param at Base 2.12.0
- g_value_set_param_take_ownership at Base 2.12.0
- g_value_set_pointer at Base 2.12.0
- g_value_set_schar at Base 2.32.0
- g_value_set_static_boxed at Base 2.12.0
- g_value_set_static_string at Base 2.12.0
- g_value_set_string at Base 2.12.0
- g_value_set_string_take_ownership at Base 2.12.0
- g_value_set_uchar at Base 2.12.0
- g_value_set_uint64 at Base 2.12.0
- g_value_set_uint at Base 2.12.0
- g_value_set_ulong at Base 2.12.0
- g_value_set_variant at Base 2.26.0
- g_value_steal_string at Base 2.79.0
- g_value_take_boxed at Base 2.12.0
- g_value_take_object at Base 2.12.0
- g_value_take_param at Base 2.12.0
- g_value_take_string at Base 2.12.0
- g_value_take_variant at Base 2.26.0
- g_value_transform at Base 2.12.0
- g_value_type_compatible at Base 2.12.0
- g_value_type_transformable at Base 2.12.0
- g_value_unset at Base 2.12.0
- g_variant_builder_get_type at Base 2.30.0
- g_variant_dict_get_type at Base 2.40.0
- g_variant_get_gtype at Base 2.24.0
- g_variant_type_get_gtype at Base 2.24.0
- g_weak_ref_clear at Base 2.32.0
- g_weak_ref_get at Base 2.32.0
- g_weak_ref_init at Base 2.32.0
- g_weak_ref_set at Base 2.32.0
-libgthread-2.0.so.0 libglib2.0-0 #MINVER#
-* Build-Depends-Package: libglib2.0-dev
- g_thread_init at Base 2.12.0
- g_thread_init_with_errorcheck_mutexes at Base 2.12.0
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.Debian glib2.0-2.79.1/debian/libglib2.0-0t64.Debian
--- glib2.0-2.79.1/debian/libglib2.0-0t64.Debian	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.Debian	2024-01-24 20:11:26.000000000 +0000
@@ -0,0 +1,37 @@
+GLib Debian packaging
+=====================
+
+Choosing a terminal emulator for Terminal=true applications
+-----------------------------------------------------------
+
+When a GLib-based application launches a .desktop file with Terminal=true,
+such as /usr/share/applications/mutt.desktop, GLib must choose a terminal
+emulator that will be used to display the command-line application. This
+version of GLib aims to provide reasonable defaults for users of common
+desktop environments, while allowing advanced users to override those
+defaults on a system-wide or per-user basis.
+
+If the xdg-terminal-exec package is installed, this version of GLib will
+use it by default. xdg-terminal-exec has not been standardized and is not
+intended to be included in Debian 12, but will hopefully be included in
+Debian 13.
+
+Otherwise, this version of GLib will prefer to use a GTK-based terminal
+emulator, even if the x-terminal-emulator alternative points to something
+different. This is intentional, to avoid having GTK applications in a
+GTK-based desktop environment launch some other desktop environment's
+preferred terminal emulator on machines that are shared with a user of
+a different desktop environment.
+
+To override GLib's choice of terminal emulator, users can add a directory
+such as $HOME/bin to their PATH environment variable, and place a script
+named "xdg-terminal-exec" in that directory, with contents similar to:
+
+#!/bin/sh
+exec x-terminal-emulator -e "$@"
+
+replacing "x-terminal-emulator -e" with their preferred terminal and
+whatever arguments it requires before the command to be executed.
+
+This configuration can be applied system-wide, if desired, by placing
+a similar script in /usr/local/bin.
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.dirs glib2.0-2.79.1/debian/libglib2.0-0t64.dirs
--- glib2.0-2.79.1/debian/libglib2.0-0t64.dirs	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.dirs	2024-01-24 20:11:26.000000000 +0000
@@ -0,0 +1,2 @@
+/usr/lib/${DEB_HOST_MULTIARCH}/gio/modules
+/usr/share/glib-2.0/schemas
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.install glib2.0-2.79.1/debian/libglib2.0-0t64.install
--- glib2.0-2.79.1/debian/libglib2.0-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.install	2024-01-24 20:11:26.000000000 +0000
@@ -0,0 +1,8 @@
+usr/lib/*/glib-2.0/gio-launch-desktop
+usr/lib/*/glib-2.0/gio-querymodules
+usr/lib/*/glib-2.0/glib-compile-schemas
+usr/lib/*/libglib*.so.*
+usr/lib/*/libgobject*.so.*
+usr/lib/*/libgmodule*.so.*
+usr/lib/*/libgthread*.so.*
+usr/lib/*/libgio*.so.*
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.lintian-overrides glib2.0-2.79.1/debian/libglib2.0-0t64.lintian-overrides
--- glib2.0-2.79.1/debian/libglib2.0-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.lintian-overrides	2024-01-31 14:11:01.000000000 +0000
@@ -0,0 +1,8 @@
+# GObject uses GLib functions instead of using libc directly
+libglib2.0-0t64: hardening-no-fortify-functions [usr/lib/*/libgobject-2.0.so.*]
+# It's a deliberate choice of bundling them together
+libglib2.0-0t64: package-name-doesnt-match-sonames libgio-2.0-0 libglib-2.0-0 libgmodule-2.0-0 libgobject-2.0-0 libgthread-2.0-0
+# These empty directories are deliberate.
+libglib2.0-0t64: package-contains-empty-directory [usr/lib/*/gio/modules/]
+libglib2.0-0t64: package-contains-empty-directory [usr/share/glib-2.0/schemas/]
+libglib2.0-0t64: package-name-doesnt-match-sonames libglib2.0-0
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.postinst.in glib2.0-2.79.1/debian/libglib2.0-0t64.postinst.in
--- glib2.0-2.79.1/debian/libglib2.0-0t64.postinst.in	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.postinst.in	2024-01-31 14:09:25.000000000 +0000
@@ -0,0 +1,52 @@
+#!/bin/sh
+set -e
+
+
+handle_triggers () {
+    local trigger
+    local dirs
+
+    for trigger in "$@"; do
+        if ! [ -d $trigger ]; then
+            continue
+        fi
+        case $trigger in
+          /usr/share/glib-2.0/schemas)
+            # This is triggered everytime an application installs a
+            # GSettings schema
+            "/usr/lib/#MULTIARCH#/glib-2.0/glib-compile-schemas" /usr/share/glib-2.0/schemas || true
+            ;;
+
+          "/usr/lib/#MULTIARCH#/gio/modules")
+            # This is triggered everytime an application installs a GIO
+            # module into /usr/lib/#MULTIARCH#/gio/modules
+
+            "/usr/lib/#MULTIARCH#/glib-2.0/gio-querymodules" "/usr/lib/#MULTIARCH#/gio/modules" || true
+            ;;
+        esac
+    done
+}
+
+if [ "$1" = triggered ]; then
+    handle_triggers $2
+    exit 0
+fi
+
+#DEBHELPER#
+
+# This is shipped in the .deb (see debian/libglib2.0-0.dirs) but would
+# be removed if empty during upgrade by old versions of the postrm (#987913).
+# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released.
+install -d "/usr/lib/#MULTIARCH#/gio/modules"
+
+"/usr/lib/#MULTIARCH#/glib-2.0/glib-compile-schemas" /usr/share/glib-2.0/schemas || true
+"/usr/lib/#MULTIARCH#/glib-2.0/gio-querymodules" "/usr/lib/#MULTIARCH#/gio/modules" || true
+
+# Clean up pre-multiarch giomodule.cache.
+# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released.
+if [ -d /usr/lib/gio/modules ]; then
+    rm -f /usr/lib/gio/modules/giomodule.cache
+    rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules
+fi
+
+# vim:set sw=4 sts=4 et:
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.postrm.in glib2.0-2.79.1/debian/libglib2.0-0t64.postrm.in
--- glib2.0-2.79.1/debian/libglib2.0-0t64.postrm.in	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.postrm.in	2024-01-31 14:09:25.000000000 +0000
@@ -0,0 +1,21 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    (remove|purge)
+        if [ -d /usr/lib/#MULTIARCH#/gio/modules ]; then
+            # Purge the cache
+            rm -f /usr/lib/#MULTIARCH#/gio/modules/giomodule.cache
+            rmdir -p --ignore-fail-on-non-empty /usr/lib/#MULTIARCH#/gio/modules
+        fi
+        ;;
+esac
+
+if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ] && [ "$DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT" = 1 ]; then
+    # This is the last multiarch variant to be removed, so drop the
+    # architecture-independent compiled schemas
+    rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
+    rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas
+fi
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.symbols glib2.0-2.79.1/debian/libglib2.0-0t64.symbols
--- glib2.0-2.79.1/debian/libglib2.0-0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.symbols	2024-01-31 14:11:01.000000000 +0000
@@ -0,0 +1,4475 @@
+libgio-2.0.so.0 libglib2.0-0t64 #MINVER#
+* Build-Depends-Package: libglib2.0-dev
+ g_action_activate at Base 2.28.0
+ g_action_change_state at Base 2.30.0
+ g_action_get_enabled at Base 2.28.0
+ g_action_get_name at Base 2.28.0
+ g_action_get_parameter_type at Base 2.28.0
+ g_action_get_state at Base 2.28.0
+ g_action_get_state_hint at Base 2.28.0
+ g_action_get_state_type at Base 2.28.0
+ g_action_get_type at Base 2.28.0
+ g_action_group_action_added at Base 2.28.0
+ g_action_group_action_enabled_changed at Base 2.28.0
+ g_action_group_action_removed at Base 2.28.0
+ g_action_group_action_state_changed at Base 2.28.0
+ g_action_group_activate_action at Base 2.28.0
+ g_action_group_change_action_state at Base 2.28.0
+ g_action_group_get_action_enabled at Base 2.28.0
+ g_action_group_get_action_parameter_type at Base 2.28.0
+ g_action_group_get_action_state at Base 2.28.0
+ g_action_group_get_action_state_hint at Base 2.28.0
+ g_action_group_get_action_state_type at Base 2.28.0
+ g_action_group_get_type at Base 2.28.0
+ g_action_group_has_action at Base 2.28.0
+ g_action_group_list_actions at Base 2.28.0
+ g_action_group_query_action at Base 2.32.0
+ g_action_map_add_action at Base 2.32.0
+ g_action_map_add_action_entries at Base 2.32.0
+ g_action_map_get_type at Base 2.32.0
+ g_action_map_lookup_action at Base 2.32.0
+ g_action_map_remove_action at Base 2.32.0
+ g_action_map_remove_action_entries at Base 2.77.0
+ g_action_name_is_valid at Base 2.38.0
+ g_action_parse_detailed_name at Base 2.38.0
+ g_action_print_detailed_name at Base 2.38.0
+ g_app_info_add_supports_type at Base 2.16.0
+ g_app_info_can_delete at Base 2.20.0
+ g_app_info_can_remove_supports_type at Base 2.16.0
+ g_app_info_create_flags_get_type at Base 2.16.0
+ g_app_info_create_from_commandline at Base 2.16.0
+ g_app_info_delete at Base 2.20.0
+ g_app_info_dup at Base 2.16.0
+ g_app_info_equal at Base 2.16.0
+ g_app_info_get_all at Base 2.16.0
+ g_app_info_get_all_for_type at Base 2.16.0
+ g_app_info_get_commandline at Base 2.20.0
+ g_app_info_get_default_for_type at Base 2.16.0
+ g_app_info_get_default_for_type_async at Base 2.74.0
+ g_app_info_get_default_for_type_finish at Base 2.74.0
+ g_app_info_get_default_for_uri_scheme at Base 2.16.0
+ g_app_info_get_default_for_uri_scheme_async at Base 2.74.0
+ g_app_info_get_default_for_uri_scheme_finish at Base 2.74.0
+ g_app_info_get_description at Base 2.16.0
+ g_app_info_get_display_name at Base 2.24.0
+ g_app_info_get_executable at Base 2.16.0
+ g_app_info_get_fallback_for_type at Base 2.28.0
+ g_app_info_get_icon at Base 2.16.0
+ g_app_info_get_id at Base 2.16.0
+ g_app_info_get_name at Base 2.16.0
+ g_app_info_get_recommended_for_type at Base 2.28.0
+ g_app_info_get_supported_types at Base 2.34.0
+ g_app_info_get_type at Base 2.16.0
+ g_app_info_launch at Base 2.16.0
+ g_app_info_launch_default_for_uri at Base 2.16.0
+ g_app_info_launch_default_for_uri_async at Base 2.50.0
+ g_app_info_launch_default_for_uri_finish at Base 2.50.0
+ g_app_info_launch_uris at Base 2.16.0
+ g_app_info_launch_uris_async at Base 2.60.0
+ g_app_info_launch_uris_finish at Base 2.60.0
+ g_app_info_monitor_get at Base 2.40.0
+ g_app_info_monitor_get_type at Base 2.40.0
+ g_app_info_remove_supports_type at Base 2.16.0
+ g_app_info_reset_type_associations at Base 2.20.0
+ g_app_info_set_as_default_for_extension at Base 2.16.0
+ g_app_info_set_as_default_for_type at Base 2.16.0
+ g_app_info_set_as_last_used_for_type at Base 2.28.0
+ g_app_info_should_show at Base 2.16.0
+ g_app_info_supports_files at Base 2.16.0
+ g_app_info_supports_uris at Base 2.16.0
+ g_app_launch_context_get_display at Base 2.16.0
+ g_app_launch_context_get_environment at Base 2.32.0
+ g_app_launch_context_get_startup_notify_id at Base 2.16.0
+ g_app_launch_context_get_type at Base 2.16.0
+ g_app_launch_context_launch_failed at Base 2.16.0
+ g_app_launch_context_new at Base 2.16.0
+ g_app_launch_context_setenv at Base 2.32.0
+ g_app_launch_context_unsetenv at Base 2.32.0
+ g_application_activate at Base 2.28.0
+ g_application_add_main_option at Base 2.42.0
+ g_application_add_main_option_entries at Base 2.40.0
+ g_application_add_option_group at Base 2.40.0
+ g_application_bind_busy_property at Base 2.44.0
+ g_application_command_line_create_file_for_arg at Base 2.36.0
+ g_application_command_line_done at Base 2.79.0
+ g_application_command_line_get_arguments at Base 2.28.0
+ g_application_command_line_get_cwd at Base 2.28.0
+ g_application_command_line_get_environ at Base 2.28.0
+ g_application_command_line_get_exit_status at Base 2.28.0
+ g_application_command_line_get_is_remote at Base 2.28.0
+ g_application_command_line_get_options_dict at Base 2.40.0
+ g_application_command_line_get_platform_data at Base 2.28.0
+ g_application_command_line_get_stdin at Base 2.36.0
+ g_application_command_line_get_type at Base 2.28.0
+ g_application_command_line_getenv at Base 2.28.0
+ g_application_command_line_print at Base 2.28.0
+ g_application_command_line_print_literal at Base 2.79.0
+ g_application_command_line_printerr at Base 2.28.0
+ g_application_command_line_printerr_literal at Base 2.79.0
+ g_application_command_line_set_exit_status at Base 2.28.0
+ g_application_flags_get_type at Base 2.28.0
+ g_application_get_application_id at Base 2.28.0
+ g_application_get_dbus_connection at Base 2.34.0
+ g_application_get_dbus_object_path at Base 2.34.0
+ g_application_get_default at Base 2.32.0
+ g_application_get_flags at Base 2.28.0
+ g_application_get_inactivity_timeout at Base 2.28.0
+ g_application_get_is_busy at Base 2.44.0
+ g_application_get_is_registered at Base 2.28.0
+ g_application_get_is_remote at Base 2.28.0
+ g_application_get_resource_base_path at Base 2.42.0
+ g_application_get_type at Base 2.28.0
+ g_application_hold at Base 2.28.0
+ g_application_id_is_valid at Base 2.28.0
+ g_application_mark_busy at Base 2.38.0
+ g_application_new at Base 2.28.0
+ g_application_open at Base 2.28.0
+ g_application_quit at Base 2.32.0
+ g_application_register at Base 2.28.0
+ g_application_release at Base 2.28.0
+ g_application_run at Base 2.28.0
+ g_application_send_notification at Base 2.40.0
+ g_application_set_action_group at Base 2.28.0
+ g_application_set_application_id at Base 2.28.0
+ g_application_set_default at Base 2.32.0
+ g_application_set_flags at Base 2.28.0
+ g_application_set_inactivity_timeout at Base 2.28.0
+ g_application_set_option_context_description at Base 2.56.0
+ g_application_set_option_context_parameter_string at Base 2.56.0
+ g_application_set_option_context_summary at Base 2.56.0
+ g_application_set_resource_base_path at Base 2.42.0
+ g_application_unbind_busy_property at Base 2.44.0
+ g_application_unmark_busy at Base 2.38.0
+ g_application_withdraw_notification at Base 2.40.0
+ g_ask_password_flags_get_type at Base 2.16.0
+ g_async_initable_get_type at Base 2.22.0
+ g_async_initable_init_async at Base 2.22.0
+ g_async_initable_init_finish at Base 2.22.0
+ g_async_initable_new_async at Base 2.22.0
+ g_async_initable_new_finish at Base 2.22.0
+ g_async_initable_new_valist_async at Base 2.22.0
+ g_async_initable_newv_async at Base 2.22.0
+ g_async_result_get_source_object at Base 2.16.0
+ g_async_result_get_type at Base 2.16.0
+ g_async_result_get_user_data at Base 2.16.0
+ g_async_result_is_tagged at Base 2.34.0
+ g_async_result_legacy_propagate_error at Base 2.34.0
+ g_buffered_input_stream_fill at Base 2.16.0
+ g_buffered_input_stream_fill_async at Base 2.16.0
+ g_buffered_input_stream_fill_finish at Base 2.16.0
+ g_buffered_input_stream_get_available at Base 2.16.0
+ g_buffered_input_stream_get_buffer_size at Base 2.16.0
+ g_buffered_input_stream_get_type at Base 2.16.0
+ g_buffered_input_stream_new at Base 2.16.0
+ g_buffered_input_stream_new_sized at Base 2.16.0
+ g_buffered_input_stream_peek at Base 2.16.0
+ g_buffered_input_stream_peek_buffer at Base 2.16.0
+ g_buffered_input_stream_read_byte at Base 2.16.0
+ g_buffered_input_stream_set_buffer_size at Base 2.16.0
+ g_buffered_output_stream_get_auto_grow at Base 2.16.0
+ g_buffered_output_stream_get_buffer_size at Base 2.16.0
+ g_buffered_output_stream_get_type at Base 2.16.0
+ g_buffered_output_stream_new at Base 2.16.0
+ g_buffered_output_stream_new_sized at Base 2.16.0
+ g_buffered_output_stream_set_auto_grow at Base 2.16.0
+ g_buffered_output_stream_set_buffer_size at Base 2.16.0
+ g_bus_get at Base 2.26.0
+ g_bus_get_finish at Base 2.26.0
+ g_bus_get_sync at Base 2.26.0
+ g_bus_name_owner_flags_get_type at Base 2.26.0
+ g_bus_name_watcher_flags_get_type at Base 2.26.0
+ g_bus_own_name at Base 2.26.0
+ g_bus_own_name_on_connection at Base 2.26.0
+ g_bus_own_name_on_connection_with_closures at Base 2.26.0
+ g_bus_own_name_with_closures at Base 2.26.0
+ g_bus_type_get_type at Base 2.26.0
+ g_bus_unown_name at Base 2.26.0
+ g_bus_unwatch_name at Base 2.26.0
+ g_bus_watch_name at Base 2.26.0
+ g_bus_watch_name_on_connection at Base 2.26.0
+ g_bus_watch_name_on_connection_with_closures at Base 2.26.0
+ g_bus_watch_name_with_closures at Base 2.26.0
+ g_bytes_icon_get_bytes at Base 2.38.0
+ g_bytes_icon_get_type at Base 2.38.0
+ g_bytes_icon_new at Base 2.38.0
+ g_cancellable_cancel at Base 2.16.0
+ g_cancellable_connect at Base 2.22.0
+ g_cancellable_disconnect at Base 2.22.0
+ g_cancellable_get_current at Base 2.16.0
+ g_cancellable_get_fd at Base 2.16.0
+ g_cancellable_get_type at Base 2.16.0
+ g_cancellable_is_cancelled at Base 2.16.0
+ g_cancellable_make_pollfd at Base 2.22.0
+ g_cancellable_new at Base 2.16.0
+ g_cancellable_pop_current at Base 2.16.0
+ g_cancellable_push_current at Base 2.16.0
+ g_cancellable_release_fd at Base 2.22.0
+ g_cancellable_reset at Base 2.16.0
+ g_cancellable_set_error_if_cancelled at Base 2.16.0
+ g_cancellable_source_new at Base 2.28.0
+ g_charset_converter_get_num_fallbacks at Base 2.24.0
+ g_charset_converter_get_type at Base 2.24.0
+ g_charset_converter_get_use_fallback at Base 2.24.0
+ g_charset_converter_new at Base 2.24.0
+ g_charset_converter_set_use_fallback at Base 2.24.0
+ g_content_type_can_be_executable at Base 2.16.0
+ g_content_type_equals at Base 2.16.0
+ g_content_type_from_mime_type at Base 2.18.0
+ g_content_type_get_description at Base 2.16.0
+ g_content_type_get_generic_icon_name at Base 2.34.0
+ g_content_type_get_icon at Base 2.16.0
+ g_content_type_get_mime_dirs at Base 2.60.0
+ g_content_type_get_mime_type at Base 2.16.0
+ g_content_type_get_symbolic_icon at Base 2.34.0
+ g_content_type_guess at Base 2.16.0
+ g_content_type_guess_for_tree at Base 2.18.0
+ g_content_type_is_a at Base 2.16.0
+ g_content_type_is_mime_type at Base 2.52.0
+ g_content_type_is_unknown at Base 2.16.0
+ g_content_type_set_mime_dirs at Base 2.60.0
+ g_content_types_get_registered at Base 2.16.0
+ g_converter_convert at Base 2.24.0
+ g_converter_flags_get_type at Base 2.24.0
+ g_converter_get_type at Base 2.24.0
+ g_converter_input_stream_get_converter at Base 2.24.0
+ g_converter_input_stream_get_type at Base 2.24.0
+ g_converter_input_stream_new at Base 2.24.0
+ g_converter_output_stream_get_converter at Base 2.24.0
+ g_converter_output_stream_get_type at Base 2.24.0
+ g_converter_output_stream_new at Base 2.24.0
+ g_converter_reset at Base 2.24.0
+ g_converter_result_get_type at Base 2.24.0
+ g_credentials_get_native at Base 2.26.0
+ g_credentials_get_type at Base 2.26.0
+ g_credentials_get_unix_pid at Base 2.36.0
+ g_credentials_get_unix_user at Base 2.26.0
+ g_credentials_is_same_user at Base 2.26.0
+ g_credentials_new at Base 2.26.0
+ g_credentials_set_native at Base 2.26.0
+ g_credentials_set_unix_user at Base 2.26.0
+ g_credentials_to_string at Base 2.26.0
+ g_credentials_type_get_type at Base 2.26.0
+ g_data_input_stream_get_byte_order at Base 2.16.0
+ g_data_input_stream_get_newline_type at Base 2.16.0
+ g_data_input_stream_get_type at Base 2.16.0
+ g_data_input_stream_new at Base 2.16.0
+ g_data_input_stream_read_byte at Base 2.16.0
+ g_data_input_stream_read_int16 at Base 2.16.0
+ g_data_input_stream_read_int32 at Base 2.16.0
+ g_data_input_stream_read_int64 at Base 2.16.0
+ g_data_input_stream_read_line at Base 2.16.0
+ g_data_input_stream_read_line_async at Base 2.20.0
+ g_data_input_stream_read_line_finish at Base 2.20.0
+ g_data_input_stream_read_line_finish_utf8 at Base 2.30.0
+ g_data_input_stream_read_line_utf8 at Base 2.30.0
+ g_data_input_stream_read_uint16 at Base 2.16.0
+ g_data_input_stream_read_uint32 at Base 2.16.0
+ g_data_input_stream_read_uint64 at Base 2.16.0
+ g_data_input_stream_read_until at Base 2.16.0
+ g_data_input_stream_read_until_async at Base 2.20.0
+ g_data_input_stream_read_until_finish at Base 2.20.0
+ g_data_input_stream_read_upto at Base 2.26.0
+ g_data_input_stream_read_upto_async at Base 2.26.0
+ g_data_input_stream_read_upto_finish at Base 2.26.0
+ g_data_input_stream_set_byte_order at Base 2.16.0
+ g_data_input_stream_set_newline_type at Base 2.16.0
+ g_data_output_stream_get_byte_order at Base 2.16.0
+ g_data_output_stream_get_type at Base 2.16.0
+ g_data_output_stream_new at Base 2.16.0
+ g_data_output_stream_put_byte at Base 2.16.0
+ g_data_output_stream_put_int16 at Base 2.16.0
+ g_data_output_stream_put_int32 at Base 2.16.0
+ g_data_output_stream_put_int64 at Base 2.16.0
+ g_data_output_stream_put_string at Base 2.16.0
+ g_data_output_stream_put_uint16 at Base 2.16.0
+ g_data_output_stream_put_uint32 at Base 2.16.0
+ g_data_output_stream_put_uint64 at Base 2.16.0
+ g_data_output_stream_set_byte_order at Base 2.16.0
+ g_data_stream_byte_order_get_type at Base 2.16.0
+ g_data_stream_newline_type_get_type at Base 2.16.0
+ g_datagram_based_condition_check at Base 2.48.0
+ g_datagram_based_condition_wait at Base 2.48.0
+ g_datagram_based_create_source at Base 2.48.0
+ g_datagram_based_get_type at Base 2.48.0
+ g_datagram_based_receive_messages at Base 2.48.0
+ g_datagram_based_send_messages at Base 2.48.0
+ g_dbus_action_group_get at Base 2.32.0
+ g_dbus_action_group_get_type at Base 2.32.0
+ g_dbus_address_escape_value at Base 2.36.0
+ g_dbus_address_get_for_bus_sync at Base 2.26.0
+ g_dbus_address_get_stream at Base 2.26.0
+ g_dbus_address_get_stream_finish at Base 2.26.0
+ g_dbus_address_get_stream_sync at Base 2.26.0
+ g_dbus_annotation_info_get_type at Base 2.26.0
+ g_dbus_annotation_info_lookup at Base 2.26.0
+ g_dbus_annotation_info_ref at Base 2.26.0
+ g_dbus_annotation_info_unref at Base 2.26.0
+ g_dbus_arg_info_get_type at Base 2.26.0
+ g_dbus_arg_info_ref at Base 2.26.0
+ g_dbus_arg_info_unref at Base 2.26.0
+ g_dbus_auth_observer_allow_mechanism at Base 2.34.0
+ g_dbus_auth_observer_authorize_authenticated_peer at Base 2.26.0
+ g_dbus_auth_observer_get_type at Base 2.26.0
+ g_dbus_auth_observer_new at Base 2.26.0
+ g_dbus_call_flags_get_type at Base 2.26.0
+ g_dbus_capability_flags_get_type at Base 2.26.0
+ g_dbus_connection_add_filter at Base 2.26.0
+ g_dbus_connection_call at Base 2.26.0
+ g_dbus_connection_call_finish at Base 2.26.0
+ g_dbus_connection_call_sync at Base 2.26.0
+ g_dbus_connection_call_with_unix_fd_list at Base 2.30.0
+ g_dbus_connection_call_with_unix_fd_list_finish at Base 2.30.0
+ g_dbus_connection_call_with_unix_fd_list_sync at Base 2.30.0
+ g_dbus_connection_close at Base 2.26.0
+ g_dbus_connection_close_finish at Base 2.26.0
+ g_dbus_connection_close_sync at Base 2.26.0
+ g_dbus_connection_emit_signal at Base 2.26.0
+ g_dbus_connection_export_action_group at Base 2.32.0
+ g_dbus_connection_export_menu_model at Base 2.32.0
+ g_dbus_connection_flags_get_type at Base 2.26.0
+ g_dbus_connection_flush at Base 2.26.0
+ g_dbus_connection_flush_finish at Base 2.26.0
+ g_dbus_connection_flush_sync at Base 2.26.0
+ g_dbus_connection_get_capabilities at Base 2.26.0
+ g_dbus_connection_get_exit_on_close at Base 2.26.0
+ g_dbus_connection_get_flags at Base 2.60.0
+ g_dbus_connection_get_guid at Base 2.26.0
+ g_dbus_connection_get_last_serial at Base 2.34.0
+ g_dbus_connection_get_peer_credentials at Base 2.26.0
+ g_dbus_connection_get_stream at Base 2.26.0
+ g_dbus_connection_get_type at Base 2.26.0
+ g_dbus_connection_get_unique_name at Base 2.26.0
+ g_dbus_connection_is_closed at Base 2.26.0
+ g_dbus_connection_new at Base 2.26.0
+ g_dbus_connection_new_finish at Base 2.26.0
+ g_dbus_connection_new_for_address at Base 2.26.0
+ g_dbus_connection_new_for_address_finish at Base 2.26.0
+ g_dbus_connection_new_for_address_sync at Base 2.26.0
+ g_dbus_connection_new_sync at Base 2.26.0
+ g_dbus_connection_register_object at Base 2.26.0
+ g_dbus_connection_register_object_with_closures at Base 2.46.0
+ g_dbus_connection_register_subtree at Base 2.26.0
+ g_dbus_connection_remove_filter at Base 2.26.0
+ g_dbus_connection_send_message at Base 2.26.0
+ g_dbus_connection_send_message_with_reply at Base 2.26.0
+ g_dbus_connection_send_message_with_reply_finish at Base 2.26.0
+ g_dbus_connection_send_message_with_reply_sync at Base 2.26.0
+ g_dbus_connection_set_exit_on_close at Base 2.26.0
+ g_dbus_connection_signal_subscribe at Base 2.26.0
+ g_dbus_connection_signal_unsubscribe at Base 2.26.0
+ g_dbus_connection_start_message_processing at Base 2.26.0
+ g_dbus_connection_unexport_action_group at Base 2.32.0
+ g_dbus_connection_unexport_menu_model at Base 2.32.0
+ g_dbus_connection_unregister_object at Base 2.26.0
+ g_dbus_connection_unregister_subtree at Base 2.26.0
+ g_dbus_error_encode_gerror at Base 2.26.0
+ g_dbus_error_get_remote_error at Base 2.26.0
+ g_dbus_error_get_type at Base 2.26.0
+ g_dbus_error_is_remote_error at Base 2.26.0
+ g_dbus_error_new_for_dbus_error at Base 2.26.0
+ g_dbus_error_quark at Base 2.26.0
+ g_dbus_error_register_error at Base 2.26.0
+ g_dbus_error_register_error_domain at Base 2.26.0
+ g_dbus_error_set_dbus_error at Base 2.26.0
+ g_dbus_error_set_dbus_error_valist at Base 2.26.0
+ g_dbus_error_strip_remote_error at Base 2.26.0
+ g_dbus_error_unregister_error at Base 2.26.0
+ g_dbus_escape_object_path at Base 2.68.0
+ g_dbus_escape_object_path_bytestring at Base 2.68.0
+ g_dbus_generate_guid at Base 2.26.0
+ g_dbus_gvalue_to_gvariant at Base 2.30.0
+ g_dbus_gvariant_to_gvalue at Base 2.30.0
+ g_dbus_interface_dup_object at Base 2.32.0
+ g_dbus_interface_get_info at Base 2.30.0
+ g_dbus_interface_get_object at Base 2.30.0
+ g_dbus_interface_get_type at Base 2.30.0
+ g_dbus_interface_info_cache_build at Base 2.30.0
+ g_dbus_interface_info_cache_release at Base 2.30.0
+ g_dbus_interface_info_generate_xml at Base 2.26.0
+ g_dbus_interface_info_get_type at Base 2.26.0
+ g_dbus_interface_info_lookup_method at Base 2.26.0
+ g_dbus_interface_info_lookup_property at Base 2.26.0
+ g_dbus_interface_info_lookup_signal at Base 2.26.0
+ g_dbus_interface_info_ref at Base 2.26.0
+ g_dbus_interface_info_unref at Base 2.26.0
+ g_dbus_interface_set_object at Base 2.30.0
+ g_dbus_interface_skeleton_export at Base 2.30.0
+ g_dbus_interface_skeleton_flags_get_type at Base 2.30.0
+ g_dbus_interface_skeleton_flush at Base 2.30.0
+ g_dbus_interface_skeleton_get_connection at Base 2.30.0
+ g_dbus_interface_skeleton_get_connections at Base 2.32.0
+ g_dbus_interface_skeleton_get_flags at Base 2.30.0
+ g_dbus_interface_skeleton_get_info at Base 2.30.0
+ g_dbus_interface_skeleton_get_object_path at Base 2.30.0
+ g_dbus_interface_skeleton_get_properties at Base 2.30.0
+ g_dbus_interface_skeleton_get_type at Base 2.30.0
+ g_dbus_interface_skeleton_get_vtable at Base 2.30.0
+ g_dbus_interface_skeleton_has_connection at Base 2.32.0
+ g_dbus_interface_skeleton_set_flags at Base 2.30.0
+ g_dbus_interface_skeleton_unexport at Base 2.30.0
+ g_dbus_interface_skeleton_unexport_from_connection at Base 2.32.0
+ g_dbus_is_address at Base 2.26.0
+ g_dbus_is_error_name at Base 2.70.0
+ g_dbus_is_guid at Base 2.26.0
+ g_dbus_is_interface_name at Base 2.26.0
+ g_dbus_is_member_name at Base 2.26.0
+ g_dbus_is_name at Base 2.26.0
+ g_dbus_is_supported_address at Base 2.26.0
+ g_dbus_is_unique_name at Base 2.26.0
+ g_dbus_menu_model_get at Base 2.32.0
+ g_dbus_menu_model_get_type at Base 2.32.0
+ g_dbus_message_byte_order_get_type at Base 2.26.0
+ g_dbus_message_bytes_needed at Base 2.26.0
+ g_dbus_message_copy at Base 2.26.0
+ g_dbus_message_flags_get_type at Base 2.26.0
+ g_dbus_message_get_arg0 at Base 2.26.0
+ g_dbus_message_get_arg0_path at Base 2.79.0
+ g_dbus_message_get_body at Base 2.26.0
+ g_dbus_message_get_byte_order at Base 2.26.0
+ g_dbus_message_get_destination at Base 2.26.0
+ g_dbus_message_get_error_name at Base 2.26.0
+ g_dbus_message_get_flags at Base 2.26.0
+ g_dbus_message_get_header at Base 2.26.0
+ g_dbus_message_get_header_fields at Base 2.26.0
+ g_dbus_message_get_interface at Base 2.26.0
+ g_dbus_message_get_locked at Base 2.26.0
+ g_dbus_message_get_member at Base 2.26.0
+ g_dbus_message_get_message_type at Base 2.26.0
+ g_dbus_message_get_num_unix_fds at Base 2.26.0
+ g_dbus_message_get_path at Base 2.26.0
+ g_dbus_message_get_reply_serial at Base 2.26.0
+ g_dbus_message_get_sender at Base 2.26.0
+ g_dbus_message_get_serial at Base 2.26.0
+ g_dbus_message_get_signature at Base 2.26.0
+ g_dbus_message_get_type at Base 2.26.0
+ g_dbus_message_get_unix_fd_list at Base 2.26.0
+ g_dbus_message_header_field_get_type at Base 2.26.0
+ g_dbus_message_lock at Base 2.26.0
+ g_dbus_message_new at Base 2.26.0
+ g_dbus_message_new_from_blob at Base 2.26.0
+ g_dbus_message_new_method_call at Base 2.26.0
+ g_dbus_message_new_method_error at Base 2.26.0
+ g_dbus_message_new_method_error_literal at Base 2.26.0
+ g_dbus_message_new_method_error_valist at Base 2.26.0
+ g_dbus_message_new_method_reply at Base 2.26.0
+ g_dbus_message_new_signal at Base 2.26.0
+ g_dbus_message_print at Base 2.26.0
+ g_dbus_message_set_body at Base 2.26.0
+ g_dbus_message_set_byte_order at Base 2.26.0
+ g_dbus_message_set_destination at Base 2.26.0
+ g_dbus_message_set_error_name at Base 2.26.0
+ g_dbus_message_set_flags at Base 2.26.0
+ g_dbus_message_set_header at Base 2.26.0
+ g_dbus_message_set_interface at Base 2.26.0
+ g_dbus_message_set_member at Base 2.26.0
+ g_dbus_message_set_message_type at Base 2.26.0
+ g_dbus_message_set_num_unix_fds at Base 2.26.0
+ g_dbus_message_set_path at Base 2.26.0
+ g_dbus_message_set_reply_serial at Base 2.26.0
+ g_dbus_message_set_sender at Base 2.26.0
+ g_dbus_message_set_serial at Base 2.26.0
+ g_dbus_message_set_signature at Base 2.26.0
+ g_dbus_message_set_unix_fd_list at Base 2.26.0
+ g_dbus_message_to_blob at Base 2.26.0
+ g_dbus_message_to_gerror at Base 2.26.0
+ g_dbus_message_type_get_type at Base 2.26.0
+ g_dbus_method_info_get_type at Base 2.26.0
+ g_dbus_method_info_ref at Base 2.26.0
+ g_dbus_method_info_unref at Base 2.26.0
+ g_dbus_method_invocation_get_connection at Base 2.26.0
+ g_dbus_method_invocation_get_interface_name at Base 2.26.0
+ g_dbus_method_invocation_get_message at Base 2.26.0
+ g_dbus_method_invocation_get_method_info at Base 2.26.0
+ g_dbus_method_invocation_get_method_name at Base 2.26.0
+ g_dbus_method_invocation_get_object_path at Base 2.26.0
+ g_dbus_method_invocation_get_parameters at Base 2.26.0
+ g_dbus_method_invocation_get_property_info at Base 2.38.0
+ g_dbus_method_invocation_get_sender at Base 2.26.0
+ g_dbus_method_invocation_get_type at Base 2.26.0
+ g_dbus_method_invocation_get_user_data at Base 2.26.0
+ g_dbus_method_invocation_return_dbus_error at Base 2.26.0
+ g_dbus_method_invocation_return_error at Base 2.26.0
+ g_dbus_method_invocation_return_error_literal at Base 2.26.0
+ g_dbus_method_invocation_return_error_valist at Base 2.26.0
+ g_dbus_method_invocation_return_gerror at Base 2.26.0
+ g_dbus_method_invocation_return_value at Base 2.26.0
+ g_dbus_method_invocation_return_value_with_unix_fd_list at Base 2.30.0
+ g_dbus_method_invocation_take_error at Base 2.30.0
+ g_dbus_node_info_generate_xml at Base 2.26.0
+ g_dbus_node_info_get_type at Base 2.26.0
+ g_dbus_node_info_lookup_interface at Base 2.26.0
+ g_dbus_node_info_new_for_xml at Base 2.26.0
+ g_dbus_node_info_ref at Base 2.26.0
+ g_dbus_node_info_unref at Base 2.26.0
+ g_dbus_object_get_interface at Base 2.30.0
+ g_dbus_object_get_interfaces at Base 2.30.0
+ g_dbus_object_get_object_path at Base 2.30.0
+ g_dbus_object_get_type at Base 2.30.0
+ g_dbus_object_manager_client_flags_get_type at Base 2.30.0
+ g_dbus_object_manager_client_get_connection at Base 2.30.0
+ g_dbus_object_manager_client_get_flags at Base 2.30.0
+ g_dbus_object_manager_client_get_name at Base 2.30.0
+ g_dbus_object_manager_client_get_name_owner at Base 2.30.0
+ g_dbus_object_manager_client_get_type at Base 2.30.0
+ g_dbus_object_manager_client_new at Base 2.30.0
+ g_dbus_object_manager_client_new_finish at Base 2.30.0
+ g_dbus_object_manager_client_new_for_bus at Base 2.30.0
+ g_dbus_object_manager_client_new_for_bus_finish at Base 2.30.0
+ g_dbus_object_manager_client_new_for_bus_sync at Base 2.30.0
+ g_dbus_object_manager_client_new_sync at Base 2.30.0
+ g_dbus_object_manager_get_interface at Base 2.30.0
+ g_dbus_object_manager_get_object at Base 2.30.0
+ g_dbus_object_manager_get_object_path at Base 2.30.0
+ g_dbus_object_manager_get_objects at Base 2.30.0
+ g_dbus_object_manager_get_type at Base 2.30.0
+ g_dbus_object_manager_server_export at Base 2.30.0
+ g_dbus_object_manager_server_export_uniquely at Base 2.30.0
+ g_dbus_object_manager_server_get_connection at Base 2.30.0
+ g_dbus_object_manager_server_get_type at Base 2.30.0
+ g_dbus_object_manager_server_is_exported at Base 2.34.0
+ g_dbus_object_manager_server_new at Base 2.30.0
+ g_dbus_object_manager_server_set_connection at Base 2.30.0
+ g_dbus_object_manager_server_unexport at Base 2.30.0
+ g_dbus_object_proxy_get_connection at Base 2.30.0
+ g_dbus_object_proxy_get_type at Base 2.30.0
+ g_dbus_object_proxy_new at Base 2.30.0
+ g_dbus_object_skeleton_add_interface at Base 2.30.0
+ g_dbus_object_skeleton_flush at Base 2.30.0
+ g_dbus_object_skeleton_get_type at Base 2.30.0
+ g_dbus_object_skeleton_new at Base 2.30.0
+ g_dbus_object_skeleton_remove_interface at Base 2.30.0
+ g_dbus_object_skeleton_remove_interface_by_name at Base 2.30.0
+ g_dbus_object_skeleton_set_object_path at Base 2.30.0
+ g_dbus_property_info_flags_get_type at Base 2.26.0
+ g_dbus_property_info_get_type at Base 2.26.0
+ g_dbus_property_info_ref at Base 2.26.0
+ g_dbus_property_info_unref at Base 2.26.0
+ g_dbus_proxy_call at Base 2.26.0
+ g_dbus_proxy_call_finish at Base 2.26.0
+ g_dbus_proxy_call_sync at Base 2.26.0
+ g_dbus_proxy_call_with_unix_fd_list at Base 2.30.0
+ g_dbus_proxy_call_with_unix_fd_list_finish at Base 2.30.0
+ g_dbus_proxy_call_with_unix_fd_list_sync at Base 2.30.0
+ g_dbus_proxy_flags_get_type at Base 2.26.0
+ g_dbus_proxy_get_cached_property at Base 2.26.0
+ g_dbus_proxy_get_cached_property_names at Base 2.26.0
+ g_dbus_proxy_get_connection at Base 2.26.0
+ g_dbus_proxy_get_default_timeout at Base 2.26.0
+ g_dbus_proxy_get_flags at Base 2.26.0
+ g_dbus_proxy_get_interface_info at Base 2.26.0
+ g_dbus_proxy_get_interface_name at Base 2.26.0
+ g_dbus_proxy_get_name at Base 2.26.0
+ g_dbus_proxy_get_name_owner at Base 2.26.0
+ g_dbus_proxy_get_object_path at Base 2.26.0
+ g_dbus_proxy_get_type at Base 2.26.0
+ g_dbus_proxy_new at Base 2.26.0
+ g_dbus_proxy_new_finish at Base 2.26.0
+ g_dbus_proxy_new_for_bus at Base 2.26.0
+ g_dbus_proxy_new_for_bus_finish at Base 2.26.0
+ g_dbus_proxy_new_for_bus_sync at Base 2.26.0
+ g_dbus_proxy_new_sync at Base 2.26.0
+ g_dbus_proxy_set_cached_property at Base 2.26.0
+ g_dbus_proxy_set_default_timeout at Base 2.26.0
+ g_dbus_proxy_set_interface_info at Base 2.26.0
+ g_dbus_send_message_flags_get_type at Base 2.26.0
+ g_dbus_server_flags_get_type at Base 2.26.0
+ g_dbus_server_get_client_address at Base 2.26.0
+ g_dbus_server_get_flags at Base 2.26.0
+ g_dbus_server_get_guid at Base 2.26.0
+ g_dbus_server_get_type at Base 2.26.0
+ g_dbus_server_is_active at Base 2.26.0
+ g_dbus_server_new_sync at Base 2.68.0
+ g_dbus_server_start at Base 2.26.0
+ g_dbus_server_stop at Base 2.26.0
+ g_dbus_signal_flags_get_type at Base 2.26.0
+ g_dbus_signal_info_get_type at Base 2.26.0
+ g_dbus_signal_info_ref at Base 2.26.0
+ g_dbus_signal_info_unref at Base 2.26.0
+ g_dbus_subtree_flags_get_type at Base 2.26.0
+ g_dbus_unescape_object_path at Base 2.68.0
+ g_debug_controller_dbus_get_type at Base 2.72.0
+ g_debug_controller_dbus_new at Base 2.72.0
+ g_debug_controller_dbus_stop at Base 2.72.0
+ g_debug_controller_get_debug_enabled at Base 2.72.0
+ g_debug_controller_get_type at Base 2.72.0
+ g_debug_controller_set_debug_enabled at Base 2.72.0
+ g_desktop_app_info_get_action_name at Base 2.38.0
+ g_desktop_app_info_get_boolean at Base 2.36.0
+ g_desktop_app_info_get_categories at Base 2.30.0
+ g_desktop_app_info_get_filename at Base 2.24.0
+ g_desktop_app_info_get_generic_name at Base 2.30.0
+ g_desktop_app_info_get_implementations at Base 2.42.0
+ g_desktop_app_info_get_is_hidden at Base 2.16.0
+ g_desktop_app_info_get_keywords at Base 2.32.0
+ g_desktop_app_info_get_locale_string at Base 2.56.0
+ g_desktop_app_info_get_nodisplay at Base 2.30.0
+ g_desktop_app_info_get_show_in at Base 2.30.0
+ g_desktop_app_info_get_startup_wm_class at Base 2.34.0
+ g_desktop_app_info_get_string at Base 2.36.0
+ g_desktop_app_info_get_string_list at Base 2.60.0
+ g_desktop_app_info_get_type at Base 2.16.0
+ g_desktop_app_info_has_key at Base 2.36.0
+ g_desktop_app_info_launch_action at Base 2.38.0
+ g_desktop_app_info_launch_uris_as_manager at Base 2.28.0
+ g_desktop_app_info_launch_uris_as_manager_with_fds at Base 2.58.0
+ g_desktop_app_info_list_actions at Base 2.38.0
+ g_desktop_app_info_lookup_get_default_for_uri_scheme at Base 2.28.0
+ g_desktop_app_info_lookup_get_type at Base 2.28.0
+ g_desktop_app_info_new at Base 2.16.0
+ g_desktop_app_info_new_from_filename at Base 2.16.0
+ g_desktop_app_info_new_from_keyfile at Base 2.18.0
+ g_desktop_app_info_search at Base 2.40.0
+ g_desktop_app_info_set_desktop_env at Base 2.16.0
+ g_drive_can_eject at Base 2.16.0
+ g_drive_can_poll_for_media at Base 2.16.0
+ g_drive_can_start at Base 2.22.0
+ g_drive_can_start_degraded at Base 2.22.0
+ g_drive_can_stop at Base 2.22.0
+ g_drive_eject at Base 2.16.0
+ g_drive_eject_finish at Base 2.16.0
+ g_drive_eject_with_operation at Base 2.22.0
+ g_drive_eject_with_operation_finish at Base 2.22.0
+ g_drive_enumerate_identifiers at Base 2.16.0
+ g_drive_get_icon at Base 2.16.0
+ g_drive_get_identifier at Base 2.16.0
+ g_drive_get_name at Base 2.16.0
+ g_drive_get_sort_key at Base 2.32.0
+ g_drive_get_start_stop_type at Base 2.22.0
+ g_drive_get_symbolic_icon at Base 2.34.0
+ g_drive_get_type at Base 2.16.0
+ g_drive_get_volumes at Base 2.16.0
+ g_drive_has_media at Base 2.16.0
+ g_drive_has_volumes at Base 2.16.0
+ g_drive_is_media_check_automatic at Base 2.16.0
+ g_drive_is_media_removable at Base 2.16.0
+ g_drive_is_removable at Base 2.50.0
+ g_drive_poll_for_media at Base 2.16.0
+ g_drive_poll_for_media_finish at Base 2.16.0
+ g_drive_start at Base 2.22.0
+ g_drive_start_finish at Base 2.22.0
+ g_drive_start_flags_get_type at Base 2.22.0
+ g_drive_start_stop_type_get_type at Base 2.22.0
+ g_drive_stop at Base 2.22.0
+ g_drive_stop_finish at Base 2.22.0
+ g_dtls_client_connection_get_accepted_cas at Base 2.48.0
+ g_dtls_client_connection_get_server_identity at Base 2.48.0
+ g_dtls_client_connection_get_type at Base 2.48.0
+ g_dtls_client_connection_get_validation_flags at Base 2.48.0
+ g_dtls_client_connection_new at Base 2.48.0
+ g_dtls_client_connection_set_server_identity at Base 2.48.0
+ g_dtls_client_connection_set_validation_flags at Base 2.48.0
+ g_dtls_connection_close at Base 2.48.0
+ g_dtls_connection_close_async at Base 2.48.0
+ g_dtls_connection_close_finish at Base 2.48.0
+ g_dtls_connection_emit_accept_certificate at Base 2.48.0
+ g_dtls_connection_get_certificate at Base 2.48.0
+ g_dtls_connection_get_channel_binding_data at Base 2.66.0
+ g_dtls_connection_get_ciphersuite_name at Base 2.70.0
+ g_dtls_connection_get_database at Base 2.48.0
+ g_dtls_connection_get_interaction at Base 2.48.0
+ g_dtls_connection_get_negotiated_protocol at Base 2.60.0
+ g_dtls_connection_get_peer_certificate at Base 2.48.0
+ g_dtls_connection_get_peer_certificate_errors at Base 2.48.0
+ g_dtls_connection_get_protocol_version at Base 2.70.0
+ g_dtls_connection_get_rehandshake_mode at Base 2.48.0
+ g_dtls_connection_get_require_close_notify at Base 2.48.0
+ g_dtls_connection_get_type at Base 2.48.0
+ g_dtls_connection_handshake at Base 2.48.0
+ g_dtls_connection_handshake_async at Base 2.48.0
+ g_dtls_connection_handshake_finish at Base 2.48.0
+ g_dtls_connection_set_advertised_protocols at Base 2.60.0
+ g_dtls_connection_set_certificate at Base 2.48.0
+ g_dtls_connection_set_database at Base 2.48.0
+ g_dtls_connection_set_interaction at Base 2.48.0
+ g_dtls_connection_set_rehandshake_mode at Base 2.48.0
+ g_dtls_connection_set_require_close_notify at Base 2.48.0
+ g_dtls_connection_shutdown at Base 2.48.0
+ g_dtls_connection_shutdown_async at Base 2.48.0
+ g_dtls_connection_shutdown_finish at Base 2.48.0
+ g_dtls_server_connection_get_type at Base 2.48.0
+ g_dtls_server_connection_new at Base 2.48.0
+ g_emblem_get_icon at Base 2.18.0
+ g_emblem_get_origin at Base 2.18.0
+ g_emblem_get_type at Base 2.18.0
+ g_emblem_new at Base 2.18.0
+ g_emblem_new_with_origin at Base 2.18.0
+ g_emblem_origin_get_type at Base 2.18.0
+ g_emblemed_icon_add_emblem at Base 2.18.0
+ g_emblemed_icon_clear_emblems at Base 2.28.0
+ g_emblemed_icon_get_emblems at Base 2.18.0
+ g_emblemed_icon_get_icon at Base 2.18.0
+ g_emblemed_icon_get_type at Base 2.18.0
+ g_emblemed_icon_new at Base 2.18.0
+ g_file_append_to at Base 2.16.0
+ g_file_append_to_async at Base 2.16.0
+ g_file_append_to_finish at Base 2.16.0
+ g_file_attribute_info_flags_get_type at Base 2.16.0
+ g_file_attribute_info_list_add at Base 2.16.0
+ g_file_attribute_info_list_dup at Base 2.16.0
+ g_file_attribute_info_list_get_type at Base 2.20.0
+ g_file_attribute_info_list_lookup at Base 2.16.0
+ g_file_attribute_info_list_new at Base 2.16.0
+ g_file_attribute_info_list_ref at Base 2.16.0
+ g_file_attribute_info_list_unref at Base 2.16.0
+ g_file_attribute_matcher_enumerate_namespace at Base 2.16.0
+ g_file_attribute_matcher_enumerate_next at Base 2.16.0
+ g_file_attribute_matcher_get_type at Base 2.26.0
+ g_file_attribute_matcher_matches at Base 2.16.0
+ g_file_attribute_matcher_matches_only at Base 2.16.0
+ g_file_attribute_matcher_new at Base 2.16.0
+ g_file_attribute_matcher_ref at Base 2.16.0
+ g_file_attribute_matcher_subtract at Base 2.32.0
+ g_file_attribute_matcher_to_string at Base 2.32.0
+ g_file_attribute_matcher_unref at Base 2.16.0
+ g_file_attribute_status_get_type at Base 2.16.0
+ g_file_attribute_type_get_type at Base 2.16.0
+ g_file_build_attribute_list_for_copy at Base 2.68.0
+ g_file_copy at Base 2.16.0
+ g_file_copy_async at Base 2.16.0
+ g_file_copy_attributes at Base 2.16.0
+ g_file_copy_finish at Base 2.16.0
+ g_file_copy_flags_get_type at Base 2.16.0
+ g_file_create at Base 2.16.0
+ g_file_create_async at Base 2.16.0
+ g_file_create_finish at Base 2.16.0
+ g_file_create_flags_get_type at Base 2.16.0
+ g_file_create_readwrite at Base 2.22.0
+ g_file_create_readwrite_async at Base 2.22.0
+ g_file_create_readwrite_finish at Base 2.22.0
+ g_file_delete at Base 2.16.0
+ g_file_delete_async at Base 2.34.0
+ g_file_delete_finish at Base 2.34.0
+ g_file_descriptor_based_get_fd at Base 2.24.0
+ g_file_descriptor_based_get_type at Base 2.24.0
+ g_file_dup at Base 2.16.0
+ g_file_eject_mountable at Base 2.16.0
+ g_file_eject_mountable_finish at Base 2.16.0
+ g_file_eject_mountable_with_operation at Base 2.22.0
+ g_file_eject_mountable_with_operation_finish at Base 2.22.0
+ g_file_enumerate_children at Base 2.16.0
+ g_file_enumerate_children_async at Base 2.16.0
+ g_file_enumerate_children_finish at Base 2.16.0
+ g_file_enumerator_close at Base 2.16.0
+ g_file_enumerator_close_async at Base 2.16.0
+ g_file_enumerator_close_finish at Base 2.16.0
+ g_file_enumerator_get_child at Base 2.36.0
+ g_file_enumerator_get_container at Base 2.18.0
+ g_file_enumerator_get_type at Base 2.16.0
+ g_file_enumerator_has_pending at Base 2.16.0
+ g_file_enumerator_is_closed at Base 2.16.0
+ g_file_enumerator_iterate at Base 2.44.0
+ g_file_enumerator_next_file at Base 2.16.0
+ g_file_enumerator_next_files_async at Base 2.16.0
+ g_file_enumerator_next_files_finish at Base 2.16.0
+ g_file_enumerator_set_pending at Base 2.16.0
+ g_file_equal at Base 2.16.0
+ g_file_find_enclosing_mount at Base 2.16.0
+ g_file_find_enclosing_mount_async at Base 2.16.0
+ g_file_find_enclosing_mount_finish at Base 2.16.0
+ g_file_get_basename at Base 2.16.0
+ g_file_get_child at Base 2.16.0
+ g_file_get_child_for_display_name at Base 2.16.0
+ g_file_get_parent at Base 2.16.0
+ g_file_get_parse_name at Base 2.16.0
+ g_file_get_path at Base 2.16.0
+ g_file_get_relative_path at Base 2.16.0
+ g_file_get_type at Base 2.16.0
+ g_file_get_uri at Base 2.16.0
+ g_file_get_uri_scheme at Base 2.16.0
+ g_file_has_parent at Base 2.24.0
+ g_file_has_prefix at Base 2.16.0
+ g_file_has_uri_scheme at Base 2.16.0
+ g_file_hash at Base 2.16.0
+ g_file_icon_get_file at Base 2.16.0
+ g_file_icon_get_type at Base 2.16.0
+ g_file_icon_new at Base 2.16.0
+ g_file_info_clear_status at Base 2.16.0
+ g_file_info_copy_into at Base 2.16.0
+ g_file_info_dup at Base 2.16.0
+ g_file_info_get_access_date_time at Base 2.70.0
+ g_file_info_get_attribute_as_string at Base 2.16.0
+ g_file_info_get_attribute_boolean at Base 2.16.0
+ g_file_info_get_attribute_byte_string at Base 2.16.0
+ g_file_info_get_attribute_data at Base 2.16.0
+ g_file_info_get_attribute_file_path at Base 2.77.1
+ g_file_info_get_attribute_int32 at Base 2.16.0
+ g_file_info_get_attribute_int64 at Base 2.16.0
+ g_file_info_get_attribute_object at Base 2.16.0
+ g_file_info_get_attribute_status at Base 2.16.0
+ g_file_info_get_attribute_string at Base 2.16.0
+ g_file_info_get_attribute_stringv at Base 2.22.0
+ g_file_info_get_attribute_type at Base 2.16.0
+ g_file_info_get_attribute_uint32 at Base 2.16.0
+ g_file_info_get_attribute_uint64 at Base 2.16.0
+ g_file_info_get_content_type at Base 2.16.0
+ g_file_info_get_creation_date_time at Base 2.70.0
+ g_file_info_get_deletion_date at Base 2.36.0
+ g_file_info_get_display_name at Base 2.16.0
+ g_file_info_get_edit_name at Base 2.16.0
+ g_file_info_get_etag at Base 2.16.0
+ g_file_info_get_file_type at Base 2.16.0
+ g_file_info_get_icon at Base 2.16.0
+ g_file_info_get_is_backup at Base 2.16.0
+ g_file_info_get_is_hidden at Base 2.16.0
+ g_file_info_get_is_symlink at Base 2.16.0
+ g_file_info_get_modification_date_time at Base 2.62.0
+ g_file_info_get_modification_time at Base 2.16.0
+ g_file_info_get_name at Base 2.16.0
+ g_file_info_get_size at Base 2.16.0
+ g_file_info_get_sort_order at Base 2.16.0
+ g_file_info_get_symbolic_icon at Base 2.34.0
+ g_file_info_get_symlink_target at Base 2.16.0
+ g_file_info_get_type at Base 2.16.0
+ g_file_info_has_attribute at Base 2.16.0
+ g_file_info_has_namespace at Base 2.22.0
+ g_file_info_list_attributes at Base 2.16.0
+ g_file_info_new at Base 2.16.0
+ g_file_info_remove_attribute at Base 2.16.0
+ g_file_info_set_access_date_time at Base 2.70.0
+ g_file_info_set_attribute at Base 2.16.0
+ g_file_info_set_attribute_boolean at Base 2.16.0
+ g_file_info_set_attribute_byte_string at Base 2.16.0
+ g_file_info_set_attribute_file_path at Base 2.77.1
+ g_file_info_set_attribute_int32 at Base 2.16.0
+ g_file_info_set_attribute_int64 at Base 2.16.0
+ g_file_info_set_attribute_mask at Base 2.16.0
+ g_file_info_set_attribute_object at Base 2.16.0
+ g_file_info_set_attribute_status at Base 2.22.0
+ g_file_info_set_attribute_string at Base 2.16.0
+ g_file_info_set_attribute_stringv at Base 2.22.0
+ g_file_info_set_attribute_uint32 at Base 2.16.0
+ g_file_info_set_attribute_uint64 at Base 2.16.0
+ g_file_info_set_content_type at Base 2.16.0
+ g_file_info_set_creation_date_time at Base 2.70.0
+ g_file_info_set_display_name at Base 2.16.0
+ g_file_info_set_edit_name at Base 2.16.0
+ g_file_info_set_file_type at Base 2.16.0
+ g_file_info_set_icon at Base 2.16.0
+ g_file_info_set_is_hidden at Base 2.16.0
+ g_file_info_set_is_symlink at Base 2.16.0
+ g_file_info_set_modification_date_time at Base 2.62.0
+ g_file_info_set_modification_time at Base 2.16.0
+ g_file_info_set_name at Base 2.16.0
+ g_file_info_set_size at Base 2.16.0
+ g_file_info_set_sort_order at Base 2.16.0
+ g_file_info_set_symbolic_icon at Base 2.34.0
+ g_file_info_set_symlink_target at Base 2.16.0
+ g_file_info_unset_attribute_mask at Base 2.16.0
+ g_file_input_stream_get_type at Base 2.16.0
+ g_file_input_stream_query_info at Base 2.16.0
+ g_file_input_stream_query_info_async at Base 2.16.0
+ g_file_input_stream_query_info_finish at Base 2.16.0
+ g_file_io_stream_get_etag at Base 2.22.0
+ g_file_io_stream_get_type at Base 2.22.0
+ g_file_io_stream_query_info at Base 2.22.0
+ g_file_io_stream_query_info_async at Base 2.22.0
+ g_file_io_stream_query_info_finish at Base 2.22.0
+ g_file_is_native at Base 2.16.0
+ g_file_load_bytes at Base 2.56.0
+ g_file_load_bytes_async at Base 2.56.0
+ g_file_load_bytes_finish at Base 2.56.0
+ g_file_load_contents at Base 2.16.0
+ g_file_load_contents_async at Base 2.16.0
+ g_file_load_contents_finish at Base 2.16.0
+ g_file_load_partial_contents_async at Base 2.16.0
+ g_file_load_partial_contents_finish at Base 2.16.0
+ g_file_make_directory at Base 2.16.0
+ g_file_make_directory_async at Base 2.38.0
+ g_file_make_directory_finish at Base 2.38.0
+ g_file_make_directory_with_parents at Base 2.18.0
+ g_file_make_symbolic_link at Base 2.16.0
+ g_file_make_symbolic_link_async at Base 2.74.0
+ g_file_make_symbolic_link_finish at Base 2.74.0
+ g_file_measure_disk_usage at Base 2.38.0
+ g_file_measure_disk_usage_async at Base 2.38.0
+ g_file_measure_disk_usage_finish at Base 2.38.0
+ g_file_measure_flags_get_type at Base 2.38.0
+ g_file_monitor at Base 2.18.0
+ g_file_monitor_cancel at Base 2.16.0
+ g_file_monitor_directory at Base 2.16.0
+ g_file_monitor_emit_event at Base 2.16.0
+ g_file_monitor_event_get_type at Base 2.16.0
+ g_file_monitor_file at Base 2.16.0
+ g_file_monitor_flags_get_type at Base 2.16.0
+ g_file_monitor_get_type at Base 2.16.0
+ g_file_monitor_is_cancelled at Base 2.16.0
+ g_file_monitor_set_rate_limit at Base 2.16.0
+ g_file_monitor_source_handle_event at Base 2.46.0
+ g_file_mount_enclosing_volume at Base 2.16.0
+ g_file_mount_enclosing_volume_finish at Base 2.16.0
+ g_file_mount_mountable at Base 2.16.0
+ g_file_mount_mountable_finish at Base 2.16.0
+ g_file_move at Base 2.16.0
+ g_file_move_async at Base 2.72.0
+ g_file_move_finish at Base 2.72.0
+ g_file_new_build_filename at Base 2.56.0
+ g_file_new_build_filenamev at Base 2.77.0
+ g_file_new_for_commandline_arg at Base 2.16.0
+ g_file_new_for_commandline_arg_and_cwd at Base 2.36.0
+ g_file_new_for_path at Base 2.16.0
+ g_file_new_for_uri at Base 2.16.0
+ g_file_new_tmp at Base 2.32.0
+ g_file_new_tmp_async at Base 2.74.0
+ g_file_new_tmp_dir_async at Base 2.74.0
+ g_file_new_tmp_dir_finish at Base 2.74.0
+ g_file_new_tmp_finish at Base 2.74.0
+ g_file_open_readwrite at Base 2.22.0
+ g_file_open_readwrite_async at Base 2.22.0
+ g_file_open_readwrite_finish at Base 2.22.0
+ g_file_output_stream_get_etag at Base 2.16.0
+ g_file_output_stream_get_type at Base 2.16.0
+ g_file_output_stream_query_info at Base 2.16.0
+ g_file_output_stream_query_info_async at Base 2.16.0
+ g_file_output_stream_query_info_finish at Base 2.16.0
+ g_file_parse_name at Base 2.16.0
+ g_file_peek_path at Base 2.56.0
+ g_file_poll_mountable at Base 2.22.0
+ g_file_poll_mountable_finish at Base 2.22.0
+ g_file_query_default_handler at Base 2.16.0
+ g_file_query_default_handler_async at Base 2.60.0
+ g_file_query_default_handler_finish at Base 2.60.0
+ g_file_query_exists at Base 2.16.0
+ g_file_query_file_type at Base 2.18.0
+ g_file_query_filesystem_info at Base 2.16.0
+ g_file_query_filesystem_info_async at Base 2.16.0
+ g_file_query_filesystem_info_finish at Base 2.16.0
+ g_file_query_info at Base 2.16.0
+ g_file_query_info_async at Base 2.16.0
+ g_file_query_info_finish at Base 2.16.0
+ g_file_query_info_flags_get_type at Base 2.16.0
+ g_file_query_settable_attributes at Base 2.16.0
+ g_file_query_writable_namespaces at Base 2.16.0
+ g_file_read at Base 2.16.0
+ g_file_read_async at Base 2.16.0
+ g_file_read_finish at Base 2.16.0
+ g_file_replace at Base 2.16.0
+ g_file_replace_async at Base 2.16.0
+ g_file_replace_contents at Base 2.16.0
+ g_file_replace_contents_async at Base 2.16.0
+ g_file_replace_contents_bytes_async at Base 2.40.0
+ g_file_replace_contents_finish at Base 2.16.0
+ g_file_replace_finish at Base 2.16.0
+ g_file_replace_readwrite at Base 2.22.0
+ g_file_replace_readwrite_async at Base 2.22.0
+ g_file_replace_readwrite_finish at Base 2.22.0
+ g_file_resolve_relative_path at Base 2.16.0
+ g_file_set_attribute at Base 2.16.0
+ g_file_set_attribute_byte_string at Base 2.16.0
+ g_file_set_attribute_int32 at Base 2.16.0
+ g_file_set_attribute_int64 at Base 2.16.0
+ g_file_set_attribute_string at Base 2.16.0
+ g_file_set_attribute_uint32 at Base 2.16.0
+ g_file_set_attribute_uint64 at Base 2.16.0
+ g_file_set_attributes_async at Base 2.16.0
+ g_file_set_attributes_finish at Base 2.16.0
+ g_file_set_attributes_from_info at Base 2.16.0
+ g_file_set_display_name at Base 2.16.0
+ g_file_set_display_name_async at Base 2.16.0
+ g_file_set_display_name_finish at Base 2.16.0
+ g_file_start_mountable at Base 2.22.0
+ g_file_start_mountable_finish at Base 2.22.0
+ g_file_stop_mountable at Base 2.22.0
+ g_file_stop_mountable_finish at Base 2.22.0
+ g_file_supports_thread_contexts at Base 2.22.0
+ g_file_trash at Base 2.16.0
+ g_file_trash_async at Base 2.38.0
+ g_file_trash_finish at Base 2.38.0
+ g_file_type_get_type at Base 2.16.0
+ g_file_unmount_mountable at Base 2.16.0
+ g_file_unmount_mountable_finish at Base 2.16.0
+ g_file_unmount_mountable_with_operation at Base 2.22.0
+ g_file_unmount_mountable_with_operation_finish at Base 2.22.0
+ g_filename_completer_get_completion_suffix at Base 2.16.0
+ g_filename_completer_get_completions at Base 2.16.0
+ g_filename_completer_get_type at Base 2.16.0
+ g_filename_completer_new at Base 2.16.0
+ g_filename_completer_set_dirs_only at Base 2.16.0
+ g_filesystem_preview_type_get_type at Base 2.16.0
+ g_filter_input_stream_get_base_stream at Base 2.16.0
+ g_filter_input_stream_get_close_base_stream at Base 2.20.0
+ g_filter_input_stream_get_type at Base 2.16.0
+ g_filter_input_stream_set_close_base_stream at Base 2.20.0
+ g_filter_output_stream_get_base_stream at Base 2.16.0
+ g_filter_output_stream_get_close_base_stream at Base 2.20.0
+ g_filter_output_stream_get_type at Base 2.16.0
+ g_filter_output_stream_set_close_base_stream at Base 2.20.0
+ g_icon_deserialize at Base 2.38.0
+ g_icon_equal at Base 2.16.0
+ g_icon_get_type at Base 2.16.0
+ g_icon_hash at Base 2.16.0
+ g_icon_new_for_string at Base 2.20.0
+ g_icon_serialize at Base 2.38.0
+ g_icon_to_string at Base 2.20.0
+ g_inet_address_equal at Base 2.30.0
+ g_inet_address_get_family at Base 2.22.0
+ g_inet_address_get_is_any at Base 2.22.0
+ g_inet_address_get_is_link_local at Base 2.22.0
+ g_inet_address_get_is_loopback at Base 2.22.0
+ g_inet_address_get_is_mc_global at Base 2.22.0
+ g_inet_address_get_is_mc_link_local at Base 2.22.0
+ g_inet_address_get_is_mc_node_local at Base 2.22.0
+ g_inet_address_get_is_mc_org_local at Base 2.22.0
+ g_inet_address_get_is_mc_site_local at Base 2.22.0
+ g_inet_address_get_is_multicast at Base 2.22.0
+ g_inet_address_get_is_site_local at Base 2.22.0
+ g_inet_address_get_native_size at Base 2.22.0
+ g_inet_address_get_type at Base 2.22.0
+ g_inet_address_mask_equal at Base 2.32.0
+ g_inet_address_mask_get_address at Base 2.32.0
+ g_inet_address_mask_get_family at Base 2.32.0
+ g_inet_address_mask_get_length at Base 2.32.0
+ g_inet_address_mask_get_type at Base 2.32.0
+ g_inet_address_mask_matches at Base 2.32.0
+ g_inet_address_mask_new at Base 2.32.0
+ g_inet_address_mask_new_from_string at Base 2.32.0
+ g_inet_address_mask_to_string at Base 2.32.0
+ g_inet_address_new_any at Base 2.22.0
+ g_inet_address_new_from_bytes at Base 2.22.0
+ g_inet_address_new_from_string at Base 2.22.0
+ g_inet_address_new_loopback at Base 2.22.0
+ g_inet_address_to_bytes at Base 2.22.0
+ g_inet_address_to_string at Base 2.22.0
+ g_inet_socket_address_get_address at Base 2.22.0
+ g_inet_socket_address_get_flowinfo at Base 2.32.0
+ g_inet_socket_address_get_port at Base 2.22.0
+ g_inet_socket_address_get_scope_id at Base 2.32.0
+ g_inet_socket_address_get_type at Base 2.22.0
+ g_inet_socket_address_new at Base 2.22.0
+ g_inet_socket_address_new_from_string at Base 2.40.0
+ g_initable_get_type at Base 2.22.0
+ g_initable_init at Base 2.22.0
+ g_initable_new at Base 2.22.0
+ g_initable_new_valist at Base 2.22.0
+ g_initable_newv at Base 2.22.0
+ g_input_stream_clear_pending at Base 2.16.0
+ g_input_stream_close at Base 2.16.0
+ g_input_stream_close_async at Base 2.16.0
+ g_input_stream_close_finish at Base 2.16.0
+ g_input_stream_get_type at Base 2.16.0
+ g_input_stream_has_pending at Base 2.16.0
+ g_input_stream_is_closed at Base 2.16.0
+ g_input_stream_read at Base 2.16.0
+ g_input_stream_read_all at Base 2.16.0
+ g_input_stream_read_all_async at Base 2.44.0
+ g_input_stream_read_all_finish at Base 2.44.0
+ g_input_stream_read_async at Base 2.16.0
+ g_input_stream_read_bytes at Base 2.34.0
+ g_input_stream_read_bytes_async at Base 2.34.0
+ g_input_stream_read_bytes_finish at Base 2.34.0
+ g_input_stream_read_finish at Base 2.16.0
+ g_input_stream_set_pending at Base 2.16.0
+ g_input_stream_skip at Base 2.16.0
+ g_input_stream_skip_async at Base 2.16.0
+ g_input_stream_skip_finish at Base 2.16.0
+ g_io_error_enum_get_type at Base 2.16.0
+ g_io_error_from_errno at Base 2.16.0
+ g_io_error_from_file_error at Base 2.74.0
+ g_io_error_quark at Base 2.16.0
+ g_io_extension_get_name at Base 2.16.0
+ g_io_extension_get_priority at Base 2.16.0
+ g_io_extension_get_type at Base 2.16.0
+ g_io_extension_point_get_extension_by_name at Base 2.16.0
+ g_io_extension_point_get_extensions at Base 2.16.0
+ g_io_extension_point_get_required_type at Base 2.16.0
+ g_io_extension_point_implement at Base 2.16.0
+ g_io_extension_point_lookup at Base 2.16.0
+ g_io_extension_point_register at Base 2.16.0
+ g_io_extension_point_set_required_type at Base 2.16.0
+ g_io_extension_ref_class at Base 2.16.0
+ g_io_module_get_type at Base 2.16.0
+ g_io_module_new at Base 2.16.0
+ g_io_module_scope_block at Base 2.30.0
+ g_io_module_scope_flags_get_type at Base 2.30.0
+ g_io_module_scope_free at Base 2.30.0
+ g_io_module_scope_new at Base 2.30.0
+ g_io_modules_load_all_in_directory at Base 2.16.0
+ g_io_modules_load_all_in_directory_with_scope at Base 2.30.0
+ g_io_modules_scan_all_in_directory at Base 2.24.0
+ g_io_modules_scan_all_in_directory_with_scope at Base 2.30.0
+ g_io_scheduler_cancel_all_jobs at Base 2.16.0
+ g_io_scheduler_job_send_to_mainloop at Base 2.16.0
+ g_io_scheduler_job_send_to_mainloop_async at Base 2.16.0
+ g_io_scheduler_push_job at Base 2.16.0
+ g_io_stream_clear_pending at Base 2.22.0
+ g_io_stream_close at Base 2.22.0
+ g_io_stream_close_async at Base 2.22.0
+ g_io_stream_close_finish at Base 2.22.0
+ g_io_stream_get_input_stream at Base 2.22.0
+ g_io_stream_get_output_stream at Base 2.22.0
+ g_io_stream_get_type at Base 2.22.0
+ g_io_stream_has_pending at Base 2.22.0
+ g_io_stream_is_closed at Base 2.22.0
+ g_io_stream_set_pending at Base 2.22.0
+ g_io_stream_splice_async at Base 2.28.0
+ g_io_stream_splice_finish at Base 2.28.0
+ g_io_stream_splice_flags_get_type at Base 2.28.0
+ g_keyfile_settings_backend_new at Base 2.26.0
+ g_list_model_get_item at Base 2.44.0
+ g_list_model_get_item_type at Base 2.44.0
+ g_list_model_get_n_items at Base 2.44.0
+ g_list_model_get_object at Base 2.44.0
+ g_list_model_get_type at Base 2.44.0
+ g_list_model_items_changed at Base 2.44.0
+ g_list_store_append at Base 2.44.0
+ g_list_store_find at Base 2.64.0
+ g_list_store_find_with_equal_func at Base 2.64.0
+ g_list_store_find_with_equal_func_full at Base 2.74.0
+ g_list_store_get_type at Base 2.44.0
+ g_list_store_insert at Base 2.44.0
+ g_list_store_insert_sorted at Base 2.44.0
+ g_list_store_new at Base 2.44.0
+ g_list_store_remove at Base 2.44.0
+ g_list_store_remove_all at Base 2.44.0
+ g_list_store_sort at Base 2.46.0
+ g_list_store_splice at Base 2.44.0
+ g_loadable_icon_get_type at Base 2.16.0
+ g_loadable_icon_load at Base 2.16.0
+ g_loadable_icon_load_async at Base 2.16.0
+ g_loadable_icon_load_finish at Base 2.16.0
+ g_local_file_monitor_get_type at Base 2.16.0
+ g_memory_input_stream_add_bytes at Base 2.34.0
+ g_memory_input_stream_add_data at Base 2.16.0
+ g_memory_input_stream_get_type at Base 2.16.0
+ g_memory_input_stream_new at Base 2.16.0
+ g_memory_input_stream_new_from_bytes at Base 2.34.0
+ g_memory_input_stream_new_from_data at Base 2.16.0
+ g_memory_monitor_dup_default at Base 2.64.0
+ g_memory_monitor_get_type at Base 2.64.0
+ g_memory_monitor_warning_level_get_type at Base 2.64.0
+ g_memory_output_stream_get_data at Base 2.16.0
+ g_memory_output_stream_get_data_size at Base 2.18.0
+ g_memory_output_stream_get_size at Base 2.16.0
+ g_memory_output_stream_get_type at Base 2.16.0
+ g_memory_output_stream_new at Base 2.16.0
+ g_memory_output_stream_new_resizable at Base 2.36.0
+ g_memory_output_stream_steal_as_bytes at Base 2.34.0
+ g_memory_output_stream_steal_data at Base 2.26.0
+ g_memory_settings_backend_new at Base 2.28.0
+ g_menu_append at Base 2.32.0
+ g_menu_append_item at Base 2.32.0
+ g_menu_append_section at Base 2.32.0
+ g_menu_append_submenu at Base 2.32.0
+ g_menu_attribute_iter_get_name at Base 2.32.0
+ g_menu_attribute_iter_get_next at Base 2.32.0
+ g_menu_attribute_iter_get_type at Base 2.32.0
+ g_menu_attribute_iter_get_value at Base 2.32.0
+ g_menu_attribute_iter_next at Base 2.32.0
+ g_menu_freeze at Base 2.32.0
+ g_menu_get_type at Base 2.32.0
+ g_menu_insert at Base 2.32.0
+ g_menu_insert_item at Base 2.32.0
+ g_menu_insert_section at Base 2.32.0
+ g_menu_insert_submenu at Base 2.32.0
+ g_menu_item_get_attribute at Base 2.34.0
+ g_menu_item_get_attribute_value at Base 2.34.0
+ g_menu_item_get_link at Base 2.34.0
+ g_menu_item_get_type at Base 2.32.0
+ g_menu_item_new at Base 2.32.0
+ g_menu_item_new_from_model at Base 2.34.0
+ g_menu_item_new_section at Base 2.32.0
+ g_menu_item_new_submenu at Base 2.32.0
+ g_menu_item_set_action_and_target at Base 2.32.0
+ g_menu_item_set_action_and_target_value at Base 2.32.0
+ g_menu_item_set_attribute at Base 2.32.0
+ g_menu_item_set_attribute_value at Base 2.32.0
+ g_menu_item_set_detailed_action at Base 2.32.0
+ g_menu_item_set_icon at Base 2.38.0
+ g_menu_item_set_label at Base 2.32.0
+ g_menu_item_set_link at Base 2.32.0
+ g_menu_item_set_section at Base 2.32.0
+ g_menu_item_set_submenu at Base 2.32.0
+ g_menu_link_iter_get_name at Base 2.32.0
+ g_menu_link_iter_get_next at Base 2.32.0
+ g_menu_link_iter_get_type at Base 2.32.0
+ g_menu_link_iter_get_value at Base 2.32.0
+ g_menu_link_iter_next at Base 2.32.0
+ g_menu_model_get_item_attribute at Base 2.32.0
+ g_menu_model_get_item_attribute_value at Base 2.32.0
+ g_menu_model_get_item_link at Base 2.32.0
+ g_menu_model_get_n_items at Base 2.32.0
+ g_menu_model_get_type at Base 2.32.0
+ g_menu_model_is_mutable at Base 2.32.0
+ g_menu_model_items_changed at Base 2.32.0
+ g_menu_model_iterate_item_attributes at Base 2.32.0
+ g_menu_model_iterate_item_links at Base 2.32.0
+ g_menu_new at Base 2.32.0
+ g_menu_prepend at Base 2.32.0
+ g_menu_prepend_item at Base 2.32.0
+ g_menu_prepend_section at Base 2.32.0
+ g_menu_prepend_submenu at Base 2.32.0
+ g_menu_remove at Base 2.32.0
+ g_menu_remove_all at Base 2.38.0
+ g_mount_can_eject at Base 2.16.0
+ g_mount_can_unmount at Base 2.16.0
+ g_mount_eject at Base 2.16.0
+ g_mount_eject_finish at Base 2.16.0
+ g_mount_eject_with_operation at Base 2.22.0
+ g_mount_eject_with_operation_finish at Base 2.22.0
+ g_mount_get_default_location at Base 2.24.0
+ g_mount_get_drive at Base 2.16.0
+ g_mount_get_icon at Base 2.16.0
+ g_mount_get_name at Base 2.16.0
+ g_mount_get_root at Base 2.16.0
+ g_mount_get_sort_key at Base 2.32.0
+ g_mount_get_symbolic_icon at Base 2.34.0
+ g_mount_get_type at Base 2.16.0
+ g_mount_get_uuid at Base 2.16.0
+ g_mount_get_volume at Base 2.16.0
+ g_mount_guess_content_type at Base 2.18.0
+ g_mount_guess_content_type_finish at Base 2.18.0
+ g_mount_guess_content_type_sync at Base 2.18.0
+ g_mount_is_shadowed at Base 2.20.0
+ g_mount_mount_flags_get_type at Base 2.16.0
+ g_mount_operation_get_anonymous at Base 2.16.0
+ g_mount_operation_get_choice at Base 2.16.0
+ g_mount_operation_get_domain at Base 2.16.0
+ g_mount_operation_get_is_tcrypt_hidden_volume at Base 2.58.0
+ g_mount_operation_get_is_tcrypt_system_volume at Base 2.58.0
+ g_mount_operation_get_password at Base 2.16.0
+ g_mount_operation_get_password_save at Base 2.16.0
+ g_mount_operation_get_pim at Base 2.58.0
+ g_mount_operation_get_type at Base 2.16.0
+ g_mount_operation_get_username at Base 2.16.0
+ g_mount_operation_new at Base 2.16.0
+ g_mount_operation_reply at Base 2.16.0
+ g_mount_operation_result_get_type at Base 2.16.0
+ g_mount_operation_set_anonymous at Base 2.16.0
+ g_mount_operation_set_choice at Base 2.16.0
+ g_mount_operation_set_domain at Base 2.16.0
+ g_mount_operation_set_is_tcrypt_hidden_volume at Base 2.58.0
+ g_mount_operation_set_is_tcrypt_system_volume at Base 2.58.0
+ g_mount_operation_set_password at Base 2.16.0
+ g_mount_operation_set_password_save at Base 2.16.0
+ g_mount_operation_set_pim at Base 2.58.0
+ g_mount_operation_set_username at Base 2.16.0
+ g_mount_remount at Base 2.16.0
+ g_mount_remount_finish at Base 2.16.0
+ g_mount_shadow at Base 2.20.0
+ g_mount_unmount at Base 2.16.0
+ g_mount_unmount_finish at Base 2.16.0
+ g_mount_unmount_flags_get_type at Base 2.16.0
+ g_mount_unmount_with_operation at Base 2.22.0
+ g_mount_unmount_with_operation_finish at Base 2.22.0
+ g_mount_unshadow at Base 2.20.0
+ g_native_socket_address_get_type at Base 2.46.0
+ g_native_socket_address_new at Base 2.46.0
+ g_native_volume_monitor_get_type at Base 2.16.0
+ g_network_address_get_hostname at Base 2.22.0
+ g_network_address_get_port at Base 2.22.0
+ g_network_address_get_scheme at Base 2.26.0
+ g_network_address_get_type at Base 2.22.0
+ g_network_address_new at Base 2.22.0
+ g_network_address_new_loopback at Base 2.44.0
+ g_network_address_parse at Base 2.22.0
+ g_network_address_parse_uri at Base 2.26.0
+ g_network_connectivity_get_type at Base 2.44.0
+ g_network_monitor_base_add_network at Base 2.32.0
+ g_network_monitor_base_get_type at Base 2.32.0
+ g_network_monitor_base_remove_network at Base 2.32.0
+ g_network_monitor_base_set_networks at Base 2.32.0
+ g_network_monitor_can_reach at Base 2.32.0
+ g_network_monitor_can_reach_async at Base 2.32.0
+ g_network_monitor_can_reach_finish at Base 2.32.0
+ g_network_monitor_get_connectivity at Base 2.44.0
+ g_network_monitor_get_default at Base 2.32.0
+ g_network_monitor_get_network_available at Base 2.32.0
+ g_network_monitor_get_network_metered at Base 2.46.0
+ g_network_monitor_get_type at Base 2.32.0
+ g_network_service_get_domain at Base 2.22.0
+ g_network_service_get_protocol at Base 2.22.0
+ g_network_service_get_scheme at Base 2.26.0
+ g_network_service_get_service at Base 2.22.0
+ g_network_service_get_type at Base 2.22.0
+ g_network_service_new at Base 2.22.0
+ g_network_service_set_scheme at Base 2.26.0
+ g_networking_init at Base 2.36.0
+ g_notification_add_button at Base 2.40.0
+ g_notification_add_button_with_target at Base 2.40.0
+ g_notification_add_button_with_target_value at Base 2.40.0
+ g_notification_get_type at Base 2.40.0
+ g_notification_new at Base 2.40.0
+ g_notification_priority_get_type at Base 2.42.0
+ g_notification_set_body at Base 2.40.0
+ g_notification_set_category at Base 2.70.0
+ g_notification_set_default_action at Base 2.40.0
+ g_notification_set_default_action_and_target at Base 2.40.0
+ g_notification_set_default_action_and_target_value at Base 2.40.0
+ g_notification_set_icon at Base 2.40.0
+ g_notification_set_priority at Base 2.42.0
+ g_notification_set_title at Base 2.40.0
+ g_notification_set_urgent at Base 2.40.0
+ g_null_settings_backend_new at Base 2.28.0
+ g_output_stream_clear_pending at Base 2.16.0
+ g_output_stream_close at Base 2.16.0
+ g_output_stream_close_async at Base 2.16.0
+ g_output_stream_close_finish at Base 2.16.0
+ g_output_stream_flush at Base 2.16.0
+ g_output_stream_flush_async at Base 2.16.0
+ g_output_stream_flush_finish at Base 2.16.0
+ g_output_stream_get_type at Base 2.16.0
+ g_output_stream_has_pending at Base 2.16.0
+ g_output_stream_is_closed at Base 2.16.0
+ g_output_stream_is_closing at Base 2.24.0
+ g_output_stream_printf at Base 2.40.0
+ g_output_stream_set_pending at Base 2.16.0
+ g_output_stream_splice at Base 2.16.0
+ g_output_stream_splice_async at Base 2.16.0
+ g_output_stream_splice_finish at Base 2.16.0
+ g_output_stream_splice_flags_get_type at Base 2.16.0
+ g_output_stream_vprintf at Base 2.40.0
+ g_output_stream_write at Base 2.16.0
+ g_output_stream_write_all at Base 2.16.0
+ g_output_stream_write_all_async at Base 2.44.0
+ g_output_stream_write_all_finish at Base 2.44.0
+ g_output_stream_write_async at Base 2.16.0
+ g_output_stream_write_bytes at Base 2.34.0
+ g_output_stream_write_bytes_async at Base 2.34.0
+ g_output_stream_write_bytes_finish at Base 2.34.0
+ g_output_stream_write_finish at Base 2.16.0
+ g_output_stream_writev at Base 2.60.0
+ g_output_stream_writev_all at Base 2.60.0
+ g_output_stream_writev_all_async at Base 2.60.0
+ g_output_stream_writev_all_finish at Base 2.60.0
+ g_output_stream_writev_async at Base 2.60.0
+ g_output_stream_writev_finish at Base 2.60.0
+ g_password_save_get_type at Base 2.16.0
+ g_permission_acquire at Base 2.26.0
+ g_permission_acquire_async at Base 2.26.0
+ g_permission_acquire_finish at Base 2.26.0
+ g_permission_get_allowed at Base 2.26.0
+ g_permission_get_can_acquire at Base 2.26.0
+ g_permission_get_can_release at Base 2.26.0
+ g_permission_get_type at Base 2.26.0
+ g_permission_impl_update at Base 2.26.0
+ g_permission_release at Base 2.26.0
+ g_permission_release_async at Base 2.26.0
+ g_permission_release_finish at Base 2.26.0
+ g_pollable_input_stream_can_poll at Base 2.28.0
+ g_pollable_input_stream_create_source at Base 2.28.0
+ g_pollable_input_stream_get_type at Base 2.28.0
+ g_pollable_input_stream_is_readable at Base 2.28.0
+ g_pollable_input_stream_read_nonblocking at Base 2.28.0
+ g_pollable_output_stream_can_poll at Base 2.28.0
+ g_pollable_output_stream_create_source at Base 2.28.0
+ g_pollable_output_stream_get_type at Base 2.28.0
+ g_pollable_output_stream_is_writable at Base 2.28.0
+ g_pollable_output_stream_write_nonblocking at Base 2.28.0
+ g_pollable_output_stream_writev_nonblocking at Base 2.60.0
+ g_pollable_return_get_type at Base 2.60.0
+ g_pollable_source_new at Base 2.28.0
+ g_pollable_source_new_full at Base 2.34.0
+ g_pollable_stream_read at Base 2.34.0
+ g_pollable_stream_write at Base 2.34.0
+ g_pollable_stream_write_all at Base 2.34.0
+ g_power_profile_monitor_dup_default at Base 2.70.0
+ g_power_profile_monitor_get_power_saver_enabled at Base 2.70.0
+ g_power_profile_monitor_get_type at Base 2.70.0
+ g_property_action_get_type at Base 2.38.0
+ g_property_action_new at Base 2.38.0
+ g_proxy_address_enumerator_get_type at Base 2.26.0
+ g_proxy_address_get_destination_hostname at Base 2.26.0
+ g_proxy_address_get_destination_port at Base 2.26.0
+ g_proxy_address_get_destination_protocol at Base 2.34.0
+ g_proxy_address_get_password at Base 2.26.0
+ g_proxy_address_get_protocol at Base 2.26.0
+ g_proxy_address_get_type at Base 2.26.0
+ g_proxy_address_get_uri at Base 2.34.0
+ g_proxy_address_get_username at Base 2.26.0
+ g_proxy_address_new at Base 2.26.0
+ g_proxy_connect at Base 2.26.0
+ g_proxy_connect_async at Base 2.26.0
+ g_proxy_connect_finish at Base 2.26.0
+ g_proxy_get_default_for_protocol at Base 2.26.0
+ g_proxy_get_type at Base 2.26.0
+ g_proxy_resolver_get_default at Base 2.26.0
+ g_proxy_resolver_get_type at Base 2.26.0
+ g_proxy_resolver_is_supported at Base 2.26.0
+ g_proxy_resolver_lookup at Base 2.26.0
+ g_proxy_resolver_lookup_async at Base 2.26.0
+ g_proxy_resolver_lookup_finish at Base 2.26.0
+ g_proxy_supports_hostname at Base 2.26.0
+ g_remote_action_group_activate_action_full at Base 2.32.0
+ g_remote_action_group_change_action_state_full at Base 2.32.0
+ g_remote_action_group_get_type at Base 2.32.0
+ g_resolver_error_get_type at Base 2.22.0
+ g_resolver_error_quark at Base 2.22.0
+ g_resolver_free_addresses at Base 2.22.0
+ g_resolver_free_targets at Base 2.22.0
+ g_resolver_get_default at Base 2.22.0
+ g_resolver_get_timeout at Base 2.77.0
+ g_resolver_get_type at Base 2.22.0
+ g_resolver_lookup_by_address at Base 2.22.0
+ g_resolver_lookup_by_address_async at Base 2.22.0
+ g_resolver_lookup_by_address_finish at Base 2.22.0
+ g_resolver_lookup_by_name at Base 2.22.0
+ g_resolver_lookup_by_name_async at Base 2.22.0
+ g_resolver_lookup_by_name_finish at Base 2.22.0
+ g_resolver_lookup_by_name_with_flags at Base 2.60.0
+ g_resolver_lookup_by_name_with_flags_async at Base 2.60.0
+ g_resolver_lookup_by_name_with_flags_finish at Base 2.60.0
+ g_resolver_lookup_records at Base 2.34.0
+ g_resolver_lookup_records_async at Base 2.34.0
+ g_resolver_lookup_records_finish at Base 2.34.0
+ g_resolver_lookup_service at Base 2.22.0
+ g_resolver_lookup_service_async at Base 2.22.0
+ g_resolver_lookup_service_finish at Base 2.22.0
+ g_resolver_name_lookup_flags_get_type at Base 2.60.0
+ g_resolver_record_type_get_type at Base 2.34.0
+ g_resolver_record_type_to_rrtype at Base 2.72.1
+ g_resolver_records_from_res_query at Base 2.72.0
+ g_resolver_set_default at Base 2.22.0
+ g_resolver_set_timeout at Base 2.77.0
+ g_resource_enumerate_children at Base 2.32.0
+ g_resource_error_get_type at Base 2.32.0
+ g_resource_error_quark at Base 2.32.0
+ g_resource_flags_get_type at Base 2.32.0
+ g_resource_get_info at Base 2.32.0
+ g_resource_get_type at Base 2.32.0
+ g_resource_load at Base 2.32.0
+ g_resource_lookup_data at Base 2.32.0
+ g_resource_lookup_flags_get_type at Base 2.32.0
+ g_resource_new_from_data at Base 2.32.0
+ g_resource_open_stream at Base 2.32.0
+ g_resource_ref at Base 2.32.0
+ g_resource_unref at Base 2.32.0
+ g_resources_enumerate_children at Base 2.32.0
+ g_resources_get_info at Base 2.32.0
+ g_resources_lookup_data at Base 2.32.0
+ g_resources_open_stream at Base 2.32.0
+ g_resources_register at Base 2.32.0
+ g_resources_unregister at Base 2.32.0
+ g_seekable_can_seek at Base 2.16.0
+ g_seekable_can_truncate at Base 2.16.0
+ g_seekable_get_type at Base 2.16.0
+ g_seekable_seek at Base 2.16.0
+ g_seekable_tell at Base 2.16.0
+ g_seekable_truncate at Base 2.16.0
+ g_settings_apply at Base 2.26.0
+ g_settings_backend_changed at Base 2.26.0
+ g_settings_backend_changed_tree at Base 2.26.0
+ g_settings_backend_flatten_tree at Base 2.26.0
+ g_settings_backend_get_default at Base 2.28.0
+ g_settings_backend_get_type at Base 2.26.0
+ g_settings_backend_keys_changed at Base 2.26.0
+ g_settings_backend_path_changed at Base 2.26.0
+ g_settings_backend_path_writable_changed at Base 2.26.0
+ g_settings_backend_writable_changed at Base 2.26.0
+ g_settings_bind at Base 2.26.0
+ g_settings_bind_flags_get_type at Base 2.26.0
+ g_settings_bind_with_mapping at Base 2.26.0
+ g_settings_bind_writable at Base 2.26.0
+ g_settings_create_action at Base 2.32.0
+ g_settings_delay at Base 2.26.0
+ g_settings_get at Base 2.26.0
+ g_settings_get_boolean at Base 2.26.0
+ g_settings_get_child at Base 2.26.0
+ g_settings_get_default_value at Base 2.40.0
+ g_settings_get_double at Base 2.26.0
+ g_settings_get_enum at Base 2.26.0
+ g_settings_get_flags at Base 2.26.0
+ g_settings_get_has_unapplied at Base 2.26.0
+ g_settings_get_int64 at Base 2.50.0
+ g_settings_get_int at Base 2.26.0
+ g_settings_get_mapped at Base 2.26.0
+ g_settings_get_range at Base 2.28.0
+ g_settings_get_string at Base 2.26.0
+ g_settings_get_strv at Base 2.26.0
+ g_settings_get_type at Base 2.26.0
+ g_settings_get_uint64 at Base 2.50.0
+ g_settings_get_uint at Base 2.30.0
+ g_settings_get_user_value at Base 2.40.0
+ g_settings_get_value at Base 2.26.0
+ g_settings_is_writable at Base 2.26.0
+ g_settings_list_children at Base 2.26.0
+ g_settings_list_keys at Base 2.26.0
+ g_settings_list_relocatable_schemas at Base 2.28.0
+ g_settings_list_schemas at Base 2.26.0
+ g_settings_new at Base 2.26.0
+ g_settings_new_full at Base 2.32.0
+ g_settings_new_with_backend at Base 2.26.0
+ g_settings_new_with_backend_and_path at Base 2.26.0
+ g_settings_new_with_path at Base 2.26.0
+ g_settings_range_check at Base 2.28.0
+ g_settings_reset at Base 2.26.0
+ g_settings_revert at Base 2.26.0
+ g_settings_schema_get_id at Base 2.32.0
+ g_settings_schema_get_key at Base 2.40.0
+ g_settings_schema_get_path at Base 2.32.0
+ g_settings_schema_get_type at Base 2.32.0
+ g_settings_schema_has_key at Base 2.40.0
+ g_settings_schema_key_get_default_value at Base 2.40.0
+ g_settings_schema_key_get_description at Base 2.40.0
+ g_settings_schema_key_get_name at Base 2.44.0
+ g_settings_schema_key_get_range at Base 2.40.0
+ g_settings_schema_key_get_summary at Base 2.40.0
+ g_settings_schema_key_get_type at Base 2.40.0
+ g_settings_schema_key_get_value_type at Base 2.40.0
+ g_settings_schema_key_range_check at Base 2.40.0
+ g_settings_schema_key_ref at Base 2.40.0
+ g_settings_schema_key_unref at Base 2.40.0
+ g_settings_schema_list_children at Base 2.44.0
+ g_settings_schema_list_keys at Base 2.46.0
+ g_settings_schema_ref at Base 2.32.0
+ g_settings_schema_source_get_default at Base 2.32.0
+ g_settings_schema_source_get_type at Base 2.32.0
+ g_settings_schema_source_list_schemas at Base 2.40.0
+ g_settings_schema_source_lookup at Base 2.32.0
+ g_settings_schema_source_new_from_directory at Base 2.32.0
+ g_settings_schema_source_ref at Base 2.32.0
+ g_settings_schema_source_unref at Base 2.32.0
+ g_settings_schema_unref at Base 2.32.0
+ g_settings_set at Base 2.26.0
+ g_settings_set_boolean at Base 2.26.0
+ g_settings_set_double at Base 2.26.0
+ g_settings_set_enum at Base 2.26.0
+ g_settings_set_flags at Base 2.26.0
+ g_settings_set_int64 at Base 2.50.0
+ g_settings_set_int at Base 2.26.0
+ g_settings_set_string at Base 2.26.0
+ g_settings_set_strv at Base 2.26.0
+ g_settings_set_uint64 at Base 2.50.0
+ g_settings_set_uint at Base 2.30.0
+ g_settings_set_value at Base 2.26.0
+ g_settings_sync at Base 2.26.0
+ g_settings_unbind at Base 2.26.0
+ g_simple_action_get_type at Base 2.28.0
+ g_simple_action_group_add_entries at Base 2.30.0
+ g_simple_action_group_get_type at Base 2.28.0
+ g_simple_action_group_insert at Base 2.28.0
+ g_simple_action_group_lookup at Base 2.28.0
+ g_simple_action_group_new at Base 2.28.0
+ g_simple_action_group_remove at Base 2.28.0
+ g_simple_action_new at Base 2.28.0
+ g_simple_action_new_stateful at Base 2.28.0
+ g_simple_action_set_enabled at Base 2.28.0
+ g_simple_action_set_state at Base 2.30.0
+ g_simple_action_set_state_hint at Base 2.44.0
+ g_simple_async_report_error_in_idle at Base 2.16.0
+ g_simple_async_report_gerror_in_idle at Base 2.16.0
+ g_simple_async_report_take_gerror_in_idle at Base 2.28.0
+ g_simple_async_result_complete at Base 2.16.0
+ g_simple_async_result_complete_in_idle at Base 2.16.0
+ g_simple_async_result_get_op_res_gboolean at Base 2.16.0
+ g_simple_async_result_get_op_res_gpointer at Base 2.16.0
+ g_simple_async_result_get_op_res_gssize at Base 2.16.0
+ g_simple_async_result_get_source_tag at Base 2.16.0
+ g_simple_async_result_get_type at Base 2.16.0
+ g_simple_async_result_is_valid at Base 2.20.0
+ g_simple_async_result_new at Base 2.16.0
+ g_simple_async_result_new_error at Base 2.16.0
+ g_simple_async_result_new_from_error at Base 2.16.0
+ g_simple_async_result_new_take_error at Base 2.28.0
+ g_simple_async_result_propagate_error at Base 2.16.0
+ g_simple_async_result_run_in_thread at Base 2.16.0
+ g_simple_async_result_set_check_cancellable at Base 2.32.0
+ g_simple_async_result_set_error at Base 2.16.0
+ g_simple_async_result_set_error_va at Base 2.16.0
+ g_simple_async_result_set_from_error at Base 2.16.0
+ g_simple_async_result_set_handle_cancellation at Base 2.16.0
+ g_simple_async_result_set_op_res_gboolean at Base 2.16.0
+ g_simple_async_result_set_op_res_gpointer at Base 2.16.0
+ g_simple_async_result_set_op_res_gssize at Base 2.16.0
+ g_simple_async_result_take_error at Base 2.28.0
+ g_simple_io_stream_get_type at Base 2.44.0
+ g_simple_io_stream_new at Base 2.44.0
+ g_simple_permission_get_type at Base 2.26.0
+ g_simple_permission_new at Base 2.26.0
+ g_simple_proxy_resolver_get_type at Base 2.36.0
+ g_simple_proxy_resolver_new at Base 2.36.0
+ g_simple_proxy_resolver_set_default_proxy at Base 2.36.0
+ g_simple_proxy_resolver_set_ignore_hosts at Base 2.36.0
+ g_simple_proxy_resolver_set_uri_proxy at Base 2.36.0
+ g_socket_accept at Base 2.22.0
+ g_socket_address_enumerator_get_type at Base 2.22.0
+ g_socket_address_enumerator_next at Base 2.22.0
+ g_socket_address_enumerator_next_async at Base 2.22.0
+ g_socket_address_enumerator_next_finish at Base 2.22.0
+ g_socket_address_get_family at Base 2.22.0
+ g_socket_address_get_native_size at Base 2.22.0
+ g_socket_address_get_type at Base 2.22.0
+ g_socket_address_new_from_native at Base 2.22.0
+ g_socket_address_to_native at Base 2.22.0
+ g_socket_bind at Base 2.22.0
+ g_socket_check_connect_result at Base 2.22.0
+ g_socket_client_add_application_proxy at Base 2.26.0
+ g_socket_client_connect at Base 2.22.0
+ g_socket_client_connect_async at Base 2.22.0
+ g_socket_client_connect_finish at Base 2.22.0
+ g_socket_client_connect_to_host at Base 2.22.0
+ g_socket_client_connect_to_host_async at Base 2.22.0
+ g_socket_client_connect_to_host_finish at Base 2.22.0
+ g_socket_client_connect_to_service at Base 2.22.0
+ g_socket_client_connect_to_service_async at Base 2.22.0
+ g_socket_client_connect_to_service_finish at Base 2.22.0
+ g_socket_client_connect_to_uri at Base 2.26.0
+ g_socket_client_connect_to_uri_async at Base 2.26.0
+ g_socket_client_connect_to_uri_finish at Base 2.26.0
+ g_socket_client_event_get_type at Base 2.32.0
+ g_socket_client_get_enable_proxy at Base 2.26.0
+ g_socket_client_get_family at Base 2.22.0
+ g_socket_client_get_local_address at Base 2.22.0
+ g_socket_client_get_protocol at Base 2.22.0
+ g_socket_client_get_proxy_resolver at Base 2.36.0
+ g_socket_client_get_socket_type at Base 2.22.0
+ g_socket_client_get_timeout at Base 2.26.0
+ g_socket_client_get_tls at Base 2.28.0
+ g_socket_client_get_tls_validation_flags at Base 2.28.0
+ g_socket_client_get_type at Base 2.22.0
+ g_socket_client_new at Base 2.22.0
+ g_socket_client_set_enable_proxy at Base 2.26.0
+ g_socket_client_set_family at Base 2.22.0
+ g_socket_client_set_local_address at Base 2.22.0
+ g_socket_client_set_protocol at Base 2.22.0
+ g_socket_client_set_proxy_resolver at Base 2.36.0
+ g_socket_client_set_socket_type at Base 2.22.0
+ g_socket_client_set_timeout at Base 2.26.0
+ g_socket_client_set_tls at Base 2.28.0
+ g_socket_client_set_tls_validation_flags at Base 2.28.0
+ g_socket_close at Base 2.22.0
+ g_socket_condition_check at Base 2.22.0
+ g_socket_condition_timed_wait at Base 2.32.0
+ g_socket_condition_wait at Base 2.22.0
+ g_socket_connect at Base 2.22.0
+ g_socket_connectable_enumerate at Base 2.22.0
+ g_socket_connectable_get_type at Base 2.22.0
+ g_socket_connectable_proxy_enumerate at Base 2.26.0
+ g_socket_connectable_to_string at Base 2.48.0
+ g_socket_connection_connect at Base 2.32.0
+ g_socket_connection_connect_async at Base 2.32.0
+ g_socket_connection_connect_finish at Base 2.32.0
+ g_socket_connection_factory_create_connection at Base 2.22.0
+ g_socket_connection_factory_lookup_type at Base 2.22.0
+ g_socket_connection_factory_register_type at Base 2.22.0
+ g_socket_connection_get_local_address at Base 2.22.0
+ g_socket_connection_get_remote_address at Base 2.22.0
+ g_socket_connection_get_socket at Base 2.22.0
+ g_socket_connection_get_type at Base 2.22.0
+ g_socket_connection_is_connected at Base 2.32.0
+ g_socket_control_message_deserialize at Base 2.22.0
+ g_socket_control_message_get_level at Base 2.22.0
+ g_socket_control_message_get_msg_type at Base 2.22.0
+ g_socket_control_message_get_size at Base 2.22.0
+ g_socket_control_message_get_type at Base 2.22.0
+ g_socket_control_message_serialize at Base 2.22.0
+ g_socket_create_source at Base 2.22.0
+ g_socket_family_get_type at Base 2.22.0
+ g_socket_get_available_bytes at Base 2.32.0
+ g_socket_get_blocking at Base 2.22.0
+ g_socket_get_broadcast at Base 2.32.0
+ g_socket_get_credentials at Base 2.26.0
+ g_socket_get_family at Base 2.22.0
+ g_socket_get_fd at Base 2.22.0
+ g_socket_get_keepalive at Base 2.22.0
+ g_socket_get_listen_backlog at Base 2.22.0
+ g_socket_get_local_address at Base 2.22.0
+ g_socket_get_multicast_loopback at Base 2.32.0
+ g_socket_get_multicast_ttl at Base 2.32.0
+ g_socket_get_option at Base 2.36.0
+ g_socket_get_protocol at Base 2.22.0
+ g_socket_get_remote_address at Base 2.22.0
+ g_socket_get_socket_type at Base 2.22.0
+ g_socket_get_timeout at Base 2.26.0
+ g_socket_get_ttl at Base 2.32.0
+ g_socket_get_type at Base 2.22.0
+ g_socket_is_closed at Base 2.22.0
+ g_socket_is_connected at Base 2.22.0
+ g_socket_join_multicast_group at Base 2.32.0
+ g_socket_join_multicast_group_ssm at Base 2.56.0
+ g_socket_leave_multicast_group at Base 2.32.0
+ g_socket_leave_multicast_group_ssm at Base 2.56.0
+ g_socket_listen at Base 2.22.0
+ g_socket_listener_accept at Base 2.22.0
+ g_socket_listener_accept_async at Base 2.22.0
+ g_socket_listener_accept_finish at Base 2.22.0
+ g_socket_listener_accept_socket at Base 2.22.0
+ g_socket_listener_accept_socket_async at Base 2.22.0
+ g_socket_listener_accept_socket_finish at Base 2.22.0
+ g_socket_listener_add_address at Base 2.22.0
+ g_socket_listener_add_any_inet_port at Base 2.24.0
+ g_socket_listener_add_inet_port at Base 2.22.0
+ g_socket_listener_add_socket at Base 2.22.0
+ g_socket_listener_close at Base 2.22.0
+ g_socket_listener_event_get_type at Base 2.46.0
+ g_socket_listener_get_type at Base 2.22.0
+ g_socket_listener_new at Base 2.22.0
+ g_socket_listener_set_backlog at Base 2.22.0
+ g_socket_msg_flags_get_type at Base 2.22.0
+ g_socket_new at Base 2.22.0
+ g_socket_new_from_fd at Base 2.22.0
+ g_socket_protocol_get_type at Base 2.22.0
+ g_socket_receive at Base 2.22.0
+ g_socket_receive_bytes at Base 2.79.0
+ g_socket_receive_bytes_from at Base 2.79.0
+ g_socket_receive_from at Base 2.22.0
+ g_socket_receive_message at Base 2.22.0
+ g_socket_receive_messages at Base 2.48.0
+ g_socket_receive_with_blocking at Base 2.26.0
+ g_socket_send at Base 2.22.0
+ g_socket_send_message at Base 2.22.0
+ g_socket_send_message_with_timeout at Base 2.60.0
+ g_socket_send_messages at Base 2.44.0
+ g_socket_send_to at Base 2.22.0
+ g_socket_send_with_blocking at Base 2.26.0
+ g_socket_service_get_type at Base 2.22.0
+ g_socket_service_is_active at Base 2.22.0
+ g_socket_service_new at Base 2.22.0
+ g_socket_service_start at Base 2.22.0
+ g_socket_service_stop at Base 2.22.0
+ g_socket_set_blocking at Base 2.22.0
+ g_socket_set_broadcast at Base 2.32.0
+ g_socket_set_keepalive at Base 2.22.0
+ g_socket_set_listen_backlog at Base 2.22.0
+ g_socket_set_multicast_loopback at Base 2.32.0
+ g_socket_set_multicast_ttl at Base 2.32.0
+ g_socket_set_option at Base 2.36.0
+ g_socket_set_timeout at Base 2.26.0
+ g_socket_set_ttl at Base 2.32.0
+ g_socket_shutdown at Base 2.22.0
+ g_socket_speaks_ipv4 at Base 2.22.0
+ g_socket_type_get_type at Base 2.22.0
+ g_srv_target_copy at Base 2.22.0
+ g_srv_target_free at Base 2.22.0
+ g_srv_target_get_hostname at Base 2.22.0
+ g_srv_target_get_port at Base 2.22.0
+ g_srv_target_get_priority at Base 2.22.0
+ g_srv_target_get_type at Base 2.22.0
+ g_srv_target_get_weight at Base 2.22.0
+ g_srv_target_list_sort at Base 2.22.0
+ g_srv_target_new at Base 2.22.0
+ g_static_resource_fini at Base 2.32.0
+ g_static_resource_get_resource at Base 2.32.0
+ g_static_resource_init at Base 2.32.0
+ g_subprocess_communicate at Base 2.40.0
+ g_subprocess_communicate_async at Base 2.40.0
+ g_subprocess_communicate_finish at Base 2.40.0
+ g_subprocess_communicate_utf8 at Base 2.40.0
+ g_subprocess_communicate_utf8_async at Base 2.40.0
+ g_subprocess_communicate_utf8_finish at Base 2.40.0
+ g_subprocess_flags_get_type at Base 2.40.0
+ g_subprocess_force_exit at Base 2.40.0
+ g_subprocess_get_exit_status at Base 2.40.0
+ g_subprocess_get_identifier at Base 2.40.0
+ g_subprocess_get_if_exited at Base 2.40.0
+ g_subprocess_get_if_signaled at Base 2.40.0
+ g_subprocess_get_status at Base 2.40.0
+ g_subprocess_get_stderr_pipe at Base 2.40.0
+ g_subprocess_get_stdin_pipe at Base 2.40.0
+ g_subprocess_get_stdout_pipe at Base 2.40.0
+ g_subprocess_get_successful at Base 2.40.0
+ g_subprocess_get_term_sig at Base 2.40.0
+ g_subprocess_get_type at Base 2.40.0
+ g_subprocess_launcher_close at Base 2.68.0
+ g_subprocess_launcher_get_type at Base 2.40.0
+ g_subprocess_launcher_getenv at Base 2.40.0
+ g_subprocess_launcher_new at Base 2.40.0
+ g_subprocess_launcher_set_child_setup at Base 2.40.0
+ g_subprocess_launcher_set_cwd at Base 2.40.0
+ g_subprocess_launcher_set_environ at Base 2.40.0
+ g_subprocess_launcher_set_flags at Base 2.40.0
+ g_subprocess_launcher_set_stderr_file_path at Base 2.40.0
+ g_subprocess_launcher_set_stdin_file_path at Base 2.40.0
+ g_subprocess_launcher_set_stdout_file_path at Base 2.40.0
+ g_subprocess_launcher_setenv at Base 2.40.0
+ g_subprocess_launcher_spawn at Base 2.40.0
+ g_subprocess_launcher_spawnv at Base 2.40.0
+ g_subprocess_launcher_take_fd at Base 2.40.0
+ g_subprocess_launcher_take_stderr_fd at Base 2.40.0
+ g_subprocess_launcher_take_stdin_fd at Base 2.40.0
+ g_subprocess_launcher_take_stdout_fd at Base 2.40.0
+ g_subprocess_launcher_unsetenv at Base 2.40.0
+ g_subprocess_new at Base 2.40.0
+ g_subprocess_newv at Base 2.40.0
+ g_subprocess_send_signal at Base 2.40.0
+ g_subprocess_wait at Base 2.40.0
+ g_subprocess_wait_async at Base 2.40.0
+ g_subprocess_wait_check at Base 2.40.0
+ g_subprocess_wait_check_async at Base 2.40.0
+ g_subprocess_wait_check_finish at Base 2.40.0
+ g_subprocess_wait_finish at Base 2.40.0
+ g_task_attach_source at Base 2.36.0
+ g_task_get_cancellable at Base 2.36.0
+ g_task_get_check_cancellable at Base 2.36.0
+ g_task_get_completed at Base 2.44.0
+ g_task_get_context at Base 2.36.0
+ g_task_get_name at Base 2.60.0
+ g_task_get_priority at Base 2.36.0
+ g_task_get_return_on_cancel at Base 2.36.0
+ g_task_get_source_object at Base 2.36.0
+ g_task_get_source_tag at Base 2.36.0
+ g_task_get_task_data at Base 2.36.0
+ g_task_get_type at Base 2.36.0
+ g_task_had_error at Base 2.36.0
+ g_task_is_valid at Base 2.36.0
+ g_task_new at Base 2.36.0
+ g_task_propagate_boolean at Base 2.36.0
+ g_task_propagate_int at Base 2.36.0
+ g_task_propagate_pointer at Base 2.36.0
+ g_task_propagate_value at Base 2.64.0
+ g_task_report_error at Base 2.36.0
+ g_task_report_new_error at Base 2.36.0
+ g_task_return_boolean at Base 2.36.0
+ g_task_return_error at Base 2.36.0
+ g_task_return_error_if_cancelled at Base 2.36.0
+ g_task_return_int at Base 2.36.0
+ g_task_return_new_error at Base 2.36.0
+ g_task_return_new_error_literal at Base 2.79.0
+ g_task_return_pointer at Base 2.36.0
+ g_task_return_prefixed_error at Base 2.79.0
+ g_task_return_value at Base 2.64.0
+ g_task_run_in_thread at Base 2.36.0
+ g_task_run_in_thread_sync at Base 2.36.0
+ g_task_set_check_cancellable at Base 2.36.0
+ g_task_set_name at Base 2.60.0
+ g_task_set_priority at Base 2.36.0
+ g_task_set_return_on_cancel at Base 2.36.0
+ g_task_set_source_tag at Base 2.36.0
+ g_task_set_static_name at Base 2.75.0
+ g_task_set_task_data at Base 2.36.0
+ g_tcp_connection_get_graceful_disconnect at Base 2.22.0
+ g_tcp_connection_get_type at Base 2.22.0
+ g_tcp_connection_set_graceful_disconnect at Base 2.22.0
+ g_tcp_wrapper_connection_get_base_io_stream at Base 2.28.0
+ g_tcp_wrapper_connection_get_type at Base 2.28.0
+ g_tcp_wrapper_connection_new at Base 2.28.0
+ g_test_dbus_add_service_dir at Base 2.34.0
+ g_test_dbus_down at Base 2.34.0
+ g_test_dbus_flags_get_type at Base 2.34.0
+ g_test_dbus_get_bus_address at Base 2.34.0
+ g_test_dbus_get_flags at Base 2.34.0
+ g_test_dbus_get_type at Base 2.34.0
+ g_test_dbus_new at Base 2.34.0
+ g_test_dbus_stop at Base 2.34.0
+ g_test_dbus_unset at Base 2.34.0
+ g_test_dbus_up at Base 2.34.0
+ g_themed_icon_append_name at Base 2.16.0
+ g_themed_icon_get_names at Base 2.16.0
+ g_themed_icon_get_type at Base 2.16.0
+ g_themed_icon_new at Base 2.16.0
+ g_themed_icon_new_from_names at Base 2.16.0
+ g_themed_icon_new_with_default_fallbacks at Base 2.16.0
+ g_themed_icon_prepend_name at Base 2.18.0
+ g_threaded_resolver_get_type at Base 2.22.0
+ g_threaded_socket_service_get_type at Base 2.22.0
+ g_threaded_socket_service_new at Base 2.22.0
+ g_tls_authentication_mode_get_type at Base 2.28.0
+ g_tls_backend_get_certificate_type at Base 2.28.0
+ g_tls_backend_get_client_connection_type at Base 2.28.0
+ g_tls_backend_get_default at Base 2.28.0
+ g_tls_backend_get_default_database at Base 2.30.0
+ g_tls_backend_get_dtls_client_connection_type at Base 2.48.0
+ g_tls_backend_get_dtls_server_connection_type at Base 2.48.0
+ g_tls_backend_get_file_database_type at Base 2.30.0
+ g_tls_backend_get_server_connection_type at Base 2.28.0
+ g_tls_backend_get_type at Base 2.28.0
+ g_tls_backend_set_default_database at Base 2.60.0
+ g_tls_backend_supports_dtls at Base 2.48.0
+ g_tls_backend_supports_tls at Base 2.28.0
+ g_tls_certificate_flags_get_type at Base 2.28.0
+ g_tls_certificate_get_dns_names at Base 2.70.0
+ g_tls_certificate_get_ip_addresses at Base 2.70.0
+ g_tls_certificate_get_issuer at Base 2.28.0
+ g_tls_certificate_get_issuer_name at Base 2.70.0
+ g_tls_certificate_get_not_valid_after at Base 2.70.0
+ g_tls_certificate_get_not_valid_before at Base 2.70.0
+ g_tls_certificate_get_subject_name at Base 2.70.0
+ g_tls_certificate_get_type at Base 2.28.0
+ g_tls_certificate_is_same at Base 2.34.0
+ g_tls_certificate_list_new_from_file at Base 2.28.0
+ g_tls_certificate_new_from_file at Base 2.28.0
+ g_tls_certificate_new_from_file_with_password at Base 2.72.0
+ g_tls_certificate_new_from_files at Base 2.28.0
+ g_tls_certificate_new_from_pem at Base 2.28.0
+ g_tls_certificate_new_from_pkcs11_uris at Base 2.68.0
+ g_tls_certificate_new_from_pkcs12 at Base 2.72.0
+ g_tls_certificate_request_flags_get_type at Base 2.40.0
+ g_tls_certificate_verify at Base 2.28.0
+ g_tls_channel_binding_error_get_type at Base 2.66.0
+ g_tls_channel_binding_error_quark at Base 2.66.0
+ g_tls_channel_binding_type_get_type at Base 2.66.0
+ g_tls_client_connection_copy_session_state at Base 2.46.0
+ g_tls_client_connection_get_accepted_cas at Base 2.28.0
+ g_tls_client_connection_get_server_identity at Base 2.28.0
+ g_tls_client_connection_get_type at Base 2.28.0
+ g_tls_client_connection_get_use_ssl3 at Base 2.28.0
+ g_tls_client_connection_get_validation_flags at Base 2.28.0
+ g_tls_client_connection_new at Base 2.28.0
+ g_tls_client_connection_set_server_identity at Base 2.28.0
+ g_tls_client_connection_set_use_ssl3 at Base 2.28.0
+ g_tls_client_connection_set_validation_flags at Base 2.28.0
+ g_tls_connection_emit_accept_certificate at Base 2.28.0
+ g_tls_connection_get_certificate at Base 2.28.0
+ g_tls_connection_get_channel_binding_data at Base 2.66.0
+ g_tls_connection_get_ciphersuite_name at Base 2.70.0
+ g_tls_connection_get_database at Base 2.30.0
+ g_tls_connection_get_interaction at Base 2.30.0
+ g_tls_connection_get_negotiated_protocol at Base 2.60.0
+ g_tls_connection_get_peer_certificate at Base 2.28.0
+ g_tls_connection_get_peer_certificate_errors at Base 2.28.0
+ g_tls_connection_get_protocol_version at Base 2.70.0
+ g_tls_connection_get_rehandshake_mode at Base 2.28.0
+ g_tls_connection_get_require_close_notify at Base 2.28.0
+ g_tls_connection_get_type at Base 2.28.0
+ g_tls_connection_get_use_system_certdb at Base 2.28.0
+ g_tls_connection_handshake at Base 2.28.0
+ g_tls_connection_handshake_async at Base 2.28.0
+ g_tls_connection_handshake_finish at Base 2.28.0
+ g_tls_connection_set_advertised_protocols at Base 2.60.0
+ g_tls_connection_set_certificate at Base 2.28.0
+ g_tls_connection_set_database at Base 2.30.0
+ g_tls_connection_set_interaction at Base 2.30.0
+ g_tls_connection_set_rehandshake_mode at Base 2.28.0
+ g_tls_connection_set_require_close_notify at Base 2.28.0
+ g_tls_connection_set_use_system_certdb at Base 2.28.0
+ g_tls_database_create_certificate_handle at Base 2.30.0
+ g_tls_database_get_type at Base 2.30.0
+ g_tls_database_lookup_certificate_for_handle at Base 2.30.0
+ g_tls_database_lookup_certificate_for_handle_async at Base 2.30.0
+ g_tls_database_lookup_certificate_for_handle_finish at Base 2.30.0
+ g_tls_database_lookup_certificate_issuer at Base 2.30.0
+ g_tls_database_lookup_certificate_issuer_async at Base 2.30.0
+ g_tls_database_lookup_certificate_issuer_finish at Base 2.30.0
+ g_tls_database_lookup_certificates_issued_by at Base 2.30.0
+ g_tls_database_lookup_certificates_issued_by_async at Base 2.30.0
+ g_tls_database_lookup_certificates_issued_by_finish at Base 2.30.0
+ g_tls_database_lookup_flags_get_type at Base 2.30.0
+ g_tls_database_verify_chain at Base 2.30.0
+ g_tls_database_verify_chain_async at Base 2.30.0
+ g_tls_database_verify_chain_finish at Base 2.30.0
+ g_tls_database_verify_flags_get_type at Base 2.30.0
+ g_tls_error_get_type at Base 2.28.0
+ g_tls_error_quark at Base 2.28.0
+ g_tls_file_database_get_type at Base 2.30.0
+ g_tls_file_database_new at Base 2.30.0
+ g_tls_interaction_ask_password at Base 2.30.0
+ g_tls_interaction_ask_password_async at Base 2.30.0
+ g_tls_interaction_ask_password_finish at Base 2.30.0
+ g_tls_interaction_get_type at Base 2.30.0
+ g_tls_interaction_invoke_ask_password at Base 2.30.0
+ g_tls_interaction_invoke_request_certificate at Base 2.40.0
+ g_tls_interaction_request_certificate at Base 2.40.0
+ g_tls_interaction_request_certificate_async at Base 2.40.0
+ g_tls_interaction_request_certificate_finish at Base 2.40.0
+ g_tls_interaction_result_get_type at Base 2.30.0
+ g_tls_password_flags_get_type at Base 2.30.0
+ g_tls_password_get_description at Base 2.30.0
+ g_tls_password_get_flags at Base 2.30.0
+ g_tls_password_get_type at Base 2.30.0
+ g_tls_password_get_value at Base 2.30.0
+ g_tls_password_get_warning at Base 2.30.0
+ g_tls_password_new at Base 2.30.0
+ g_tls_password_set_description at Base 2.30.0
+ g_tls_password_set_flags at Base 2.30.0
+ g_tls_password_set_value at Base 2.30.0
+ g_tls_password_set_value_full at Base 2.30.0
+ g_tls_password_set_warning at Base 2.30.0
+ g_tls_protocol_version_get_type at Base 2.70.0
+ g_tls_rehandshake_mode_get_type at Base 2.28.0
+ g_tls_server_connection_get_type at Base 2.28.0
+ g_tls_server_connection_new at Base 2.28.0
+ g_unix_connection_get_type at Base 2.22.0
+ g_unix_connection_receive_credentials at Base 2.26.0
+ g_unix_connection_receive_credentials_async at Base 2.32.0
+ g_unix_connection_receive_credentials_finish at Base 2.32.0
+ g_unix_connection_receive_fd at Base 2.22.0
+ g_unix_connection_send_credentials at Base 2.26.0
+ g_unix_connection_send_credentials_async at Base 2.32.0
+ g_unix_connection_send_credentials_finish at Base 2.32.0
+ g_unix_connection_send_fd at Base 2.22.0
+ g_unix_credentials_message_get_credentials at Base 2.26.0
+ g_unix_credentials_message_get_type at Base 2.26.0
+ g_unix_credentials_message_is_supported at Base 2.26.0
+ g_unix_credentials_message_new at Base 2.26.0
+ g_unix_credentials_message_new_with_credentials at Base 2.26.0
+ g_unix_fd_list_append at Base 2.24.0
+ g_unix_fd_list_get at Base 2.24.0
+ g_unix_fd_list_get_length at Base 2.24.0
+ g_unix_fd_list_get_type at Base 2.24.0
+ g_unix_fd_list_new at Base 2.24.0
+ g_unix_fd_list_new_from_array at Base 2.24.0
+ g_unix_fd_list_peek_fds at Base 2.24.0
+ g_unix_fd_list_steal_fds at Base 2.24.0
+ g_unix_fd_message_append_fd at Base 2.22.0
+ g_unix_fd_message_get_fd_list at Base 2.24.0
+ g_unix_fd_message_get_type at Base 2.22.0
+ g_unix_fd_message_new at Base 2.22.0
+ g_unix_fd_message_new_with_fd_list at Base 2.24.0
+ g_unix_fd_message_steal_fds at Base 2.22.0
+ g_unix_input_stream_get_close_fd at Base 2.20.0
+ g_unix_input_stream_get_fd at Base 2.20.0
+ g_unix_input_stream_get_type at Base 2.16.0
+ g_unix_input_stream_new at Base 2.16.0
+ g_unix_input_stream_set_close_fd at Base 2.20.0
+ g_unix_is_mount_path_system_internal at Base 2.16.0
+ g_unix_is_system_device_path at Base 2.56.0
+ g_unix_is_system_fs_type at Base 2.56.0
+ g_unix_mount_at at Base 2.16.0
+ g_unix_mount_compare at Base 2.16.0
+ g_unix_mount_copy at Base 2.54.0
+ g_unix_mount_entry_get_type at Base 2.54.0
+ g_unix_mount_for at Base 2.52.0
+ g_unix_mount_free at Base 2.16.0
+ g_unix_mount_get_device_path at Base 2.16.0
+ g_unix_mount_get_fs_type at Base 2.16.0
+ g_unix_mount_get_mount_path at Base 2.16.0
+ g_unix_mount_get_options at Base 2.58.0
+ g_unix_mount_get_root_path at Base 2.60.0
+ g_unix_mount_guess_can_eject at Base 2.16.0
+ g_unix_mount_guess_icon at Base 2.16.0
+ g_unix_mount_guess_name at Base 2.16.0
+ g_unix_mount_guess_should_display at Base 2.16.0
+ g_unix_mount_guess_symbolic_icon at Base 2.34.0
+ g_unix_mount_is_readonly at Base 2.16.0
+ g_unix_mount_is_system_internal at Base 2.16.0
+ g_unix_mount_monitor_get at Base 2.44.0
+ g_unix_mount_monitor_get_type at Base 2.16.0
+ g_unix_mount_monitor_new at Base 2.16.0
+ g_unix_mount_monitor_set_rate_limit at Base 2.18.0
+ g_unix_mount_point_at at Base 2.66.0
+ g_unix_mount_point_compare at Base 2.16.0
+ g_unix_mount_point_copy at Base 2.54.0
+ g_unix_mount_point_free at Base 2.16.0
+ g_unix_mount_point_get_device_path at Base 2.16.0
+ g_unix_mount_point_get_fs_type at Base 2.16.0
+ g_unix_mount_point_get_mount_path at Base 2.16.0
+ g_unix_mount_point_get_options at Base 2.32.0
+ g_unix_mount_point_get_type at Base 2.54.0
+ g_unix_mount_point_guess_can_eject at Base 2.16.0
+ g_unix_mount_point_guess_icon at Base 2.16.0
+ g_unix_mount_point_guess_name at Base 2.16.0
+ g_unix_mount_point_guess_symbolic_icon at Base 2.34.0
+ g_unix_mount_point_is_loopback at Base 2.16.0
+ g_unix_mount_point_is_readonly at Base 2.16.0
+ g_unix_mount_point_is_user_mountable at Base 2.16.0
+ g_unix_mount_points_changed_since at Base 2.16.0
+ g_unix_mount_points_get at Base 2.16.0
+ g_unix_mounts_changed_since at Base 2.16.0
+ g_unix_mounts_get at Base 2.16.0
+ g_unix_output_stream_get_close_fd at Base 2.20.0
+ g_unix_output_stream_get_fd at Base 2.20.0
+ g_unix_output_stream_get_type at Base 2.16.0
+ g_unix_output_stream_new at Base 2.16.0
+ g_unix_output_stream_set_close_fd at Base 2.20.0
+ g_unix_socket_address_abstract_names_supported at Base 2.22.0
+ g_unix_socket_address_get_address_type at Base 2.26.0
+ g_unix_socket_address_get_is_abstract at Base 2.22.0
+ g_unix_socket_address_get_path at Base 2.22.0
+ g_unix_socket_address_get_path_len at Base 2.22.0
+ g_unix_socket_address_get_type at Base 2.22.0
+ g_unix_socket_address_new at Base 2.22.0
+ g_unix_socket_address_new_abstract at Base 2.22.0
+ g_unix_socket_address_new_with_type at Base 2.26.0
+ g_unix_socket_address_type_get_type at Base 2.26.0
+ g_vfs_get_default at Base 2.16.0
+ g_vfs_get_file_for_path at Base 2.16.0
+ g_vfs_get_file_for_uri at Base 2.16.0
+ g_vfs_get_local at Base 2.16.0
+ g_vfs_get_supported_uri_schemes at Base 2.16.0
+ g_vfs_get_type at Base 2.16.0
+ g_vfs_is_active at Base 2.16.0
+ g_vfs_parse_name at Base 2.16.0
+ g_vfs_register_uri_scheme at Base 2.50.0
+ g_vfs_unregister_uri_scheme at Base 2.50.0
+ g_volume_can_eject at Base 2.16.0
+ g_volume_can_mount at Base 2.16.0
+ g_volume_eject at Base 2.16.0
+ g_volume_eject_finish at Base 2.16.0
+ g_volume_eject_with_operation at Base 2.22.0
+ g_volume_eject_with_operation_finish at Base 2.22.0
+ g_volume_enumerate_identifiers at Base 2.16.0
+ g_volume_get_activation_root at Base 2.18.0
+ g_volume_get_drive at Base 2.16.0
+ g_volume_get_icon at Base 2.16.0
+ g_volume_get_identifier at Base 2.16.0
+ g_volume_get_mount at Base 2.16.0
+ g_volume_get_name at Base 2.16.0
+ g_volume_get_sort_key at Base 2.32.0
+ g_volume_get_symbolic_icon at Base 2.34.0
+ g_volume_get_type at Base 2.16.0
+ g_volume_get_uuid at Base 2.16.0
+ g_volume_monitor_adopt_orphan_mount at Base 2.16.0
+ g_volume_monitor_get at Base 2.16.0
+ g_volume_monitor_get_connected_drives at Base 2.16.0
+ g_volume_monitor_get_mount_for_uuid at Base 2.16.0
+ g_volume_monitor_get_mounts at Base 2.16.0
+ g_volume_monitor_get_type at Base 2.16.0
+ g_volume_monitor_get_volume_for_uuid at Base 2.16.0
+ g_volume_monitor_get_volumes at Base 2.16.0
+ g_volume_mount at Base 2.16.0
+ g_volume_mount_finish at Base 2.16.0
+ g_volume_should_automount at Base 2.16.0
+ g_zlib_compressor_format_get_type at Base 2.24.0
+ g_zlib_compressor_get_file_info at Base 2.26.0
+ g_zlib_compressor_get_type at Base 2.24.0
+ g_zlib_compressor_new at Base 2.24.0
+ g_zlib_compressor_set_file_info at Base 2.26.0
+ g_zlib_decompressor_get_file_info at Base 2.26.0
+ g_zlib_decompressor_get_type at Base 2.24.0
+ g_zlib_decompressor_new at Base 2.24.0
+libglib-2.0.so.0 libglib2.0-0t64 #MINVER#
+* Build-Depends-Package: libglib2.0-dev
+ __glib_assert_msg at Base 2.38.0
+ g_access at Base 2.12.0
+ g_aligned_alloc0 at Base 2.72.0
+ g_aligned_alloc at Base 2.72.0
+ g_aligned_free at Base 2.72.0
+ g_aligned_free_sized at Base 2.75.3
+ g_allocator_free at Base 2.12.0
+ g_allocator_new at Base 2.12.0
+ g_array_append_vals at Base 2.12.0
+ g_array_binary_search at Base 2.62.0
+ g_array_copy at Base 2.62.0
+ g_array_free at Base 2.12.0
+ g_array_get_element_size at Base 2.22.0
+ g_array_insert_vals at Base 2.12.0
+ g_array_new at Base 2.12.0
+ g_array_new_take at Base 2.75.2
+ g_array_new_take_zero_terminated at Base 2.75.2
+ g_array_prepend_vals at Base 2.12.0
+ g_array_ref at Base 2.22.0
+ g_array_remove_index at Base 2.12.0
+ g_array_remove_index_fast at Base 2.12.0
+ g_array_remove_range at Base 2.12.0
+ g_array_set_clear_func at Base 2.32.0
+ g_array_set_size at Base 2.12.0
+ g_array_sized_new at Base 2.12.0
+ g_array_sort at Base 2.12.0
+ g_array_sort_with_data at Base 2.12.0
+ g_array_steal at Base 2.64.0
+ g_array_unref at Base 2.22.0
+ g_ascii_digit_value at Base 2.12.0
+ g_ascii_dtostr at Base 2.12.0
+ g_ascii_formatd at Base 2.12.0
+ g_ascii_strcasecmp at Base 2.12.0
+ g_ascii_strdown at Base 2.12.0
+ g_ascii_string_to_signed at Base 2.54.0
+ g_ascii_string_to_unsigned at Base 2.54.0
+ g_ascii_strncasecmp at Base 2.12.0
+ g_ascii_strtod at Base 2.12.0
+ g_ascii_strtoll at Base 2.12.0
+ g_ascii_strtoull at Base 2.12.0
+ g_ascii_strup at Base 2.12.0
+ g_ascii_table at Base 2.12.0
+ g_ascii_tolower at Base 2.12.0
+ g_ascii_toupper at Base 2.12.0
+ g_ascii_xdigit_value at Base 2.12.0
+ g_assert_warning at Base 2.12.0
+ g_assertion_message at Base 2.16.0
+ g_assertion_message_cmpint at Base 2.77.0
+ g_assertion_message_cmpnum at Base 2.16.0
+ g_assertion_message_cmpstr at Base 2.16.0
+ g_assertion_message_cmpstrv at Base 2.68.0
+ g_assertion_message_error at Base 2.20.0
+ g_assertion_message_expr at Base 2.16.0
+ g_async_queue_length at Base 2.12.0
+ g_async_queue_length_unlocked at Base 2.12.0
+ g_async_queue_lock at Base 2.12.0
+ g_async_queue_new at Base 2.12.0
+ g_async_queue_new_full at Base 2.16.0
+ g_async_queue_pop at Base 2.12.0
+ g_async_queue_pop_unlocked at Base 2.12.0
+ g_async_queue_push at Base 2.12.0
+ g_async_queue_push_front at Base 2.46.0
+ g_async_queue_push_front_unlocked at Base 2.46.0
+ g_async_queue_push_sorted at Base 2.12.0
+ g_async_queue_push_sorted_unlocked at Base 2.12.0
+ g_async_queue_push_unlocked at Base 2.12.0
+ g_async_queue_ref at Base 2.12.0
+ g_async_queue_ref_unlocked at Base 2.12.0
+ g_async_queue_remove at Base 2.46.0
+ g_async_queue_remove_unlocked at Base 2.46.0
+ g_async_queue_sort at Base 2.12.0
+ g_async_queue_sort_unlocked at Base 2.12.0
+ g_async_queue_timed_pop at Base 2.12.0
+ g_async_queue_timed_pop_unlocked at Base 2.12.0
+ g_async_queue_timeout_pop at Base 2.32.0
+ g_async_queue_timeout_pop_unlocked at Base 2.32.0
+ g_async_queue_try_pop at Base 2.12.0
+ g_async_queue_try_pop_unlocked at Base 2.12.0
+ g_async_queue_unlock at Base 2.12.0
+ g_async_queue_unref at Base 2.12.0
+ g_async_queue_unref_and_unlock at Base 2.12.0
+ g_atexit at Base 2.12.0
+ g_atomic_int_add at Base 2.12.0
+ g_atomic_int_and at Base 2.30.0
+ g_atomic_int_compare_and_exchange at Base 2.12.0
+ g_atomic_int_compare_and_exchange_full at Base 2.74.0
+ g_atomic_int_dec_and_test at Base 2.30.0
+ g_atomic_int_exchange at Base 2.74.0
+ g_atomic_int_exchange_and_add at Base 2.12.0
+ g_atomic_int_get at Base 2.12.0
+ g_atomic_int_inc at Base 2.30.0
+ g_atomic_int_or at Base 2.30.0
+ g_atomic_int_set at Base 2.12.0
+ g_atomic_int_xor at Base 2.30.0
+ g_atomic_pointer_add at Base 2.30.0
+ g_atomic_pointer_and at Base 2.30.0
+ g_atomic_pointer_compare_and_exchange at Base 2.12.0
+ g_atomic_pointer_compare_and_exchange_full at Base 2.74.0
+ g_atomic_pointer_exchange at Base 2.74.0
+ g_atomic_pointer_get at Base 2.12.0
+ g_atomic_pointer_or at Base 2.30.0
+ g_atomic_pointer_set at Base 2.12.0
+ g_atomic_pointer_xor at Base 2.30.0
+ g_atomic_rc_box_acquire at Base 2.58.0
+ g_atomic_rc_box_alloc0 at Base 2.58.0
+ g_atomic_rc_box_alloc at Base 2.58.0
+ g_atomic_rc_box_dup at Base 2.58.0
+ g_atomic_rc_box_get_size at Base 2.58.0
+ g_atomic_rc_box_release at Base 2.58.0
+ g_atomic_rc_box_release_full at Base 2.58.0
+ g_atomic_ref_count_compare at Base 2.58.0
+ g_atomic_ref_count_dec at Base 2.58.0
+ g_atomic_ref_count_inc at Base 2.58.0
+ g_atomic_ref_count_init at Base 2.58.0
+ g_base64_decode at Base 2.12.0
+ g_base64_decode_inplace at Base 2.20.0
+ g_base64_decode_step at Base 2.12.0
+ g_base64_encode at Base 2.12.0
+ g_base64_encode_close at Base 2.12.0
+ g_base64_encode_step at Base 2.12.0
+ g_basename at Base 2.12.0
+ g_bit_lock at Base 2.24.0
+ g_bit_nth_lsf at Base 2.12.0
+ g_bit_nth_msf at Base 2.12.0
+ g_bit_storage at Base 2.12.0
+ g_bit_trylock at Base 2.24.0
+ g_bit_unlock at Base 2.24.0
+ g_blow_chunks at Base 2.12.0
+ g_bookmark_file_add_application at Base 2.12.0
+ g_bookmark_file_add_group at Base 2.12.0
+ g_bookmark_file_copy at Base 2.75.0
+ g_bookmark_file_error_quark at Base 2.12.0
+ g_bookmark_file_free at Base 2.12.0
+ g_bookmark_file_get_added at Base 2.12.0
+ g_bookmark_file_get_added_date_time at Base 2.66.0
+ g_bookmark_file_get_app_info at Base 2.12.0
+ g_bookmark_file_get_application_info at Base 2.66.0
+ g_bookmark_file_get_applications at Base 2.12.0
+ g_bookmark_file_get_description at Base 2.12.0
+ g_bookmark_file_get_groups at Base 2.12.0
+ g_bookmark_file_get_icon at Base 2.12.0
+ g_bookmark_file_get_is_private at Base 2.12.0
+ g_bookmark_file_get_mime_type at Base 2.12.0
+ g_bookmark_file_get_modified at Base 2.12.0
+ g_bookmark_file_get_modified_date_time at Base 2.66.0
+ g_bookmark_file_get_size at Base 2.12.0
+ g_bookmark_file_get_title at Base 2.12.0
+ g_bookmark_file_get_uris at Base 2.12.0
+ g_bookmark_file_get_visited at Base 2.12.0
+ g_bookmark_file_get_visited_date_time at Base 2.66.0
+ g_bookmark_file_has_application at Base 2.12.0
+ g_bookmark_file_has_group at Base 2.12.0
+ g_bookmark_file_has_item at Base 2.12.0
+ g_bookmark_file_load_from_data at Base 2.12.0
+ g_bookmark_file_load_from_data_dirs at Base 2.12.0
+ g_bookmark_file_load_from_file at Base 2.12.0
+ g_bookmark_file_move_item at Base 2.12.0
+ g_bookmark_file_new at Base 2.12.0
+ g_bookmark_file_remove_application at Base 2.12.0
+ g_bookmark_file_remove_group at Base 2.12.0
+ g_bookmark_file_remove_item at Base 2.12.0
+ g_bookmark_file_set_added at Base 2.12.0
+ g_bookmark_file_set_added_date_time at Base 2.66.0
+ g_bookmark_file_set_app_info at Base 2.12.0
+ g_bookmark_file_set_application_info at Base 2.66.0
+ g_bookmark_file_set_description at Base 2.12.0
+ g_bookmark_file_set_groups at Base 2.12.0
+ g_bookmark_file_set_icon at Base 2.12.0
+ g_bookmark_file_set_is_private at Base 2.12.0
+ g_bookmark_file_set_mime_type at Base 2.12.0
+ g_bookmark_file_set_modified at Base 2.12.0
+ g_bookmark_file_set_modified_date_time at Base 2.66.0
+ g_bookmark_file_set_title at Base 2.12.0
+ g_bookmark_file_set_visited at Base 2.12.0
+ g_bookmark_file_set_visited_date_time at Base 2.66.0
+ g_bookmark_file_to_data at Base 2.12.0
+ g_bookmark_file_to_file at Base 2.12.0
+ g_build_filename at Base 2.12.0
+ g_build_filename_valist at Base 2.56.0
+ g_build_filenamev at Base 2.12.0
+ g_build_path at Base 2.12.0
+ g_build_pathv at Base 2.12.0
+ g_byte_array_append at Base 2.12.0
+ g_byte_array_free at Base 2.12.0
+ g_byte_array_free_to_bytes at Base 2.32.0
+ g_byte_array_new at Base 2.12.0
+ g_byte_array_new_take at Base 2.32.0
+ g_byte_array_prepend at Base 2.12.0
+ g_byte_array_ref at Base 2.22.0
+ g_byte_array_remove_index at Base 2.12.0
+ g_byte_array_remove_index_fast at Base 2.12.0
+ g_byte_array_remove_range at Base 2.12.0
+ g_byte_array_set_size at Base 2.12.0
+ g_byte_array_sized_new at Base 2.12.0
+ g_byte_array_sort at Base 2.12.0
+ g_byte_array_sort_with_data at Base 2.12.0
+ g_byte_array_steal at Base 2.64.0
+ g_byte_array_unref at Base 2.22.0
+ g_bytes_compare at Base 2.32.0
+ g_bytes_equal at Base 2.32.0
+ g_bytes_get_data at Base 2.32.0
+ g_bytes_get_region at Base 2.70.0
+ g_bytes_get_size at Base 2.32.0
+ g_bytes_hash at Base 2.32.0
+ g_bytes_new at Base 2.32.0
+ g_bytes_new_from_bytes at Base 2.32.0
+ g_bytes_new_static at Base 2.32.0
+ g_bytes_new_take at Base 2.32.0
+ g_bytes_new_with_free_func at Base 2.32.0
+ g_bytes_ref at Base 2.32.0
+ g_bytes_unref at Base 2.32.0
+ g_bytes_unref_to_array at Base 2.32.0
+ g_bytes_unref_to_data at Base 2.32.0
+ g_cache_destroy at Base 2.12.0
+ g_cache_insert at Base 2.12.0
+ g_cache_key_foreach at Base 2.12.0
+ g_cache_new at Base 2.12.0
+ g_cache_remove at Base 2.12.0
+ g_cache_value_foreach at Base 2.12.0
+ g_canonicalize_filename at Base 2.58.0
+ g_chdir at Base 2.12.0
+ g_checksum_copy at Base 2.16.0
+ g_checksum_free at Base 2.16.0
+ g_checksum_get_digest at Base 2.16.0
+ g_checksum_get_string at Base 2.16.0
+ g_checksum_new at Base 2.16.0
+ g_checksum_reset at Base 2.18.0
+ g_checksum_type_get_length at Base 2.16.0
+ g_checksum_update at Base 2.16.0
+ g_child_watch_add at Base 2.12.0
+ g_child_watch_add_full at Base 2.12.0
+ g_child_watch_funcs at Base 2.12.0
+ g_child_watch_source_new at Base 2.12.0
+ g_chmod at Base 2.12.0
+ g_clear_error at Base 2.12.0
+ g_clear_handle_id at Base 2.56.0
+ g_clear_list at Base 2.64.0
+ g_clear_pointer at Base 2.34.0
+ g_clear_slist at Base 2.64.0
+ g_close at Base 2.36.0
+ g_completion_add_items at Base 2.12.0
+ g_completion_clear_items at Base 2.12.0
+ g_completion_complete at Base 2.12.0
+ g_completion_complete_utf8 at Base 2.12.0
+ g_completion_free at Base 2.12.0
+ g_completion_new at Base 2.12.0
+ g_completion_remove_items at Base 2.12.0
+ g_completion_set_compare at Base 2.12.0
+ g_compute_checksum_for_bytes at Base 2.34.0
+ g_compute_checksum_for_data at Base 2.16.0
+ g_compute_checksum_for_string at Base 2.16.0
+ g_compute_hmac_for_bytes at Base 2.50.0
+ g_compute_hmac_for_data at Base 2.30.0
+ g_compute_hmac_for_string at Base 2.30.0
+ g_cond_broadcast at Base 2.32.0
+ g_cond_clear at Base 2.32.0
+ g_cond_free at Base 2.32.0
+ g_cond_init at Base 2.32.0
+ g_cond_new at Base 2.32.0
+ g_cond_signal at Base 2.32.0
+ g_cond_timed_wait at Base 2.32.0
+ g_cond_wait at Base 2.32.0
+ g_cond_wait_until at Base 2.32.0
+ g_convert at Base 2.12.0
+ g_convert_error_quark at Base 2.12.0
+ g_convert_with_fallback at Base 2.12.0
+ g_convert_with_iconv at Base 2.12.0
+ g_creat at Base 2.12.0
+ g_datalist_clear at Base 2.12.0
+ g_datalist_foreach at Base 2.12.0
+ g_datalist_get_data at Base 2.30.0
+ g_datalist_get_flags at Base 2.12.0
+ g_datalist_id_dup_data at Base 2.34.0
+ g_datalist_id_get_data at Base 2.12.0
+ g_datalist_id_remove_multiple at Base 2.74.0
+ g_datalist_id_remove_no_notify at Base 2.12.0
+ g_datalist_id_replace_data at Base 2.34.0
+ g_datalist_id_set_data_full at Base 2.12.0
+ g_datalist_init at Base 2.12.0
+ g_datalist_set_flags at Base 2.12.0
+ g_datalist_unset_flags at Base 2.12.0
+ g_dataset_destroy at Base 2.12.0
+ g_dataset_foreach at Base 2.12.0
+ g_dataset_id_get_data at Base 2.12.0
+ g_dataset_id_remove_no_notify at Base 2.12.0
+ g_dataset_id_set_data_full at Base 2.12.0
+ g_date_add_days at Base 2.12.0
+ g_date_add_months at Base 2.12.0
+ g_date_add_years at Base 2.12.0
+ g_date_clamp at Base 2.12.0
+ g_date_clear at Base 2.12.0
+ g_date_compare at Base 2.12.0
+ g_date_copy at Base 2.56.0
+ g_date_days_between at Base 2.12.0
+ g_date_free at Base 2.12.0
+ g_date_get_day at Base 2.12.0
+ g_date_get_day_of_year at Base 2.12.0
+ g_date_get_days_in_month at Base 2.12.0
+ g_date_get_iso8601_week_of_year at Base 2.12.0
+ g_date_get_julian at Base 2.12.0
+ g_date_get_monday_week_of_year at Base 2.12.0
+ g_date_get_monday_weeks_in_year at Base 2.12.0
+ g_date_get_month at Base 2.12.0
+ g_date_get_sunday_week_of_year at Base 2.12.0
+ g_date_get_sunday_weeks_in_year at Base 2.12.0
+ g_date_get_weekday at Base 2.12.0
+ g_date_get_year at Base 2.12.0
+ g_date_is_first_of_month at Base 2.12.0
+ g_date_is_last_of_month at Base 2.12.0
+ g_date_is_leap_year at Base 2.12.0
+ g_date_new at Base 2.12.0
+ g_date_new_dmy at Base 2.12.0
+ g_date_new_julian at Base 2.12.0
+ g_date_order at Base 2.12.0
+ g_date_set_day at Base 2.12.0
+ g_date_set_dmy at Base 2.12.0
+ g_date_set_julian at Base 2.12.0
+ g_date_set_month at Base 2.12.0
+ g_date_set_parse at Base 2.12.0
+ g_date_set_time at Base 2.12.0
+ g_date_set_time_t at Base 2.12.0
+ g_date_set_time_val at Base 2.12.0
+ g_date_set_year at Base 2.12.0
+ g_date_strftime at Base 2.12.0
+ g_date_subtract_days at Base 2.12.0
+ g_date_subtract_months at Base 2.12.0
+ g_date_subtract_years at Base 2.12.0
+ g_date_time_add at Base 2.26.0
+ g_date_time_add_days at Base 2.26.0
+ g_date_time_add_full at Base 2.26.0
+ g_date_time_add_hours at Base 2.26.0
+ g_date_time_add_minutes at Base 2.26.0
+ g_date_time_add_months at Base 2.26.0
+ g_date_time_add_seconds at Base 2.26.0
+ g_date_time_add_weeks at Base 2.26.0
+ g_date_time_add_years at Base 2.26.0
+ g_date_time_compare at Base 2.26.0
+ g_date_time_difference at Base 2.26.0
+ g_date_time_equal at Base 2.26.0
+ g_date_time_format at Base 2.26.0
+ g_date_time_format_iso8601 at Base 2.62.0
+ g_date_time_get_day_of_month at Base 2.26.0
+ g_date_time_get_day_of_week at Base 2.26.0
+ g_date_time_get_day_of_year at Base 2.26.0
+ g_date_time_get_hour at Base 2.26.0
+ g_date_time_get_microsecond at Base 2.26.0
+ g_date_time_get_minute at Base 2.26.0
+ g_date_time_get_month at Base 2.26.0
+ g_date_time_get_second at Base 2.26.0
+ g_date_time_get_seconds at Base 2.26.0
+ g_date_time_get_timezone at Base 2.58.0
+ g_date_time_get_timezone_abbreviation at Base 2.26.0
+ g_date_time_get_utc_offset at Base 2.26.0
+ g_date_time_get_week_numbering_year at Base 2.28.0
+ g_date_time_get_week_of_year at Base 2.26.0
+ g_date_time_get_year at Base 2.26.0
+ g_date_time_get_ymd at Base 2.26.0
+ g_date_time_hash at Base 2.26.0
+ g_date_time_is_daylight_savings at Base 2.26.0
+ g_date_time_new at Base 2.26.0
+ g_date_time_new_from_iso8601 at Base 2.56.0
+ g_date_time_new_from_timeval_local at Base 2.26.0
+ g_date_time_new_from_timeval_utc at Base 2.26.0
+ g_date_time_new_from_unix_local at Base 2.26.0
+ g_date_time_new_from_unix_local_usec at Base 2.79.0
+ g_date_time_new_from_unix_utc at Base 2.26.0
+ g_date_time_new_from_unix_utc_usec at Base 2.79.0
+ g_date_time_new_local at Base 2.26.0
+ g_date_time_new_now at Base 2.26.0
+ g_date_time_new_now_local at Base 2.26.0
+ g_date_time_new_now_utc at Base 2.26.0
+ g_date_time_new_utc at Base 2.26.0
+ g_date_time_ref at Base 2.26.0
+ g_date_time_to_local at Base 2.26.0
+ g_date_time_to_timeval at Base 2.26.0
+ g_date_time_to_timezone at Base 2.26.0
+ g_date_time_to_unix at Base 2.26.0
+ g_date_time_to_unix_usec at Base 2.79.0
+ g_date_time_to_utc at Base 2.26.0
+ g_date_time_unref at Base 2.26.0
+ g_date_to_struct_tm at Base 2.12.0
+ g_date_valid at Base 2.12.0
+ g_date_valid_day at Base 2.12.0
+ g_date_valid_dmy at Base 2.12.0
+ g_date_valid_julian at Base 2.12.0
+ g_date_valid_month at Base 2.12.0
+ g_date_valid_weekday at Base 2.12.0
+ g_date_valid_year at Base 2.12.0
+ g_dcgettext at Base 2.26.0
+ g_dgettext at Base 2.18.0
+ g_dir_close at Base 2.12.0
+ g_dir_make_tmp at Base 2.30.0
+ g_dir_open at Base 2.12.0
+ g_dir_read_name at Base 2.12.0
+ g_dir_ref at Base 2.79.0
+ g_dir_rewind at Base 2.12.0
+ g_dir_unref at Base 2.79.0
+ g_direct_equal at Base 2.12.0
+ g_direct_hash at Base 2.12.0
+ g_dngettext at Base 2.18.0
+ g_double_equal at Base 2.22.0
+ g_double_hash at Base 2.22.0
+ g_dpgettext2 at Base 2.18.0
+ g_dpgettext at Base 2.16.0
+ g_environ_getenv at Base 2.32.0
+ g_environ_setenv at Base 2.32.0
+ g_environ_unsetenv at Base 2.32.0
+ g_error_copy at Base 2.12.0
+ g_error_domain_register at Base 2.68.0
+ g_error_domain_register_static at Base 2.68.0
+ g_error_free at Base 2.12.0
+ g_error_matches at Base 2.12.0
+ g_error_new at Base 2.12.0
+ g_error_new_literal at Base 2.12.0
+ g_error_new_valist at Base 2.22.0
+ g_file_error_from_errno at Base 2.12.0
+ g_file_error_quark at Base 2.12.0
+ g_file_get_contents at Base 2.12.0
+ g_file_open_tmp at Base 2.12.0
+ g_file_read_link at Base 2.12.0
+ g_file_set_contents at Base 2.12.0
+ g_file_set_contents_full at Base 2.66.0
+ g_file_test at Base 2.12.0
+ g_filename_display_basename at Base 2.12.0
+ g_filename_display_name at Base 2.12.0
+ g_filename_from_uri at Base 2.12.0
+ g_filename_from_utf8 at Base 2.12.0
+ g_filename_to_uri at Base 2.12.0
+ g_filename_to_utf8 at Base 2.12.0
+ g_find_program_in_path at Base 2.12.0
+ g_fopen at Base 2.12.0
+ g_format_size at Base 2.30.0
+ g_format_size_for_display at Base 2.16.0
+ g_format_size_full at Base 2.30.0
+ g_fprintf at Base 2.12.0
+ g_free at Base 2.12.0
+ g_free_sized at Base 2.75.3
+ g_freopen at Base 2.12.0
+ g_fsync at Base 2.64.0
+ g_get_application_name at Base 2.12.0
+ g_get_charset at Base 2.12.0
+ g_get_codeset at Base 2.12.0
+ g_get_console_charset at Base 2.62.0
+ g_get_current_dir at Base 2.12.0
+ g_get_current_time at Base 2.12.0
+ g_get_environ at Base 2.28.0
+ g_get_filename_charsets at Base 2.12.0
+ g_get_home_dir at Base 2.36.0
+ g_get_host_name at Base 2.12.0
+ g_get_language_names at Base 2.12.0
+ g_get_language_names_with_category at Base 2.58.0
+ g_get_locale_variants at Base 2.28.0
+ g_get_monotonic_time at Base 2.28.0
+ g_get_num_processors at Base 2.36.0
+ g_get_os_info at Base 2.64.0
+ g_get_prgname at Base 2.12.0
+ g_get_real_name at Base 2.12.0
+ g_get_real_time at Base 2.28.0
+ g_get_system_config_dirs at Base 2.12.0
+ g_get_system_data_dirs at Base 2.12.0
+ g_get_tmp_dir at Base 2.12.0
+ g_get_user_cache_dir at Base 2.12.0
+ g_get_user_config_dir at Base 2.12.0
+ g_get_user_data_dir at Base 2.12.0
+ g_get_user_name at Base 2.12.0
+ g_get_user_runtime_dir at Base 2.28.0
+ g_get_user_special_dir at Base 2.14.0
+ g_get_user_state_dir at Base 2.72.0
+ g_getenv at Base 2.12.0
+ g_hash_table_add at Base 2.32.0
+ g_hash_table_contains at Base 2.32.0
+ g_hash_table_destroy at Base 2.12.0
+ g_hash_table_find at Base 2.12.0
+ g_hash_table_foreach at Base 2.12.0
+ g_hash_table_foreach_remove at Base 2.12.0
+ g_hash_table_foreach_steal at Base 2.12.0
+ g_hash_table_get_keys at Base 2.14.0
+ g_hash_table_get_keys_as_array at Base 2.40.0
+ g_hash_table_get_keys_as_ptr_array at Base 2.75.2
+ g_hash_table_get_values at Base 2.14.0
+ g_hash_table_get_values_as_ptr_array at Base 2.75.2
+ g_hash_table_insert at Base 2.12.0
+ g_hash_table_iter_get_hash_table at Base 2.16.0
+ g_hash_table_iter_init at Base 2.16.0
+ g_hash_table_iter_next at Base 2.16.0
+ g_hash_table_iter_remove at Base 2.16.0
+ g_hash_table_iter_replace at Base 2.30.0
+ g_hash_table_iter_steal at Base 2.16.0
+ g_hash_table_lookup at Base 2.12.0
+ g_hash_table_lookup_extended at Base 2.12.0
+ g_hash_table_new at Base 2.12.0
+ g_hash_table_new_full at Base 2.12.0
+ g_hash_table_new_similar at Base 2.72.0
+ g_hash_table_ref at Base 2.12.0
+ g_hash_table_remove at Base 2.12.0
+ g_hash_table_remove_all at Base 2.12.0
+ g_hash_table_replace at Base 2.12.0
+ g_hash_table_size at Base 2.12.0
+ g_hash_table_steal at Base 2.12.0
+ g_hash_table_steal_all at Base 2.12.0
+ g_hash_table_steal_all_keys at Base 2.75.2
+ g_hash_table_steal_all_values at Base 2.75.2
+ g_hash_table_steal_extended at Base 2.58.0
+ g_hash_table_unref at Base 2.12.0
+ g_hmac_copy at Base 2.30.0
+ g_hmac_get_digest at Base 2.30.0
+ g_hmac_get_string at Base 2.30.0
+ g_hmac_new at Base 2.30.0
+ g_hmac_ref at Base 2.30.0
+ g_hmac_unref at Base 2.30.0
+ g_hmac_update at Base 2.30.0
+ g_hook_alloc at Base 2.12.0
+ g_hook_compare_ids at Base 2.12.0
+ g_hook_destroy at Base 2.12.0
+ g_hook_destroy_link at Base 2.12.0
+ g_hook_find at Base 2.12.0
+ g_hook_find_data at Base 2.12.0
+ g_hook_find_func at Base 2.12.0
+ g_hook_find_func_data at Base 2.12.0
+ g_hook_first_valid at Base 2.12.0
+ g_hook_free at Base 2.12.0
+ g_hook_get at Base 2.12.0
+ g_hook_insert_before at Base 2.12.0
+ g_hook_insert_sorted at Base 2.12.0
+ g_hook_list_clear at Base 2.12.0
+ g_hook_list_init at Base 2.12.0
+ g_hook_list_invoke at Base 2.12.0
+ g_hook_list_invoke_check at Base 2.12.0
+ g_hook_list_marshal at Base 2.12.0
+ g_hook_list_marshal_check at Base 2.12.0
+ g_hook_next_valid at Base 2.12.0
+ g_hook_prepend at Base 2.12.0
+ g_hook_ref at Base 2.12.0
+ g_hook_unref at Base 2.12.0
+ g_hostname_is_ascii_encoded at Base 2.22.0
+ g_hostname_is_ip_address at Base 2.22.0
+ g_hostname_is_non_ascii at Base 2.22.0
+ g_hostname_to_ascii at Base 2.22.0
+ g_hostname_to_unicode at Base 2.22.0
+ g_iconv at Base 2.12.0
+ g_iconv_close at Base 2.12.0
+ g_iconv_open at Base 2.12.0
+ g_idle_add at Base 2.12.0
+ g_idle_add_full at Base 2.12.0
+ g_idle_add_once at Base 2.74.0
+ g_idle_funcs at Base 2.12.0
+ g_idle_remove_by_data at Base 2.12.0
+ g_idle_source_new at Base 2.12.0
+ g_int64_equal at Base 2.22.0
+ g_int64_hash at Base 2.22.0
+ g_int_equal at Base 2.12.0
+ g_int_hash at Base 2.12.0
+ g_intern_static_string at Base 2.12.0
+ g_intern_string at Base 2.12.0
+ g_io_add_watch at Base 2.12.0
+ g_io_add_watch_full at Base 2.12.0
+ g_io_channel_close at Base 2.12.0
+ g_io_channel_error_from_errno at Base 2.12.0
+ g_io_channel_error_quark at Base 2.12.0
+ g_io_channel_flush at Base 2.12.0
+ g_io_channel_get_buffer_condition at Base 2.12.0
+ g_io_channel_get_buffer_size at Base 2.12.0
+ g_io_channel_get_buffered at Base 2.12.0
+ g_io_channel_get_close_on_unref at Base 2.12.0
+ g_io_channel_get_encoding at Base 2.12.0
+ g_io_channel_get_flags at Base 2.12.0
+ g_io_channel_get_line_term at Base 2.12.0
+ g_io_channel_init at Base 2.12.0
+ g_io_channel_new_file at Base 2.12.0
+ g_io_channel_read at Base 2.12.0
+ g_io_channel_read_chars at Base 2.12.0
+ g_io_channel_read_line at Base 2.12.0
+ g_io_channel_read_line_string at Base 2.12.0
+ g_io_channel_read_to_end at Base 2.12.0
+ g_io_channel_read_unichar at Base 2.12.0
+ g_io_channel_ref at Base 2.12.0
+ g_io_channel_seek at Base 2.12.0
+ g_io_channel_seek_position at Base 2.12.0
+ g_io_channel_set_buffer_size at Base 2.12.0
+ g_io_channel_set_buffered at Base 2.12.0
+ g_io_channel_set_close_on_unref at Base 2.12.0
+ g_io_channel_set_encoding at Base 2.12.0
+ g_io_channel_set_flags at Base 2.12.0
+ g_io_channel_set_line_term at Base 2.12.0
+ g_io_channel_shutdown at Base 2.12.0
+ g_io_channel_unix_get_fd at Base 2.12.0
+ g_io_channel_unix_new at Base 2.12.0
+ g_io_channel_unref at Base 2.12.0
+ g_io_channel_write at Base 2.12.0
+ g_io_channel_write_chars at Base 2.12.0
+ g_io_channel_write_unichar at Base 2.12.0
+ g_io_create_watch at Base 2.12.0
+ g_io_watch_funcs at Base 2.12.0
+ g_key_file_error_quark at Base 2.12.0
+ g_key_file_free at Base 2.12.0
+ g_key_file_get_boolean at Base 2.12.0
+ g_key_file_get_boolean_list at Base 2.12.0
+ g_key_file_get_comment at Base 2.12.0
+ g_key_file_get_double at Base 2.12.0
+ g_key_file_get_double_list at Base 2.12.0
+ g_key_file_get_groups at Base 2.12.0
+ g_key_file_get_int64 at Base 2.26.0
+ g_key_file_get_integer at Base 2.12.0
+ g_key_file_get_integer_list at Base 2.12.0
+ g_key_file_get_keys at Base 2.12.0
+ g_key_file_get_locale_for_key at Base 2.56.0
+ g_key_file_get_locale_string at Base 2.12.0
+ g_key_file_get_locale_string_list at Base 2.12.0
+ g_key_file_get_start_group at Base 2.12.0
+ g_key_file_get_string at Base 2.12.0
+ g_key_file_get_string_list at Base 2.12.0
+ g_key_file_get_uint64 at Base 2.26.0
+ g_key_file_get_value at Base 2.12.0
+ g_key_file_has_group at Base 2.12.0
+ g_key_file_has_key at Base 2.12.0
+ g_key_file_load_from_bytes at Base 2.50.0
+ g_key_file_load_from_data at Base 2.12.0
+ g_key_file_load_from_data_dirs at Base 2.12.0
+ g_key_file_load_from_dirs at Base 2.14.0
+ g_key_file_load_from_file at Base 2.12.0
+ g_key_file_new at Base 2.12.0
+ g_key_file_ref at Base 2.32.0
+ g_key_file_remove_comment at Base 2.12.0
+ g_key_file_remove_group at Base 2.12.0
+ g_key_file_remove_key at Base 2.12.0
+ g_key_file_save_to_file at Base 2.40.0
+ g_key_file_set_boolean at Base 2.12.0
+ g_key_file_set_boolean_list at Base 2.12.0
+ g_key_file_set_comment at Base 2.12.0
+ g_key_file_set_double at Base 2.12.0
+ g_key_file_set_double_list at Base 2.12.0
+ g_key_file_set_int64 at Base 2.26.0
+ g_key_file_set_integer at Base 2.12.0
+ g_key_file_set_integer_list at Base 2.12.0
+ g_key_file_set_list_separator at Base 2.12.0
+ g_key_file_set_locale_string at Base 2.12.0
+ g_key_file_set_locale_string_list at Base 2.12.0
+ g_key_file_set_string at Base 2.12.0
+ g_key_file_set_string_list at Base 2.12.0
+ g_key_file_set_uint64 at Base 2.26.0
+ g_key_file_set_value at Base 2.12.0
+ g_key_file_to_data at Base 2.12.0
+ g_key_file_unref at Base 2.32.0
+ g_list_alloc at Base 2.12.0
+ g_list_append at Base 2.12.0
+ g_list_concat at Base 2.12.0
+ g_list_copy at Base 2.12.0
+ g_list_copy_deep at Base 2.34.0
+ g_list_delete_link at Base 2.12.0
+ g_list_find at Base 2.12.0
+ g_list_find_custom at Base 2.12.0
+ g_list_first at Base 2.12.0
+ g_list_foreach at Base 2.12.0
+ g_list_free at Base 2.12.0
+ g_list_free_1 at Base 2.12.0
+ g_list_free_full at Base 2.28.0
+ g_list_index at Base 2.12.0
+ g_list_insert at Base 2.12.0
+ g_list_insert_before at Base 2.12.0
+ g_list_insert_before_link at Base 2.62.0
+ g_list_insert_sorted at Base 2.12.0
+ g_list_insert_sorted_with_data at Base 2.12.0
+ g_list_last at Base 2.12.0
+ g_list_length at Base 2.12.0
+ g_list_nth at Base 2.12.0
+ g_list_nth_data at Base 2.12.0
+ g_list_nth_prev at Base 2.12.0
+ g_list_pop_allocator at Base 2.12.0
+ g_list_position at Base 2.12.0
+ g_list_prepend at Base 2.12.0
+ g_list_push_allocator at Base 2.12.0
+ g_list_remove at Base 2.12.0
+ g_list_remove_all at Base 2.12.0
+ g_list_remove_link at Base 2.12.0
+ g_list_reverse at Base 2.12.0
+ g_list_sort at Base 2.12.0
+ g_list_sort_with_data at Base 2.12.0
+ g_listenv at Base 2.12.0
+ g_locale_from_utf8 at Base 2.12.0
+ g_locale_to_utf8 at Base 2.12.0
+ g_log at Base 2.12.0
+ g_log_default_handler at Base 2.12.0
+ g_log_get_debug_enabled at Base 2.72.0
+ g_log_remove_handler at Base 2.12.0
+ g_log_set_always_fatal at Base 2.12.0
+ g_log_set_debug_enabled at Base 2.72.0
+ g_log_set_default_handler at Base 2.12.0
+ g_log_set_fatal_mask at Base 2.12.0
+ g_log_set_handler at Base 2.12.0
+ g_log_set_handler_full at Base 2.46.0
+ g_log_set_writer_func at Base 2.50.0
+ g_log_structured at Base 2.50.0
+ g_log_structured_array at Base 2.50.0
+ g_log_structured_standard at Base 2.56.0
+ g_log_variant at Base 2.50.0
+ g_log_writer_default at Base 2.50.0
+ g_log_writer_default_set_debug_domains at Base 2.79.0
+ g_log_writer_default_set_use_stderr at Base 2.68.0
+ g_log_writer_default_would_drop at Base 2.68.0
+ g_log_writer_format_fields at Base 2.50.0
+ g_log_writer_is_journald at Base 2.50.0
+ g_log_writer_journald at Base 2.50.0
+ g_log_writer_standard_streams at Base 2.50.0
+ g_log_writer_supports_color at Base 2.50.0
+ g_log_writer_syslog at Base 2.79.0+git20240116~
+ g_logv at Base 2.12.0
+ g_lstat at Base 2.12.0
+ g_main_context_acquire at Base 2.12.0
+ g_main_context_add_poll at Base 2.12.0
+ g_main_context_check at Base 2.12.0
+ g_main_context_default at Base 2.12.0
+ g_main_context_dispatch at Base 2.12.0
+ g_main_context_find_source_by_funcs_user_data at Base 2.12.0
+ g_main_context_find_source_by_id at Base 2.12.0
+ g_main_context_find_source_by_user_data at Base 2.12.0
+ g_main_context_get_poll_func at Base 2.12.0
+ g_main_context_get_thread_default at Base 2.22.0
+ g_main_context_invoke at Base 2.28.0
+ g_main_context_invoke_full at Base 2.28.0
+ g_main_context_is_owner at Base 2.12.0
+ g_main_context_iteration at Base 2.12.0
+ g_main_context_new at Base 2.12.0
+ g_main_context_new_with_flags at Base 2.72.0
+ g_main_context_pending at Base 2.12.0
+ g_main_context_pop_thread_default at Base 2.22.0
+ g_main_context_prepare at Base 2.12.0
+ g_main_context_push_thread_default at Base 2.22.0
+ g_main_context_query at Base 2.12.0
+ g_main_context_ref at Base 2.12.0
+ g_main_context_ref_thread_default at Base 2.32.0
+ g_main_context_release at Base 2.12.0
+ g_main_context_remove_poll at Base 2.12.0
+ g_main_context_set_poll_func at Base 2.12.0
+ g_main_context_unref at Base 2.12.0
+ g_main_context_wait at Base 2.12.0
+ g_main_context_wakeup at Base 2.12.0
+ g_main_current_source at Base 2.12.0
+ g_main_depth at Base 2.12.0
+ g_main_loop_get_context at Base 2.12.0
+ g_main_loop_is_running at Base 2.12.0
+ g_main_loop_new at Base 2.12.0
+ g_main_loop_quit at Base 2.12.0
+ g_main_loop_ref at Base 2.12.0
+ g_main_loop_run at Base 2.12.0
+ g_main_loop_unref at Base 2.12.0
+ g_malloc0 at Base 2.12.0
+ g_malloc0_n at Base 2.24.0
+ g_malloc at Base 2.12.0
+ g_malloc_n at Base 2.24.0
+ g_mapped_file_free at Base 2.12.0
+ g_mapped_file_get_bytes at Base 2.34.0
+ g_mapped_file_get_contents at Base 2.12.0
+ g_mapped_file_get_length at Base 2.12.0
+ g_mapped_file_new at Base 2.12.0
+ g_mapped_file_new_from_fd at Base 2.32.0
+ g_mapped_file_ref at Base 2.22.0
+ g_mapped_file_unref at Base 2.22.0
+ g_markup_collect_attributes at Base 2.16.0
+ g_markup_error_quark at Base 2.12.0
+ g_markup_escape_text at Base 2.12.0
+ g_markup_parse_context_end_parse at Base 2.12.0
+ g_markup_parse_context_free at Base 2.12.0
+ g_markup_parse_context_get_element at Base 2.12.0
+ g_markup_parse_context_get_element_stack at Base 2.16.0
+ g_markup_parse_context_get_position at Base 2.12.0
+ g_markup_parse_context_get_user_data at Base 2.18.0
+ g_markup_parse_context_new at Base 2.12.0
+ g_markup_parse_context_parse at Base 2.12.0
+ g_markup_parse_context_pop at Base 2.18.0
+ g_markup_parse_context_push at Base 2.18.0
+ g_markup_parse_context_ref at Base 2.36.0
+ g_markup_parse_context_unref at Base 2.36.0
+ g_markup_printf_escaped at Base 2.12.0
+ g_markup_vprintf_escaped at Base 2.12.0
+ g_match_info_expand_references at Base 2.14.0
+ g_match_info_fetch at Base 2.14.0
+ g_match_info_fetch_all at Base 2.14.0
+ g_match_info_fetch_named at Base 2.14.0
+ g_match_info_fetch_named_pos at Base 2.14.0
+ g_match_info_fetch_pos at Base 2.14.0
+ g_match_info_free at Base 2.14.0
+ g_match_info_get_match_count at Base 2.14.0
+ g_match_info_get_regex at Base 2.14.0
+ g_match_info_get_string at Base 2.14.0
+ g_match_info_is_partial_match at Base 2.14.0
+ g_match_info_matches at Base 2.14.0
+ g_match_info_next at Base 2.14.0
+ g_match_info_ref at Base 2.30.0
+ g_match_info_unref at Base 2.30.0
+ g_mem_chunk_alloc0 at Base 2.12.0
+ g_mem_chunk_alloc at Base 2.12.0
+ g_mem_chunk_clean at Base 2.12.0
+ g_mem_chunk_destroy at Base 2.12.0
+ g_mem_chunk_free at Base 2.12.0
+ g_mem_chunk_info at Base 2.12.0
+ g_mem_chunk_new at Base 2.12.0
+ g_mem_chunk_print at Base 2.12.0
+ g_mem_chunk_reset at Base 2.12.0
+ g_mem_gc_friendly at Base 2.12.0
+ g_mem_is_system_malloc at Base 2.12.0
+ g_mem_profile at Base 2.12.0
+ g_mem_set_vtable at Base 2.12.0
+ g_memdup2 at Base 2.68.0
+ g_memdup at Base 2.12.0
+ g_mkdir at Base 2.12.0
+ g_mkdir_with_parents at Base 2.12.0
+ g_mkdtemp at Base 2.30.0
+ g_mkdtemp_full at Base 2.30.0
+ g_mkstemp at Base 2.12.0
+ g_mkstemp_full at Base 2.22.0
+ g_mutex_clear at Base 2.32.0
+ g_mutex_free at Base 2.32.0
+ g_mutex_init at Base 2.32.0
+ g_mutex_lock at Base 2.32.0
+ g_mutex_new at Base 2.32.0
+ g_mutex_trylock at Base 2.32.0
+ g_mutex_unlock at Base 2.32.0
+ g_node_child_index at Base 2.12.0
+ g_node_child_position at Base 2.12.0
+ g_node_children_foreach at Base 2.12.0
+ g_node_copy at Base 2.12.0
+ g_node_copy_deep at Base 2.12.0
+ g_node_depth at Base 2.12.0
+ g_node_destroy at Base 2.12.0
+ g_node_find at Base 2.12.0
+ g_node_find_child at Base 2.12.0
+ g_node_first_sibling at Base 2.12.0
+ g_node_get_root at Base 2.12.0
+ g_node_insert at Base 2.12.0
+ g_node_insert_after at Base 2.12.0
+ g_node_insert_before at Base 2.12.0
+ g_node_is_ancestor at Base 2.12.0
+ g_node_last_child at Base 2.12.0
+ g_node_last_sibling at Base 2.12.0
+ g_node_max_height at Base 2.12.0
+ g_node_n_children at Base 2.12.0
+ g_node_n_nodes at Base 2.12.0
+ g_node_new at Base 2.12.0
+ g_node_nth_child at Base 2.12.0
+ g_node_pop_allocator at Base 2.12.0
+ g_node_prepend at Base 2.12.0
+ g_node_push_allocator at Base 2.12.0
+ g_node_reverse_children at Base 2.12.0
+ g_node_traverse at Base 2.12.0
+ g_node_unlink at Base 2.12.0
+ g_nullify_pointer at Base 2.12.0
+ g_number_parser_error_quark at Base 2.54.0
+ g_on_error_query at Base 2.12.0
+ g_on_error_stack_trace at Base 2.12.0
+ g_once_impl at Base 2.12.0
+ g_once_init_enter at Base 2.14.0
+ g_once_init_enter_impl at Base 2.14.0
+ g_once_init_enter_pointer at Base 2.79.0
+ g_once_init_leave at Base 2.14.0
+ g_once_init_leave_pointer at Base 2.79.0
+ g_open at Base 2.12.0
+ g_option_context_add_group at Base 2.12.0
+ g_option_context_add_main_entries at Base 2.12.0
+ g_option_context_free at Base 2.12.0
+ g_option_context_get_description at Base 2.12.0
+ g_option_context_get_help at Base 2.14.0
+ g_option_context_get_help_enabled at Base 2.12.0
+ g_option_context_get_ignore_unknown_options at Base 2.12.0
+ g_option_context_get_main_group at Base 2.12.0
+ g_option_context_get_strict_posix at Base 2.44.0
+ g_option_context_get_summary at Base 2.12.0
+ g_option_context_new at Base 2.12.0
+ g_option_context_parse at Base 2.12.0
+ g_option_context_parse_strv at Base 2.40.0
+ g_option_context_set_description at Base 2.12.0
+ g_option_context_set_help_enabled at Base 2.12.0
+ g_option_context_set_ignore_unknown_options at Base 2.12.0
+ g_option_context_set_main_group at Base 2.12.0
+ g_option_context_set_strict_posix at Base 2.44.0
+ g_option_context_set_summary at Base 2.12.0
+ g_option_context_set_translate_func at Base 2.12.0
+ g_option_context_set_translation_domain at Base 2.12.0
+ g_option_error_quark at Base 2.12.0
+ g_option_group_add_entries at Base 2.12.0
+ g_option_group_free at Base 2.12.0
+ g_option_group_new at Base 2.12.0
+ g_option_group_ref at Base 2.44.0
+ g_option_group_set_error_hook at Base 2.12.0
+ g_option_group_set_parse_hooks at Base 2.12.0
+ g_option_group_set_translate_func at Base 2.12.0
+ g_option_group_set_translation_domain at Base 2.12.0
+ g_option_group_unref at Base 2.44.0
+ g_parse_debug_string at Base 2.12.0
+ g_path_buf_clear at Base 2.75.3
+ g_path_buf_clear_to_path at Base 2.75.3
+ g_path_buf_copy at Base 2.75.3
+ g_path_buf_equal at Base 2.75.3
+ g_path_buf_free at Base 2.75.3
+ g_path_buf_free_to_path at Base 2.75.3
+ g_path_buf_init at Base 2.75.3
+ g_path_buf_init_from_path at Base 2.75.3
+ g_path_buf_new at Base 2.75.3
+ g_path_buf_new_from_path at Base 2.75.3
+ g_path_buf_pop at Base 2.75.3
+ g_path_buf_push at Base 2.75.3
+ g_path_buf_set_extension at Base 2.75.3
+ g_path_buf_set_filename at Base 2.75.3
+ g_path_buf_to_path at Base 2.75.3
+ g_path_get_basename at Base 2.12.0
+ g_path_get_dirname at Base 2.12.0
+ g_path_is_absolute at Base 2.12.0
+ g_path_skip_root at Base 2.12.0
+ g_pattern_match at Base 2.12.0
+ g_pattern_match_simple at Base 2.12.0
+ g_pattern_match_string at Base 2.12.0
+ g_pattern_spec_copy at Base 2.70.0
+ g_pattern_spec_equal at Base 2.12.0
+ g_pattern_spec_free at Base 2.12.0
+ g_pattern_spec_match at Base 2.70.0
+ g_pattern_spec_match_string at Base 2.70.0
+ g_pattern_spec_new at Base 2.12.0
+ g_pointer_bit_lock at Base 2.30.0
+ g_pointer_bit_lock_and_get at Base 2.79.0+git20240116~
+ g_pointer_bit_lock_mask_ptr at Base 2.79.0+git20240116~
+ g_pointer_bit_trylock at Base 2.30.0
+ g_pointer_bit_unlock at Base 2.30.0
+ g_pointer_bit_unlock_and_set at Base 2.79.0+git20240116~
+ g_poll at Base 2.20.0
+ g_prefix_error at Base 2.16.0
+ g_prefix_error_literal at Base 2.70.0
+ g_print at Base 2.12.0
+ g_printerr at Base 2.12.0
+ g_printf at Base 2.12.0
+ g_printf_string_upper_bound at Base 2.12.0
+ g_private_get at Base 2.32.0
+ g_private_new at Base 2.32.0
+ g_private_replace at Base 2.32.0
+ g_private_set at Base 2.32.0
+ g_propagate_error at Base 2.12.0
+ g_propagate_prefixed_error at Base 2.16.0
+ g_ptr_array_add at Base 2.12.0
+ g_ptr_array_copy at Base 2.62.0
+ g_ptr_array_extend at Base 2.62.0
+ g_ptr_array_extend_and_steal at Base 2.62.0
+ g_ptr_array_find at Base 2.54.0
+ g_ptr_array_find_with_equal_func at Base 2.54.0
+ g_ptr_array_foreach at Base 2.12.0
+ g_ptr_array_free at Base 2.12.0
+ g_ptr_array_insert at Base 2.40.0
+ g_ptr_array_is_null_terminated at Base 2.74.0
+ g_ptr_array_new at Base 2.12.0
+ g_ptr_array_new_from_array at Base 2.75.2
+ g_ptr_array_new_from_null_terminated_array at Base 2.75.2
+ g_ptr_array_new_full at Base 2.30.0
+ g_ptr_array_new_null_terminated at Base 2.74.0
+ g_ptr_array_new_take at Base 2.75.2
+ g_ptr_array_new_take_null_terminated at Base 2.75.2
+ g_ptr_array_new_with_free_func at Base 2.22.0
+ g_ptr_array_ref at Base 2.22.0
+ g_ptr_array_remove at Base 2.12.0
+ g_ptr_array_remove_fast at Base 2.12.0
+ g_ptr_array_remove_index at Base 2.12.0
+ g_ptr_array_remove_index_fast at Base 2.12.0
+ g_ptr_array_remove_range at Base 2.12.0
+ g_ptr_array_set_free_func at Base 2.22.0
+ g_ptr_array_set_size at Base 2.12.0
+ g_ptr_array_sized_new at Base 2.12.0
+ g_ptr_array_sort at Base 2.12.0
+ g_ptr_array_sort_values at Base 2.75.2
+ g_ptr_array_sort_values_with_data at Base 2.75.2
+ g_ptr_array_sort_with_data at Base 2.12.0
+ g_ptr_array_steal at Base 2.64.0
+ g_ptr_array_steal_index at Base 2.58.0
+ g_ptr_array_steal_index_fast at Base 2.58.0
+ g_ptr_array_unref at Base 2.22.0
+ g_qsort_with_data at Base 2.12.0
+ g_quark_from_static_string at Base 2.12.0
+ g_quark_from_string at Base 2.12.0
+ g_quark_to_string at Base 2.12.0
+ g_quark_try_string at Base 2.12.0
+ g_queue_clear at Base 2.14.0
+ g_queue_clear_full at Base 2.60.0
+ g_queue_copy at Base 2.12.0
+ g_queue_delete_link at Base 2.12.0
+ g_queue_find at Base 2.12.0
+ g_queue_find_custom at Base 2.12.0
+ g_queue_foreach at Base 2.12.0
+ g_queue_free at Base 2.12.0
+ g_queue_free_full at Base 2.32.0
+ g_queue_get_length at Base 2.12.0
+ g_queue_index at Base 2.12.0
+ g_queue_init at Base 2.14.0
+ g_queue_insert_after at Base 2.12.0
+ g_queue_insert_after_link at Base 2.62.0
+ g_queue_insert_before at Base 2.12.0
+ g_queue_insert_before_link at Base 2.62.0
+ g_queue_insert_sorted at Base 2.12.0
+ g_queue_is_empty at Base 2.12.0
+ g_queue_link_index at Base 2.12.0
+ g_queue_new at Base 2.12.0
+ g_queue_peek_head at Base 2.12.0
+ g_queue_peek_head_link at Base 2.12.0
+ g_queue_peek_nth at Base 2.12.0
+ g_queue_peek_nth_link at Base 2.12.0
+ g_queue_peek_tail at Base 2.12.0
+ g_queue_peek_tail_link at Base 2.12.0
+ g_queue_pop_head at Base 2.12.0
+ g_queue_pop_head_link at Base 2.12.0
+ g_queue_pop_nth at Base 2.12.0
+ g_queue_pop_nth_link at Base 2.12.0
+ g_queue_pop_tail at Base 2.12.0
+ g_queue_pop_tail_link at Base 2.12.0
+ g_queue_push_head at Base 2.12.0
+ g_queue_push_head_link at Base 2.12.0
+ g_queue_push_nth at Base 2.12.0
+ g_queue_push_nth_link at Base 2.12.0
+ g_queue_push_tail at Base 2.12.0
+ g_queue_push_tail_link at Base 2.12.0
+ g_queue_remove at Base 2.12.0
+ g_queue_remove_all at Base 2.12.0
+ g_queue_reverse at Base 2.12.0
+ g_queue_sort at Base 2.12.0
+ g_queue_unlink at Base 2.12.0
+ g_rand_copy at Base 2.12.0
+ g_rand_double at Base 2.12.0
+ g_rand_double_range at Base 2.12.0
+ g_rand_free at Base 2.12.0
+ g_rand_int at Base 2.12.0
+ g_rand_int_range at Base 2.12.0
+ g_rand_new at Base 2.12.0
+ g_rand_new_with_seed at Base 2.12.0
+ g_rand_new_with_seed_array at Base 2.12.0
+ g_rand_set_seed at Base 2.12.0
+ g_rand_set_seed_array at Base 2.12.0
+ g_random_double at Base 2.12.0
+ g_random_double_range at Base 2.12.0
+ g_random_int at Base 2.12.0
+ g_random_int_range at Base 2.12.0
+ g_random_set_seed at Base 2.12.0
+ g_rc_box_acquire at Base 2.58.0
+ g_rc_box_alloc0 at Base 2.58.0
+ g_rc_box_alloc at Base 2.58.0
+ g_rc_box_dup at Base 2.58.0
+ g_rc_box_get_size at Base 2.58.0
+ g_rc_box_release at Base 2.58.0
+ g_rc_box_release_full at Base 2.58.0
+ g_realloc at Base 2.12.0
+ g_realloc_n at Base 2.24.0
+ g_rec_mutex_clear at Base 2.32.0
+ g_rec_mutex_init at Base 2.32.0
+ g_rec_mutex_lock at Base 2.32.0
+ g_rec_mutex_trylock at Base 2.32.0
+ g_rec_mutex_unlock at Base 2.32.0
+ g_ref_count_compare at Base 2.58.0
+ g_ref_count_dec at Base 2.58.0
+ g_ref_count_inc at Base 2.58.0
+ g_ref_count_init at Base 2.58.0
+ g_ref_string_acquire at Base 2.58.0
+ g_ref_string_length at Base 2.58.0
+ g_ref_string_new at Base 2.58.0
+ g_ref_string_new_intern at Base 2.58.0
+ g_ref_string_new_len at Base 2.58.0
+ g_ref_string_release at Base 2.58.0
+ g_regex_check_replacement at Base 2.14.0
+ g_regex_error_quark at Base 2.14.0
+ g_regex_escape_nul at Base 2.30.0
+ g_regex_escape_string at Base 2.14.0
+ g_regex_get_capture_count at Base 2.14.0
+ g_regex_get_compile_flags at Base 2.26.0
+ g_regex_get_has_cr_or_lf at Base 2.34.0
+ g_regex_get_match_flags at Base 2.26.0
+ g_regex_get_max_backref at Base 2.14.0
+ g_regex_get_max_lookbehind at Base 2.38.0
+ g_regex_get_pattern at Base 2.14.0
+ g_regex_get_string_number at Base 2.14.0
+ g_regex_match at Base 2.14.0
+ g_regex_match_all at Base 2.14.0
+ g_regex_match_all_full at Base 2.14.0
+ g_regex_match_full at Base 2.14.0
+ g_regex_match_simple at Base 2.14.0
+ g_regex_new at Base 2.14.0
+ g_regex_ref at Base 2.14.0
+ g_regex_replace at Base 2.14.0
+ g_regex_replace_eval at Base 2.14.0
+ g_regex_replace_literal at Base 2.14.0
+ g_regex_split at Base 2.14.0
+ g_regex_split_full at Base 2.14.0
+ g_regex_split_simple at Base 2.14.0
+ g_regex_unref at Base 2.14.0
+ g_relation_count at Base 2.12.0
+ g_relation_delete at Base 2.12.0
+ g_relation_destroy at Base 2.12.0
+ g_relation_exists at Base 2.12.0
+ g_relation_index at Base 2.12.0
+ g_relation_insert at Base 2.12.0
+ g_relation_new at Base 2.12.0
+ g_relation_print at Base 2.12.0
+ g_relation_select at Base 2.12.0
+ g_reload_user_special_dirs_cache at Base 2.22.0
+ g_remove at Base 2.12.0
+ g_rename at Base 2.12.0
+ g_return_if_fail_warning at Base 2.12.0
+ g_rmdir at Base 2.12.0
+ g_rw_lock_clear at Base 2.32.0
+ g_rw_lock_init at Base 2.32.0
+ g_rw_lock_reader_lock at Base 2.32.0
+ g_rw_lock_reader_trylock at Base 2.32.0
+ g_rw_lock_reader_unlock at Base 2.32.0
+ g_rw_lock_writer_lock at Base 2.32.0
+ g_rw_lock_writer_trylock at Base 2.32.0
+ g_rw_lock_writer_unlock at Base 2.32.0
+ g_scanner_cur_line at Base 2.12.0
+ g_scanner_cur_position at Base 2.12.0
+ g_scanner_cur_token at Base 2.12.0
+ g_scanner_cur_value at Base 2.12.0
+ g_scanner_destroy at Base 2.12.0
+ g_scanner_eof at Base 2.12.0
+ g_scanner_error at Base 2.12.0
+ g_scanner_get_next_token at Base 2.12.0
+ g_scanner_input_file at Base 2.12.0
+ g_scanner_input_text at Base 2.12.0
+ g_scanner_lookup_symbol at Base 2.12.0
+ g_scanner_new at Base 2.12.0
+ g_scanner_peek_next_token at Base 2.12.0
+ g_scanner_scope_add_symbol at Base 2.12.0
+ g_scanner_scope_foreach_symbol at Base 2.12.0
+ g_scanner_scope_lookup_symbol at Base 2.12.0
+ g_scanner_scope_remove_symbol at Base 2.12.0
+ g_scanner_set_scope at Base 2.12.0
+ g_scanner_sync_file_offset at Base 2.12.0
+ g_scanner_unexp_token at Base 2.12.0
+ g_scanner_warn at Base 2.12.0
+ g_sequence_append at Base 2.14.0
+ g_sequence_foreach at Base 2.14.0
+ g_sequence_foreach_range at Base 2.14.0
+ g_sequence_free at Base 2.14.0
+ g_sequence_get at Base 2.14.0
+ g_sequence_get_begin_iter at Base 2.14.0
+ g_sequence_get_end_iter at Base 2.14.0
+ g_sequence_get_iter_at_pos at Base 2.14.0
+ g_sequence_get_length at Base 2.14.0
+ g_sequence_insert_before at Base 2.14.0
+ g_sequence_insert_sorted at Base 2.14.0
+ g_sequence_insert_sorted_iter at Base 2.14.0
+ g_sequence_is_empty at Base 2.48.0
+ g_sequence_iter_compare at Base 2.14.0
+ g_sequence_iter_get_position at Base 2.14.0
+ g_sequence_iter_get_sequence at Base 2.14.0
+ g_sequence_iter_is_begin at Base 2.14.0
+ g_sequence_iter_is_end at Base 2.14.0
+ g_sequence_iter_move at Base 2.14.0
+ g_sequence_iter_next at Base 2.14.0
+ g_sequence_iter_prev at Base 2.14.0
+ g_sequence_lookup at Base 2.28.0
+ g_sequence_lookup_iter at Base 2.28.0
+ g_sequence_move at Base 2.14.0
+ g_sequence_move_range at Base 2.14.0
+ g_sequence_new at Base 2.14.0
+ g_sequence_prepend at Base 2.14.0
+ g_sequence_range_get_midpoint at Base 2.14.0
+ g_sequence_remove at Base 2.14.0
+ g_sequence_remove_range at Base 2.14.0
+ g_sequence_search at Base 2.14.0
+ g_sequence_search_iter at Base 2.14.0
+ g_sequence_set at Base 2.14.0
+ g_sequence_sort at Base 2.14.0
+ g_sequence_sort_changed at Base 2.14.0
+ g_sequence_sort_changed_iter at Base 2.14.0
+ g_sequence_sort_iter at Base 2.14.0
+ g_sequence_swap at Base 2.14.0
+ g_set_application_name at Base 2.12.0
+ g_set_error at Base 2.12.0
+ g_set_error_literal at Base 2.18.0
+ g_set_prgname at Base 2.12.0
+ g_set_print_handler at Base 2.12.0
+ g_set_printerr_handler at Base 2.12.0
+ g_setenv at Base 2.12.0
+ g_shell_error_quark at Base 2.12.0
+ g_shell_parse_argv at Base 2.12.0
+ g_shell_quote at Base 2.12.0
+ g_shell_unquote at Base 2.12.0
+ g_slice_alloc0 at Base 2.12.0
+ g_slice_alloc at Base 2.12.0
+ g_slice_copy at Base 2.14.0
+ g_slice_free1 at Base 2.12.0
+ g_slice_free_chain_with_offset at Base 2.12.0
+ g_slice_get_config at Base 2.12.0
+ g_slice_get_config_state at Base 2.12.0
+ g_slice_set_config at Base 2.12.0
+ g_slist_alloc at Base 2.12.0
+ g_slist_append at Base 2.12.0
+ g_slist_concat at Base 2.12.0
+ g_slist_copy at Base 2.12.0
+ g_slist_copy_deep at Base 2.34.0
+ g_slist_delete_link at Base 2.12.0
+ g_slist_find at Base 2.12.0
+ g_slist_find_custom at Base 2.12.0
+ g_slist_foreach at Base 2.12.0
+ g_slist_free at Base 2.12.0
+ g_slist_free_1 at Base 2.12.0
+ g_slist_free_full at Base 2.28.0
+ g_slist_index at Base 2.12.0
+ g_slist_insert at Base 2.12.0
+ g_slist_insert_before at Base 2.12.0
+ g_slist_insert_sorted at Base 2.12.0
+ g_slist_insert_sorted_with_data at Base 2.12.0
+ g_slist_last at Base 2.12.0
+ g_slist_length at Base 2.12.0
+ g_slist_nth at Base 2.12.0
+ g_slist_nth_data at Base 2.12.0
+ g_slist_pop_allocator at Base 2.12.0
+ g_slist_position at Base 2.12.0
+ g_slist_prepend at Base 2.12.0
+ g_slist_push_allocator at Base 2.12.0
+ g_slist_remove at Base 2.12.0
+ g_slist_remove_all at Base 2.12.0
+ g_slist_remove_link at Base 2.12.0
+ g_slist_reverse at Base 2.12.0
+ g_slist_sort at Base 2.12.0
+ g_slist_sort_with_data at Base 2.12.0
+ g_snprintf at Base 2.12.0
+ g_source_add_child_source at Base 2.28.0
+ g_source_add_poll at Base 2.12.0
+ g_source_add_unix_fd at Base 2.36.0
+ g_source_attach at Base 2.12.0
+ g_source_destroy at Base 2.12.0
+ g_source_get_can_recurse at Base 2.12.0
+ g_source_get_context at Base 2.12.0
+ g_source_get_current_time at Base 2.12.0
+ g_source_get_id at Base 2.12.0
+ g_source_get_name at Base 2.26.0
+ g_source_get_priority at Base 2.12.0
+ g_source_get_ready_time at Base 2.36.0
+ g_source_get_time at Base 2.28.0
+ g_source_is_destroyed at Base 2.12.0
+ g_source_modify_unix_fd at Base 2.36.0
+ g_source_new at Base 2.12.0
+ g_source_query_unix_fd at Base 2.36.0
+ g_source_ref at Base 2.12.0
+ g_source_remove at Base 2.12.0
+ g_source_remove_by_funcs_user_data at Base 2.12.0
+ g_source_remove_by_user_data at Base 2.12.0
+ g_source_remove_child_source at Base 2.28.0
+ g_source_remove_poll at Base 2.12.0
+ g_source_remove_unix_fd at Base 2.36.0
+ g_source_set_callback at Base 2.12.0
+ g_source_set_callback_indirect at Base 2.12.0
+ g_source_set_can_recurse at Base 2.12.0
+ g_source_set_dispose_function at Base 2.64.0
+ g_source_set_funcs at Base 2.12.0
+ g_source_set_name at Base 2.26.0
+ g_source_set_name_by_id at Base 2.26.0
+ g_source_set_priority at Base 2.12.0
+ g_source_set_ready_time at Base 2.36.0
+ g_source_set_static_name at Base 2.70.0
+ g_source_unref at Base 2.12.0
+ g_spaced_primes_closest at Base 2.12.0
+ g_spawn_async at Base 2.12.0
+ g_spawn_async_with_fds at Base 2.58.0
+ g_spawn_async_with_pipes at Base 2.12.0
+ g_spawn_async_with_pipes_and_fds at Base 2.68.0
+ g_spawn_check_exit_status at Base 2.34.0
+ g_spawn_check_wait_status at Base 2.70.0
+ g_spawn_close_pid at Base 2.12.0
+ g_spawn_command_line_async at Base 2.12.0
+ g_spawn_command_line_sync at Base 2.12.0
+ g_spawn_error_quark at Base 2.12.0
+ g_spawn_exit_error_quark at Base 2.34.0
+ g_spawn_sync at Base 2.12.0
+ g_sprintf at Base 2.12.0
+ g_stat at Base 2.12.0
+ g_static_mutex_free at Base 2.12.0
+ g_static_mutex_get_mutex_impl at Base 2.12.0
+ g_static_mutex_init at Base 2.12.0
+ g_static_private_free at Base 2.12.0
+ g_static_private_get at Base 2.12.0
+ g_static_private_init at Base 2.12.0
+ g_static_private_set at Base 2.12.0
+ g_static_rec_mutex_free at Base 2.12.0
+ g_static_rec_mutex_init at Base 2.12.0
+ g_static_rec_mutex_lock at Base 2.12.0
+ g_static_rec_mutex_lock_full at Base 2.12.0
+ g_static_rec_mutex_trylock at Base 2.12.0
+ g_static_rec_mutex_unlock at Base 2.12.0
+ g_static_rec_mutex_unlock_full at Base 2.12.0
+ g_static_rw_lock_free at Base 2.12.0
+ g_static_rw_lock_init at Base 2.12.0
+ g_static_rw_lock_reader_lock at Base 2.12.0
+ g_static_rw_lock_reader_trylock at Base 2.12.0
+ g_static_rw_lock_reader_unlock at Base 2.12.0
+ g_static_rw_lock_writer_lock at Base 2.12.0
+ g_static_rw_lock_writer_trylock at Base 2.12.0
+ g_static_rw_lock_writer_unlock at Base 2.12.0
+ g_stpcpy at Base 2.12.0
+ g_str_equal at Base 2.12.0
+ g_str_has_prefix at Base 2.12.0
+ g_str_has_suffix at Base 2.12.0
+ g_str_hash at Base 2.12.0
+ g_str_is_ascii at Base 2.40.0
+ g_str_match_string at Base 2.40.0
+ g_str_to_ascii at Base 2.40.0
+ g_str_tokenize_and_fold at Base 2.40.0
+ g_strcanon at Base 2.12.0
+ g_strcasecmp at Base 2.12.0
+ g_strchomp at Base 2.12.0
+ g_strchug at Base 2.12.0
+ g_strcmp0 at Base 2.16.0
+ g_strcompress at Base 2.12.0
+ g_strconcat at Base 2.12.0
+ g_strdelimit at Base 2.12.0
+ g_strdown at Base 2.12.0
+ g_strdup at Base 2.12.0
+ g_strdup_printf at Base 2.12.0
+ g_strdup_vprintf at Base 2.12.0
+ g_strdupv at Base 2.12.0
+ g_strerror at Base 2.12.0
+ g_strescape at Base 2.12.0
+ g_strfreev at Base 2.12.0
+ g_string_append at Base 2.12.0
+ g_string_append_c at Base 2.12.0
+ g_string_append_len at Base 2.12.0
+ g_string_append_printf at Base 2.12.0
+ g_string_append_unichar at Base 2.12.0
+ g_string_append_uri_escaped at Base 2.16.0
+ g_string_append_vprintf at Base 2.14.0
+ g_string_ascii_down at Base 2.12.0
+ g_string_ascii_up at Base 2.12.0
+ g_string_assign at Base 2.12.0
+ g_string_chunk_clear at Base 2.14.0
+ g_string_chunk_free at Base 2.12.0
+ g_string_chunk_insert at Base 2.12.0
+ g_string_chunk_insert_const at Base 2.12.0
+ g_string_chunk_insert_len at Base 2.12.0
+ g_string_chunk_new at Base 2.12.0
+ g_string_down at Base 2.12.0
+ g_string_equal at Base 2.12.0
+ g_string_erase at Base 2.12.0
+ g_string_free at Base 2.12.0
+ g_string_free_and_steal at Base 2.75.3
+ g_string_free_to_bytes at Base 2.34.0
+ g_string_hash at Base 2.12.0
+ g_string_insert at Base 2.12.0
+ g_string_insert_c at Base 2.12.0
+ g_string_insert_len at Base 2.12.0
+ g_string_insert_unichar at Base 2.12.0
+ g_string_new at Base 2.12.0
+ g_string_new_len at Base 2.12.0
+ g_string_new_take at Base 2.77.0
+ g_string_overwrite at Base 2.14.0
+ g_string_overwrite_len at Base 2.14.0
+ g_string_prepend at Base 2.12.0
+ g_string_prepend_c at Base 2.12.0
+ g_string_prepend_len at Base 2.12.0
+ g_string_prepend_unichar at Base 2.12.0
+ g_string_printf at Base 2.12.0
+ g_string_replace at Base 2.68.0+git20210214
+ g_string_set_size at Base 2.12.0
+ g_string_sized_new at Base 2.12.0
+ g_string_truncate at Base 2.12.0
+ g_string_up at Base 2.12.0
+ g_string_vprintf at Base 2.14.0
+ g_strip_context at Base 2.12.0
+ g_strjoin at Base 2.12.0
+ g_strjoinv at Base 2.12.0
+ g_strlcat at Base 2.12.0
+ g_strlcpy at Base 2.12.0
+ g_strncasecmp at Base 2.12.0
+ g_strndup at Base 2.12.0
+ g_strnfill at Base 2.12.0
+ g_strreverse at Base 2.12.0
+ g_strrstr at Base 2.12.0
+ g_strrstr_len at Base 2.12.0
+ g_strsignal at Base 2.12.0
+ g_strsplit at Base 2.12.0
+ g_strsplit_set at Base 2.12.0
+ g_strstr_len at Base 2.12.0
+ g_strtod at Base 2.12.0
+ g_strup at Base 2.12.0
+ g_strv_builder_add at Base 2.68.0
+ g_strv_builder_add_many at Base 2.70.0
+ g_strv_builder_addv at Base 2.70.0
+ g_strv_builder_end at Base 2.68.0
+ g_strv_builder_new at Base 2.68.0
+ g_strv_builder_ref at Base 2.68.0
+ g_strv_builder_take at Base 2.79.0
+ g_strv_builder_unref at Base 2.68.0
+ g_strv_contains at Base 2.44.0
+ g_strv_equal at Base 2.60.0
+ g_strv_length at Base 2.12.0
+ g_test_add_data_func at Base 2.16.0
+ g_test_add_data_func_full at Base 2.34.0
+ g_test_add_func at Base 2.16.0
+ g_test_add_vtable at Base 2.16.0
+ g_test_assert_expected_messages_internal at Base 2.34.0
+ g_test_bug at Base 2.16.0
+ g_test_bug_base at Base 2.16.0
+ g_test_build_filename at Base 2.38.0
+ g_test_case_free at Base 2.70.0
+ g_test_config_vars at Base 2.16.0
+ g_test_create_case at Base 2.16.0
+ g_test_create_suite at Base 2.16.0
+ g_test_disable_crash_reporting at Base 2.77.1
+ g_test_expect_message at Base 2.34.0
+ g_test_fail at Base 2.30.0
+ g_test_fail_printf at Base 2.70.0
+ g_test_failed at Base 2.38.0
+ g_test_get_dir at Base 2.38.0
+ g_test_get_filename at Base 2.38.0
+ g_test_get_path at Base 2.68.0
+ g_test_get_root at Base 2.16.0
+ g_test_incomplete at Base 2.38.0
+ g_test_incomplete_printf at Base 2.70.0
+ g_test_init at Base 2.16.0
+ g_test_log_buffer_free at Base 2.16.0
+ g_test_log_buffer_new at Base 2.16.0
+ g_test_log_buffer_pop at Base 2.16.0
+ g_test_log_buffer_push at Base 2.16.0
+ g_test_log_msg_free at Base 2.16.0
+ g_test_log_set_fatal_handler at Base 2.22.0
+ g_test_log_type_name at Base 2.16.0
+ g_test_maximized_result at Base 2.16.0
+ g_test_message at Base 2.16.0
+ g_test_minimized_result at Base 2.16.0
+ g_test_queue_destroy at Base 2.16.0
+ g_test_queue_free at Base 2.16.0
+ g_test_rand_double at Base 2.16.0
+ g_test_rand_double_range at Base 2.16.0
+ g_test_rand_int at Base 2.16.0
+ g_test_rand_int_range at Base 2.16.0
+ g_test_run at Base 2.16.0
+ g_test_run_suite at Base 2.16.0
+ g_test_set_nonfatal_assertions at Base 2.38.0
+ g_test_skip at Base 2.38.0
+ g_test_skip_printf at Base 2.70.0
+ g_test_subprocess at Base 2.38.0
+ g_test_suite_add at Base 2.16.0
+ g_test_suite_add_suite at Base 2.16.0
+ g_test_suite_free at Base 2.70.0
+ g_test_summary at Base 2.62.0
+ g_test_timer_elapsed at Base 2.16.0
+ g_test_timer_last at Base 2.16.0
+ g_test_timer_start at Base 2.16.0
+ g_test_trap_assertions at Base 2.16.0
+ g_test_trap_fork at Base 2.16.0
+ g_test_trap_has_passed at Base 2.16.0
+ g_test_trap_reached_timeout at Base 2.16.0
+ g_test_trap_subprocess at Base 2.38.0
+ g_test_trap_subprocess_with_envp at Base 2.79.0
+ g_thread_create at Base 2.32.0
+ g_thread_create_full at Base 2.12.0
+ g_thread_error_quark at Base 2.12.0
+ g_thread_exit at Base 2.12.0
+ g_thread_foreach at Base 2.12.0
+ g_thread_functions_for_glib_use at Base 2.12.0
+ g_thread_get_initialized at Base 2.20.0
+ g_thread_gettime at Base 2.14.0
+ g_thread_init_glib at Base 2.12.0
+ g_thread_join at Base 2.12.0
+ g_thread_new at Base 2.32.0
+ g_thread_pool_free at Base 2.12.0
+ g_thread_pool_get_max_idle_time at Base 2.12.0
+ g_thread_pool_get_max_threads at Base 2.12.0
+ g_thread_pool_get_max_unused_threads at Base 2.12.0
+ g_thread_pool_get_num_threads at Base 2.12.0
+ g_thread_pool_get_num_unused_threads at Base 2.12.0
+ g_thread_pool_move_to_front at Base 2.46.0
+ g_thread_pool_new at Base 2.12.0
+ g_thread_pool_new_full at Base 2.70.0
+ g_thread_pool_push at Base 2.12.0
+ g_thread_pool_set_max_idle_time at Base 2.12.0
+ g_thread_pool_set_max_threads at Base 2.12.0
+ g_thread_pool_set_max_unused_threads at Base 2.12.0
+ g_thread_pool_set_sort_function at Base 2.12.0
+ g_thread_pool_stop_unused_threads at Base 2.12.0
+ g_thread_pool_unprocessed at Base 2.12.0
+ g_thread_ref at Base 2.32.0
+ g_thread_self at Base 2.12.0
+ g_thread_set_priority at Base 2.12.0
+ g_thread_try_new at Base 2.32.0
+ g_thread_unref at Base 2.32.0
+ g_thread_use_default_impl at Base 2.12.0
+ g_thread_yield at Base 2.32.0
+ g_threads_got_initialized at Base 2.12.0
+ g_time_val_add at Base 2.12.0
+ g_time_val_from_iso8601 at Base 2.12.0
+ g_time_val_to_iso8601 at Base 2.12.0
+ g_time_zone_adjust_time at Base 2.28.0
+ g_time_zone_find_interval at Base 2.28.0
+ g_time_zone_get_abbreviation at Base 2.28.0
+ g_time_zone_get_identifier at Base 2.58.0
+ g_time_zone_get_offset at Base 2.28.0
+ g_time_zone_is_dst at Base 2.28.0
+ g_time_zone_new at Base 2.26.0
+ g_time_zone_new_identifier at Base 2.68.0
+ g_time_zone_new_local at Base 2.26.0
+ g_time_zone_new_offset at Base 2.58.0
+ g_time_zone_new_utc at Base 2.26.0
+ g_time_zone_ref at Base 2.26.0
+ g_time_zone_unref at Base 2.26.0
+ g_timeout_add at Base 2.12.0
+ g_timeout_add_full at Base 2.12.0
+ g_timeout_add_once at Base 2.74.0
+ g_timeout_add_seconds at Base 2.14.0
+ g_timeout_add_seconds_full at Base 2.14.0
+ g_timeout_add_seconds_once at Base 2.77.0
+ g_timeout_funcs at Base 2.12.0
+ g_timeout_source_new at Base 2.12.0
+ g_timeout_source_new_seconds at Base 2.14.0
+ g_timer_continue at Base 2.12.0
+ g_timer_destroy at Base 2.12.0
+ g_timer_elapsed at Base 2.12.0
+ g_timer_is_active at Base 2.62.0
+ g_timer_new at Base 2.12.0
+ g_timer_reset at Base 2.12.0
+ g_timer_start at Base 2.12.0
+ g_timer_stop at Base 2.12.0
+ g_trash_stack_height at Base 2.12.0
+ g_trash_stack_peek at Base 2.12.0
+ g_trash_stack_pop at Base 2.12.0
+ g_trash_stack_push at Base 2.12.0
+ g_tree_destroy at Base 2.12.0
+ g_tree_foreach at Base 2.12.0
+ g_tree_foreach_node at Base 2.68.0
+ g_tree_height at Base 2.12.0
+ g_tree_insert at Base 2.12.0
+ g_tree_insert_node at Base 2.68.0
+ g_tree_lookup at Base 2.12.0
+ g_tree_lookup_extended at Base 2.12.0
+ g_tree_lookup_node at Base 2.68.0
+ g_tree_lower_bound at Base 2.68.0
+ g_tree_new at Base 2.12.0
+ g_tree_new_full at Base 2.12.0
+ g_tree_new_with_data at Base 2.12.0
+ g_tree_nnodes at Base 2.12.0
+ g_tree_node_first at Base 2.68.0
+ g_tree_node_key at Base 2.68.0
+ g_tree_node_last at Base 2.68.0
+ g_tree_node_next at Base 2.68.0
+ g_tree_node_previous at Base 2.68.0
+ g_tree_node_value at Base 2.68.0
+ g_tree_ref at Base 2.22.0
+ g_tree_remove at Base 2.12.0
+ g_tree_remove_all at Base 2.70.0
+ g_tree_replace at Base 2.12.0
+ g_tree_replace_node at Base 2.68.0
+ g_tree_search at Base 2.12.0
+ g_tree_search_node at Base 2.68.0
+ g_tree_steal at Base 2.12.0
+ g_tree_traverse at Base 2.12.0
+ g_tree_unref at Base 2.22.0
+ g_tree_upper_bound at Base 2.68.0
+ g_try_malloc0 at Base 2.12.0
+ g_try_malloc0_n at Base 2.24.0
+ g_try_malloc at Base 2.12.0
+ g_try_malloc_n at Base 2.24.0
+ g_try_realloc at Base 2.12.0
+ g_try_realloc_n at Base 2.24.0
+ g_tuples_destroy at Base 2.12.0
+ g_tuples_index at Base 2.12.0
+ g_ucs4_to_utf16 at Base 2.12.0
+ g_ucs4_to_utf8 at Base 2.12.0
+ g_unichar_break_type at Base 2.12.0
+ g_unichar_combining_class at Base 2.14.0
+ g_unichar_compose at Base 2.30.0
+ g_unichar_decompose at Base 2.30.0
+ g_unichar_digit_value at Base 2.12.0
+ g_unichar_fully_decompose at Base 2.30.0
+ g_unichar_get_mirror_char at Base 2.12.0
+ g_unichar_get_script at Base 2.14.0
+ g_unichar_isalnum at Base 2.12.0
+ g_unichar_isalpha at Base 2.12.0
+ g_unichar_iscntrl at Base 2.12.0
+ g_unichar_isdefined at Base 2.12.0
+ g_unichar_isdigit at Base 2.12.0
+ g_unichar_isgraph at Base 2.12.0
+ g_unichar_islower at Base 2.12.0
+ g_unichar_ismark at Base 2.14.0
+ g_unichar_isprint at Base 2.12.0
+ g_unichar_ispunct at Base 2.12.0
+ g_unichar_isspace at Base 2.12.0
+ g_unichar_istitle at Base 2.12.0
+ g_unichar_isupper at Base 2.12.0
+ g_unichar_iswide at Base 2.12.0
+ g_unichar_iswide_cjk at Base 2.12.0
+ g_unichar_isxdigit at Base 2.12.0
+ g_unichar_iszerowidth at Base 2.14.0
+ g_unichar_to_utf8 at Base 2.12.0
+ g_unichar_tolower at Base 2.12.0
+ g_unichar_totitle at Base 2.12.0
+ g_unichar_toupper at Base 2.12.0
+ g_unichar_type at Base 2.12.0
+ g_unichar_validate at Base 2.12.0
+ g_unichar_xdigit_value at Base 2.12.0
+ g_unicode_canonical_decomposition at Base 2.12.0
+ g_unicode_canonical_ordering at Base 2.12.0
+ g_unicode_script_from_iso15924 at Base 2.30.0
+ g_unicode_script_to_iso15924 at Base 2.30.0
+ g_unix_error_quark at Base 2.30.0
+ g_unix_fd_add at Base 2.36.0
+ g_unix_fd_add_full at Base 2.36.0
+ g_unix_fd_source_funcs at Base 2.38.0
+ g_unix_fd_source_new at Base 2.36.0
+ g_unix_get_passwd_entry at Base 2.64.0
+ g_unix_open_pipe at Base 2.77.3
+ g_unix_set_fd_nonblocking at Base 2.30.0
+ g_unix_signal_add at Base 2.30.0
+ g_unix_signal_add_full at Base 2.30.0
+ g_unix_signal_funcs at Base 2.38.0
+ g_unix_signal_source_new at Base 2.30.0
+ g_unlink at Base 2.12.0
+ g_unsetenv at Base 2.12.0
+ g_uri_build at Base 2.66.0
+ g_uri_build_with_user at Base 2.66.0
+ g_uri_error_quark at Base 2.66.0
+ g_uri_escape_bytes at Base 2.66.0
+ g_uri_escape_string at Base 2.16.0
+ g_uri_get_auth_params at Base 2.66.0
+ g_uri_get_flags at Base 2.66.0
+ g_uri_get_fragment at Base 2.66.0
+ g_uri_get_host at Base 2.66.0
+ g_uri_get_password at Base 2.66.0
+ g_uri_get_path at Base 2.66.0
+ g_uri_get_port at Base 2.66.0
+ g_uri_get_query at Base 2.66.0
+ g_uri_get_scheme at Base 2.66.0
+ g_uri_get_user at Base 2.66.0
+ g_uri_get_userinfo at Base 2.66.0
+ g_uri_is_valid at Base 2.66.0
+ g_uri_join at Base 2.66.0
+ g_uri_join_with_user at Base 2.66.0
+ g_uri_list_extract_uris at Base 2.12.0
+ g_uri_params_iter_init at Base 2.66.0
+ g_uri_params_iter_next at Base 2.66.0
+ g_uri_parse at Base 2.66.0
+ g_uri_parse_params at Base 2.66.0
+ g_uri_parse_relative at Base 2.66.0
+ g_uri_parse_scheme at Base 2.16.0
+ g_uri_peek_scheme at Base 2.66.0
+ g_uri_ref at Base 2.66.0
+ g_uri_resolve_relative at Base 2.66.0
+ g_uri_split at Base 2.66.0
+ g_uri_split_network at Base 2.66.0
+ g_uri_split_with_user at Base 2.66.0
+ g_uri_to_string at Base 2.66.0
+ g_uri_to_string_partial at Base 2.66.0
+ g_uri_unescape_bytes at Base 2.66.0
+ g_uri_unescape_segment at Base 2.16.0
+ g_uri_unescape_string at Base 2.16.0
+ g_uri_unref at Base 2.66.0
+ g_usleep at Base 2.12.0
+ g_utf16_to_ucs4 at Base 2.12.0
+ g_utf16_to_utf8 at Base 2.12.0
+ g_utf8_casefold at Base 2.12.0
+ g_utf8_collate at Base 2.12.0
+ g_utf8_collate_key at Base 2.12.0
+ g_utf8_collate_key_for_filename at Base 2.12.0
+ g_utf8_find_next_char at Base 2.12.0
+ g_utf8_find_prev_char at Base 2.12.0
+ g_utf8_get_char at Base 2.12.0
+ g_utf8_get_char_validated at Base 2.12.0
+ g_utf8_make_valid at Base 2.52.0
+ g_utf8_normalize at Base 2.12.0
+ g_utf8_offset_to_pointer at Base 2.12.0
+ g_utf8_pointer_to_offset at Base 2.12.0
+ g_utf8_prev_char at Base 2.12.0
+ g_utf8_skip at Base 2.12.0
+ g_utf8_strchr at Base 2.12.0
+ g_utf8_strdown at Base 2.12.0
+ g_utf8_strlen at Base 2.12.0
+ g_utf8_strncpy at Base 2.12.0
+ g_utf8_strrchr at Base 2.12.0
+ g_utf8_strreverse at Base 2.12.0
+ g_utf8_strup at Base 2.12.0
+ g_utf8_substring at Base 2.30.0
+ g_utf8_to_ucs4 at Base 2.12.0
+ g_utf8_to_ucs4_fast at Base 2.12.0
+ g_utf8_to_utf16 at Base 2.12.0
+ g_utf8_truncate_middle at Base 2.77.0
+ g_utf8_validate at Base 2.12.0
+ g_utf8_validate_len at Base 2.60.0
+ g_utime at Base 2.18.0
+ g_uuid_string_is_valid at Base 2.52.0
+ g_uuid_string_random at Base 2.52.0
+ g_variant_builder_add at Base 2.24.0
+ g_variant_builder_add_parsed at Base 2.26.0
+ g_variant_builder_add_value at Base 2.24.0
+ g_variant_builder_clear at Base 2.24.0
+ g_variant_builder_close at Base 2.24.0
+ g_variant_builder_end at Base 2.24.0
+ g_variant_builder_init at Base 2.24.0
+ g_variant_builder_new at Base 2.24.0
+ g_variant_builder_open at Base 2.24.0
+ g_variant_builder_ref at Base 2.24.0
+ g_variant_builder_unref at Base 2.24.0
+ g_variant_byteswap at Base 2.24.0
+ g_variant_check_format_string at Base 2.34.0
+ g_variant_classify at Base 2.24.0
+ g_variant_compare at Base 2.26.0
+ g_variant_dict_clear at Base 2.40.0
+ g_variant_dict_contains at Base 2.40.0
+ g_variant_dict_end at Base 2.40.0
+ g_variant_dict_init at Base 2.40.0
+ g_variant_dict_insert at Base 2.40.0
+ g_variant_dict_insert_value at Base 2.40.0
+ g_variant_dict_lookup at Base 2.40.0
+ g_variant_dict_lookup_value at Base 2.40.0
+ g_variant_dict_new at Base 2.40.0
+ g_variant_dict_ref at Base 2.40.0
+ g_variant_dict_remove at Base 2.40.0
+ g_variant_dict_unref at Base 2.40.0
+ g_variant_dup_bytestring at Base 2.26.0
+ g_variant_dup_bytestring_array at Base 2.26.0
+ g_variant_dup_objv at Base 2.30.0
+ g_variant_dup_string at Base 2.24.0
+ g_variant_dup_strv at Base 2.24.0
+ g_variant_equal at Base 2.24.0
+ g_variant_format_string_scan at Base 2.24.0
+ g_variant_format_string_scan_type at Base 2.24.0
+ g_variant_get at Base 2.24.0
+ g_variant_get_boolean at Base 2.24.0
+ g_variant_get_byte at Base 2.24.0
+ g_variant_get_bytestring at Base 2.26.0
+ g_variant_get_bytestring_array at Base 2.26.0
+ g_variant_get_child at Base 2.24.0
+ g_variant_get_child_value at Base 2.24.0
+ g_variant_get_data at Base 2.24.0
+ g_variant_get_data_as_bytes at Base 2.36.0
+ g_variant_get_double at Base 2.24.0
+ g_variant_get_fixed_array at Base 2.24.0
+ g_variant_get_handle at Base 2.24.0
+ g_variant_get_int16 at Base 2.24.0
+ g_variant_get_int32 at Base 2.24.0
+ g_variant_get_int64 at Base 2.24.0
+ g_variant_get_maybe at Base 2.24.0
+ g_variant_get_normal_form at Base 2.24.0
+ g_variant_get_objv at Base 2.30.0
+ g_variant_get_size at Base 2.24.0
+ g_variant_get_string at Base 2.24.0
+ g_variant_get_strv at Base 2.24.0
+ g_variant_get_type at Base 2.24.0
+ g_variant_get_type_string at Base 2.24.0
+ g_variant_get_uint16 at Base 2.24.0
+ g_variant_get_uint32 at Base 2.24.0
+ g_variant_get_uint64 at Base 2.24.0
+ g_variant_get_va at Base 2.24.0
+ g_variant_get_variant at Base 2.24.0
+ g_variant_hash at Base 2.24.0
+ g_variant_is_container at Base 2.24.0
+ g_variant_is_floating at Base 2.26.0
+ g_variant_is_normal_form at Base 2.24.0
+ g_variant_is_object_path at Base 2.24.0
+ g_variant_is_of_type at Base 2.24.0
+ g_variant_is_signature at Base 2.24.0
+ g_variant_iter_copy at Base 2.24.0
+ g_variant_iter_free at Base 2.24.0
+ g_variant_iter_init at Base 2.24.0
+ g_variant_iter_loop at Base 2.24.0
+ g_variant_iter_n_children at Base 2.24.0
+ g_variant_iter_new at Base 2.24.0
+ g_variant_iter_next at Base 2.24.0
+ g_variant_iter_next_value at Base 2.24.0
+ g_variant_lookup at Base 2.28.0
+ g_variant_lookup_value at Base 2.28.0
+ g_variant_n_children at Base 2.24.0
+ g_variant_new at Base 2.24.0
+ g_variant_new_array at Base 2.24.0
+ g_variant_new_boolean at Base 2.24.0
+ g_variant_new_byte at Base 2.24.0
+ g_variant_new_bytestring at Base 2.26.0
+ g_variant_new_bytestring_array at Base 2.26.0
+ g_variant_new_dict_entry at Base 2.24.0
+ g_variant_new_double at Base 2.24.0
+ g_variant_new_fixed_array at Base 2.32.0
+ g_variant_new_from_bytes at Base 2.36.0
+ g_variant_new_from_data at Base 2.24.0
+ g_variant_new_handle at Base 2.24.0
+ g_variant_new_int16 at Base 2.24.0
+ g_variant_new_int32 at Base 2.24.0
+ g_variant_new_int64 at Base 2.24.0
+ g_variant_new_maybe at Base 2.24.0
+ g_variant_new_object_path at Base 2.24.0
+ g_variant_new_objv at Base 2.30.0
+ g_variant_new_parsed at Base 2.24.0
+ g_variant_new_parsed_va at Base 2.24.0
+ g_variant_new_printf at Base 2.38.0
+ g_variant_new_signature at Base 2.24.0
+ g_variant_new_string at Base 2.24.0
+ g_variant_new_strv at Base 2.24.0
+ g_variant_new_take_string at Base 2.38.0
+ g_variant_new_tuple at Base 2.24.0
+ g_variant_new_uint16 at Base 2.24.0
+ g_variant_new_uint32 at Base 2.24.0
+ g_variant_new_uint64 at Base 2.24.0
+ g_variant_new_va at Base 2.24.0
+ g_variant_new_variant at Base 2.24.0
+ g_variant_parse at Base 2.24.0
+ g_variant_parse_error_print_context at Base 2.40.0
+ g_variant_parse_error_quark at Base 2.40.0
+ g_variant_parser_get_error_quark at Base 2.24.0
+ g_variant_print at Base 2.24.0
+ g_variant_print_string at Base 2.24.0
+ g_variant_ref at Base 2.24.0
+ g_variant_ref_sink at Base 2.24.0
+ g_variant_serialised_byteswap at Base 2.24.0
+ g_variant_serialised_check at Base 2.60.0
+ g_variant_serialised_get_child at Base 2.24.0
+ g_variant_serialised_is_normal at Base 2.24.0
+ g_variant_serialised_n_children at Base 2.24.0
+ g_variant_serialiser_is_object_path at Base 2.24.0
+ g_variant_serialiser_is_signature at Base 2.24.0
+ g_variant_serialiser_is_string at Base 2.24.0
+ g_variant_serialiser_needed_size at Base 2.24.0
+ g_variant_serialiser_serialise at Base 2.24.0
+ g_variant_store at Base 2.24.0
+ g_variant_take_ref at Base 2.30.0
+ g_variant_type_checked_ at Base 2.24.0
+ g_variant_type_copy at Base 2.24.0
+ g_variant_type_dup_string at Base 2.24.0
+ g_variant_type_element at Base 2.24.0
+ g_variant_type_equal at Base 2.24.0
+ g_variant_type_first at Base 2.24.0
+ g_variant_type_free at Base 2.24.0
+ g_variant_type_get_string_length at Base 2.24.0
+ g_variant_type_hash at Base 2.24.0
+ g_variant_type_info_assert_no_infos at Base 2.24.0
+ g_variant_type_info_element at Base 2.24.0
+ g_variant_type_info_get at Base 2.24.0
+ g_variant_type_info_get_type_string at Base 2.24.0
+ g_variant_type_info_member_info at Base 2.24.0
+ g_variant_type_info_n_members at Base 2.24.0
+ g_variant_type_info_query at Base 2.24.0
+ g_variant_type_info_query_depth at Base 2.58.2
+ g_variant_type_info_query_element at Base 2.24.0
+ g_variant_type_info_ref at Base 2.24.0
+ g_variant_type_info_unref at Base 2.24.0
+ g_variant_type_is_array at Base 2.24.0
+ g_variant_type_is_basic at Base 2.24.0
+ g_variant_type_is_container at Base 2.24.0
+ g_variant_type_is_definite at Base 2.24.0
+ g_variant_type_is_dict_entry at Base 2.24.0
+ g_variant_type_is_maybe at Base 2.24.0
+ g_variant_type_is_subtype_of at Base 2.24.0
+ g_variant_type_is_tuple at Base 2.24.0
+ g_variant_type_is_variant at Base 2.24.0
+ g_variant_type_key at Base 2.24.0
+ g_variant_type_n_items at Base 2.24.0
+ g_variant_type_new at Base 2.24.0
+ g_variant_type_new_array at Base 2.24.0
+ g_variant_type_new_dict_entry at Base 2.24.0
+ g_variant_type_new_maybe at Base 2.24.0
+ g_variant_type_new_tuple at Base 2.24.0
+ g_variant_type_next at Base 2.24.0
+ g_variant_type_peek_string at Base 2.24.0
+ g_variant_type_string_get_depth_ at Base 2.58.2
+ g_variant_type_string_is_valid at Base 2.24.0
+ g_variant_type_string_scan at Base 2.24.0
+ g_variant_type_value at Base 2.24.0
+ g_variant_unref at Base 2.24.0
+ g_vasprintf at Base 2.12.0
+ g_vfprintf at Base 2.12.0
+ g_vprintf at Base 2.12.0
+ g_vsnprintf at Base 2.12.0
+ g_vsprintf at Base 2.12.0
+ g_warn_message at Base 2.16.0
+ glib__private__ at Base 2.32.0
+ glib_binary_age at Base 2.12.0
+ glib_check_version at Base 2.12.0
+ glib_gettext at Base 2.16.0
+ glib_interface_age at Base 2.12.0
+ glib_major_version at Base 2.12.0
+ glib_mem_profiler_table at Base 2.12.0
+ glib_micro_version at Base 2.12.0
+ glib_minor_version at Base 2.12.0
+ glib_on_error_halt at Base 2.12.0
+ glib_pgettext at Base 2.28.3
+libgmodule-2.0.so.0 libglib2.0-0t64 #MINVER#
+* Build-Depends-Package: libglib2.0-dev
+ g_module_build_path at Base 2.12.0
+ g_module_close at Base 2.12.0
+ g_module_error at Base 2.12.0
+ g_module_error_quark at Base 2.70.0
+ g_module_make_resident at Base 2.12.0
+ g_module_name at Base 2.12.0
+ g_module_open at Base 2.12.0
+ g_module_open_full at Base 2.70.0
+ g_module_supported at Base 2.12.0
+ g_module_symbol at Base 2.12.0
+libgobject-2.0.so.0 libglib2.0-0t64 #MINVER#
+* Build-Depends-Package: libglib2.0-dev
+ g_array_get_type at Base 2.22.0
+ g_binding_dup_source at Base 2.68.0
+ g_binding_dup_target at Base 2.68.0
+ g_binding_flags_get_type at Base 2.26.0
+ g_binding_get_flags at Base 2.26.0
+ g_binding_get_source at Base 2.26.0
+ g_binding_get_source_property at Base 2.26.0
+ g_binding_get_target at Base 2.26.0
+ g_binding_get_target_property at Base 2.26.0
+ g_binding_get_type at Base 2.26.0
+ g_binding_group_bind at Base 2.72.0
+ g_binding_group_bind_full at Base 2.72.0
+ g_binding_group_bind_with_closures at Base 2.72.0
+ g_binding_group_dup_source at Base 2.72.0
+ g_binding_group_get_type at Base 2.72.0
+ g_binding_group_new at Base 2.72.0
+ g_binding_group_set_source at Base 2.72.0
+ g_binding_unbind at Base 2.38.0
+ g_bookmark_file_get_type at Base 2.75.0
+ g_boxed_copy at Base 2.12.0
+ g_boxed_free at Base 2.12.0
+ g_boxed_type_register_static at Base 2.12.0
+ g_byte_array_get_type at Base 2.22.0
+ g_bytes_get_type at Base 2.32.0
+ g_cclosure_marshal_BOOLEAN__BOXED_BOXED at Base 2.26.0
+ g_cclosure_marshal_BOOLEAN__BOXED_BOXEDv at Base 2.32.0
+ g_cclosure_marshal_BOOLEAN__FLAGS at Base 2.12.0
+ g_cclosure_marshal_BOOLEAN__FLAGSv at Base 2.32.0
+ g_cclosure_marshal_STRING__OBJECT_POINTER at Base 2.12.0
+ g_cclosure_marshal_STRING__OBJECT_POINTERv at Base 2.32.0
+ g_cclosure_marshal_VOID__BOOLEAN at Base 2.12.0
+ g_cclosure_marshal_VOID__BOOLEANv at Base 2.32.0
+ g_cclosure_marshal_VOID__BOXED at Base 2.12.0
+ g_cclosure_marshal_VOID__BOXEDv at Base 2.32.0
+ g_cclosure_marshal_VOID__CHAR at Base 2.12.0
+ g_cclosure_marshal_VOID__CHARv at Base 2.32.0
+ g_cclosure_marshal_VOID__DOUBLE at Base 2.12.0
+ g_cclosure_marshal_VOID__DOUBLEv at Base 2.32.0
+ g_cclosure_marshal_VOID__ENUM at Base 2.12.0
+ g_cclosure_marshal_VOID__ENUMv at Base 2.32.0
+ g_cclosure_marshal_VOID__FLAGS at Base 2.12.0
+ g_cclosure_marshal_VOID__FLAGSv at Base 2.32.0
+ g_cclosure_marshal_VOID__FLOAT at Base 2.12.0
+ g_cclosure_marshal_VOID__FLOATv at Base 2.32.0
+ g_cclosure_marshal_VOID__INT at Base 2.12.0
+ g_cclosure_marshal_VOID__INTv at Base 2.32.0
+ g_cclosure_marshal_VOID__LONG at Base 2.12.0
+ g_cclosure_marshal_VOID__LONGv at Base 2.32.0
+ g_cclosure_marshal_VOID__OBJECT at Base 2.12.0
+ g_cclosure_marshal_VOID__OBJECTv at Base 2.32.0
+ g_cclosure_marshal_VOID__PARAM at Base 2.12.0
+ g_cclosure_marshal_VOID__PARAMv at Base 2.32.0
+ g_cclosure_marshal_VOID__POINTER at Base 2.12.0
+ g_cclosure_marshal_VOID__POINTERv at Base 2.32.0
+ g_cclosure_marshal_VOID__STRING at Base 2.12.0
+ g_cclosure_marshal_VOID__STRINGv at Base 2.32.0
+ g_cclosure_marshal_VOID__UCHAR at Base 2.12.0
+ g_cclosure_marshal_VOID__UCHARv at Base 2.32.0
+ g_cclosure_marshal_VOID__UINT at Base 2.12.0
+ g_cclosure_marshal_VOID__UINT_POINTER at Base 2.12.0
+ g_cclosure_marshal_VOID__UINT_POINTERv at Base 2.32.0
+ g_cclosure_marshal_VOID__UINTv at Base 2.32.0
+ g_cclosure_marshal_VOID__ULONG at Base 2.12.0
+ g_cclosure_marshal_VOID__ULONGv at Base 2.32.0
+ g_cclosure_marshal_VOID__VARIANT at Base 2.26.0
+ g_cclosure_marshal_VOID__VARIANTv at Base 2.32.0
+ g_cclosure_marshal_VOID__VOID at Base 2.12.0
+ g_cclosure_marshal_VOID__VOIDv at Base 2.32.0
+ g_cclosure_marshal_generic at Base 2.30.0
+ g_cclosure_marshal_generic_va at Base 2.32.0
+ g_cclosure_new at Base 2.12.0
+ g_cclosure_new_object at Base 2.12.0
+ g_cclosure_new_object_swap at Base 2.12.0
+ g_cclosure_new_swap at Base 2.12.0
+ g_checksum_get_type at Base 2.36.0
+ g_clear_object at Base 2.28.0
+ g_clear_signal_handler at Base 2.62.0
+ g_closure_add_finalize_notifier at Base 2.12.0
+ g_closure_add_invalidate_notifier at Base 2.12.0
+ g_closure_add_marshal_guards at Base 2.12.0
+ g_closure_get_type at Base 2.12.0
+ g_closure_invalidate at Base 2.12.0
+ g_closure_invoke at Base 2.12.0
+ g_closure_new_object at Base 2.12.0
+ g_closure_new_simple at Base 2.12.0
+ g_closure_ref at Base 2.12.0
+ g_closure_remove_finalize_notifier at Base 2.12.0
+ g_closure_remove_invalidate_notifier at Base 2.12.0
+ g_closure_set_marshal at Base 2.12.0
+ g_closure_set_meta_marshal at Base 2.12.0
+ g_closure_sink at Base 2.12.0
+ g_closure_unref at Base 2.12.0
+ g_date_get_type at Base 2.12.0
+ g_date_time_get_type at Base 2.26.0
+ g_dir_get_type at Base 2.79.0
+ g_enum_complete_type_info at Base 2.12.0
+ g_enum_get_value at Base 2.12.0
+ g_enum_get_value_by_name at Base 2.12.0
+ g_enum_get_value_by_nick at Base 2.12.0
+ g_enum_register_static at Base 2.12.0
+ g_enum_to_string at Base 2.54.0
+ g_error_get_type at Base 2.26.0
+ g_flags_complete_type_info at Base 2.12.0
+ g_flags_get_first_value at Base 2.12.0
+ g_flags_get_value_by_name at Base 2.12.0
+ g_flags_get_value_by_nick at Base 2.12.0
+ g_flags_register_static at Base 2.12.0
+ g_flags_to_string at Base 2.54.0
+ g_gstring_get_type at Base 2.12.0
+ g_gtype_get_type at Base 2.12.0
+ g_hash_table_get_type at Base 2.12.0
+ g_hmac_get_type at Base 2.79.0
+ g_initially_unowned_get_type at Base 2.12.0
+ g_io_channel_get_type at Base 2.12.0
+ g_io_condition_get_type at Base 2.12.0
+ g_key_file_get_type at Base 2.32.0
+ g_main_context_get_type at Base 2.30.0
+ g_main_loop_get_type at Base 2.30.0
+ g_mapped_file_get_type at Base 2.40.0
+ g_markup_parse_context_get_type at Base 2.36.0
+ g_match_info_get_type at Base 2.30.0
+ g_normalize_mode_get_type at Base 2.60.0
+ g_object_add_toggle_ref at Base 2.12.0
+ g_object_add_weak_pointer at Base 2.12.0
+ g_object_bind_property at Base 2.26.0
+ g_object_bind_property_full at Base 2.26.0
+ g_object_bind_property_with_closures at Base 2.26.0
+ g_object_class_find_property at Base 2.12.0
+ g_object_class_install_properties at Base 2.26.0
+ g_object_class_install_property at Base 2.12.0
+ g_object_class_list_properties at Base 2.12.0
+ g_object_class_override_property at Base 2.12.0
+ g_object_compat_control at Base 2.12.0
+ g_object_connect at Base 2.12.0
+ g_object_disconnect at Base 2.12.0
+ g_object_dup_data at Base 2.34.0
+ g_object_dup_qdata at Base 2.34.0
+ g_object_force_floating at Base 2.12.0
+ g_object_freeze_notify at Base 2.12.0
+ g_object_get at Base 2.12.0
+ g_object_get_data at Base 2.12.0
+ g_object_get_property at Base 2.12.0
+ g_object_get_qdata at Base 2.12.0
+ g_object_get_type at Base 2.18.0
+ g_object_get_valist at Base 2.12.0
+ g_object_getv at Base 2.54.0
+ g_object_interface_find_property at Base 2.12.0
+ g_object_interface_install_property at Base 2.12.0
+ g_object_interface_list_properties at Base 2.12.0
+ g_object_is_floating at Base 2.12.0
+ g_object_new at Base 2.12.0
+ g_object_new_valist at Base 2.12.0
+ g_object_new_with_properties at Base 2.54.0
+ g_object_newv at Base 2.12.0
+ g_object_notify at Base 2.12.0
+ g_object_notify_by_pspec at Base 2.26.0
+ g_object_ref at Base 2.12.0
+ g_object_ref_sink at Base 2.12.0
+ g_object_remove_toggle_ref at Base 2.12.0
+ g_object_remove_weak_pointer at Base 2.12.0
+ g_object_replace_data at Base 2.34.0
+ g_object_replace_qdata at Base 2.34.0
+ g_object_run_dispose at Base 2.12.0
+ g_object_set at Base 2.12.0
+ g_object_set_data at Base 2.12.0
+ g_object_set_data_full at Base 2.12.0
+ g_object_set_property at Base 2.12.0
+ g_object_set_qdata at Base 2.12.0
+ g_object_set_qdata_full at Base 2.12.0
+ g_object_set_valist at Base 2.12.0
+ g_object_setv at Base 2.54.0
+ g_object_steal_data at Base 2.12.0
+ g_object_steal_qdata at Base 2.12.0
+ g_object_take_ref at Base 2.70.0
+ g_object_thaw_notify at Base 2.12.0
+ g_object_unref at Base 2.12.0
+ g_object_watch_closure at Base 2.12.0
+ g_object_weak_ref at Base 2.12.0
+ g_object_weak_unref at Base 2.12.0
+ g_option_group_get_type at Base 2.44.0
+ g_param_spec_boolean at Base 2.12.0
+ g_param_spec_boxed at Base 2.12.0
+ g_param_spec_char at Base 2.12.0
+ g_param_spec_double at Base 2.12.0
+ g_param_spec_enum at Base 2.12.0
+ g_param_spec_flags at Base 2.12.0
+ g_param_spec_float at Base 2.12.0
+ g_param_spec_get_blurb at Base 2.12.0
+ g_param_spec_get_default_value at Base 2.38.0
+ g_param_spec_get_name at Base 2.12.0
+ g_param_spec_get_name_quark at Base 2.46.0
+ g_param_spec_get_nick at Base 2.12.0
+ g_param_spec_get_qdata at Base 2.12.0
+ g_param_spec_get_redirect_target at Base 2.12.0
+ g_param_spec_gtype at Base 2.12.0
+ g_param_spec_int64 at Base 2.12.0
+ g_param_spec_int at Base 2.12.0
+ g_param_spec_internal at Base 2.12.0
+ g_param_spec_is_valid_name at Base 2.66.0
+ g_param_spec_long at Base 2.12.0
+ g_param_spec_object at Base 2.12.0
+ g_param_spec_override at Base 2.12.0
+ g_param_spec_param at Base 2.12.0
+ g_param_spec_pointer at Base 2.12.0
+ g_param_spec_pool_free at Base 2.79.0
+ g_param_spec_pool_insert at Base 2.12.0
+ g_param_spec_pool_list at Base 2.12.0
+ g_param_spec_pool_list_owned at Base 2.12.0
+ g_param_spec_pool_lookup at Base 2.12.0
+ g_param_spec_pool_new at Base 2.12.0
+ g_param_spec_pool_remove at Base 2.12.0
+ g_param_spec_ref at Base 2.12.0
+ g_param_spec_ref_sink at Base 2.12.0
+ g_param_spec_set_qdata at Base 2.12.0
+ g_param_spec_set_qdata_full at Base 2.12.0
+ g_param_spec_sink at Base 2.12.0
+ g_param_spec_steal_qdata at Base 2.12.0
+ g_param_spec_string at Base 2.12.0
+ g_param_spec_types at Base 2.12.0
+ g_param_spec_uchar at Base 2.12.0
+ g_param_spec_uint64 at Base 2.12.0
+ g_param_spec_uint at Base 2.12.0
+ g_param_spec_ulong at Base 2.12.0
+ g_param_spec_unichar at Base 2.12.0
+ g_param_spec_unref at Base 2.12.0
+ g_param_spec_value_array at Base 2.12.0
+ g_param_spec_variant at Base 2.26.0
+ g_param_type_register_static at Base 2.12.0
+ g_param_value_convert at Base 2.12.0
+ g_param_value_defaults at Base 2.12.0
+ g_param_value_is_valid at Base 2.74.0
+ g_param_value_set_default at Base 2.12.0
+ g_param_value_validate at Base 2.12.0
+ g_param_values_cmp at Base 2.12.0
+ g_pattern_spec_get_type at Base 2.70.0
+ g_pointer_type_register_static at Base 2.12.0
+ g_pollfd_get_type at Base 2.36.0
+ g_ptr_array_get_type at Base 2.22.0
+ g_rand_get_type at Base 2.79.0+git20240110~
+ g_regex_get_type at Base 2.14.0
+ g_signal_accumulator_first_wins at Base 2.28.0
+ g_signal_accumulator_true_handled at Base 2.12.0
+ g_signal_add_emission_hook at Base 2.12.0
+ g_signal_chain_from_overridden at Base 2.12.0
+ g_signal_chain_from_overridden_handler at Base 2.18.0
+ g_signal_connect_closure at Base 2.12.0
+ g_signal_connect_closure_by_id at Base 2.12.0
+ g_signal_connect_data at Base 2.12.0
+ g_signal_connect_object at Base 2.12.0
+ g_signal_emit at Base 2.12.0
+ g_signal_emit_by_name at Base 2.12.0
+ g_signal_emit_valist at Base 2.12.0
+ g_signal_emitv at Base 2.12.0
+ g_signal_get_invocation_hint at Base 2.12.0
+ g_signal_group_block at Base 2.72.0
+ g_signal_group_connect at Base 2.72.0
+ g_signal_group_connect_after at Base 2.72.0
+ g_signal_group_connect_closure at Base 2.74.0
+ g_signal_group_connect_data at Base 2.72.0
+ g_signal_group_connect_object at Base 2.72.0
+ g_signal_group_connect_swapped at Base 2.72.0
+ g_signal_group_dup_target at Base 2.72.0
+ g_signal_group_get_type at Base 2.72.0
+ g_signal_group_new at Base 2.72.0
+ g_signal_group_set_target at Base 2.72.0
+ g_signal_group_unblock at Base 2.72.0
+ g_signal_handler_block at Base 2.12.0
+ g_signal_handler_disconnect at Base 2.12.0
+ g_signal_handler_find at Base 2.12.0
+ g_signal_handler_is_connected at Base 2.12.0
+ g_signal_handler_unblock at Base 2.12.0
+ g_signal_handlers_block_matched at Base 2.12.0
+ g_signal_handlers_destroy at Base 2.12.0
+ g_signal_handlers_disconnect_matched at Base 2.12.0
+ g_signal_handlers_unblock_matched at Base 2.12.0
+ g_signal_has_handler_pending at Base 2.12.0
+ g_signal_is_valid_name at Base 2.66.0
+ g_signal_list_ids at Base 2.12.0
+ g_signal_lookup at Base 2.12.0
+ g_signal_name at Base 2.12.0
+ g_signal_new at Base 2.12.0
+ g_signal_new_class_handler at Base 2.18.0
+ g_signal_new_valist at Base 2.12.0
+ g_signal_newv at Base 2.12.0
+ g_signal_override_class_closure at Base 2.12.0
+ g_signal_override_class_handler at Base 2.18.0
+ g_signal_parse_name at Base 2.12.0
+ g_signal_query at Base 2.12.0
+ g_signal_remove_emission_hook at Base 2.12.0
+ g_signal_set_va_marshaller at Base 2.32.0
+ g_signal_stop_emission at Base 2.12.0
+ g_signal_stop_emission_by_name at Base 2.12.0
+ g_signal_type_cclosure_new at Base 2.12.0
+ g_source_get_type at Base 2.30.0
+ g_source_set_closure at Base 2.12.0
+ g_source_set_dummy_callback at Base 2.28.0
+ g_strdup_value_contents at Base 2.12.0
+ g_strv_builder_get_type at Base 2.79.0+git20240110~
+ g_strv_get_type at Base 2.12.0
+ g_thread_get_type at Base 2.36.0
+ g_time_zone_get_type at Base 2.34.0
+ g_tree_get_type at Base 2.68.0
+ g_type_add_class_cache_func at Base 2.12.0
+ g_type_add_class_private at Base 2.24.0
+ g_type_add_instance_private at Base 2.38.0
+ g_type_add_interface_check at Base 2.12.0
+ g_type_add_interface_dynamic at Base 2.12.0
+ g_type_add_interface_static at Base 2.12.0
+ g_type_check_class_cast at Base 2.12.0
+ g_type_check_class_is_a at Base 2.12.0
+ g_type_check_instance at Base 2.12.0
+ g_type_check_instance_cast at Base 2.12.0
+ g_type_check_instance_is_a at Base 2.12.0
+ g_type_check_instance_is_fundamentally_a at Base 2.42.0
+ g_type_check_is_value_type at Base 2.12.0
+ g_type_check_value at Base 2.12.0
+ g_type_check_value_holds at Base 2.12.0
+ g_type_children at Base 2.12.0
+ g_type_class_add_private at Base 2.12.0
+ g_type_class_adjust_private_offset at Base 2.38.0
+ g_type_class_get_instance_private_offset at Base 2.38.0
+ g_type_class_get_private at Base 2.24.0
+ g_type_class_peek at Base 2.12.0
+ g_type_class_peek_parent at Base 2.12.0
+ g_type_class_peek_static at Base 2.12.0
+ g_type_class_ref at Base 2.12.0
+ g_type_class_unref at Base 2.12.0
+ g_type_class_unref_uncached at Base 2.12.0
+ g_type_create_instance at Base 2.12.0
+ g_type_default_interface_peek at Base 2.12.0
+ g_type_default_interface_ref at Base 2.12.0
+ g_type_default_interface_unref at Base 2.12.0
+ g_type_depth at Base 2.12.0
+ g_type_ensure at Base 2.34.0
+ g_type_free_instance at Base 2.12.0
+ g_type_from_name at Base 2.12.0
+ g_type_fundamental at Base 2.12.0
+ g_type_fundamental_next at Base 2.12.0
+ g_type_get_instance_count at Base 2.44.0
+ g_type_get_plugin at Base 2.12.0
+ g_type_get_qdata at Base 2.12.0
+ g_type_get_type_registration_serial at Base 2.36.0
+ g_type_init at Base 2.12.0
+ g_type_init_with_debug_flags at Base 2.12.0
+ g_type_instance_get_private at Base 2.12.0
+ g_type_interface_add_prerequisite at Base 2.12.0
+ g_type_interface_get_plugin at Base 2.12.0
+ g_type_interface_instantiatable_prerequisite at Base 2.68.0
+ g_type_interface_peek at Base 2.12.0
+ g_type_interface_peek_parent at Base 2.12.0
+ g_type_interface_prerequisites at Base 2.12.0
+ g_type_interfaces at Base 2.12.0
+ g_type_is_a at Base 2.12.0
+ g_type_module_add_interface at Base 2.12.0
+ g_type_module_get_type at Base 2.12.0
+ g_type_module_register_enum at Base 2.12.0
+ g_type_module_register_flags at Base 2.12.0
+ g_type_module_register_type at Base 2.12.0
+ g_type_module_set_name at Base 2.12.0
+ g_type_module_unuse at Base 2.12.0
+ g_type_module_use at Base 2.12.0
+ g_type_name at Base 2.12.0
+ g_type_name_from_class at Base 2.12.0
+ g_type_name_from_instance at Base 2.12.0
+ g_type_next_base at Base 2.12.0
+ g_type_parent at Base 2.12.0
+ g_type_plugin_complete_interface_info at Base 2.12.0
+ g_type_plugin_complete_type_info at Base 2.12.0
+ g_type_plugin_get_type at Base 2.12.0
+ g_type_plugin_unuse at Base 2.12.0
+ g_type_plugin_use at Base 2.12.0
+ g_type_qname at Base 2.12.0
+ g_type_query at Base 2.12.0
+ g_type_register_dynamic at Base 2.12.0
+ g_type_register_fundamental at Base 2.12.0
+ g_type_register_static at Base 2.12.0
+ g_type_register_static_simple at Base 2.12.0
+ g_type_remove_class_cache_func at Base 2.12.0
+ g_type_remove_interface_check at Base 2.12.0
+ g_type_set_qdata at Base 2.12.0
+ g_type_test_flags at Base 2.12.0
+ g_type_value_table_peek at Base 2.12.0
+ g_unicode_break_type_get_type at Base 2.60.0
+ g_unicode_script_get_type at Base 2.60.0
+ g_unicode_type_get_type at Base 2.60.0
+ g_uri_get_type at Base 2.66.0
+ g_value_array_append at Base 2.12.0
+ g_value_array_copy at Base 2.12.0
+ g_value_array_free at Base 2.12.0
+ g_value_array_get_nth at Base 2.12.0
+ g_value_array_get_type at Base 2.12.0
+ g_value_array_insert at Base 2.12.0
+ g_value_array_new at Base 2.12.0
+ g_value_array_prepend at Base 2.12.0
+ g_value_array_remove at Base 2.12.0
+ g_value_array_sort at Base 2.12.0
+ g_value_array_sort_with_data at Base 2.12.0
+ g_value_copy at Base 2.12.0
+ g_value_dup_boxed at Base 2.12.0
+ g_value_dup_object at Base 2.12.0
+ g_value_dup_param at Base 2.12.0
+ g_value_dup_string at Base 2.12.0
+ g_value_dup_variant at Base 2.26.0
+ g_value_fits_pointer at Base 2.12.0
+ g_value_get_boolean at Base 2.12.0
+ g_value_get_boxed at Base 2.12.0
+ g_value_get_char at Base 2.12.0
+ g_value_get_double at Base 2.12.0
+ g_value_get_enum at Base 2.12.0
+ g_value_get_flags at Base 2.12.0
+ g_value_get_float at Base 2.12.0
+ g_value_get_gtype at Base 2.12.0
+ g_value_get_int64 at Base 2.12.0
+ g_value_get_int at Base 2.12.0
+ g_value_get_long at Base 2.12.0
+ g_value_get_object at Base 2.12.0
+ g_value_get_param at Base 2.12.0
+ g_value_get_pointer at Base 2.12.0
+ g_value_get_schar at Base 2.32.0
+ g_value_get_string at Base 2.12.0
+ g_value_get_type at Base 2.12.0
+ g_value_get_uchar at Base 2.12.0
+ g_value_get_uint64 at Base 2.12.0
+ g_value_get_uint at Base 2.12.0
+ g_value_get_ulong at Base 2.12.0
+ g_value_get_variant at Base 2.26.0
+ g_value_init at Base 2.12.0
+ g_value_init_from_instance at Base 2.42.0
+ g_value_peek_pointer at Base 2.12.0
+ g_value_register_transform_func at Base 2.12.0
+ g_value_reset at Base 2.12.0
+ g_value_set_boolean at Base 2.12.0
+ g_value_set_boxed at Base 2.12.0
+ g_value_set_boxed_take_ownership at Base 2.12.0
+ g_value_set_char at Base 2.12.0
+ g_value_set_double at Base 2.12.0
+ g_value_set_enum at Base 2.12.0
+ g_value_set_flags at Base 2.12.0
+ g_value_set_float at Base 2.12.0
+ g_value_set_gtype at Base 2.12.0
+ g_value_set_instance at Base 2.12.0
+ g_value_set_int64 at Base 2.12.0
+ g_value_set_int at Base 2.12.0
+ g_value_set_interned_string at Base 2.66.0
+ g_value_set_long at Base 2.12.0
+ g_value_set_object at Base 2.12.0
+ g_value_set_object_take_ownership at Base 2.12.0
+ g_value_set_param at Base 2.12.0
+ g_value_set_param_take_ownership at Base 2.12.0
+ g_value_set_pointer at Base 2.12.0
+ g_value_set_schar at Base 2.32.0
+ g_value_set_static_boxed at Base 2.12.0
+ g_value_set_static_string at Base 2.12.0
+ g_value_set_string at Base 2.12.0
+ g_value_set_string_take_ownership at Base 2.12.0
+ g_value_set_uchar at Base 2.12.0
+ g_value_set_uint64 at Base 2.12.0
+ g_value_set_uint at Base 2.12.0
+ g_value_set_ulong at Base 2.12.0
+ g_value_set_variant at Base 2.26.0
+ g_value_steal_string at Base 2.79.0
+ g_value_take_boxed at Base 2.12.0
+ g_value_take_object at Base 2.12.0
+ g_value_take_param at Base 2.12.0
+ g_value_take_string at Base 2.12.0
+ g_value_take_variant at Base 2.26.0
+ g_value_transform at Base 2.12.0
+ g_value_type_compatible at Base 2.12.0
+ g_value_type_transformable at Base 2.12.0
+ g_value_unset at Base 2.12.0
+ g_variant_builder_get_type at Base 2.30.0
+ g_variant_dict_get_type at Base 2.40.0
+ g_variant_get_gtype at Base 2.24.0
+ g_variant_type_get_gtype at Base 2.24.0
+ g_weak_ref_clear at Base 2.32.0
+ g_weak_ref_get at Base 2.32.0
+ g_weak_ref_init at Base 2.32.0
+ g_weak_ref_set at Base 2.32.0
+libgthread-2.0.so.0 libglib2.0-0t64 #MINVER#
+* Build-Depends-Package: libglib2.0-dev
+ g_thread_init at Base 2.12.0
+ g_thread_init_with_errorcheck_mutexes at Base 2.12.0
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0t64.triggers.in glib2.0-2.79.1/debian/libglib2.0-0t64.triggers.in
--- glib2.0-2.79.1/debian/libglib2.0-0t64.triggers.in	1970-01-01 00:00:00.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0t64.triggers.in	2024-01-31 14:09:25.000000000 +0000
@@ -0,0 +1,2 @@
+interest-noawait /usr/lib/#MULTIARCH#/gio/modules
+interest-await /usr/share/glib-2.0/schemas
diff -Nru glib2.0-2.79.1/debian/libglib2.0-0.triggers.in glib2.0-2.79.1/debian/libglib2.0-0.triggers.in
--- glib2.0-2.79.1/debian/libglib2.0-0.triggers.in	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/libglib2.0-0.triggers.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-interest-noawait /usr/lib/#MULTIARCH#/gio/modules
-interest-await /usr/share/glib-2.0/schemas
diff -Nru glib2.0-2.79.1/debian/rules glib2.0-2.79.1/debian/rules
--- glib2.0-2.79.1/debian/rules	2024-01-24 20:11:26.000000000 +0000
+++ glib2.0-2.79.1/debian/rules	2024-01-31 14:11:30.000000000 +0000
@@ -270,8 +270,8 @@
 	set -e; for script in postinst postrm triggers; do \
 		sed -e"s/#MULTIARCH#/$(DEB_HOST_MULTIARCH)/g" \
 		    -e"s/#ARCH#/$(DEB_HOST_ARCH)/g" \
-		    debian/libglib2.0-0.$$script.in \
-		    > debian/libglib2.0-0.$$script ; \
+		    debian/libglib2.0-0t64.$$script.in \
+		    > debian/libglib2.0-0t64.$$script ; \
 	done
 ifneq ($(filter %-udeb,$(built_binaries)),)
 	dh_auto_install -plibglib2.0-udeb --builddirectory=debian/build/udeb --destdir=debian/install/udeb


More information about the pkg-gnome-maintainers mailing list