You are not logged in.

#1 2024-05-10 21:11:03

Nico792
Member
Registered: 2023-09-24
Posts: 18

[SOLVED] Issues installing DaVinci Resolve

I'm trying to install Davinci Resolve and it's not working. If I install from the AUR, I don't get a binary which is a little odd, after a little digging I figured out that it created a .desktop file (I use i3, so I didn't see it) which executes

/opt/resolve/bin/resolve

I tried this myself, and I got the following error:

/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_static_name

I tried to look online for a fix, I only found something for fedora (I can't find it anymore) I tried it anyway but it didn't work.

looking up libgdk-pixbuf I found something in the AUR, installing that changed the error to:

/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

looking up libpango finds another package, unfortunately, installing this doesn't change anything

I thought this might be something with file permissions, so I decided to completely remove /opt/resolve, tried again and the problems persist.

I am very lost as to what to do next, help is much appreciated!

Extra details: yes I did install opencl-nvidia (I have a 3070), I've tried both the AUR and the install script from the official website multiple times. All packages are up to date

EDIT: I RTFM, on the wiki it tells you to use

LD_PRELOAD="/usr/lib64/libglib-2.0.so" /opt/resolve/bin/resolve

Interestingly enough, this changes the issue back to

/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_static_name

This is consistent, if I use the LD_PRELOAD version I get the error that libgdk_pixbuf-2.0.so.0 is required and when I use the 'normal' version I get the error that libpango-1.0.so.0 is required

EDIT 2: I tried to simply also link libgdk_pixbuf-2.0.so.0, but that didn't resolve the issue

LD_PRELOAD="/usr/lib64/libglib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so.0" /opt/resolve/bin/resolve

/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_static_name

EDIT3: removed some unrelated information (this was a different issue that is now solved)

Last edited by Nico792 (2024-05-11 17:56:38)

Offline

#2 2024-05-11 09:48:04

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,394

Re: [SOLVED] Issues installing DaVinci Resolve

Aur has 4 packages for DR .
In such cases you should always mention the exact one you're using .

https://forums.gentoo.org/viewtopic-p-8795930.html is about the same issue. It appears that symbol comes from libgio-2.0.so  .

try adding /usr/lib/libgio-2.0.so to LD_PRELOAD  .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building to complicated ?
Try clean chroot manager by graysky

Offline

#3 2024-05-11 11:18:49

Nico792
Member
Registered: 2023-09-24
Posts: 18

Re: [SOLVED] Issues installing DaVinci Resolve

I used the 'davinci-resolve' package, no beta no studio.

I tried to add /usr/lib/libgio-2.0.so to the LD_PRELOAD resulting in this command

LD_PRELOAD="/usr/lib64/libglib-2.0.so /usr/lib/libgio-2.0.so /usr/lib64/libgdk_pixbuf-2.0.so.0" /opt/resolve/bin/resolve

However I get this error now:

/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libgio-2.0.so: undefined symbol: g_module_open_full

doing nm -D /usr/lib/libgio-2.0.so I get:

                 U abort@GLIBC_2.2.5
                 U accept@GLIBC_2.2.5
                 U accept4@GLIBC_2.10
                 U __assert_fail@GLIBC_2.2.5
                 U bind@GLIBC_2.2.5
                 U bind_textdomain_codeset@GLIBC_2.2.5
                 U calloc@GLIBC_2.2.5
                 U chmod@GLIBC_2.2.5
                 U chown@GLIBC_2.2.5
                 U clock_gettime@GLIBC_2.17
                 U close@GLIBC_2.2.5
                 U closedir@GLIBC_2.2.5
                 U connect@GLIBC_2.2.5
                 U copy_file_range@GLIBC_2.27
                 U __ctype_b_loc@GLIBC_2.3
                 w __cxa_finalize@GLIBC_2.2.5
                 U dcgettext@GLIBC_2.2.5
                 U deflate
                 U deflateEnd
                 U deflateInit_
                 U deflateInit2_
                 U deflateReset
                 U deflateSetHeader@ZLIB_1.2.2
                 U dn_expand@GLIBC_2.34
                 U dup@GLIBC_2.2.5
                 U endmntent@GLIBC_2.2.5
                 U endservent@GLIBC_2.2.5
                 U epoll_create1@GLIBC_2.9
                 U epoll_ctl@GLIBC_2.3.2
                 U __errno_location@GLIBC_2.2.5
                 U exit@GLIBC_2.2.5
                 U fchmod@GLIBC_2.2.5
                 U fchown@GLIBC_2.2.5
                 U fclose@GLIBC_2.2.5
                 U fcntl64@GLIBC_2.28
                 U fdopendir@GLIBC_2.4
                 U feof@GLIBC_2.2.5
                 U fflush@GLIBC_2.2.5
                 U fgets@GLIBC_2.2.5
                 U fgetxattr@GLIBC_2.3
                 U flistxattr@GLIBC_2.3
                 U fnmatch@GLIBC_2.2.5
                 U fopen64@GLIBC_2.2.5
                 U fork@GLIBC_2.2.5
                 U fread@GLIBC_2.2.5
                 U free@GLIBC_2.2.5
                 U freeaddrinfo@GLIBC_2.2.5
                 U freelocale@GLIBC_2.3
                 U fstat64@GLIBC_2.33
                 U fsync@GLIBC_2.2.5
                 U ftruncate64@GLIBC_2.2.5
                 U fwrite@GLIBC_2.2.5
                 U g_access
00000000000d84b0 T g_action_activate
00000000000d8140 T g_action_change_state
00000000000d8300 T g_action_get_enabled
00000000000d7dd0 T g_action_get_name
00000000000d7eb0 T g_action_get_parameter_type
00000000000d7d40 T g_action_get_state
00000000000d8270 T g_action_get_state_hint
00000000000d7f40 T g_action_get_state_type
00000000000d7c80 T g_action_get_type
00000000000d44a0 T g_action_group_action_added
00000000000d4540 T g_action_group_action_enabled_changed
00000000000d46b0 T g_action_group_action_removed
00000000000d4600 T g_action_group_action_state_changed
00000000000d5530 T g_action_group_activate_action
00000000000d5400 T g_action_group_change_action_state
00000000000d5190 T g_action_group_get_action_enabled
00000000000d4fe0 T g_action_group_get_action_parameter_type
00000000000d5220 T g_action_group_get_action_state
00000000000d5100 T g_action_group_get_action_state_hint
00000000000d5070 T g_action_group_get_action_state_type
00000000000d43e0 T g_action_group_get_type
00000000000d4f50 T g_action_group_has_action
00000000000d4e50 T g_action_group_list_actions
00000000000d5650 T g_action_group_query_action
00000000000d7220 T g_action_map_add_action
00000000000dc7b0 T g_action_map_add_action_entries
00000000000d5910 T g_action_map_get_type
00000000000d7160 T g_action_map_lookup_action
00000000000d72d0 T g_action_map_remove_action
00000000000d7380 T g_action_map_remove_action_entries
00000000000e1120 T g_action_name_is_valid
00000000000e1190 T g_action_parse_detailed_name
00000000000e1300 T g_action_print_detailed_name
                 U gai_strerror@GLIBC_2.2.5
000000000003a400 T g_app_info_add_supports_type
0000000000037510 T g_app_info_can_delete
0000000000037030 T g_app_info_can_remove_supports_type
0000000000033aa0 T g_app_info_create_flags_get_type
00000000000cc370 T g_app_info_create_from_commandline
00000000000375b0 T g_app_info_delete
0000000000036af0 T g_app_info_dup
0000000000036b80 T g_app_info_equal
00000000000cf630 T g_app_info_get_all
00000000000cf400 T g_app_info_get_all_for_type
0000000000036f90 T g_app_info_get_commandline
00000000000d1b40 T g_app_info_get_default_for_type
000000000003aa60 T g_app_info_get_default_for_type_async
000000000003ae20 T g_app_info_get_default_for_type_finish
00000000000d1e10 T g_app_info_get_default_for_uri_scheme
000000000003abb0 T g_app_info_get_default_for_uri_scheme_async
000000000003ad50 T g_app_info_get_default_for_uri_scheme_finish
0000000000036e70 T g_app_info_get_description
0000000000036db0 T g_app_info_get_display_name
0000000000036f00 T g_app_info_get_executable
00000000000cf2e0 T g_app_info_get_fallback_for_type
0000000000037170 T g_app_info_get_icon
0000000000036c90 T g_app_info_get_id
0000000000036d20 T g_app_info_get_name
00000000000cf240 T g_app_info_get_recommended_for_type
00000000000370d0 T g_app_info_get_supported_types
00000000000368c0 T g_app_info_get_type
0000000000037200 T g_app_info_launch
000000000003aef0 T g_app_info_launch_default_for_uri
000000000003b4e0 T g_app_info_launch_default_for_uri_async
000000000003b350 T g_app_info_launch_default_for_uri_finish
00000000000373d0 T g_app_info_launch_uris
000000000003a810 T g_app_info_launch_uris_async
000000000003a600 T g_app_info_launch_uris_finish
0000000000037c90 T g_app_info_monitor_get
0000000000037b80 T g_app_info_monitor_get_type
000000000003a500 T g_app_info_remove_supports_type
00000000000ce240 T g_app_info_reset_type_associations
000000000003a310 T g_app_info_set_as_default_for_extension
000000000003a100 T g_app_info_set_as_default_for_type
000000000003a200 T g_app_info_set_as_last_used_for_type
0000000000037480 T g_app_info_should_show
0000000000037340 T g_app_info_supports_files
00000000000372b0 T g_app_info_supports_uris
0000000000037910 T g_app_launch_context_get_display
0000000000037870 T g_app_launch_context_get_environment
0000000000037a00 T g_app_launch_context_get_startup_notify_id
0000000000037650 T g_app_launch_context_get_type
0000000000037af0 T g_app_launch_context_launch_failed
00000000000376c0 T g_app_launch_context_new
00000000000376e0 T g_app_launch_context_setenv
00000000000377b0 T g_app_launch_context_unsetenv
00000000000da090 T g_application_activate
00000000000d5e10 T g_application_add_main_option
00000000000d5b30 T g_application_add_main_option_entries
00000000000d5fe0 T g_application_add_option_group
00000000000daf90 T g_application_bind_busy_property
00000000000dabe0 T g_application_command_line_create_file_for_arg
00000000000d4330 T g_application_command_line_done
00000000000d3b60 T g_application_command_line_get_arguments
00000000000d3cc0 T g_application_command_line_get_cwd
00000000000d3ce0 T g_application_command_line_getenv
00000000000d3cd0 T g_application_command_line_get_environ
00000000000d4240 T g_application_command_line_get_exit_status
00000000000d3d80 T g_application_command_line_get_is_remote
00000000000d3c10 T g_application_command_line_get_options_dict
00000000000d42b0 T g_application_command_line_get_platform_data
00000000000d3cb0 T g_application_command_line_get_stdin
00000000000d3990 T g_application_command_line_get_type
00000000000d3ef0 T g_application_command_line_print
00000000000d4060 T g_application_command_line_printerr
00000000000d3e50 T g_application_command_line_printerr_literal
00000000000d3db0 T g_application_command_line_print_literal
00000000000d41d0 T g_application_command_line_set_exit_status
0000000000035a20 T g_application_flags_get_type
00000000000d62c0 T g_application_get_application_id
00000000000d6960 T g_application_get_dbus_connection
00000000000d6a00 T g_application_get_dbus_object_path
00000000000d38b0 T g_application_get_default
00000000000d64c0 T g_application_get_flags
00000000000d6740 T g_application_get_inactivity_timeout
00000000000d6c80 T g_application_get_is_busy
00000000000d6840 T g_application_get_is_registered
00000000000d68c0 T g_application_get_is_remote
00000000000d65d0 T g_application_get_resource_base_path
00000000000d5ac0 T g_application_get_type
00000000000d6340 T g_application_get_version
00000000000d6aa0 T g_application_hold
00000000000d9d30 T g_application_id_is_valid
00000000000dad30 T g_application_mark_busy
00000000000d9d70 T g_application_new
00000000000da720 T g_application_open
00000000000d6bf0 T g_application_quit
00000000000dcc70 T g_application_register
00000000000d6b30 T g_application_release
00000000000dd980 T g_application_run
00000000000da9a0 T g_application_send_notification
00000000000d6210 T g_application_set_action_group
00000000000d9df0 T g_application_set_application_id
00000000000d38c0 T g_application_set_default
00000000000d6530 T g_application_set_flags
00000000000d67b0 T g_application_set_inactivity_timeout
00000000000d6180 T g_application_set_option_context_description
00000000000d6070 T g_application_set_option_context_parameter_string
00000000000d60f0 T g_application_set_option_context_summary
00000000000d6650 T g_application_set_resource_base_path
00000000000d63c0 T g_application_set_version
00000000000d6f30 T g_application_unbind_busy_property
00000000000dadf0 T g_application_unmark_busy
00000000000d6e30 T g_application_withdraw_notification
                 U g_array_append_vals
                 U g_array_free
                 U g_array_get_type
                 U g_array_insert_vals
                 U g_array_new
                 U g_array_remove_index
                 U g_array_set_size
                 U g_array_sized_new
                 U g_array_sort
                 U g_array_unref
                 U g_ascii_strcasecmp
                 U g_ascii_strdown
                 U g_ascii_strncasecmp
                 U g_ascii_strtoll
                 U g_ascii_table
                 U g_ascii_tolower
                 U g_ascii_xdigit_value
0000000000034670 T g_ask_password_flags_get_type
                 U g_assertion_message
                 U g_assertion_message_cmpint
                 U g_assertion_message_error
                 U g_assertion_message_expr
0000000000037cb0 T g_async_initable_get_type
0000000000037d70 T g_async_initable_init_async
000000000003be50 T g_async_initable_init_finish
0000000000037fb0 T g_async_initable_new_async
000000000003bf50 T g_async_initable_new_finish
0000000000037ef0 T g_async_initable_new_valist_async
0000000000037e30 T g_async_initable_newv_async
00000000000381c0 T g_async_result_get_source_object
0000000000038070 T g_async_result_get_type
0000000000038130 T g_async_result_get_user_data
0000000000038250 T g_async_result_is_tagged
000000000003bdf0 T g_async_result_legacy_propagate_error
                 U g_atomic_ref_count_dec
                 U g_atomic_ref_count_inc
                 U g_atomic_ref_count_init
                 U g_base64_encode
                 U g_boxed_copy
                 U g_boxed_free
                 U g_boxed_type_register_static
000000000003d210 T g_buffered_input_stream_fill
000000000003d340 T g_buffered_input_stream_fill_async
000000000003c990 T g_buffered_input_stream_fill_finish
000000000003cc00 T g_buffered_input_stream_get_available
000000000003c720 T g_buffered_input_stream_get_buffer_size
000000000003c6b0 T g_buffered_input_stream_get_type
000000000003d0a0 T g_buffered_input_stream_new
000000000003d130 T g_buffered_input_stream_new_sized
000000000003cc80 T g_buffered_input_stream_peek
000000000003cd70 T g_buffered_input_stream_peek_buffer
000000000003d530 T g_buffered_input_stream_read_byte
000000000003c7a0 T g_buffered_input_stream_set_buffer_size
000000000003db50 T g_buffered_output_stream_get_auto_grow
000000000003d9b0 T g_buffered_output_stream_get_buffer_size
000000000003d940 T g_buffered_output_stream_get_type
000000000003dd80 T g_buffered_output_stream_new
000000000003de10 T g_buffered_output_stream_new_sized
000000000003dbc0 T g_buffered_output_stream_set_auto_grow
000000000003da30 T g_buffered_output_stream_set_buffer_size
                 U g_build_filename
                 U g_build_filenamev
                 U g_build_filename_valist
                 U g_build_path
000000000010c6d0 T g_bus_get
000000000010ca20 T g_bus_get_finish
000000000010c530 T g_bus_get_sync
0000000000035090 T g_bus_name_owner_flags_get_type
0000000000035120 T g_bus_name_watcher_flags_get_type
0000000000111cc0 T g_bus_own_name
0000000000111a80 T g_bus_own_name_on_connection
0000000000111c40 T g_bus_own_name_on_connection_with_closures
0000000000111e20 T g_bus_own_name_with_closures
0000000000035000 T g_bus_type_get_type
0000000000111eb0 T g_bus_unown_name
00000000001113a0 T g_bus_unwatch_name
000000000010c840 T g_bus_watch_name
0000000000111850 T g_bus_watch_name_on_connection
0000000000111a00 T g_bus_watch_name_on_connection_with_closures
000000000010c9a0 T g_bus_watch_name_with_closures
                 U g_byte_array_append
                 U g_byte_array_free
                 U g_byte_array_get_type
                 U g_byte_array_new
                 U g_byte_array_ref
                 U g_byte_array_set_size
                 U g_byte_array_sized_new
                 U g_byte_array_unref
                 U g_bytes_equal
                 U g_bytes_get_data
                 U g_bytes_get_size
                 U g_bytes_get_type
                 U g_bytes_hash
00000000000435b0 T g_bytes_icon_get_bytes
00000000000434d0 T g_bytes_icon_get_type
0000000000043540 T g_bytes_icon_new
                 U g_bytes_new
                 U g_bytes_new_from_bytes
                 U g_bytes_new_static
                 U g_bytes_new_take
                 U g_bytes_new_with_free_func
                 U g_bytes_ref
                 U g_bytes_unref
0000000000041130 T g_cancellable_cancel
0000000000041250 T g_cancellable_connect
0000000000041390 T g_cancellable_disconnect
0000000000040d60 T g_cancellable_get_current
0000000000040fb0 T g_cancellable_get_fd
0000000000040af0 T g_cancellable_get_type
0000000000040e70 T g_cancellable_is_cancelled
0000000000040e90 T g_cancellable_make_pollfd
0000000000040c30 T g_cancellable_new
0000000000040ce0 T g_cancellable_pop_current
0000000000040c80 T g_cancellable_push_current
0000000000041040 T g_cancellable_release_fd
0000000000040d80 T g_cancellable_reset
0000000000043750 T g_cancellable_set_error_if_cancelled
0000000000041450 T g_cancellable_source_new
                 U g_canonicalize_filename
                 U g_cclosure_marshal_generic
                 U g_cclosure_marshal_VOID__VOID
                 U g_cclosure_new
0000000000041540 T g_charset_converter_get_num_fallbacks
00000000000444e0 T g_charset_converter_get_type
0000000000041530 T g_charset_converter_get_use_fallback
0000000000044890 T g_charset_converter_new
0000000000041500 T g_charset_converter_set_use_fallback
                 U g_checksum_free
                 U g_checksum_get_digest
                 U g_checksum_get_string
                 U g_checksum_new
                 U g_checksum_update
                 U g_child_watch_add
                 U g_child_watch_source_new
                 U g_clear_error
                 U g_close
                 U g_closure_invoke
                 U g_closure_ref
                 U g_closure_set_marshal
                 U g_closure_sink
                 U g_closure_unref
                 U g_compute_checksum_for_string
                 U g_cond_broadcast
                 U g_cond_clear
                 U g_cond_init
                 U g_cond_signal
                 U g_cond_wait
00000000000c1c70 T g_content_type_can_be_executable
00000000000c14e0 T g_content_type_equals
00000000000c1d00 T g_content_type_from_mime_type
00000000000c1750 T g_content_type_get_description
00000000000c1b10 T g_content_type_get_generic_icon_name
00000000000c4c00 T g_content_type_get_icon
00000000000c1450 T g_content_type_get_mime_dirs
00000000000c1ad0 T g_content_type_get_mime_type
00000000000c4c10 T g_content_type_get_symbolic_icon
00000000000c1dd0 T g_content_type_guess
00000000000c5190 T g_content_type_guess_for_tree
00000000000c1630 T g_content_type_is_a
00000000000c16f0 T g_content_type_is_mime_type
00000000000c1700 T g_content_type_is_unknown
00000000000c1410 T g_content_type_set_mime_dirs
00000000000c29a0 T g_content_types_get_registered
                 U g_convert
0000000000041a80 T g_converter_convert
0000000000033b30 T g_converter_flags_get_type
0000000000041850 T g_converter_get_type
0000000000041d10 T g_converter_input_stream_get_converter
00000000000449a0 T g_converter_input_stream_get_type
0000000000044b20 T g_converter_input_stream_new
0000000000041d20 T g_converter_output_stream_get_converter
0000000000045370 T g_converter_output_stream_get_type
00000000000454a0 T g_converter_output_stream_new
0000000000041c80 T g_converter_reset
0000000000033bc0 T g_converter_result_get_type
                 U g_convert_error_quark
0000000000045ca0 T g_credentials_get_native
0000000000041d30 T g_credentials_get_type
0000000000043d00 T g_credentials_get_unix_pid
0000000000043c20 T g_credentials_get_unix_user
0000000000043ae0 T g_credentials_is_same_user
0000000000041da0 T g_credentials_new
0000000000045d20 T g_credentials_set_native
0000000000041f70 T g_credentials_set_unix_user
0000000000041dc0 T g_credentials_to_string
0000000000035900 T g_credentials_type_get_type
0000000000042230 T g_datagram_based_condition_check
0000000000042380 T g_datagram_based_condition_wait
0000000000042110 T g_datagram_based_create_source
0000000000042050 T g_datagram_based_get_type
0000000000043de0 T g_datagram_based_receive_messages
00000000000440d0 T g_datagram_based_send_messages
00000000000460b0 T g_data_input_stream_get_byte_order
0000000000046280 T g_data_input_stream_get_newline_type
0000000000045f20 T g_data_input_stream_get_type
0000000000045f90 T g_data_input_stream_new
00000000000463e0 T g_data_input_stream_read_byte
00000000000464a0 T g_data_input_stream_read_int16
0000000000046640 T g_data_input_stream_read_int32
00000000000467e0 T g_data_input_stream_read_int64
0000000000046c60 T g_data_input_stream_read_line
0000000000047870 T g_data_input_stream_read_line_async
00000000000473a0 T g_data_input_stream_read_line_finish
0000000000047450 T g_data_input_stream_read_line_finish_utf8
0000000000046e50 T g_data_input_stream_read_line_utf8
0000000000046570 T g_data_input_stream_read_uint16
0000000000046710 T g_data_input_stream_read_uint32
00000000000468b0 T g_data_input_stream_read_uint64
00000000000470e0 T g_data_input_stream_read_until
0000000000047960 T g_data_input_stream_read_until_async
00000000000474f0 T g_data_input_stream_read_until_finish
0000000000046ef0 T g_data_input_stream_read_upto
0000000000047a60 T g_data_input_stream_read_upto_async
00000000000472f0 T g_data_input_stream_read_upto_finish
0000000000046020 T g_data_input_stream_set_byte_order
0000000000046120 T g_data_input_stream_set_newline_type
                 U g_datalist_clear
                 U g_datalist_id_set_data_full
0000000000047e60 T g_data_output_stream_get_byte_order
0000000000047c20 T g_data_output_stream_get_type
0000000000047c90 T g_data_output_stream_new
0000000000048080 T g_data_output_stream_put_byte
0000000000048140 T g_data_output_stream_put_int16
00000000000482e0 T g_data_output_stream_put_int32
0000000000048480 T g_data_output_stream_put_int64
0000000000048620 T g_data_output_stream_put_string
0000000000048210 T g_data_output_stream_put_uint16
00000000000483b0 T g_data_output_stream_put_uint32
0000000000048550 T g_data_output_stream_put_uint64
0000000000047d20 T g_data_output_stream_set_byte_order
0000000000033c50 T g_data_stream_byte_order_get_type
0000000000033ce0 T g_data_stream_newline_type_get_type
                 U g_date_time_add
                 U g_date_time_format
                 U g_date_time_get_microsecond
                 U g_date_time_get_type
                 U g_date_time_new_from_iso8601
                 U g_date_time_new_from_unix_utc
                 U g_date_time_new_now_local
                 U g_date_time_to_unix
                 U g_date_time_unref
00000000000dcbd0 T g_dbus_action_group_get
00000000000d7c10 T g_dbus_action_group_get_type
00000000000f54c0 T g_dbus_address_escape_value
00000000000fadb0 T g_dbus_address_get_for_bus_sync
00000000000fabe0 T g_dbus_address_get_stream
00000000000facd0 T g_dbus_address_get_stream_finish
00000000000fa910 T g_dbus_address_get_stream_sync
0000000000114e60 T g_dbus_annotation_info_get_type
000000000011ce30 T g_dbus_annotation_info_lookup
0000000000112de0 T g_dbus_annotation_info_ref
0000000000112700 T g_dbus_annotation_info_unref
0000000000114df0 T g_dbus_arg_info_get_type
0000000000112dc0 T g_dbus_arg_info_ref
00000000001127a0 T g_dbus_arg_info_unref
00000000000f5690 T g_dbus_auth_observer_allow_mechanism
00000000000f5630 T g_dbus_auth_observer_authorize_authenticated_peer
00000000000f55a0 T g_dbus_auth_observer_get_type
00000000000f5610 T g_dbus_auth_observer_new
00000000000353f0 T g_dbus_call_flags_get_type
0000000000035360 T g_dbus_capability_flags_get_type
00000000000fefb0 T g_dbus_connection_add_filter
00000000001088c0 T g_dbus_connection_call
0000000000108970 T g_dbus_connection_call_finish
000000000010d1d0 T g_dbus_connection_call_sync
0000000000108990 T g_dbus_connection_call_with_unix_fd_list
00000000001089a0 T g_dbus_connection_call_with_unix_fd_list_finish
000000000010d200 T g_dbus_connection_call_with_unix_fd_list_sync
00000000000fd6b0 T g_dbus_connection_close
00000000000fda00 T g_dbus_connection_close_finish
00000000000fdb00 T g_dbus_connection_close_sync
00000000001073d0 T g_dbus_connection_emit_signal
00000000000d99f0 T g_dbus_connection_export_action_group
00000000000e64e0 T g_dbus_connection_export_menu_model
00000000000352d0 T g_dbus_connection_flags_get_type
00000000000fd3b0 T g_dbus_connection_flush
00000000000fd900 T g_dbus_connection_flush_finish
00000000000fd490 T g_dbus_connection_flush_sync
00000000000fd160 T g_dbus_connection_get_capabilities
00000000000fedc0 T g_dbus_connection_get_exit_on_close
00000000000fd1e0 T g_dbus_connection_get_flags
00000000000fee40 T g_dbus_connection_get_guid
00000000000fd7e0 T g_dbus_connection_get_last_serial
00000000000fef30 T g_dbus_connection_get_peer_credentials
00000000000fcf50 T g_dbus_connection_get_stream
00000000000fcc30 T g_dbus_connection_get_type
00000000000feeb0 T g_dbus_connection_get_unique_name
00000000000fd0e0 T g_dbus_connection_is_closed
0000000000102b90 T g_dbus_connection_new
0000000000102db0 T g_dbus_connection_new_finish
0000000000102cc0 T g_dbus_connection_new_for_address
0000000000102eb0 T g_dbus_connection_new_for_address_finish
0000000000103120 T g_dbus_connection_new_for_address_sync
0000000000102fb0 T g_dbus_connection_new_sync
00000000001068b0 T g_dbus_connection_register_object
0000000000106c10 T g_dbus_connection_register_object_with_closures
000000000010ab80 T g_dbus_connection_register_subtree
00000000000ff110 T g_dbus_connection_remove_filter
00000000000ff510 T g_dbus_connection_send_message
00000000000ffc30 T g_dbus_connection_send_message_with_reply
00000000000ffd90 T g_dbus_connection_send_message_with_reply_finish
00000000000ffe80 T g_dbus_connection_send_message_with_reply_sync
00000000000fed40 T g_dbus_connection_set_exit_on_close
00000000001033d0 T g_dbus_connection_signal_subscribe
00000000000ff270 T g_dbus_connection_signal_unsubscribe
00000000000fcfd0 T g_dbus_connection_start_message_processing
00000000000dc3c0 T g_dbus_connection_unexport_action_group
00000000000e6770 T g_dbus_connection_unexport_menu_model
00000000000ff330 T g_dbus_connection_unregister_object
000000000010a680 T g_dbus_connection_unregister_subtree
00000000000f8210 T g_dbus_error_encode_gerror
00000000000f7f60 T g_dbus_error_get_remote_error
0000000000035240 T g_dbus_error_get_type
00000000000f7ec0 T g_dbus_error_is_remote_error
00000000000f9c70 T g_dbus_error_new_for_dbus_error
00000000000f7b90 T g_dbus_error_quark
00000000000f7860 T g_dbus_error_register_error
00000000000f7a30 T g_dbus_error_register_error_domain
00000000000fa0f0 T g_dbus_error_set_dbus_error
00000000000f9ff0 T g_dbus_error_set_dbus_error_valist
00000000000f8130 T g_dbus_error_strip_remote_error
00000000000f7bc0 T g_dbus_error_unregister_error
00000000000f52d0 T g_dbus_escape_object_path
00000000000f51b0 T g_dbus_escape_object_path_bytestring
00000000000f48b0 T g_dbus_generate_guid
00000000000f4d50 T g_dbus_gvalue_to_gvariant
00000000000f49e0 T g_dbus_gvariant_to_gvalue
000000000011dcf0 T g_dbus_interface_dup_object
000000000011dbd0 T g_dbus_interface_get_info
000000000011dc60 T g_dbus_interface_get_object
000000000011d9b0 T g_dbus_interface_get_type
000000000011d130 T g_dbus_interface_info_cache_build
000000000011d2f0 T g_dbus_interface_info_cache_release
0000000000114ed0 T g_dbus_interface_info_generate_xml
0000000000114c30 T g_dbus_interface_info_get_type
000000000011cec0 T g_dbus_interface_info_lookup_method
000000000011d060 T g_dbus_interface_info_lookup_property
000000000011cf90 T g_dbus_interface_info_lookup_signal
0000000000112d40 T g_dbus_interface_info_ref
0000000000112ac0 T g_dbus_interface_info_unref
000000000011e610 T g_dbus_interface_set_object
0000000000122f90 T g_dbus_interface_skeleton_export
0000000000035f30 T g_dbus_interface_skeleton_flags_get_type
000000000011e2e0 T g_dbus_interface_skeleton_flush
000000000011e350 T g_dbus_interface_skeleton_get_connection
000000000011e3f0 T g_dbus_interface_skeleton_get_connections
000000000011de70 T g_dbus_interface_skeleton_get_flags
000000000011e0d0 T g_dbus_interface_skeleton_get_info
000000000011e4c0 T g_dbus_interface_skeleton_get_object_path
000000000011e260 T g_dbus_interface_skeleton_get_properties
000000000011de00 T g_dbus_interface_skeleton_get_type
000000000011e1a0 T g_dbus_interface_skeleton_get_vtable
00000000001206f0 T g_dbus_interface_skeleton_has_connection
000000000011df80 T g_dbus_interface_skeleton_set_flags
0000000000122910 T g_dbus_interface_skeleton_unexport
0000000000122b80 T g_dbus_interface_skeleton_unexport_from_connection
00000000000f88c0 T g_dbus_is_address
00000000000f48a0 T g_dbus_is_error_name
00000000000f4970 T g_dbus_is_guid
00000000000f4810 T g_dbus_is_interface_name
00000000000f47a0 T g_dbus_is_member_name
00000000000f4680 T g_dbus_is_name
00000000000f8970 T g_dbus_is_supported_address
00000000000f4730 T g_dbus_is_unique_name
00000000000e6b90 T g_dbus_menu_model_get
00000000000e38e0 T g_dbus_menu_model_get_type
0000000000035990 T g_dbus_message_byte_order_get_type
000000000010b5b0 T g_dbus_message_bytes_needed
0000000000110700 T g_dbus_message_copy
0000000000035510 T g_dbus_message_flags_get_type
0000000000109c40 T g_dbus_message_get_arg0
0000000000109ce0 T g_dbus_message_get_arg0_path
0000000000109280 T g_dbus_message_get_body
0000000000108ad0 T g_dbus_message_get_byte_order
00000000001097b0 T g_dbus_message_get_destination
0000000000109850 T g_dbus_message_get_error_name
0000000000108d10 T g_dbus_message_get_flags
0000000000108f50 T g_dbus_message_get_header
0000000000109110 T g_dbus_message_get_header_fields
0000000000109490 T g_dbus_message_get_interface
0000000000109eb0 T g_dbus_message_get_locked
0000000000109530 T g_dbus_message_get_member
0000000000108be0 T g_dbus_message_get_message_type
0000000000109d80 T g_dbus_message_get_num_unix_fds
00000000001095d0 T g_dbus_message_get_path
0000000000109360 T g_dbus_message_get_reply_serial
0000000000109710 T g_dbus_message_get_sender
0000000000108e40 T g_dbus_message_get_serial
00000000001098f0 T g_dbus_message_get_signature
0000000000108a40 T g_dbus_message_get_type
00000000001092f0 T g_dbus_message_get_unix_fd_list
00000000000355a0 T g_dbus_message_header_field_get_type
0000000000109fc0 T g_dbus_message_lock
0000000000108ab0 T g_dbus_message_new
000000000010d930 T g_dbus_message_new_from_blob
000000000010a3d0 T g_dbus_message_new_method_call
000000000010edd0 T g_dbus_message_new_method_error
000000000010e800 T g_dbus_message_new_method_error_literal
000000000010ed80 T g_dbus_message_new_method_error_valist
000000000010a560 T g_dbus_message_new_method_reply
000000000010a190 T g_dbus_message_new_signal
000000000010fd90 T g_dbus_message_print
0000000000109a40 T g_dbus_message_set_body
0000000000108b40 T g_dbus_message_set_byte_order
000000000010a330 T g_dbus_message_set_destination
000000000010e760 T g_dbus_message_set_error_name
0000000000108d80 T g_dbus_message_set_flags
0000000000109000 T g_dbus_message_set_header
000000000010a0f0 T g_dbus_message_set_interface
000000000010a050 T g_dbus_message_set_member
0000000000108c50 T g_dbus_message_set_message_type
0000000000109e30 T g_dbus_message_set_num_unix_fds
0000000000109670 T g_dbus_message_set_path
0000000000109410 T g_dbus_message_set_reply_serial
000000000010a290 T g_dbus_message_set_sender
0000000000108eb0 T g_dbus_message_set_serial
00000000001099a0 T g_dbus_message_set_signature
000000000010cab0 T g_dbus_message_set_unix_fd_list
000000000010e070 T g_dbus_message_to_blob
000000000010fbf0 T g_dbus_message_to_gerror
0000000000035480 T g_dbus_message_type_get_type
0000000000114ca0 T g_dbus_method_info_get_type
0000000000112d60 T g_dbus_method_info_ref
0000000000112840 T g_dbus_method_info_unref
000000000011d740 T g_dbus_method_invocation_get_connection
000000000011d580 T g_dbus_method_invocation_get_interface_name
000000000011d7b0 T g_dbus_method_invocation_get_message
000000000011d5f0 T g_dbus_method_invocation_get_method_info
000000000011d6d0 T g_dbus_method_invocation_get_method_name
000000000011d510 T g_dbus_method_invocation_get_object_path
000000000011d820 T g_dbus_method_invocation_get_parameters
000000000011d660 T g_dbus_method_invocation_get_property_info
000000000011d4a0 T g_dbus_method_invocation_get_sender
000000000011d430 T g_dbus_method_invocation_get_type
000000000011d890 T g_dbus_method_invocation_get_user_data
0000000000120140 T g_dbus_method_invocation_return_dbus_error
0000000000120500 T g_dbus_method_invocation_return_error
0000000000120370 T g_dbus_method_invocation_return_error_literal
0000000000120430 T g_dbus_method_invocation_return_error_valist
00000000001202c0 T g_dbus_method_invocation_return_gerror
0000000000120120 T g_dbus_method_invocation_return_value
0000000000120130 T g_dbus_method_invocation_return_value_with_unix_fd_list
0000000000120660 T g_dbus_method_invocation_take_error
0000000000115660 T g_dbus_node_info_generate_xml
0000000000114bc0 T g_dbus_node_info_get_type
000000000011d3d0 T g_dbus_node_info_lookup_interface
00000000001158e0 T g_dbus_node_info_new_for_xml
0000000000112d20 T g_dbus_node_info_ref
0000000000112c10 T g_dbus_node_info_unref
0000000000123850 T g_dbus_object_get_interface
000000000011e9f0 T g_dbus_object_get_interfaces
000000000011e9c0 T g_dbus_object_get_object_path
000000000011e550 T g_dbus_object_get_type
0000000000035fc0 T g_dbus_object_manager_client_flags_get_type
0000000000124380 T g_dbus_object_manager_client_get_connection
00000000001244a0 T g_dbus_object_manager_client_get_flags
0000000000124410 T g_dbus_object_manager_client_get_name
0000000000124530 T g_dbus_object_manager_client_get_name_owner
0000000000123ea0 T g_dbus_object_manager_client_get_type
00000000001249c0 T g_dbus_object_manager_client_new
0000000000124c90 T g_dbus_object_manager_client_new_finish
0000000000124b60 T g_dbus_object_manager_client_new_for_bus
0000000000124d10 T g_dbus_object_manager_client_new_for_bus_finish
0000000000124210 T g_dbus_object_manager_client_new_for_bus_sync
0000000000124800 T g_dbus_object_manager_client_new_sync
0000000000123c70 T g_dbus_object_manager_get_interface
000000000011f8c0 T g_dbus_object_manager_get_object
000000000011f770 T g_dbus_object_manager_get_object_path
000000000011f890 T g_dbus_object_manager_get_objects
000000000011f5f0 T g_dbus_object_manager_get_type
0000000000127550 T g_dbus_object_manager_server_export
00000000001275e0 T g_dbus_object_manager_server_export_uniquely
000000000011fa20 T g_dbus_object_manager_server_get_connection
000000000011f940 T g_dbus_object_manager_server_get_type
000000000011fac0 T g_dbus_object_manager_server_is_exported
000000000011f9b0 T g_dbus_object_manager_server_new
0000000000123570 T g_dbus_object_manager_server_set_connection
0000000000126d50 T g_dbus_object_manager_server_unexport
000000000011f470 T g_dbus_object_proxy_get_connection
000000000011f360 T g_dbus_object_proxy_get_type
00000000001208c0 T g_dbus_object_proxy_new
000000000011ee80 T g_dbus_object_skeleton_add_interface
000000000011f2d0 T g_dbus_object_skeleton_flush
000000000011ea20 T g_dbus_object_skeleton_get_type
000000000011ec50 T g_dbus_object_skeleton_new
000000000011f0b0 T g_dbus_object_skeleton_remove_interface
0000000000123970 T g_dbus_object_skeleton_remove_interface_by_name
000000000011ecc0 T g_dbus_object_skeleton_set_object_path
0000000000035630 T g_dbus_property_info_flags_get_type
0000000000114d80 T g_dbus_property_info_get_type
0000000000112da0 T g_dbus_property_info_ref
0000000000112a20 T g_dbus_property_info_unref
0000000000118fe0 T g_dbus_proxy_call
0000000000119170 T g_dbus_proxy_call_finish
0000000000119530 T g_dbus_proxy_call_sync
0000000000119010 T g_dbus_proxy_call_with_unix_fd_list
0000000000119190 T g_dbus_proxy_call_with_unix_fd_list_finish
0000000000119550 T g_dbus_proxy_call_with_unix_fd_list_sync
00000000000351b0 T g_dbus_proxy_flags_get_type
0000000000116b00 T g_dbus_proxy_get_cached_property
0000000000116180 T g_dbus_proxy_get_cached_property_names
00000000001162e0 T g_dbus_proxy_get_connection
00000000001165f0 T g_dbus_proxy_get_default_timeout
0000000000116360 T g_dbus_proxy_get_flags
0000000000116760 T g_dbus_proxy_get_interface_info
0000000000116570 T g_dbus_proxy_get_interface_name
00000000001163d0 T g_dbus_proxy_get_name
0000000000116450 T g_dbus_proxy_get_name_owner
00000000001164f0 T g_dbus_proxy_get_object_path
0000000000115e10 T g_dbus_proxy_get_type
000000000011a2c0 T g_dbus_proxy_new
00000000001186d0 T g_dbus_proxy_new_finish
000000000011a490 T g_dbus_proxy_new_for_bus
0000000000118750 T g_dbus_proxy_new_for_bus_finish
000000000011a5e0 T g_dbus_proxy_new_for_bus_sync
0000000000118760 T g_dbus_proxy_new_sync
0000000000116980 T g_dbus_proxy_set_cached_property
0000000000116680 T g_dbus_proxy_set_default_timeout
0000000000118910 T g_dbus_proxy_set_interface_info
0000000000035870 T g_dbus_send_message_flags_get_type
0000000000035750 T g_dbus_server_flags_get_type
0000000000121110 T g_dbus_server_get_client_address
00000000001211f0 T g_dbus_server_get_flags
0000000000121180 T g_dbus_server_get_guid
0000000000120e90 T g_dbus_server_get_type
0000000000121260 T g_dbus_server_is_active
00000000001212d0 T g_dbus_server_new_sync
0000000000121410 T g_dbus_server_start
0000000000121760 T g_dbus_server_stop
00000000000357e0 T g_dbus_signal_flags_get_type
0000000000114d10 T g_dbus_signal_info_get_type
0000000000112d80 T g_dbus_signal_info_ref
0000000000112950 T g_dbus_signal_info_unref
00000000000356c0 T g_dbus_subtree_flags_get_type
00000000000f52e0 T g_dbus_unescape_object_path
0000000000048910 T g_debug_controller_dbus_get_type
0000000000048ac0 T g_debug_controller_dbus_new
00000000000492f0 T g_debug_controller_dbus_stop
0000000000044770 T g_debug_controller_get_debug_enabled
00000000000446a0 T g_debug_controller_get_type
0000000000044810 T g_debug_controller_set_debug_enabled
00000000000cc920 T g_desktop_app_info_get_action_name
00000000000cc710 T g_desktop_app_info_get_boolean
00000000000c9d10 T g_desktop_app_info_get_categories
00000000000c9d00 T g_desktop_app_info_get_filename
00000000000c9d30 T g_desktop_app_info_get_generic_name
00000000000cf4b0 T g_desktop_app_info_get_implementations
00000000000c9ce0 T g_desktop_app_info_get_is_hidden
00000000000c9d20 T g_desktop_app_info_get_keywords
00000000000cc650 T g_desktop_app_info_get_locale_string
00000000000c9d40 T g_desktop_app_info_get_nodisplay
00000000000cc150 T g_desktop_app_info_get_show_in
00000000000cc560 T g_desktop_app_info_get_startup_wm_class
00000000000cc5d0 T g_desktop_app_info_get_string
00000000000cc790 T g_desktop_app_info_get_string_list
00000000000cbf20 T g_desktop_app_info_get_type
00000000000cc830 T g_desktop_app_info_has_key
00000000000d10f0 T g_desktop_app_info_launch_action
00000000000d10d0 T g_desktop_app_info_launch_uris_as_manager
00000000000d0fb0 T g_desktop_app_info_launch_uris_as_manager_with_fds
00000000000cc8b0 T g_desktop_app_info_list_actions
00000000000c9f80 T g_desktop_app_info_lookup_get_default_for_uri_scheme
00000000000c9ec0 T g_desktop_app_info_lookup_get_type
00000000000cf150 T g_desktop_app_info_new
00000000000cf110 T g_desktop_app_info_new_from_filename
00000000000cf820 T g_desktop_app_info_new_from_keyfile
00000000000cd370 T g_desktop_app_info_search
00000000000c9e60 T g_desktop_app_info_set_desktop_env
                 U g_dgettext
                 U g_dir_close
                 U g_direct_equal
                 U g_direct_hash
                 U g_dir_make_tmp
                 U g_dir_open
                 U g_dir_read_name
                 U g_dngettext
0000000000042bc0 T g_drive_can_eject
0000000000042c50 T g_drive_can_poll_for_media
0000000000042ef0 T g_drive_can_start
0000000000042f90 T g_drive_can_start_degraded
0000000000043030 T g_drive_can_stop
00000000000494b0 T g_drive_eject
0000000000049a60 T g_drive_eject_finish
00000000000495c0 T g_drive_eject_with_operation
0000000000049ba0 T g_drive_eject_with_operation_finish
0000000000042db0 T g_drive_enumerate_identifiers
00000000000427c0 T g_drive_get_icon
0000000000042cf0 T g_drive_get_identifier
0000000000042730 T g_drive_get_name
00000000000430d0 T g_drive_get_sort_key
0000000000042e50 T g_drive_get_start_stop_type
00000000000493f0 T g_drive_get_symbolic_icon
0000000000042570 T g_drive_get_type
00000000000428e0 T g_drive_get_volumes
0000000000042b30 T g_drive_has_media
0000000000042850 T g_drive_has_volumes
0000000000042970 T g_drive_is_media_check_automatic
0000000000042aa0 T g_drive_is_media_removable
0000000000042a00 T g_drive_is_removable
0000000000049710 T g_drive_poll_for_media
0000000000049d00 T g_drive_poll_for_media_finish
0000000000049820 T g_drive_start
0000000000049e50 T g_drive_start_finish
00000000000341f0 T g_drive_start_flags_get_type
0000000000034280 T g_drive_start_stop_type_get_type
0000000000049940 T g_drive_stop
0000000000049fa0 T g_drive_stop_finish
00000000000b9d60 T g_dtls_client_connection_get_accepted_cas
00000000000b9c20 T g_dtls_client_connection_get_server_identity
00000000000b9a30 T g_dtls_client_connection_get_type
00000000000b9af0 T g_dtls_client_connection_get_validation_flags
00000000000ba490 T g_dtls_client_connection_new
00000000000b9ce0 T g_dtls_client_connection_set_server_identity
00000000000b9ba0 T g_dtls_client_connection_set_validation_flags
00000000000b95f0 T g_dtls_connection_close
00000000000b9720 T g_dtls_connection_close_async
00000000000b9820 T g_dtls_connection_close_finish
00000000000b5720 T g_dtls_connection_emit_accept_certificate
00000000000b8a50 T g_dtls_connection_get_certificate
00000000000ba2e0 T g_dtls_connection_get_channel_binding_data
00000000000b9980 T g_dtls_connection_get_ciphersuite_name
00000000000b8990 T g_dtls_connection_get_database
00000000000b8bc0 T g_dtls_connection_get_interaction
00000000000b9940 T g_dtls_connection_get_negotiated_protocol
00000000000b8c80 T g_dtls_connection_get_peer_certificate
00000000000b8d40 T g_dtls_connection_get_peer_certificate_errors
00000000000b9ed0 T g_dtls_connection_get_protocol_version
00000000000b8f80 T g_dtls_connection_get_rehandshake_mode
00000000000b8e60 T g_dtls_connection_get_require_close_notify
00000000000b8810 T g_dtls_connection_get_type
00000000000b9030 T g_dtls_connection_handshake
00000000000b90e0 T g_dtls_connection_handshake_async
00000000000b91a0 T g_dtls_connection_handshake_finish
00000000000b98f0 T g_dtls_connection_set_advertised_protocols
00000000000b9fa0 T g_dtls_connection_set_certificate
00000000000b88e0 T g_dtls_connection_set_database
00000000000b8b10 T g_dtls_connection_set_interaction
00000000000b8f00 T g_dtls_connection_set_rehandshake_mode
00000000000b8de0 T g_dtls_connection_set_require_close_notify
00000000000b9250 T g_dtls_connection_shutdown
00000000000b93d0 T g_dtls_connection_shutdown_async
00000000000b94f0 T g_dtls_connection_shutdown_finish
00000000000b9e10 T g_dtls_server_connection_get_type
00000000000ba4f0 T g_dtls_server_connection_new
000000000004e710 T g_emblemed_icon_add_emblem
000000000004e680 T g_emblemed_icon_clear_emblems
000000000004e600 T g_emblemed_icon_get_emblems
000000000004e590 T g_emblemed_icon_get_icon
000000000004e520 T g_emblemed_icon_get_type
000000000004e7d0 T g_emblemed_icon_new
000000000004e070 T g_emblem_get_icon
000000000004e0e0 T g_emblem_get_origin
000000000004e000 T g_emblem_get_type
000000000004e150 T g_emblem_new
000000000004e280 T g_emblem_new_with_origin
0000000000034940 T g_emblem_origin_get_type
                 U g_enum_get_value
                 U g_enum_get_value_by_nick
                 U g_enum_register_static
                 U g_environ_getenv
                 U g_environ_setenv
                 U g_environ_unsetenv
                 U g_error_copy
                 U g_error_free
                 U g_error_get_type
                 U g_error_matches
                 U g_error_new
                 U g_error_new_literal
                 U g_error_new_valist
                 U getaddrinfo@GLIBC_2.2.5
                 U getegid@GLIBC_2.2.5
                 U getenv@GLIBC_2.2.5
                 U geteuid@GLIBC_2.2.5
                 U getgrgid_r@GLIBC_2.2.5
                 U getmntent_r@GLIBC_2.2.5
                 U getnameinfo@GLIBC_2.2.5
                 U getpagesize@GLIBC_2.2.5
                 U getpeername@GLIBC_2.2.5
                 U getpid@GLIBC_2.2.5
                 U getpwuid_r@GLIBC_2.2.5
                 U getservbyname_r@GLIBC_2.2.5
                 U getsockname@GLIBC_2.2.5
                 U getsockopt@GLIBC_2.2.5
                 U gettimeofday@GLIBC_2.2.5
                 U getuid@GLIBC_2.2.5
                 U getxattr@GLIBC_2.3
000000000004f430 T g_file_append_to
000000000004c7e0 T g_file_append_to_async
0000000000051310 T g_file_append_to_finish
0000000000033e00 T g_file_attribute_info_flags_get_type
0000000000056840 T g_file_attribute_info_list_add
0000000000055ce0 T g_file_attribute_info_list_dup
0000000000056430 T g_file_attribute_info_list_get_type
0000000000056740 T g_file_attribute_info_list_lookup
0000000000056690 T g_file_attribute_info_list_new
00000000000566e0 T g_file_attribute_info_list_ref
0000000000055e20 T g_file_attribute_info_list_unref
0000000000063a60 T g_file_attribute_matcher_enumerate_namespace
0000000000063b10 T g_file_attribute_matcher_enumerate_next
000000000005b340 T g_file_attribute_matcher_get_type
00000000000639c0 T g_file_attribute_matcher_matches
00000000000638d0 T g_file_attribute_matcher_matches_only
0000000000063560 T g_file_attribute_matcher_new
0000000000062ad0 T g_file_attribute_matcher_ref
00000000000636f0 T g_file_attribute_matcher_subtract
0000000000063bf0 T g_file_attribute_matcher_to_string
0000000000062b20 T g_file_attribute_matcher_unref
0000000000033e90 T g_file_attribute_status_get_type
0000000000033d70 T g_file_attribute_type_get_type
0000000000052680 T g_file_build_attribute_list_for_copy
0000000000052f70 T g_file_copy
000000000004ccd0 T g_file_copy_async
0000000000052ec0 T g_file_copy_attributes
0000000000051970 T g_file_copy_finish
0000000000034310 T g_file_copy_flags_get_type
000000000004f520 T g_file_create
000000000004c8b0 T g_file_create_async
0000000000051420 T g_file_create_finish
0000000000033fb0 T g_file_create_flags_get_type
000000000004f800 T g_file_create_readwrite
000000000004cb20 T g_file_create_readwrite_async
0000000000051750 T g_file_create_readwrite_finish
000000000004ff30 T g_file_delete
000000000004cfc0 T g_file_delete_async
0000000000051ca0 T g_file_delete_finish
00000000000c2c90 T g_file_descriptor_based_get_fd
00000000000c2bd0 T g_file_descriptor_based_get_type
000000000004bbb0 T g_file_dup
0000000000054ec0 T g_file_eject_mountable
0000000000055530 T g_file_eject_mountable_finish
0000000000054fd0 T g_file_eject_mountable_with_operation
0000000000055680 T g_file_eject_mountable_with_operation_finish
000000000004ee50 T g_file_enumerate_children
000000000004c3f0 T g_file_enumerate_children_async
0000000000050dc0 T g_file_enumerate_children_finish
0000000000061910 T g_file_enumerator_close
000000000005e740 T g_file_enumerator_close_async
000000000005fe30 T g_file_enumerator_close_finish
0000000000061d00 T g_file_enumerator_get_child
0000000000056bd0 T g_file_enumerator_get_container
00000000000569e0 T g_file_enumerator_get_type
0000000000056ad0 T g_file_enumerator_has_pending
0000000000056a50 T g_file_enumerator_is_closed
0000000000061a90 T g_file_enumerator_iterate
0000000000061780 T g_file_enumerator_next_file
000000000005e540 T g_file_enumerator_next_files_async
000000000005fcf0 T g_file_enumerator_next_files_finish
0000000000056b50 T g_file_enumerator_set_pending
000000000004bcd0 T g_file_equal
                 U g_file_error_from_errno
                 U g_file_error_quark
000000000004f270 T g_file_find_enclosing_mount
000000000004c660 T g_file_find_enclosing_mount_async
00000000000510f0 T g_file_find_enclosing_mount_finish
000000000004b8a0 T g_file_get_basename
000000000004c320 T g_file_get_child
000000000004bf90 T g_file_get_child_for_display_name
                 U g_file_get_contents
000000000004bde0 T g_file_get_parent
000000000004bb20 T g_file_get_parse_name
000000000004b930 T g_file_get_path
000000000004c170 T g_file_get_relative_path
000000000004b600 T g_file_get_type
000000000004ba90 T g_file_get_uri
000000000004b810 T g_file_get_uri_scheme
000000000004bc40 T g_file_hash
000000000004be70 T g_file_has_parent
000000000004c060 T g_file_has_prefix
000000000004b750 T g_file_has_uri_scheme
0000000000062230 T g_file_icon_get_file
0000000000062070 T g_file_icon_get_type
00000000000620e0 T g_file_icon_new
00000000000571c0 T g_file_info_clear_status
0000000000056dc0 T g_file_info_copy_into
0000000000056fc0 T g_file_info_dup
0000000000059fa0 T g_file_info_get_access_date_time
00000000000579d0 T g_file_info_get_attribute_as_string
0000000000058330 T g_file_info_get_attribute_boolean
0000000000058160 T g_file_info_get_attribute_byte_string
0000000000057670 T g_file_info_get_attribute_data
0000000000058240 T g_file_info_get_attribute_file_path
00000000000584f0 T g_file_info_get_attribute_int32
00000000000586b0 T g_file_info_get_attribute_int64
0000000000057fa0 T g_file_info_get_attribute_object
00000000000577a0 T g_file_info_get_attribute_status
0000000000058080 T g_file_info_get_attribute_string
0000000000058250 T g_file_info_get_attribute_stringv
0000000000057530 T g_file_info_get_attribute_type
0000000000058410 T g_file_info_get_attribute_uint32
00000000000585d0 T g_file_info_get_attribute_uint64
0000000000059a40 T g_file_info_get_content_type
000000000005a100 T g_file_info_get_creation_date_time
0000000000059130 T g_file_info_get_deletion_date
0000000000059800 T g_file_info_get_display_name
0000000000059920 T g_file_info_get_edit_name
000000000005a380 T g_file_info_get_etag
0000000000059220 T g_file_info_get_file_type
00000000000622a0 T g_file_info_get_icon
0000000000059480 T g_file_info_get_is_backup
0000000000059350 T g_file_info_get_is_hidden
00000000000595b0 T g_file_info_get_is_symlink
0000000000059e40 T g_file_info_get_modification_date_time
0000000000059c90 T g_file_info_get_modification_time
00000000000596e0 T g_file_info_get_name
0000000000059b60 T g_file_info_get_size
000000000005a4a0 T g_file_info_get_sort_order
00000000000623f0 T g_file_info_get_symbolic_icon
000000000005a260 T g_file_info_get_symlink_target
0000000000056c40 T g_file_info_get_type
0000000000057250 T g_file_info_has_attribute
0000000000057300 T g_file_info_has_namespace
00000000000573d0 T g_file_info_list_attributes
0000000000056da0 T g_file_info_new
00000000000575e0 T g_file_info_remove_attribute
000000000005aed0 T g_file_info_set_access_date_time
0000000000058880 T g_file_info_set_attribute
0000000000058d20 T g_file_info_set_attribute_boolean
0000000000058c30 T g_file_info_set_attribute_byte_string
0000000000058d10 T g_file_info_set_attribute_file_path
0000000000058ec0 T g_file_info_set_attribute_int32
0000000000059060 T g_file_info_set_attribute_int64
0000000000057040 T g_file_info_set_attribute_mask
0000000000058960 T g_file_info_set_attribute_object
0000000000057850 T g_file_info_set_attribute_status
0000000000058b50 T g_file_info_set_attribute_string
0000000000058a70 T g_file_info_set_attribute_stringv
0000000000058df0 T g_file_info_set_attribute_uint32
0000000000058f90 T g_file_info_set_attribute_uint64
000000000005aa80 T g_file_info_set_content_type
000000000005b040 T g_file_info_set_creation_date_time
000000000005a8e0 T g_file_info_set_display_name
000000000005a9b0 T g_file_info_set_edit_name
000000000005a5d0 T g_file_info_set_file_type
0000000000062540 T g_file_info_set_icon
000000000005a690 T g_file_info_set_is_hidden
000000000005a750 T g_file_info_set_is_symlink
000000000005ad60 T g_file_info_set_modification_date_time
000000000005ac10 T g_file_info_set_modification_time
000000000005a810 T g_file_info_set_name
000000000005ab50 T g_file_info_set_size
000000000005b280 T g_file_info_set_sort_order
0000000000062630 T g_file_info_set_symbolic_icon
000000000005b1b0 T g_file_info_set_symlink_target
0000000000057140 T g_file_info_unset_attribute_mask
0000000000066b90 T g_file_input_stream_get_type
00000000000671e0 T g_file_input_stream_query_info
0000000000067430 T g_file_input_stream_query_info_async
0000000000067550 T g_file_input_stream_query_info_finish
0000000000069cd0 T g_file_io_stream_get_etag
0000000000069480 T g_file_io_stream_get_type
0000000000069840 T g_file_io_stream_query_info
0000000000069960 T g_file_io_stream_query_info_async
00000000000694f0 T g_file_io_stream_query_info_finish
000000000004b6c0 T g_file_is_native
0000000000061260 T g_file_load_bytes
0000000000061440 T g_file_load_bytes_async
0000000000061610 T g_file_load_bytes_finish
0000000000060480 T g_file_load_contents
0000000000060b60 T g_file_load_contents_async
000000000005ec10 T g_file_load_contents_finish
0000000000060a20 T g_file_load_partial_contents_async
000000000005ea90 T g_file_load_partial_contents_finish
000000000004f9f0 T g_file_make_directory
000000000004cdf0 T g_file_make_directory_async
0000000000051bb0 T g_file_make_directory_finish
000000000004fae0 T g_file_make_directory_with_parents
000000000004fdd0 T g_file_make_symbolic_link
0000000000050b30 T g_file_make_symbolic_link_async
000000000004ceb0 T g_file_make_symbolic_link_finish
000000000005edf0 T g_file_measure_disk_usage
000000000005f030 T g_file_measure_disk_usage_async
000000000005f140 T g_file_measure_disk_usage_finish
0000000000034040 T g_file_measure_flags_get_type
0000000000052170 T g_file_monitor
0000000000066310 T g_file_monitor_cancel
00000000000504b0 T g_file_monitor_directory
0000000000067810 T g_file_monitor_emit_event
0000000000034550 T g_file_monitor_event_get_type
000000000004d370 T g_file_monitor_file
00000000000343a0 T g_file_monitor_flags_get_type
0000000000066230 T g_file_monitor_get_type
00000000000662a0 T g_file_monitor_is_cancelled
00000000000663f0 T g_file_monitor_set_rate_limit
0000000000134bc0 T g_file_monitor_source_handle_event
000000000005e8a0 T g_file_mount_enclosing_volume
000000000005f7b0 T g_file_mount_enclosing_volume_finish
0000000000054b30 T g_file_mount_mountable
0000000000055130 T g_file_mount_mountable_finish
0000000000054750 T g_file_move
00000000000509d0 T g_file_move_async
0000000000051a80 T g_file_move_finish
0000000000068250 T g_filename_completer_get_completions
0000000000068070 T g_filename_completer_get_completion_suffix
0000000000066410 T g_filename_completer_get_type
0000000000066520 T g_filename_completer_new
0000000000066540 T g_filename_completer_set_dirs_only
                 U g_filename_display_basename
                 U g_filename_display_name
                 U g_filename_from_uri
                 U g_filename_from_utf8
                 U g_filename_to_uri
                 U g_filename_to_utf8
000000000005da00 T g_file_new_build_filename
000000000005db20 T g_file_new_build_filenamev
000000000005dca0 T g_file_new_for_commandline_arg
000000000005dce0 T g_file_new_for_commandline_arg_and_cwd
000000000005d8c0 T g_file_new_for_path
000000000005db60 T g_file_new_for_uri
000000000005d920 T g_file_new_tmp
000000000005e040 T g_file_new_tmp_async
000000000005e170 T g_file_new_tmp_dir_async
000000000005e410 T g_file_new_tmp_dir_finish
000000000005e2a0 T g_file_new_tmp_finish
000000000004f720 T g_file_open_readwrite
000000000004ca60 T g_file_open_readwrite_async
0000000000051640 T g_file_open_readwrite_finish
                 U g_file_open_tmp
0000000000069110 T g_file_output_stream_get_etag
0000000000068490 T g_file_output_stream_get_type
0000000000068c80 T g_file_output_stream_query_info
0000000000068da0 T g_file_output_stream_query_info_async
0000000000068500 T g_file_output_stream_query_info_finish
000000000005e4e0 T g_file_parse_name
000000000004b9c0 T g_file_peek_path
000000000005f470 T g_file_poll_mountable
000000000005fba0 T g_file_poll_mountable_finish
000000000005ff70 T g_file_query_default_handler
00000000000603a0 T g_file_query_default_handler_async
000000000005e9c0 T g_file_query_default_handler_finish
000000000004f050 T g_file_query_exists
000000000004f180 T g_file_query_filesystem_info
000000000004c590 T g_file_query_filesystem_info_async
0000000000050fe0 T g_file_query_filesystem_info_finish
00000000000520b0 T g_file_query_file_type
000000000004ef50 T g_file_query_info
000000000004c4c0 T g_file_query_info_async
0000000000050ed0 T g_file_query_info_finish
0000000000033f20 T g_file_query_info_flags_get_type
0000000000052380 T g_file_query_settable_attributes
00000000000524e0 T g_file_query_writable_namespaces
000000000004f350 T g_file_read
000000000004c720 T g_file_read_async
0000000000051200 T g_file_read_finish
                 U g_file_read_link
000000000004f610 T g_file_replace
000000000004c980 T g_file_replace_async
0000000000060c10 T g_file_replace_contents
0000000000061130 T g_file_replace_contents_async
0000000000060fb0 T g_file_replace_contents_bytes_async
000000000005ed10 T g_file_replace_contents_finish
0000000000051530 T g_file_replace_finish
000000000004f8f0 T g_file_replace_readwrite
000000000004cbf0 T g_file_replace_readwrite_async
0000000000051860 T g_file_replace_readwrite_finish
000000000004c270 T g_file_resolve_relative_path
0000000000050250 T g_file_set_attribute
00000000000503c0 T g_file_set_attribute_byte_string
0000000000050420 T g_file_set_attribute_int32
0000000000050480 T g_file_set_attribute_int64
0000000000054a20 T g_file_set_attributes_async
0000000000051fb0 T g_file_set_attributes_finish
0000000000052da0 T g_file_set_attributes_from_info
0000000000050390 T g_file_set_attribute_string
00000000000503f0 T g_file_set_attribute_uint32
0000000000050450 T g_file_set_attribute_uint64
                 U g_file_set_contents_full
0000000000050110 T g_file_set_display_name
000000000004d140 T g_file_set_display_name_async
0000000000051ea0 T g_file_set_display_name_finish
000000000005f230 T g_file_start_mountable
000000000005f900 T g_file_start_mountable_finish
000000000005f350 T g_file_stop_mountable
000000000005fa50 T g_file_stop_mountable_finish
000000000005f580 T g_file_supports_thread_contexts
00000000000344c0 T g_filesystem_preview_type_get_type
                 U g_file_test
0000000000050020 T g_file_trash
000000000004d080 T g_file_trash_async
0000000000051db0 T g_file_trash_finish
0000000000034430 T g_file_type_get_type
0000000000054c50 T g_file_unmount_mountable
0000000000055270 T g_file_unmount_mountable_finish
0000000000054d60 T g_file_unmount_mountable_with_operation
00000000000553c0 T g_file_unmount_mountable_with_operation_finish
0000000000066f00 T g_filter_input_stream_get_base_stream
0000000000066f70 T g_filter_input_stream_get_close_base_stream
0000000000066e90 T g_filter_input_stream_get_type
0000000000066ff0 T g_filter_input_stream_set_close_base_stream
00000000000689e0 T g_filter_output_stream_get_base_stream
0000000000068a50 T g_filter_output_stream_get_close_base_stream
0000000000068970 T g_filter_output_stream_get_type
0000000000068ad0 T g_filter_output_stream_set_close_base_stream
                 U g_flags_get_first_value
                 U g_flags_get_value_by_nick
                 U g_flags_register_static
                 U g_free
                 U g_get_application_name
                 U g_get_current_dir
                 U g_getenv
                 U g_get_environ
                 U g_get_filename_charsets
                 U g_get_home_dir
                 U g_get_language_names
                 U g_get_monotonic_time
                 U g_get_prgname
                 U g_get_real_time
                 U g_get_system_config_dirs
                 U g_get_system_data_dirs
                 U g_get_user_cache_dir
                 U g_get_user_config_dir
                 U g_get_user_data_dir
                 U g_get_user_name
                 U g_get_user_runtime_dir
                 U g_get_user_special_dir
                 U g_hash_table_add
                 U g_hash_table_contains
                 U g_hash_table_destroy
                 U g_hash_table_foreach
                 U g_hash_table_foreach_remove
                 U g_hash_table_get_keys
                 U g_hash_table_get_keys_as_array
                 U g_hash_table_get_keys_as_ptr_array
                 U g_hash_table_get_values
                 U g_hash_table_get_values_as_ptr_array
                 U g_hash_table_insert
                 U g_hash_table_iter_init
                 U g_hash_table_iter_next
                 U g_hash_table_iter_remove
                 U g_hash_table_iter_steal
                 U g_hash_table_lookup
                 U g_hash_table_lookup_extended
                 U g_hash_table_new
                 U g_hash_table_new_full
                 U g_hash_table_ref
                 U g_hash_table_remove
                 U g_hash_table_remove_all
                 U g_hash_table_replace
                 U g_hash_table_size
                 U g_hash_table_steal_all
                 U g_hash_table_steal_all_keys
                 U g_hash_table_steal_all_values
                 U g_hash_table_unref
                 U g_hostname_is_ip_address
                 U g_hostname_is_non_ascii
                 U g_hostname_to_ascii
000000000006a7a0 T g_icon_deserialize
0000000000066700 T g_icon_equal
00000000000665b0 T g_icon_get_type
0000000000066670 T g_icon_hash
000000000006a3b0 T g_icon_new_for_string
0000000000066790 T g_icon_serialize
0000000000069e20 T g_icon_to_string
                 U g_iconv
                 U g_iconv_close
                 U g_iconv_open
                 U g_idle_add
                 U g_idle_add_full
                 U g_idle_source_new
000000000006bf20 T g_inet_address_equal
000000000006b4a0 T g_inet_address_get_family
000000000006b760 T g_inet_address_get_is_any
000000000006b8c0 T g_inet_address_get_is_link_local
000000000006b810 T g_inet_address_get_is_loopback
000000000006bad0 T g_inet_address_get_is_mc_global
000000000006bb60 T g_inet_address_get_is_mc_link_local
000000000006bbf0 T g_inet_address_get_is_mc_node_local
000000000006bc80 T g_inet_address_get_is_mc_org_local
000000000006bd10 T g_inet_address_get_is_mc_site_local
000000000006ba30 T g_inet_address_get_is_multicast
000000000006b960 T g_inet_address_get_is_site_local
0000000000066890 T g_inet_address_get_native_size
000000000006afc0 T g_inet_address_get_type
000000000006c860 T g_inet_address_mask_equal
000000000006c620 T g_inet_address_mask_get_address
000000000006c5a0 T g_inet_address_mask_get_family
000000000006c690 T g_inet_address_mask_get_length
000000000006c460 T g_inet_address_mask_get_type
000000000006c700 T g_inet_address_mask_matches
000000000006c940 T g_inet_address_mask_new
000000000006c990 T g_inet_address_mask_new_from_string
000000000006c4d0 T g_inet_address_mask_to_string
000000000006b150 T g_inet_address_new_any
000000000006b030 T g_inet_address_new_from_bytes
000000000006c2d0 T g_inet_address_new_from_string
000000000006b0a0 T g_inet_address_new_loopback
000000000006b2e0 T g_inet_address_to_bytes
000000000006b200 T g_inet_address_to_string
0000000000074130 T g_inet_socket_address_get_address
0000000000074220 T g_inet_socket_address_get_flowinfo
00000000000741a0 T g_inet_socket_address_get_port
00000000000742d0 T g_inet_socket_address_get_scope_id
000000000006cb90 T g_inet_socket_address_get_type
00000000000740f0 T g_inet_socket_address_new
0000000000074380 T g_inet_socket_address_new_from_string
00000000000717f0 T g_initable_get_type
00000000000718b0 T g_initable_init
0000000000071ac0 T g_initable_new
0000000000071960 T g_initable_newv
0000000000071a10 T g_initable_new_valist
0000000000071cf0 T g_input_stream_clear_pending
00000000000751e0 T g_input_stream_close
0000000000076b00 T g_input_stream_close_async
0000000000076330 T g_input_stream_close_finish
0000000000071b80 T g_input_stream_get_type
0000000000071c70 T g_input_stream_has_pending
0000000000071bf0 T g_input_stream_is_closed
0000000000074d10 T g_input_stream_read
0000000000074ec0 T g_input_stream_read_all
0000000000077b00 T g_input_stream_read_all_async
0000000000077300 T g_input_stream_read_all_finish
0000000000075bf0 T g_input_stream_read_async
0000000000074fe0 T g_input_stream_read_bytes
0000000000075e20 T g_input_stream_read_bytes_async
0000000000077660 T g_input_stream_read_bytes_finish
00000000000760d0 T g_input_stream_read_finish
0000000000071e40 T g_input_stream_set_pending
00000000000750a0 T g_input_stream_skip
0000000000075ee0 T g_input_stream_skip_async
0000000000076200 T g_input_stream_skip_finish
                 U g_intern_static_string
                 U g_intern_string
                 U g_int_hash
                 U g_io_channel_flush
                 U g_io_channel_new_file
                 U g_io_channel_read_line
                 U g_io_channel_set_close_on_unref
                 U g_io_channel_shutdown
                 U g_io_channel_unix_new
                 U g_io_channel_unref
                 U g_io_channel_write_chars
                 U g_io_condition_get_type
                 U g_io_create_watch
00000000000345e0 T g_io_error_enum_get_type
0000000000072080 T g_io_error_from_errno
0000000000071f30 T g_io_error_from_file_error
0000000000071e10 T g_io_error_quark
0000000000072bf0 T g_io_extension_get_name
0000000000072d40 T g_io_extension_get_priority
0000000000072be0 T g_io_extension_get_type
00000000000729e0 T g_io_extension_point_get_extension_by_name
0000000000072990 T g_io_extension_point_get_extensions
0000000000072980 T g_io_extension_point_get_required_type
0000000000072a60 T g_io_extension_point_implement
0000000000072910 T g_io_extension_point_lookup
0000000000072430 T g_io_extension_point_register
0000000000072970 T g_io_extension_point_set_required_type
0000000000072bd0 T g_io_extension_ref_class
0000000000072250 T g_io_module_get_type
00000000000722c0 T g_io_module_new
0000000000072160 T g_io_module_scope_block
0000000000036290 T g_io_module_scope_flags_get_type
0000000000072120 T g_io_module_scope_free
00000000000720d0 T g_io_module_scope_new
0000000000072420 T g_io_modules_load_all_in_directory
0000000000072320 T g_io_modules_load_all_in_directory_with_scope
0000000000072900 T g_io_modules_scan_all_in_directory
00000000000724f0 T g_io_modules_scan_all_in_directory_with_scope
0000000000079000 T g_io_scheduler_cancel_all_jobs
0000000000072e70 T g_io_scheduler_job_send_to_mainloop
0000000000072fd0 T g_io_scheduler_job_send_to_mainloop_async
00000000000747c0 T g_io_scheduler_push_job
00000000000734b0 T g_io_stream_clear_pending
00000000000753a0 T g_io_stream_close
0000000000076ff0 T g_io_stream_close_async
0000000000074be0 T g_io_stream_close_finish
00000000000731e0 T g_io_stream_get_input_stream
0000000000073220 T g_io_stream_get_output_stream
00000000000730f0 T g_io_stream_get_type
0000000000073340 T g_io_stream_has_pending
0000000000073160 T g_io_stream_is_closed
00000000000733c0 T g_io_stream_set_pending
0000000000079990 T g_io_stream_splice_async
0000000000074cb0 T g_io_stream_splice_finish
00000000000348b0 T g_io_stream_splice_flags_get_type
                 U g_key_file_free
                 U g_key_file_get_boolean
                 U g_key_file_get_groups
                 U g_key_file_get_keys
                 U g_key_file_get_locale_string
                 U g_key_file_get_locale_string_list
                 U g_key_file_get_start_group
                 U g_key_file_get_string
                 U g_key_file_get_string_list
                 U g_key_file_get_value
                 U g_key_file_has_group
                 U g_key_file_has_key
                 U g_key_file_load_from_data
                 U g_key_file_load_from_file
                 U g_key_file_new
                 U g_key_file_ref
                 U g_key_file_remove_group
                 U g_key_file_remove_key
                 U g_key_file_set_boolean
                 U g_key_file_set_string
                 U g_key_file_set_string_list
00000000000ebcb0 T g_keyfile_settings_backend_new
                 U g_key_file_set_value
                 U g_key_file_to_data
                 U g_key_file_unref
                 U glib_gettext
                 U glib__private__
                 U g_list_append
                 U g_list_concat
                 U g_list_copy_deep
                 U g_list_delete_link
                 U g_list_find
                 U g_list_find_custom
                 U g_list_foreach
                 U g_list_free
                 U g_list_free_1
                 U g_list_free_full
                 U g_list_insert_sorted
                 U g_list_last
                 U g_list_length
00000000000c0650 T g_list_model_get_item
00000000000c0530 T g_list_model_get_item_type
00000000000c05c0 T g_list_model_get_n_items
00000000000c06e0 T g_list_model_get_object
00000000000c0340 T g_list_model_get_type
00000000000c0760 T g_list_model_items_changed
                 U g_list_prepend
                 U g_list_remove
                 U g_list_remove_link
                 U g_list_reverse
                 U g_list_sort
00000000000c0c50 T g_list_store_append
00000000000c1340 T g_list_store_find
00000000000c12f0 T g_list_store_find_with_equal_func
00000000000c1170 T g_list_store_find_with_equal_func_full
00000000000c0800 T g_list_store_get_type
00000000000c08f0 T g_list_store_insert
00000000000c0a20 T g_list_store_insert_sorted
00000000000c0870 T g_list_store_new
00000000000c0d60 T g_list_store_remove
00000000000c0e50 T g_list_store_remove_all
00000000000c0b80 T g_list_store_sort
00000000000c0f50 T g_list_store_splice
0000000000079bc0 T g_loadable_icon_get_type
0000000000079c80 T g_loadable_icon_load
0000000000079d40 T g_loadable_icon_load_async
0000000000079e00 T g_loadable_icon_load_finish
                 U g_locale_to_utf8
0000000000139d80 T g_local_file_monitor_get_type
                 U g_log
                 U g_log_set_debug_enabled
                 U g_main_context_acquire
                 U g_main_context_default
                 U g_main_context_get_thread_default
                 U g_main_context_invoke
                 U g_main_context_invoke_full
                 U g_main_context_iteration
                 U g_main_context_new
                 U g_main_context_pop_thread_default
                 U g_main_context_push_thread_default
                 U g_main_context_ref
                 U g_main_context_ref_thread_default
                 U g_main_context_release
                 U g_main_context_unref
                 U g_main_current_source
                 U g_main_loop_new
                 U g_main_loop_quit
                 U g_main_loop_run
                 U g_main_loop_unref
                 U g_malloc
                 U g_malloc0
                 U g_malloc0_n
                 U g_malloc_n
                 U g_mapped_file_get_bytes
                 U g_mapped_file_get_contents
                 U g_mapped_file_get_length
                 U g_mapped_file_new
                 U g_mapped_file_unref
                 U g_markup_collect_attributes
                 U g_markup_error_quark
                 U g_markup_parse_context_end_parse
                 U g_markup_parse_context_free
                 U g_markup_parse_context_get_element_stack
                 U g_markup_parse_context_get_position
                 U g_markup_parse_context_new
                 U g_markup_parse_context_parse
                 U g_markup_printf_escaped
                 U g_memdup2
000000000007d630 T g_memory_input_stream_add_bytes
000000000007d700 T g_memory_input_stream_add_data
000000000007d5a0 T g_memory_input_stream_get_type
000000000007d610 T g_memory_input_stream_new
000000000007d6d0 T g_memory_input_stream_new_from_bytes
000000000007d760 T g_memory_input_stream_new_from_data
0000000000078cb0 T g_memory_monitor_dup_default
0000000000074020 T g_memory_monitor_get_type
0000000000036710 T g_memory_monitor_warning_level_get_type
000000000007df60 T g_memory_output_stream_get_data
000000000007e050 T g_memory_output_stream_get_data_size
000000000007dfd0 T g_memory_output_stream_get_size
000000000007de60 T g_memory_output_stream_get_type
000000000007ded0 T g_memory_output_stream_new
000000000007df40 T g_memory_output_stream_new_resizable
000000000007e180 T g_memory_output_stream_steal_as_bytes
000000000007e0d0 T g_memory_output_stream_steal_data
00000000000f2b00 T g_memory_settings_backend_new
00000000000e3520 T g_menu_append
00000000000e28e0 T g_menu_append_item
00000000000e3700 T g_menu_append_section
00000000000e3610 T g_menu_append_submenu
00000000000e2220 T g_menu_attribute_iter_get_name
00000000000e1fd0 T g_menu_attribute_iter_get_next
00000000000e1df0 T g_menu_attribute_iter_get_type
00000000000e2270 T g_menu_attribute_iter_get_value
00000000000e2210 T g_menu_attribute_iter_next
00000000000e2900 T g_menu_freeze
00000000000e2670 T g_menu_get_type
00000000000e34b0 T g_menu_insert
00000000000e2750 T g_menu_insert_item
00000000000e3690 T g_menu_insert_section
00000000000e35a0 T g_menu_insert_submenu
00000000000e2f30 T g_menu_item_get_attribute
00000000000e2e50 T g_menu_item_get_attribute_value
00000000000e30f0 T g_menu_item_get_link
00000000000e26e0 T g_menu_item_get_type
00000000000e3450 T g_menu_item_new
00000000000e3720 T g_menu_item_new_from_model
00000000000e3630 T g_menu_item_new_section
00000000000e3540 T g_menu_item_new_submenu
00000000000e32c0 T g_menu_item_set_action_and_target
00000000000e3250 T g_menu_item_set_action_and_target_value
00000000000e2c70 T g_menu_item_set_attribute
00000000000e2b70 T g_menu_item_set_attribute_value
00000000000e33a0 T g_menu_item_set_detailed_action
00000000000e53c0 T g_menu_item_set_icon
00000000000e31d0 T g_menu_item_set_label
00000000000e2d50 T g_menu_item_set_link
00000000000e3230 T g_menu_item_set_section
00000000000e3210 T g_menu_item_set_submenu
00000000000e25d0 T g_menu_link_iter_get_name
00000000000e24a0 T g_menu_link_iter_get_next
00000000000e22c0 T g_menu_link_iter_get_type
00000000000e2620 T g_menu_link_iter_get_value
00000000000e25c0 T g_menu_link_iter_next
00000000000e1700 T g_menu_model_get_item_attribute
00000000000e16f0 T g_menu_model_get_item_attribute_value
00000000000e1820 T g_menu_model_get_item_link
00000000000e16d0 T g_menu_model_get_n_items
00000000000e14c0 T g_menu_model_get_type
00000000000e16c0 T g_menu_model_is_mutable
00000000000e1830 T g_menu_model_items_changed
00000000000e16e0 T g_menu_model_iterate_item_attributes
00000000000e1810 T g_menu_model_iterate_item_links
00000000000e2970 T g_menu_new
00000000000e3500 T g_menu_prepend
00000000000e28d0 T g_menu_prepend_item
00000000000e36e0 T g_menu_prepend_section
00000000000e35f0 T g_menu_prepend_submenu
00000000000e2990 T g_menu_remove
00000000000e2a80 T g_menu_remove_all
                 U g_mkdir_with_parents
                 U g_mkstemp
                 U g_mkstemp_full
                 U g_module_close
                 U g_module_error
                 U g_module_open_full
                 U g_module_supported
                 U g_module_symbol
                 w __gmon_start__
0000000000073b50 T g_mount_can_eject
0000000000073ac0 T g_mount_can_unmount
0000000000075760 T g_mount_eject
00000000000765b0 T g_mount_eject_finish
0000000000075870 T g_mount_eject_with_operation
0000000000076850 T g_mount_eject_with_operation_finish
0000000000073740 T g_mount_get_default_location
0000000000073a30 T g_mount_get_drive
0000000000073880 T g_mount_get_icon
00000000000737f0 T g_mount_get_name
00000000000736b0 T g_mount_get_root
0000000000073f80 T g_mount_get_sort_key
0000000000079fc0 T g_mount_get_symbolic_icon
0000000000073520 T g_mount_get_type
0000000000073910 T g_mount_get_uuid
00000000000739a0 T g_mount_get_volume
0000000000075ae0 T g_mount_guess_content_type
00000000000777c0 T g_mount_guess_content_type_finish
0000000000073be0 T g_mount_guess_content_type_sync
0000000000073cd0 T g_mount_is_shadowed
00000000000340d0 T g_mount_mount_flags_get_type
000000000007c220 T g_mount_operation_get_anonymous
000000000007c550 T g_mount_operation_get_choice
000000000007c320 T g_mount_operation_get_domain
000000000007c650 T g_mount_operation_get_is_tcrypt_hidden_volume
000000000007c750 T g_mount_operation_get_is_tcrypt_system_volume
000000000007c100 T g_mount_operation_get_password
000000000007c450 T g_mount_operation_get_password_save
000000000007c850 T g_mount_operation_get_pim
000000000007bf40 T g_mount_operation_get_type
000000000007bfd0 T g_mount_operation_get_username
000000000007bfb0 T g_mount_operation_new
000000000007cb10 T g_mount_operation_reply
0000000000034790 T g_mount_operation_result_get_type
000000000007c290 T g_mount_operation_set_anonymous
000000000007c5c0 T g_mount_operation_set_choice
000000000007c3a0 T g_mount_operation_set_domain
000000000007c6c0 T g_mount_operation_set_is_tcrypt_hidden_volume
000000000007c7c0 T g_mount_operation_set_is_tcrypt_system_volume
000000000007c170 T g_mount_operation_set_password
000000000007c4c0 T g_mount_operation_set_password_save
000000000007c8c0 T g_mount_operation_set_pim
000000000007c050 T g_mount_operation_set_username
00000000000759c0 T g_mount_remount
00000000000769b0 T g_mount_remount_finish
0000000000073db0 T g_mount_shadow
0000000000075500 T g_mount_unmount
0000000000076470 T g_mount_unmount_finish
0000000000034160 T g_mount_unmount_flags_get_type
0000000000075610 T g_mount_unmount_with_operation
00000000000766f0 T g_mount_unmount_with_operation_finish
0000000000073e80 T g_mount_unshadow
                 U g_mutex_clear
                 U g_mutex_init
                 U g_mutex_lock
                 U g_mutex_trylock
                 U g_mutex_unlock
000000000007e730 T g_native_socket_address_get_type
000000000007e970 T g_native_socket_address_new
000000000007ea40 T g_native_volume_monitor_get_type
000000000007f020 T g_network_address_get_hostname
000000000007f090 T g_network_address_get_port
000000000007f110 T g_network_address_get_scheme
000000000007eb70 T g_network_address_get_type
000000000007ebe0 T g_network_address_new
000000000007fb90 T g_network_address_new_loopback
000000000007ec20 T g_network_address_parse
000000000007ef20 T g_network_address_parse_uri
00000000000365f0 T g_network_connectivity_get_type
000000000007cbb0 T g_networking_init
00000000000813c0 T g_network_monitor_base_add_network
0000000000080db0 T g_network_monitor_base_get_type
0000000000081330 T g_network_monitor_base_remove_network
00000000000814f0 T g_network_monitor_base_set_networks
0000000000080960 T g_network_monitor_can_reach
0000000000080a90 T g_network_monitor_can_reach_async
0000000000080af0 T g_network_monitor_can_reach_finish
000000000007cce0 T g_network_monitor_get_connectivity
000000000007cbc0 T g_network_monitor_get_default
000000000007cc40 T g_network_monitor_get_network_available
000000000007cc90 T g_network_monitor_get_network_metered
0000000000080890 T g_network_monitor_get_type
000000000007f580 T g_network_service_get_domain
000000000007f500 T g_network_service_get_protocol
000000000007f600 T g_network_service_get_scheme
000000000007f490 T g_network_service_get_service
000000000007f3c0 T g_network_service_get_type
000000000007f430 T g_network_service_new
000000000007f780 T g_network_service_set_scheme
00000000000e4270 T g_notification_add_button
00000000000e4370 T g_notification_add_button_with_target
00000000000e4100 T g_notification_add_button_with_target_value
00000000000e3c30 T g_notification_get_type
00000000000e3ca0 T g_notification_new
0000000000036560 T g_notification_priority_get_type
00000000000e3d90 T g_notification_set_body
00000000000e3ff0 T g_notification_set_category
00000000000e4590 T g_notification_set_default_action
00000000000e4650 T g_notification_set_default_action_and_target
00000000000e4460 T g_notification_set_default_action_and_target_value
00000000000e3e20 T g_notification_set_icon
00000000000e4090 T g_notification_set_priority
00000000000e3d00 T g_notification_set_title
00000000000e3f10 T g_notification_set_urgent
00000000000f2c30 T g_null_settings_backend_new
                 U g_object_add_weak_pointer
                 U g_object_class_find_property
                 U g_object_class_install_properties
                 U g_object_class_install_property
                 U g_object_class_override_property
                 U g_object_freeze_notify
                 U g_object_get
                 U g_object_get_data
                 U g_object_get_property
                 U g_object_get_qdata
                 U g_object_interface_install_property
                 U g_object_new
                 U g_object_newv
                 U g_object_new_valist
                 U g_object_notify
                 U g_object_notify_by_pspec
                 U g_object_ref
                 U g_object_remove_weak_pointer
                 U g_object_replace_qdata
                 U g_object_run_dispose
                 U g_object_set
                 U g_object_set_data
                 U g_object_set_data_full
                 U g_object_set_property
                 U g_object_set_qdata
                 U g_object_set_qdata_full
                 U g_object_thaw_notify
                 U g_object_unref
                 U g_object_weak_ref
                 U g_object_weak_unref
                 U g_once_impl
                 U g_once_init_enter
                 U g_once_init_enter_pointer
                 U g_once_init_leave
                 U g_once_init_leave_pointer
                 U g_option_context_add_group
                 U g_option_context_free
                 U g_option_context_new
                 U g_option_context_parse_strv
                 U g_option_context_set_description
                 U g_option_context_set_help_enabled
                 U g_option_context_set_ignore_unknown_options
                 U g_option_context_set_main_group
                 U g_option_context_set_summary
                 U g_option_group_add_entries
                 U g_option_group_new
                 U g_option_group_set_translation_domain
                 U g_option_group_unref
000000000007cf20 T g_output_stream_clear_pending
0000000000082570 T g_output_stream_close
00000000000838d0 T g_output_stream_close_async
0000000000083f80 T g_output_stream_close_finish
0000000000082120 T g_output_stream_flush
0000000000083600 T g_output_stream_flush_async
0000000000083cc0 T g_output_stream_flush_finish
000000000007cd30 T g_output_stream_get_type
000000000007cea0 T g_output_stream_has_pending
000000000007cda0 T g_output_stream_is_closed
000000000007ce20 T g_output_stream_is_closing
0000000000082e70 T g_output_stream_printf
000000000007dab0 T g_output_stream_set_pending
0000000000083030 T g_output_stream_splice
0000000000084640 T g_output_stream_splice_async
0000000000083bb0 T g_output_stream_splice_finish
0000000000034820 T g_output_stream_splice_flags_get_type
0000000000082cf0 T g_output_stream_vprintf
0000000000081d10 T g_output_stream_write
0000000000081ec0 T g_output_stream_write_all
0000000000084df0 T g_output_stream_write_all_async
0000000000084260 T g_output_stream_write_all_finish
00000000000833e0 T g_output_stream_write_async
00000000000820b0 T g_output_stream_write_bytes
0000000000084540 T g_output_stream_write_bytes_async
000000000007d2e0 T g_output_stream_write_bytes_finish
0000000000083a20 T g_output_stream_write_finish
0000000000082690 T g_output_stream_writev
0000000000082970 T g_output_stream_writev_all
0000000000085020 T g_output_stream_writev_all_async
0000000000084340 T g_output_stream_writev_all_finish
0000000000082f10 T g_output_stream_writev_async
0000000000084940 T g_output_stream_writev_finish
                 U g_param_spec_boolean
                 U g_param_spec_boxed
                 U g_param_spec_enum
                 U g_param_spec_flags
                 U g_param_spec_gtype
                 U g_param_spec_int
                 U g_param_spec_object
                 U g_param_spec_pointer
                 U g_param_spec_string
                 U g_param_spec_uint
                 U g_param_spec_ulong
                 U g_param_spec_variant
                 U g_parse_debug_string
0000000000034700 T g_password_save_get_type
                 U g_path_get_basename
                 U g_path_get_dirname
                 U g_path_is_absolute
                 U g_path_skip_root
0000000000086e60 T g_permission_acquire
0000000000086ef0 T g_permission_acquire_async
0000000000086f90 T g_permission_acquire_finish
00000000000871e0 T g_permission_get_allowed
0000000000087250 T g_permission_get_can_acquire
00000000000872c0 T g_permission_get_can_release
0000000000086df0 T g_permission_get_type
0000000000087330 T g_permission_impl_update
0000000000087020 T g_permission_release
00000000000870b0 T g_permission_release_async
0000000000087150 T g_permission_release_finish
                 U g_poll
0000000000089770 T g_pollable_input_stream_can_poll
0000000000089910 T g_pollable_input_stream_create_source
00000000000896b0 T g_pollable_input_stream_get_type
0000000000089800 T g_pollable_input_stream_is_readable
00000000000899a0 T g_pollable_input_stream_read_nonblocking
0000000000089d40 T g_pollable_output_stream_can_poll
0000000000089ee0 T g_pollable_output_stream_create_source
0000000000089b20 T g_pollable_output_stream_get_type
0000000000089dd0 T g_pollable_output_stream_is_writable
000000000008a5e0 T g_pollable_output_stream_write_nonblocking
000000000008a840 T g_pollable_output_stream_writev_nonblocking
0000000000036680 T g_pollable_return_get_type
000000000008a760 T g_pollable_source_new
000000000008abb0 T g_pollable_source_new_full
000000000008acd0 T g_pollable_stream_read
000000000008ad00 T g_pollable_stream_write
000000000008ad30 T g_pollable_stream_write_all
0000000000087460 T g_power_profile_monitor_dup_default
0000000000087490 T g_power_profile_monitor_get_power_saver_enabled
000000000008b180 T g_power_profile_monitor_get_type
                 U g_prefix_error
                 U g_prefix_error_literal
                 U g_print
                 U g_printerr
                 U g_private_get
                 U g_private_set
                 U g_propagate_error
                 U g_propagate_prefixed_error
00000000000e49b0 T g_property_action_get_type
00000000000e4a20 T g_property_action_new
000000000008bc40 T g_proxy_address_enumerator_get_type
0000000000087880 T g_proxy_address_get_destination_hostname
0000000000087890 T g_proxy_address_get_destination_port
0000000000087870 T g_proxy_address_get_destination_protocol
00000000000878b0 T g_proxy_address_get_password
0000000000087860 T g_proxy_address_get_protocol
000000000008b730 T g_proxy_address_get_type
00000000000878c0 T g_proxy_address_get_uri
00000000000878a0 T g_proxy_address_get_username
000000000008b7a0 T g_proxy_address_new
00000000000875a0 T g_proxy_connect
0000000000087660 T g_proxy_connect_async
0000000000087720 T g_proxy_connect_finish
000000000008b610 T g_proxy_get_default_for_protocol
00000000000874e0 T g_proxy_get_type
0000000000087a20 T g_proxy_resolver_get_default
00000000000878d0 T g_proxy_resolver_get_type
0000000000087990 T g_proxy_resolver_is_supported
0000000000088a10 T g_proxy_resolver_lookup
000000000008c3a0 T g_proxy_resolver_lookup_async
000000000008bae0 T g_proxy_resolver_lookup_finish
00000000000877d0 T g_proxy_supports_hostname
                 U g_ptr_array_add
                 U g_ptr_array_foreach
                 U g_ptr_array_free
                 U g_ptr_array_get_type
                 U g_ptr_array_new
                 U g_ptr_array_new_full
                 U g_ptr_array_new_with_free_func
                 U g_ptr_array_remove
                 U g_ptr_array_remove_index
                 U g_ptr_array_remove_index_fast
                 U g_ptr_array_set_free_func
                 U g_ptr_array_set_size
                 U g_ptr_array_sort_values
                 U g_ptr_array_steal
                 U g_ptr_array_unref
                 U g_quark_from_static_string
                 U g_quark_from_string
                 U g_quark_to_string
                 U g_quark_try_string
                 U g_queue_clear
                 U g_queue_free_full
                 U g_queue_get_length
                 U g_queue_init
                 U g_queue_is_empty
                 U g_queue_new
                 U g_queue_peek_head
                 U g_queue_pop_head
                 U g_queue_push_tail
                 U g_queue_remove
                 U g_random_int
                 U g_random_int_range
                 U g_realloc
                 U g_realloc_n
                 U g_rec_mutex_lock
                 U g_rec_mutex_unlock
                 U g_ref_count_dec
                 U g_ref_count_inc
                 U g_ref_count_init
                 U g_regex_new
                 U g_regex_replace_literal
                 U g_regex_split
00000000000d79d0 T g_remote_action_group_activate_action_full
00000000000d7af0 T g_remote_action_group_change_action_state_full
00000000000d7650 T g_remote_action_group_get_type
00000000000349d0 T g_resolver_error_get_type
0000000000087ca0 T g_resolver_error_quark
0000000000086510 T g_resolver_free_addresses
0000000000087c60 T g_resolver_free_targets
000000000008d1f0 T g_resolver_get_default
000000000008ce80 T g_resolver_get_timeout
000000000008c670 T g_resolver_get_type
000000000008e620 T g_resolver_lookup_by_address
000000000008e710 T g_resolver_lookup_by_address_async
000000000008e260 T g_resolver_lookup_by_address_finish
000000000008d850 T g_resolver_lookup_by_name
000000000008e180 T g_resolver_lookup_by_name_async
000000000008e560 T g_resolver_lookup_by_name_finish
000000000008ddc0 T g_resolver_lookup_by_name_with_flags
000000000008e170 T g_resolver_lookup_by_name_with_flags_async
000000000008e610 T g_resolver_lookup_by_name_with_flags_finish
000000000008cba0 T g_resolver_lookup_records
000000000008cc80 T g_resolver_lookup_records_async
000000000008cd50 T g_resolver_lookup_records_finish
000000000008c810 T g_resolver_lookup_service
000000000008c9f0 T g_resolver_lookup_service_async
000000000008e300 T g_resolver_lookup_service_finish
00000000000367a0 T g_resolver_name_lookup_flags_get_type
00000000000af5c0 T g_resolver_records_from_res_query
0000000000034a60 T g_resolver_record_type_get_type
00000000000a74e0 T g_resolver_record_type_to_rrtype
0000000000087c10 T g_resolver_set_default
000000000008cfa0 T g_resolver_set_timeout
0000000000088040 T g_resource_enumerate_children
0000000000034af0 T g_resource_error_get_type
0000000000087d40 T g_resource_error_quark
0000000000034b80 T g_resource_flags_get_type
0000000000088010 T g_resource_get_info
0000000000087cd0 T g_resource_get_type
0000000000087f80 T g_resource_load
000000000008ecd0 T g_resource_lookup_data
0000000000034c10 T g_resource_lookup_flags_get_type
0000000000087df0 T g_resource_new_from_data
000000000008e900 T g_resource_open_stream
0000000000086630 T g_resource_ref
0000000000088220 T g_resources_enumerate_children
00000000000883e0 T g_resources_get_info
000000000008ef10 T g_resources_lookup_data
000000000008e9e0 T g_resources_open_stream
0000000000088190 T g_resources_register
00000000000881e0 T g_resources_unregister
0000000000086c30 T g_resource_unref
                 U g_return_if_fail_warning
                 U g_rw_lock_reader_lock
                 U g_rw_lock_reader_unlock
                 U g_rw_lock_writer_lock
                 U g_rw_lock_writer_unlock
0000000000090700 T g_seekable_can_seek
00000000000908b0 T g_seekable_can_truncate
0000000000090550 T g_seekable_get_type
00000000000907f0 T g_seekable_seek
0000000000090610 T g_seekable_tell
0000000000090940 T g_seekable_truncate
                 U g_sequence_append
                 U g_sequence_free
                 U g_sequence_get
                 U g_sequence_get_begin_iter
                 U g_sequence_get_end_iter
                 U g_sequence_get_iter_at_pos
                 U g_sequence_get_length
                 U g_sequence_insert_before
                 U g_sequence_insert_sorted
                 U g_sequence_is_empty
                 U g_sequence_iter_get_position
                 U g_sequence_iter_is_end
                 U g_sequence_iter_move
                 U g_sequence_iter_next
                 U g_sequence_iter_prev
                 U g_sequence_new
                 U g_sequence_remove
                 U g_sequence_remove_range
                 U g_sequence_sort
                 U g_sequence_sort_changed
                 U g_setenv
                 U g_set_error
                 U g_set_error_literal
00000000000f0b60 T g_settings_apply
00000000000ebe80 T g_settings_backend_changed
00000000000ec410 T g_settings_backend_changed_tree
00000000000ec2c0 T g_settings_backend_flatten_tree
00000000000ec620 T g_settings_backend_get_default
00000000000ebe10 T g_settings_backend_get_type
00000000000ec030 T g_settings_backend_keys_changed
00000000000ec0f0 T g_settings_backend_path_changed
00000000000ec230 T g_settings_backend_path_writable_changed
00000000000ec1a0 T g_settings_backend_writable_changed
00000000000f2140 T g_settings_bind
0000000000036830 T g_settings_bind_flags_get_type
00000000000f17b0 T g_settings_bind_with_mapping
00000000000f15c0 T g_settings_bind_writable
00000000000f2d00 T g_settings_create_action
00000000000f09b0 T g_settings_delay
00000000000f0130 T g_settings_get
00000000000f08a0 T g_settings_get_boolean
00000000000f12b0 T g_settings_get_child
00000000000ef340 T g_settings_get_default_value
00000000000f0830 T g_settings_get_double
00000000000ef4a0 T g_settings_get_enum
00000000000ef940 T g_settings_get_flags
00000000000f0d40 T g_settings_get_has_unapplied
00000000000f0670 T g_settings_get_int
00000000000f06e0 T g_settings_get_int64
00000000000f0350 T g_settings_get_mapped
00000000000f1470 T g_settings_get_range
00000000000f0600 T g_settings_get_string
00000000000f0910 T g_settings_get_strv
00000000000ee920 T g_settings_get_type
00000000000f0750 T g_settings_get_uint
00000000000f07c0 T g_settings_get_uint64
00000000000ef200 T g_settings_get_user_value
00000000000ef0a0 T g_settings_get_value
00000000000f1010 T g_settings_is_writable
00000000000f1450 T g_settings_list_children
00000000000f1430 T g_settings_list_keys
00000000000ed120 T g_settings_list_relocatable_schemas
00000000000ed060 T g_settings_list_schemas
00000000000eecc0 T g_settings_new
00000000000eef90 T g_settings_new_full
00000000000eedd0 T g_settings_new_with_backend
00000000000eee90 T g_settings_new_with_backend_and_path
00000000000eed30 T g_settings_new_with_path
00000000000f1510 T g_settings_range_check
00000000000f0f10 T g_settings_reset
00000000000f0c60 T g_settings_revert
00000000000ed820 T g_settings_schema_get_id
00000000000ed9d0 T g_settings_schema_get_key
00000000000ed1e0 T g_settings_schema_get_path
00000000000ec710 T g_settings_schema_get_type
00000000000ed1f0 T g_settings_schema_has_key
00000000000ee2f0 T g_settings_schema_key_get_default_value
00000000000edb00 T g_settings_schema_key_get_description
00000000000eda70 T g_settings_schema_key_get_name
00000000000edb90 T g_settings_schema_key_get_range
00000000000edab0 T g_settings_schema_key_get_summary
00000000000ed960 T g_settings_schema_key_get_type
00000000000edb50 T g_settings_schema_key_get_value_type
00000000000edd40 T g_settings_schema_key_range_check
00000000000e8e40 T g_settings_schema_key_ref
00000000000e9030 T g_settings_schema_key_unref
00000000000ed5a0 T g_settings_schema_list_children
00000000000ed6f0 T g_settings_schema_list_keys
00000000000e8e30 T g_settings_schema_ref
00000000000eca20 T g_settings_schema_source_get_default
00000000000ec6a0 T g_settings_schema_source_get_type
00000000000ece60 T g_settings_schema_source_list_schemas
00000000000eca70 T g_settings_schema_source_lookup
00000000000ec780 T g_settings_schema_source_new_from_directory
00000000000e8e20 T g_settings_schema_source_ref
00000000000e8e90 T g_settings_schema_source_unref
00000000000e8f50 T g_settings_schema_unref
00000000000f0270 T g_settings_set
00000000000f08e0 T g_settings_set_boolean
00000000000f0870 T g_settings_set_double
00000000000ef6f0 T g_settings_set_enum
00000000000efbf0 T g_settings_set_flags
00000000000f06b0 T g_settings_set_int
00000000000f0720 T g_settings_set_int64
00000000000f0640 T g_settings_set_string
00000000000f0950 T g_settings_set_strv
00000000000f0790 T g_settings_set_uint
00000000000f0800 T g_settings_set_uint64
00000000000efed0 T g_settings_set_value
00000000000f0fc0 T g_settings_sync
00000000000f2180 T g_settings_unbind
                 U g_shell_parse_argv
                 U g_shell_quote
                 U g_signal_accumulator_first_wins
                 U g_signal_accumulator_true_handled
                 U g_signal_connect_closure_by_id
                 U g_signal_connect_data
                 U g_signal_connect_object
                 U g_signal_emit
                 U g_signal_emit_by_name
                 U g_signal_emitv
                 U g_signal_handler_disconnect
                 U g_signal_handler_find
                 U g_signal_handler_is_connected
                 U g_signal_handlers_disconnect_matched
                 U g_signal_has_handler_pending
                 U g_signal_lookup
                 U g_signal_new
                 U g_signal_set_va_marshaller
00000000000e4bc0 T g_simple_action_get_type
00000000000dca50 T g_simple_action_group_add_entries
00000000000d7460 T g_simple_action_group_get_type
00000000000d7570 T g_simple_action_group_insert
00000000000d74f0 T g_simple_action_group_lookup
00000000000d74d0 T g_simple_action_group_new
00000000000d75e0 T g_simple_action_group_remove
00000000000e52f0 T g_simple_action_new
00000000000e5360 T g_simple_action_new_stateful
00000000000e51d0 T g_simple_action_set_enabled
00000000000e4e10 T g_simple_action_set_state
00000000000e5260 T g_simple_action_set_state_hint
0000000000091c30 T g_simple_async_report_error_in_idle
0000000000091dd0 T g_simple_async_report_gerror_in_idle
0000000000091e70 T g_simple_async_report_take_gerror_in_idle
0000000000091a70 T g_simple_async_result_complete
0000000000091b70 T g_simple_async_result_complete_in_idle
00000000000913d0 T g_simple_async_result_get_op_res_gboolean
00000000000911e0 T g_simple_async_result_get_op_res_gpointer
00000000000912d0 T g_simple_async_result_get_op_res_gssize
00000000000910e0 T g_simple_async_result_get_source_tag
0000000000090f30 T g_simple_async_result_get_type
0000000000092230 T g_simple_async_result_is_valid
0000000000090fa0 T g_simple_async_result_new
0000000000091750 T g_simple_async_result_new_error
00000000000914e0 T g_simple_async_result_new_from_error
00000000000915f0 T g_simple_async_result_new_take_error
0000000000092000 T g_simple_async_result_propagate_error
0000000000091f10 T g_simple_async_result_run_in_thread
00000000000922e0 T g_simple_async_result_set_check_cancellable
00000000000918e0 T g_simple_async_result_set_error
0000000000091670 T g_simple_async_result_set_error_va
0000000000091440 T g_simple_async_result_set_from_error
0000000000091070 T g_simple_async_result_set_handle_cancellation
0000000000091340 T g_simple_async_result_set_op_res_gboolean
0000000000091150 T g_simple_async_result_set_op_res_gpointer
0000000000091250 T g_simple_async_result_set_op_res_gssize
0000000000091560 T g_simple_async_result_take_error
0000000000092510 T g_simple_io_stream_get_type
0000000000092580 T g_simple_io_stream_new
0000000000092610 T g_simple_permission_get_type
0000000000092680 T g_simple_permission_new
0000000000092780 T g_simple_proxy_resolver_get_type
00000000000927f0 T g_simple_proxy_resolver_new
0000000000092830 T g_simple_proxy_resolver_set_default_proxy
0000000000092900 T g_simple_proxy_resolver_set_ignore_hosts
0000000000092a80 T g_simple_proxy_resolver_set_uri_proxy
                 U g_slice_alloc
                 U g_slice_copy
                 U g_slice_free1
                 U g_slist_append
                 U g_slist_concat
                 U g_slist_delete_link
                 U g_slist_find
                 U g_slist_free
                 U g_slist_free_1
                 U g_slist_free_full
                 U g_slist_last
                 U g_slist_length
                 U g_slist_prepend
                 U g_slist_remove
                 U g_snprintf
0000000000095c30 T g_socket_accept
000000000009bd10 T g_socket_address_enumerator_get_type
000000000009be40 T g_socket_address_enumerator_next
000000000009bed0 T g_socket_address_enumerator_next_async
000000000009c0a0 T g_socket_address_enumerator_next_finish
0000000000098890 T g_socket_address_get_family
00000000000989b0 T g_socket_address_get_native_size
00000000000936a0 T g_socket_address_get_type
000000000009d480 T g_socket_address_new_from_native
0000000000098a30 T g_socket_address_to_native
0000000000098ad0 T g_socket_bind
0000000000097510 T g_socket_check_connect_result
000000000009c5e0 T g_socket_client_add_application_proxy
00000000000a0d20 T g_socket_client_connect
000000000009f380 T g_socket_client_connect_async
000000000009da00 T g_socket_client_connect_finish
00000000000a1560 T g_socket_client_connect_to_host
000000000009f670 T g_socket_client_connect_to_host_async
000000000009da60 T g_socket_client_connect_to_host_finish
00000000000a15d0 T g_socket_client_connect_to_service
000000000009f600 T g_socket_client_connect_to_service_async
000000000009da70 T g_socket_client_connect_to_service_finish
00000000000a1630 T g_socket_client_connect_to_uri
000000000009f730 T g_socket_client_connect_to_uri_async
000000000009da80 T g_socket_client_connect_to_uri_finish
0000000000036320 T g_socket_client_event_get_type
000000000009c320 T g_socket_client_get_enable_proxy
000000000009c1c0 T g_socket_client_get_family
000000000009c280 T g_socket_client_get_local_address
000000000009c240 T g_socket_client_get_protocol
000000000009e480 T g_socket_client_get_proxy_resolver
000000000009c200 T g_socket_client_get_socket_type
000000000009c2e0 T g_socket_client_get_timeout
000000000009c360 T g_socket_client_get_tls
000000000009c3a0 T g_socket_client_get_tls_validation_flags
000000000009c130 T g_socket_client_get_type
000000000009c1a0 T g_socket_client_new
000000000009c330 T g_socket_client_set_enable_proxy
000000000009c1d0 T g_socket_client_set_family
000000000009c290 T g_socket_client_set_local_address
000000000009c250 T g_socket_client_set_protocol
000000000009c3d0 T g_socket_client_set_proxy_resolver
000000000009c210 T g_socket_client_set_socket_type
000000000009c2f0 T g_socket_client_set_timeout
000000000009c370 T g_socket_client_set_tls
000000000009c3b0 T g_socket_client_set_tls_validation_flags
0000000000094b20 T g_socket_close
00000000000950c0 T g_socket_condition_check
00000000000951e0 T g_socket_condition_timed_wait
0000000000095ba0 T g_socket_condition_wait
0000000000099700 T g_socket_connect
000000000009c6d0 T g_socket_connectable_enumerate
000000000009c610 T g_socket_connectable_get_type
000000000009c760 T g_socket_connectable_proxy_enumerate
000000000009c810 T g_socket_connectable_to_string
000000000009fe80 T g_socket_connection_connect
000000000009ff70 T g_socket_connection_connect_async
00000000000a07e0 T g_socket_connection_connect_finish
00000000000a0cb0 T g_socket_connection_factory_create_connection
00000000000a0bf0 T g_socket_connection_factory_lookup_type
000000000009df80 T g_socket_connection_factory_register_type
00000000000a0b70 T g_socket_connection_get_local_address
00000000000a0b90 T g_socket_connection_get_remote_address
000000000009df10 T g_socket_connection_get_socket
000000000009dea0 T g_socket_connection_get_type
000000000009fe60 T g_socket_connection_is_connected
00000000000a1b40 T g_socket_control_message_deserialize
000000000009c9b0 T g_socket_control_message_get_level
000000000009ca30 T g_socket_control_message_get_msg_type
000000000009c930 T g_socket_control_message_get_size
000000000009c8c0 T g_socket_control_message_get_type
000000000009cab0 T g_socket_control_message_serialize
0000000000094e50 T g_socket_create_source
0000000000034ca0 T g_socket_family_get_type
0000000000094860 T g_socket_get_available_bytes
0000000000093d40 T g_socket_get_blocking
00000000000970d0 T g_socket_get_broadcast
0000000000096ca0 T g_socket_get_credentials
0000000000094050 T g_socket_get_family
0000000000094220 T g_socket_get_fd
0000000000093dc0 T g_socket_get_keepalive
0000000000093e40 T g_socket_get_listen_backlog
0000000000094290 T g_socket_get_local_address
00000000000971c0 T g_socket_get_multicast_loopback
0000000000097330 T g_socket_get_multicast_ttl
0000000000096e30 T g_socket_get_option
00000000000941b0 T g_socket_get_protocol
00000000000976d0 T g_socket_get_remote_address
00000000000940c0 T g_socket_get_socket_type
0000000000093f50 T g_socket_get_timeout
0000000000096f70 T g_socket_get_ttl
0000000000093a80 T g_socket_get_type
00000000000909f0 T g_socket_is_closed
00000000000943c0 T g_socket_is_connected
0000000000094830 T g_socket_join_multicast_group
00000000000996d0 T g_socket_join_multicast_group_ssm
0000000000094850 T g_socket_leave_multicast_group
00000000000996f0 T g_socket_leave_multicast_group_ssm
0000000000094440 T g_socket_listen
00000000000a2b60 T g_socket_listener_accept
00000000000a0390 T g_socket_listener_accept_async
00000000000a1af0 T g_socket_listener_accept_finish
00000000000a2950 T g_socket_listener_accept_socket
00000000000a0250 T g_socket_listener_accept_socket_async
000000000009da90 T g_socket_listener_accept_socket_finish
00000000000a21c0 T g_socket_listener_add_address
00000000000a2cc0 T g_socket_listener_add_any_inet_port
00000000000a24b0 T g_socket_listener_add_inet_port
00000000000a20b0 T g_socket_listener_add_socket
000000000009fa90 T g_socket_listener_close
00000000000363b0 T g_socket_listener_event_get_type
000000000009cb40 T g_socket_listener_get_type
000000000009cc20 T g_socket_listener_new
00000000000a2390 T g_socket_listener_set_backlog
0000000000034dc0 T g_socket_msg_flags_get_type
0000000000093c00 T g_socket_new
0000000000093c60 T g_socket_new_from_fd
0000000000034e50 T g_socket_protocol_get_type
0000000000095960 T g_socket_receive
00000000000957c0 T g_socket_receive_bytes
0000000000096320 T g_socket_receive_bytes_from
0000000000096570 T g_socket_receive_from
0000000000096540 T g_socket_receive_message
0000000000096be0 T g_socket_receive_messages
0000000000095990 T g_socket_receive_with_blocking
0000000000095b80 T g_socket_send
000000000009a1b0 T g_socket_send_message
000000000009ac30 T g_socket_send_messages
0000000000099940 T g_socket_send_message_with_timeout
000000000009a3d0 T g_socket_send_to
00000000000959a0 T g_socket_send_with_blocking
000000000009cc40 T g_socket_service_get_type
000000000009ccb0 T g_socket_service_is_active
000000000009cd40 T g_socket_service_new
00000000000a0540 T g_socket_service_start
00000000000a05b0 T g_socket_service_stop
0000000000093ca0 T g_socket_set_blocking
0000000000098270 T g_socket_set_broadcast
0000000000097fb0 T g_socket_set_keepalive
0000000000093eb0 T g_socket_set_listen_backlog
0000000000098370 T g_socket_set_multicast_loopback
0000000000098500 T g_socket_set_multicast_ttl
0000000000097a50 T g_socket_set_option
0000000000093fc0 T g_socket_set_timeout
00000000000980e0 T g_socket_set_ttl
00000000000949c0 T g_socket_shutdown
0000000000097490 T g_socket_speaks_ipv4
0000000000034d30 T g_socket_type_get_type
                 U g_source_add_child_source
                 U g_source_add_unix_fd
                 U g_source_attach
                 U g_source_destroy
                 U g_source_get_context
                 U g_source_get_name
                 U g_source_get_ready_time
                 U g_source_get_time
                 U g_source_is_destroyed
                 U g_source_modify_unix_fd
                 U g_source_new
                 U g_source_query_unix_fd
                 U g_source_ref
                 U g_source_remove
                 U g_source_remove_unix_fd
                 U g_source_set_callback
                 U g_source_set_dispose_function
                 U g_source_set_dummy_callback
                 U g_source_set_name
                 U g_source_set_priority
                 U g_source_set_ready_time
                 U g_source_set_static_name
                 U g_source_unref
                 U g_spawn_async
                 U g_spawn_async_with_fds
                 U g_spawn_async_with_pipes_and_fds
                 U g_spawn_check_wait_status
                 U g_spawn_close_pid
                 U g_spawn_command_line_async
                 U g_spawn_command_line_sync
                 U g_spawn_error_quark
                 U g_spawn_sync
000000000009ce40 T g_srv_target_copy
000000000009b5f0 T g_srv_target_free
000000000009ce60 T g_srv_target_get_hostname
000000000009ce70 T g_srv_target_get_port
000000000009ce80 T g_srv_target_get_priority
000000000009cd60 T g_srv_target_get_type
000000000009ce90 T g_srv_target_get_weight
000000000009cea0 T g_srv_target_list_sort
000000000009cdd0 T g_srv_target_new
00000000000885a0 T g_static_resource_fini
0000000000088630 T g_static_resource_get_resource
0000000000088580 T g_static_resource_init
                 U g_strchomp
                 U g_strchug
                 U g_strcmp0
                 U g_strconcat
                 U g_strdup
                 U g_strdup_printf
                 U g_strdupv
                 U g_strdup_vprintf
                 U g_str_equal
                 U g_strerror
                 U g_strfreev
                 U g_str_hash
                 U g_str_has_prefix
                 U g_str_has_suffix
                 U g_string_append_len
                 U g_string_append_printf
                 U g_string_append_uri_escaped
                 U g_string_free
                 U g_string_free_and_steal
                 U g_string_insert
                 U g_string_insert_c
                 U g_string_insert_len
                 U g_string_new
                 U g_string_prepend
                 U g_string_prepend_c
                 U g_string_set_size
                 U g_string_sized_new
                 U g_strjoin
                 U g_strjoinv
                 U g_strlcpy
                 U g_strndup
                 U g_strrstr_len
                 U g_strsplit
                 U g_strstr_len
                 U g_str_tokenize_and_fold
                 U g_strv_contains
                 U g_strv_get_type
                 U g_strv_length
00000000000ac510 T g_subprocess_communicate
00000000000a9660 T g_subprocess_communicate_async
00000000000ac3c0 T g_subprocess_communicate_finish
00000000000ac920 T g_subprocess_communicate_utf8
00000000000a9760 T g_subprocess_communicate_utf8_async
00000000000ac710 T g_subprocess_communicate_utf8_finish
00000000000364d0 T g_subprocess_flags_get_type
00000000000a4880 T g_subprocess_force_exit
00000000000a4ad0 T g_subprocess_get_exit_status
00000000000a43e0 T g_subprocess_get_identifier
00000000000a4a30 T g_subprocess_get_if_exited
00000000000a4b90 T g_subprocess_get_if_signaled
00000000000a48f0 T g_subprocess_get_status
00000000000a4540 T g_subprocess_get_stderr_pipe
00000000000a4460 T g_subprocess_get_stdin_pipe
00000000000a44d0 T g_subprocess_get_stdout_pipe
00000000000a4990 T g_subprocess_get_successful
00000000000a4c40 T g_subprocess_get_term_sig
00000000000a40a0 T g_subprocess_get_type
000000000009d1a0 T g_subprocess_launcher_close
000000000009d110 T g_subprocess_launcher_getenv
000000000009cff0 T g_subprocess_launcher_get_type
00000000000a3c20 T g_subprocess_launcher_new
000000000009d430 T g_subprocess_launcher_set_child_setup
000000000009d120 T g_subprocess_launcher_set_cwd
000000000009d0b0 T g_subprocess_launcher_setenv
000000000009d060 T g_subprocess_launcher_set_environ
00000000000a3c70 T g_subprocess_launcher_set_flags
00000000000a3e70 T g_subprocess_launcher_set_stderr_file_path
00000000000a3d10 T g_subprocess_launcher_set_stdin_file_path
00000000000a3dc0 T g_subprocess_launcher_set_stdout_file_path
00000000000a4210 T g_subprocess_launcher_spawn
00000000000a4110 T g_subprocess_launcher_spawnv
000000000009d150 T g_subprocess_launcher_take_fd
00000000000a3ed0 T g_subprocess_launcher_take_stderr_fd
00000000000a3d70 T g_subprocess_launcher_take_stdin_fd
00000000000a3e20 T g_subprocess_launcher_take_stdout_fd
000000000009d0e0 T g_subprocess_launcher_unsetenv
00000000000a5610 T g_subprocess_new
00000000000a5580 T g_subprocess_newv
00000000000a4810 T g_subprocess_send_signal
00000000000a45b0 T g_subprocess_wait
000000000009fd60 T g_subprocess_wait_async
00000000000a4700 T g_subprocess_wait_check
000000000009fe50 T g_subprocess_wait_check_async
00000000000a0b30 T g_subprocess_wait_check_finish
00000000000a0b20 T g_subprocess_wait_finish
00000000000a9a10 T g_task_attach_source
00000000000a91b0 T g_task_get_cancellable
00000000000a9220 T g_task_get_check_cancellable
00000000000a9af0 T g_task_get_completed
00000000000a9140 T g_task_get_context
00000000000a9390 T g_task_get_name
00000000000a90d0 T g_task_get_priority
00000000000a92a0 T g_task_get_return_on_cancel
00000000000a8ff0 T g_task_get_source_object
00000000000a9320 T g_task_get_source_tag
00000000000a9060 T g_task_get_task_data
00000000000a8b90 T g_task_get_type
00000000000ab410 T g_task_had_error
00000000000a9ba0 T g_task_is_valid
00000000000a8c00 T g_task_new
00000000000ac2d0 T g_task_propagate_boolean
00000000000ac160 T g_task_propagate_int
00000000000abda0 T g_task_propagate_pointer
00000000000abbd0 T g_task_propagate_value
00000000000aaf50 T g_task_report_error
00000000000aafe0 T g_task_report_new_error
00000000000aac20 T g_task_return_boolean
00000000000aacb0 T g_task_return_error
00000000000acb90 T g_task_return_error_if_cancelled
00000000000aab90 T g_task_return_int
00000000000ab0c0 T g_task_return_new_error
00000000000ab190 T g_task_return_new_error_literal
00000000000aa9f0 T g_task_return_pointer
00000000000ab260 T g_task_return_prefixed_error
00000000000aaaa0 T g_task_return_value
00000000000ab5b0 T g_task_run_in_thread
00000000000abae0 T g_task_run_in_thread_sync
00000000000a8da0 T g_task_set_check_cancellable
00000000000a8eb0 T g_task_set_name
00000000000a8d30 T g_task_set_priority
00000000000aa830 T g_task_set_return_on_cancel
00000000000a8e40 T g_task_set_source_tag
00000000000a8f50 T g_task_set_static_name
00000000000a8ca0 T g_task_set_task_data
00000000000a74d0 T g_tcp_connection_get_graceful_disconnect
00000000000ad0e0 T g_tcp_connection_get_type
00000000000a73e0 T g_tcp_connection_set_graceful_disconnect
00000000000ad230 T g_tcp_wrapper_connection_get_base_io_stream
00000000000ad1c0 T g_tcp_wrapper_connection_get_type
00000000000aea60 T g_tcp_wrapper_connection_new
00000000001295a0 T g_test_dbus_add_service_dir
000000000012a860 T g_test_dbus_down
0000000000036440 T g_test_dbus_flags_get_type
0000000000129520 T g_test_dbus_get_bus_address
0000000000129410 T g_test_dbus_get_flags
0000000000129370 T g_test_dbus_get_type
00000000001293e0 T g_test_dbus_new
0000000000129640 T g_test_dbus_stop
00000000001296c0 T g_test_dbus_unset
0000000000129710 T g_test_dbus_up
00000000000aefe0 T g_themed_icon_append_name
00000000000aef70 T g_themed_icon_get_names
00000000000aec80 T g_themed_icon_get_type
00000000000aecf0 T g_themed_icon_new
00000000000aed60 T g_themed_icon_new_from_names
00000000000aef00 T g_themed_icon_new_with_default_fallbacks
00000000000af0e0 T g_themed_icon_prepend_name
00000000000af550 T g_threaded_resolver_get_type
00000000000af3b0 T g_threaded_socket_service_get_type
00000000000af420 T g_threaded_socket_service_new
                 U g_thread_new
                 U g_thread_pool_free
                 U g_thread_pool_move_to_front
                 U g_thread_pool_new
                 U g_thread_pool_new_full
                 U g_thread_pool_push
                 U g_thread_pool_set_max_threads
                 U g_thread_pool_set_sort_function
                 U g_thread_pool_unprocessed
                 U g_thread_self
                 U g_thread_yield
                 U g_timeout_add
                 U g_timeout_add_seconds_once
                 U g_timeout_source_new
                 U g_timeout_source_new_seconds
                 U g_time_zone_new_local
                 U g_time_zone_unref
0000000000035bd0 T g_tls_authentication_mode_get_type
00000000000a7860 T g_tls_backend_get_certificate_type
00000000000a7890 T g_tls_backend_get_client_connection_type
00000000000a7600 T g_tls_backend_get_default
00000000000a7760 T g_tls_backend_get_default_database
00000000000a78f0 T g_tls_backend_get_dtls_client_connection_type
00000000000a7980 T g_tls_backend_get_dtls_server_connection_type
00000000000a7a10 T g_tls_backend_get_file_database_type
00000000000a78c0 T g_tls_backend_get_server_connection_type
00000000000a7540 T g_tls_backend_get_type
00000000000a87a0 T g_tls_backend_set_default_database
00000000000a7700 T g_tls_backend_supports_dtls
00000000000a7680 T g_tls_backend_supports_tls
0000000000035b40 T g_tls_certificate_flags_get_type
00000000000a82b0 T g_tls_certificate_get_dns_names
00000000000a8360 T g_tls_certificate_get_ip_addresses
00000000000a7e20 T g_tls_certificate_get_issuer
00000000000a8200 T g_tls_certificate_get_issuer_name
00000000000a80a0 T g_tls_certificate_get_not_valid_after
00000000000a7ff0 T g_tls_certificate_get_not_valid_before
00000000000a8150 T g_tls_certificate_get_subject_name
00000000000a7ab0 T g_tls_certificate_get_type
00000000000a7e90 T g_tls_certificate_is_same
00000000000b1bb0 T g_tls_certificate_list_new_from_file
00000000000b1930 T g_tls_certificate_new_from_file
00000000000b1580 T g_tls_certificate_new_from_files
00000000000b17b0 T g_tls_certificate_new_from_file_with_password
00000000000b1460 T g_tls_certificate_new_from_pem
00000000000b1a60 T g_tls_certificate_new_from_pkcs11_uris
00000000000b1660 T g_tls_certificate_new_from_pkcs12
0000000000036170 T g_tls_certificate_request_flags_get_type
00000000000a7e80 T g_tls_certificate_verify
0000000000035cf0 T g_tls_channel_binding_error_get_type
00000000000a8410 T g_tls_channel_binding_error_quark
0000000000035c60 T g_tls_channel_binding_type_get_type
00000000000adc50 T g_tls_client_connection_copy_session_state
00000000000adba0 T g_tls_client_connection_get_accepted_cas
00000000000ad930 T g_tls_client_connection_get_server_identity
00000000000ad740 T g_tls_client_connection_get_type
00000000000ada70 T g_tls_client_connection_get_use_ssl3
00000000000ad800 T g_tls_client_connection_get_validation_flags
00000000000b1d30 T g_tls_client_connection_new
00000000000ad9f0 T g_tls_client_connection_set_server_identity
00000000000adb20 T g_tls_client_connection_set_use_ssl3
00000000000ad8b0 T g_tls_client_connection_set_validation_flags
00000000000a86d0 T g_tls_connection_emit_accept_certificate
00000000000ae070 T g_tls_connection_get_certificate
00000000000ae6a0 T g_tls_connection_get_channel_binding_data
00000000000ae970 T g_tls_connection_get_ciphersuite_name
00000000000adf00 T g_tls_connection_get_database
00000000000ae130 T g_tls_connection_get_interaction
00000000000ae620 T g_tls_connection_get_negotiated_protocol
00000000000ae1f0 T g_tls_connection_get_peer_certificate
00000000000ae2b0 T g_tls_connection_get_peer_certificate_errors
00000000000b1e50 T g_tls_connection_get_protocol_version
00000000000ae4f0 T g_tls_connection_get_rehandshake_mode
00000000000ae3d0 T g_tls_connection_get_require_close_notify
00000000000ad6d0 T g_tls_connection_get_type
00000000000addb0 T g_tls_connection_get_use_system_certdb
00000000000ae7a0 T g_tls_connection_handshake
00000000000ae830 T g_tls_connection_handshake_async
00000000000ae8e0 T g_tls_connection_handshake_finish
00000000000ae5a0 T g_tls_connection_set_advertised_protocols
00000000000adfc0 T g_tls_connection_set_certificate
00000000000ade50 T g_tls_connection_set_database
00000000000b2270 T g_tls_connection_set_interaction
00000000000ae470 T g_tls_connection_set_rehandshake_mode
00000000000ae350 T g_tls_connection_set_require_close_notify
00000000000add30 T g_tls_connection_set_use_system_certdb
00000000000a88d0 T g_tls_database_create_certificate_handle
00000000000a8730 T g_tls_database_get_type
00000000000b2800 T g_tls_database_lookup_certificate_for_handle
00000000000b2a60 T g_tls_database_lookup_certificate_for_handle_async
00000000000a9d50 T g_tls_database_lookup_certificate_for_handle_finish
00000000000b2bb0 T g_tls_database_lookup_certificate_issuer
00000000000b2e40 T g_tls_database_lookup_certificate_issuer_async
00000000000a9eb0 T g_tls_database_lookup_certificate_issuer_finish
00000000000b2fc0 T g_tls_database_lookup_certificates_issued_by
00000000000b3220 T g_tls_database_lookup_certificates_issued_by_async
00000000000aa010 T g_tls_database_lookup_certificates_issued_by_finish
00000000000360e0 T g_tls_database_lookup_flags_get_type
00000000000b2320 T g_tls_database_verify_chain
00000000000b2610 T g_tls_database_verify_chain_async
00000000000a9c00 T g_tls_database_verify_chain_finish
0000000000036050 T g_tls_database_verify_flags_get_type
0000000000035ab0 T g_tls_error_get_type
00000000000a8440 T g_tls_error_quark
00000000000b76a0 T g_tls_file_database_get_type
00000000000b7760 T g_tls_file_database_new
00000000000b7a00 T g_tls_interaction_ask_password
00000000000b7b50 T g_tls_interaction_ask_password_async
00000000000b7d00 T g_tls_interaction_ask_password_finish
00000000000b4ed0 T g_tls_interaction_get_type
00000000000b77b0 T g_tls_interaction_invoke_ask_password
00000000000b7fc0 T g_tls_interaction_invoke_request_certificate
00000000000b8210 T g_tls_interaction_request_certificate
00000000000b8360 T g_tls_interaction_request_certificate_async
00000000000b7e60 T g_tls_interaction_request_certificate_finish
0000000000035ea0 T g_tls_interaction_result_get_type
0000000000035e10 T g_tls_password_flags_get_type
00000000000b5320 T g_tls_password_get_description
00000000000b51e0 T g_tls_password_get_flags
00000000000b4f40 T g_tls_password_get_type
00000000000b4ff0 T g_tls_password_get_value
00000000000b5430 T g_tls_password_get_warning
00000000000b4fb0 T g_tls_password_new
00000000000b53a0 T g_tls_password_set_description
00000000000b52a0 T g_tls_password_set_flags
00000000000b5120 T g_tls_password_set_value
00000000000b5080 T g_tls_password_set_value_full
00000000000b55a0 T g_tls_password_set_warning
0000000000036200 T g_tls_protocol_version_get_type
0000000000035d80 T g_tls_rehandshake_mode_get_type
00000000000b8520 T g_tls_server_connection_get_type
00000000000b87b0 T g_tls_server_connection_new
                 U g_tree_foreach
                 U g_tree_insert
                 U g_tree_lookup
                 U g_tree_lookup_extended
                 U g_tree_new_full
                 U g_tree_nnodes
                 U g_tree_remove
                 U g_tree_unref
                 U g_type_add_instance_private
                 U g_type_add_interface_static
                 U g_type_check_instance_is_a
                 U g_type_check_instance_is_fundamentally_a
                 U g_type_check_value_holds
                 U g_type_children
                 U g_type_class_adjust_private_offset
                 U g_type_class_peek
                 U g_type_class_peek_parent
                 U g_type_class_peek_static
                 U g_type_class_ref
                 U g_type_class_unref
                 U g_type_default_interface_peek
                 U g_type_ensure
                 U g_type_from_name
                 U g_type_fundamental
                 U g_type_interface_add_prerequisite
                 U g_type_interface_peek
                 U g_type_interface_peek_parent
                 U g_type_is_a
                 U g_type_module_get_type
                 U g_type_module_unuse
                 U g_type_module_use
                 U g_type_name
                 U g_type_name_from_instance
                 U g_type_register_static_simple
00000000000ba780 T g_unix_connection_get_type
00000000000bbad0 T g_unix_connection_receive_credentials
00000000000bafb0 T g_unix_connection_receive_credentials_async
00000000000bb3e0 T g_unix_connection_receive_credentials_finish
00000000000bac30 T g_unix_connection_receive_fd
00000000000bb770 T g_unix_connection_send_credentials
00000000000baf40 T g_unix_connection_send_credentials_async
00000000000bb020 T g_unix_connection_send_credentials_finish
00000000000ba7f0 T g_unix_connection_send_fd
00000000000bba60 T g_unix_credentials_message_get_credentials
00000000000bb5f0 T g_unix_credentials_message_get_type
00000000000b5ca0 T g_unix_credentials_message_is_supported
00000000000bb660 T g_unix_credentials_message_new
00000000000bb6b0 T g_unix_credentials_message_new_with_credentials
00000000000bb1c0 T g_unix_fd_list_append
00000000000bb300 T g_unix_fd_list_get
00000000000b5c30 T g_unix_fd_list_get_length
00000000000b58e0 T g_unix_fd_list_get_type
00000000000b5950 T g_unix_fd_list_new
00000000000b5970 T g_unix_fd_list_new_from_array
00000000000b5b70 T g_unix_fd_list_peek_fds
00000000000b5aa0 T g_unix_fd_list_steal_fds
00000000000c5d50 T g_unix_fd_message_append_fd
00000000000c2de0 T g_unix_fd_message_get_fd_list
00000000000c5b30 T g_unix_fd_message_get_type
00000000000c5ba0 T g_unix_fd_message_new
00000000000c5bc0 T g_unix_fd_message_new_with_fd_list
00000000000c5d00 T g_unix_fd_message_steal_fds
                 U g_unix_fd_source_new
                 U g_unix_get_passwd_entry
00000000000caca0 T g_unix_input_stream_get_close_fd
00000000000cab20 T g_unix_input_stream_get_fd
00000000000caab0 T g_unix_input_stream_get_type
00000000000cab90 T g_unix_input_stream_new
00000000000cac00 T g_unix_input_stream_set_close_fd
00000000000c2f50 T g_unix_is_mount_path_system_internal
00000000000c3150 T g_unix_is_system_device_path
00000000000c3090 T g_unix_is_system_fs_type
00000000000c3630 T g_unix_mount_at
00000000000bf910 T g_unix_mount_compare
00000000000be6b0 T g_unix_mount_copy
00000000000c2e70 T g_unix_mount_entry_get_type
00000000000c36d0 T g_unix_mount_for
00000000000bdcf0 T g_unix_mount_free
00000000000c3e50 T g_unix_mount_get_device_path
00000000000c3ed0 T g_unix_mount_get_fs_type
00000000000c3e10 T g_unix_mount_get_mount_path
00000000000c3f10 T g_unix_mount_get_options
00000000000c3e90 T g_unix_mount_get_root_path
00000000000c41f0 T g_unix_mount_guess_can_eject
00000000000c6a30 T g_unix_mount_guess_icon
00000000000c4190 T g_unix_mount_guess_name
00000000000c42c0 T g_unix_mount_guess_should_display
00000000000c6ad0 T g_unix_mount_guess_symbolic_icon
00000000000c3f50 T g_unix_mount_is_readonly
00000000000c3f90 T g_unix_mount_is_system_internal
00000000000c3dd0 T g_unix_mount_monitor_get
00000000000c3d50 T g_unix_mount_monitor_get_type
00000000000c3e00 T g_unix_mount_monitor_new
00000000000c3dc0 T g_unix_mount_monitor_set_rate_limit
00000000000c3c10 T g_unix_mount_point_at
00000000000bf9d0 T g_unix_mount_point_compare
00000000000be750 T g_unix_mount_point_copy
00000000000bdd70 T g_unix_mount_point_free
00000000000c4010 T g_unix_mount_point_get_device_path
00000000000c4050 T g_unix_mount_point_get_fs_type
00000000000c3fd0 T g_unix_mount_point_get_mount_path
00000000000c4090 T g_unix_mount_point_get_options
00000000000c2ee0 T g_unix_mount_point_get_type
00000000000c4520 T g_unix_mount_point_guess_can_eject
00000000000c6ff0 T g_unix_mount_point_guess_icon
00000000000c41c0 T g_unix_mount_point_guess_name
00000000000c7030 T g_unix_mount_point_guess_symbolic_icon
00000000000c4150 T g_unix_mount_point_is_loopback
00000000000c40d0 T g_unix_mount_point_is_readonly
00000000000c4110 T g_unix_mount_point_is_user_mountable
00000000000c3ce0 T g_unix_mount_points_changed_since
00000000000c37b0 T g_unix_mount_points_get
00000000000c3cb0 T g_unix_mounts_changed_since
00000000000c35f0 T g_unix_mounts_get
                 U g_unix_open_pipe
00000000000cb130 T g_unix_output_stream_get_close_fd
00000000000cafb0 T g_unix_output_stream_get_fd
00000000000caf40 T g_unix_output_stream_get_type
00000000000cb020 T g_unix_output_stream_new
00000000000cb090 T g_unix_output_stream_set_close_fd
                 U g_unix_set_fd_nonblocking
00000000000b5e20 T g_unix_socket_address_abstract_names_supported
00000000000b5df0 T g_unix_socket_address_get_address_type
00000000000b5e00 T g_unix_socket_address_get_is_abstract
00000000000b5cb0 T g_unix_socket_address_get_path
00000000000b5cc0 T g_unix_socket_address_get_path_len
00000000000bc180 T g_unix_socket_address_get_type
00000000000bc1f0 T g_unix_socket_address_new
00000000000bc2c0 T g_unix_socket_address_new_abstract
00000000000bc230 T g_unix_socket_address_new_with_type
0000000000034f70 T g_unix_socket_address_type_get_type
                 U g_unlink
                 U g_unsetenv
                 U g_uri_escape_string
                 U g_uri_is_valid
                 U g_uri_join
                 U g_uri_parse_scheme
                 U g_uri_split_network
                 U g_uri_split_with_user
                 U g_uri_unescape_segment
                 U g_uri_unescape_string
                 U g_usleep
                 U g_utf8_casefold
                 U g_utf8_collate_key
                 U g_utf8_get_char
                 U g_utf8_make_valid
                 U g_utf8_skip
                 U g_utf8_validate
                 U g_utf8_validate_len
                 U g_value_copy
                 U g_value_dup_boxed
                 U g_value_dup_object
                 U g_value_dup_string
                 U g_value_dup_variant
                 U g_value_get_boolean
                 U g_value_get_boxed
                 U g_value_get_double
                 U g_value_get_enum
                 U g_value_get_flags
                 U g_value_get_gtype
                 U g_value_get_int
                 U g_value_get_int64
                 U g_value_get_object
                 U g_value_get_pointer
                 U g_value_get_schar
                 U g_value_get_string
                 U g_value_get_uchar
                 U g_value_get_uint
                 U g_value_get_uint64
                 U g_value_get_ulong
                 U g_value_get_variant
                 U g_value_init
                 U g_value_peek_pointer
                 U g_value_set_boolean
                 U g_value_set_boxed
                 U g_value_set_double
                 U g_value_set_enum
                 U g_value_set_flags
                 U g_value_set_gtype
                 U g_value_set_int
                 U g_value_set_int64
                 U g_value_set_object
                 U g_value_set_pointer
                 U g_value_set_schar
                 U g_value_set_static_string
                 U g_value_set_string
                 U g_value_set_uchar
                 U g_value_set_uint
                 U g_value_set_uint64
                 U g_value_set_ulong
                 U g_value_set_variant
                 U g_value_take_boxed
                 U g_value_take_object
                 U g_value_take_string
                 U g_value_take_variant
                 U g_value_unset
                 U g_variant_builder_add
                 U g_variant_builder_add_value
                 U g_variant_builder_clear
                 U g_variant_builder_close
                 U g_variant_builder_end
                 U g_variant_builder_init
                 U g_variant_builder_new
                 U g_variant_builder_open
                 U g_variant_builder_unref
                 U g_variant_byteswap
                 U g_variant_check_format_string
                 U g_variant_classify
                 U g_variant_compare
                 U g_variant_dict_clear
                 U g_variant_dict_end
                 U g_variant_dict_get_type
                 U g_variant_dict_init
                 U g_variant_dict_insert_value
                 U g_variant_dict_lookup
                 U g_variant_dict_new
                 U g_variant_dict_unref
                 U g_variant_dup_bytestring
                 U g_variant_dup_bytestring_array
                 U g_variant_dup_objv
                 U g_variant_dup_string
                 U g_variant_dup_strv
                 U g_variant_equal
                 U g_variant_get
                 U g_variant_get_boolean
                 U g_variant_get_byte
                 U g_variant_get_bytestring
                 U g_variant_get_child
                 U g_variant_get_child_value
                 U g_variant_get_data
                 U g_variant_get_data_as_bytes
                 U g_variant_get_double
                 U g_variant_get_fixed_array
                 U g_variant_get_handle
                 U g_variant_get_int16
                 U g_variant_get_int32
                 U g_variant_get_int64
                 U g_variant_get_normal_form
                 U g_variant_get_size
                 U g_variant_get_string
                 U g_variant_get_strv
                 U g_variant_get_type
                 U g_variant_get_type_string
                 U g_variant_get_uint16
                 U g_variant_get_uint32
                 U g_variant_get_uint64
                 U g_variant_get_va
                 U g_variant_get_variant
                 U g_variant_is_container
                 U g_variant_is_floating
                 U g_variant_is_object_path
                 U g_variant_is_of_type
                 U g_variant_is_signature
                 U g_variant_iter_free
                 U g_variant_iter_init
                 U g_variant_iter_loop
                 U g_variant_iter_new
                 U g_variant_iter_next
                 U g_variant_iter_next_value
                 U g_variant_lookup
                 U g_variant_lookup_value
                 U g_variant_n_children
                 U g_variant_new
                 U g_variant_new_array
                 U g_variant_new_boolean
                 U g_variant_new_byte
                 U g_variant_new_bytestring
                 U g_variant_new_bytestring_array
                 U g_variant_new_dict_entry
                 U g_variant_new_double
                 U g_variant_new_fixed_array
                 U g_variant_new_from_bytes
                 U g_variant_new_from_data
                 U g_variant_new_handle
                 U g_variant_new_int16
                 U g_variant_new_int32
                 U g_variant_new_int64
                 U g_variant_new_object_path
                 U g_variant_new_objv
                 U g_variant_new_parsed
                 U g_variant_new_signature
                 U g_variant_new_string
                 U g_variant_new_strv
                 U g_variant_new_take_string
                 U g_variant_new_tuple
                 U g_variant_new_uint16
                 U g_variant_new_uint32
                 U g_variant_new_uint64
                 U g_variant_new_va
                 U g_variant_new_variant
                 U g_variant_parse
                 U g_variant_parse_error_quark
                 U g_variant_print
                 U g_variant_print_string
                 U g_variant_ref
                 U g_variant_ref_sink
                 U g_variant_take_ref
                 U g_variant_type_checked_
                 U g_variant_type_copy
                 U g_variant_type_dup_string
                 U g_variant_type_element
                 U g_variant_type_equal
                 U g_variant_type_first
                 U g_variant_type_free
                 U g_variant_type_get_gtype
                 U g_variant_type_is_dict_entry
                 U g_variant_type_is_tuple
                 U g_variant_type_is_variant
                 U g_variant_type_key
                 U g_variant_type_new
                 U g_variant_type_new_tuple
                 U g_variant_type_next
                 U g_variant_type_peek_string
                 U g_variant_type_string_get_depth_
                 U g_variant_type_string_is_valid
                 U g_variant_type_value
                 U g_variant_unref
00000000000b64c0 T g_vfs_get_default
00000000000b5f20 T g_vfs_get_file_for_path
00000000000b5fd0 T g_vfs_get_file_for_uri
00000000000b6440 T g_vfs_get_local
00000000000b6150 T g_vfs_get_supported_uri_schemes
00000000000b5e30 T g_vfs_get_type
00000000000b5ea0 T g_vfs_is_active
00000000000b62c0 T g_vfs_parse_name
00000000000b6550 T g_vfs_register_uri_scheme
00000000000b6740 T g_vfs_unregister_uri_scheme
00000000000b6ce0 T g_volume_can_eject
00000000000b6c50 T g_volume_can_mount
00000000000bc4b0 T g_volume_eject
00000000000bc850 T g_volume_eject_finish
00000000000bc5c0 T g_volume_eject_with_operation
00000000000bc990 T g_volume_eject_with_operation_finish
00000000000b6ed0 T g_volume_enumerate_identifiers
00000000000b6f70 T g_volume_get_activation_root
00000000000b6b30 T g_volume_get_drive
00000000000b6a10 T g_volume_get_icon
00000000000b6e10 T g_volume_get_identifier
00000000000b6bc0 T g_volume_get_mount
00000000000b6980 T g_volume_get_name
00000000000b7010 T g_volume_get_sort_key
00000000000bc2d0 T g_volume_get_symbolic_icon
00000000000b6830 T g_volume_get_type
00000000000b6aa0 T g_volume_get_uuid
00000000000b5820 T g_volume_monitor_adopt_orphan_mount
00000000000ba550 T g_volume_monitor_get
00000000000b7170 T g_volume_monitor_get_connected_drives
00000000000b7570 T g_volume_monitor_get_mount_for_uuid
00000000000b7350 T g_volume_monitor_get_mounts
00000000000b70b0 T g_volume_monitor_get_type
00000000000b7440 T g_volume_monitor_get_volume_for_uuid
00000000000b7260 T g_volume_monitor_get_volumes
00000000000bc390 T g_volume_mount
00000000000bc710 T g_volume_mount_finish
00000000000b6d70 T g_volume_should_automount
                 U g_warn_message
                 U g_weak_ref_clear
                 U g_weak_ref_get
                 U g_weak_ref_init
                 U g_weak_ref_set
0000000000034ee0 T g_zlib_compressor_format_get_type
00000000000bd3b0 T g_zlib_compressor_get_file_info
00000000000bd300 T g_zlib_compressor_get_type
00000000000bd370 T g_zlib_compressor_new
00000000000bd420 T g_zlib_compressor_set_file_info
00000000000c4740 T g_zlib_decompressor_get_file_info
00000000000c46a0 T g_zlib_decompressor_get_type
00000000000c4710 T g_zlib_decompressor_new
                 U __h_errno_location@GLIBC_2.2.5
                 U if_nametoindex@GLIBC_2.2.5
                 U in6addr_any@GLIBC_2.2.5
                 U in6addr_loopback@GLIBC_2.2.5
                 U inet_aton@GLIBC_2.2.5
                 U inet_ntop@GLIBC_2.2.5
                 U inet_pton@GLIBC_2.2.5
                 U inflate
                 U inflateEnd
                 U inflateGetHeader@ZLIB_1.2.2
                 U inflateInit_
                 U inflateInit2_
                 U inflateReset
                 U inotify_add_watch@GLIBC_2.4
                 U inotify_init@GLIBC_2.4
                 U inotify_init1@GLIBC_2.9
                 U inotify_rm_watch@GLIBC_2.4
                 U ioctl@GLIBC_2.2.5
                 U __isoc23_sscanf@GLIBC_2.38
                 U __isoc23_strtol@GLIBC_2.38
                 U __isoc23_strtoul@GLIBC_2.38
                 w _ITM_deregisterTMCloneTable
                 w _ITM_registerTMCloneTable
                 U kill@GLIBC_2.2.5
                 U lchmod@GLIBC_2.3.2
                 U lchown@GLIBC_2.2.5
                 U lgetxattr@GLIBC_2.3
                 U link@GLIBC_2.2.5
                 U listen@GLIBC_2.2.5
                 U listxattr@GLIBC_2.3
                 U llistxattr@GLIBC_2.3
                 w __lsan_disable
                 w __lsan_enable
                 w __lsan_ignore_object
                 U lseek64@GLIBC_2.2.5
                 U lstat64@GLIBC_2.33
                 U malloc@GLIBC_2.2.5
                 U memchr@GLIBC_2.2.5
                 U memcmp@GLIBC_2.2.5
                 U memcpy@GLIBC_2.14
                 U __memcpy_chk@GLIBC_2.3.4
                 U memmove@GLIBC_2.2.5
                 U memset@GLIBC_2.2.5
                 U __memset_chk@GLIBC_2.3.4
                 U mkdir@GLIBC_2.2.5
                 U mmap64@GLIBC_2.2.5
                 U mnt_free_iter@MOUNT_2.19
                 U mnt_free_table@MOUNT_2.19
                 U mnt_fs_get_fstype@MOUNT_2.19
                 U mnt_fs_get_options@MOUNT_2.20
                 U mnt_fs_get_root@MOUNT_2.19
                 U mnt_fs_get_source@MOUNT_2.19
                 U mnt_fs_get_target@MOUNT_2.19
                 U mnt_fs_strdup_options@MOUNT_2.19
                 U mnt_get_builtin_optmap@MOUNT_2.19
                 U mnt_get_fstab_path@MOUNT_2.19
                 U mnt_has_regular_mtab@MOUNT_2.19
                 U mnt_monitor_enable_kernel@MOUNT_2.26
                 U mnt_monitor_enable_userspace@MOUNT_2.26
                 U mnt_monitor_event_cleanup@MOUNT_2.26
                 U mnt_monitor_get_fd@MOUNT_2.26
                 U mnt_monitor_next_change@MOUNT_2.26
                 U mnt_monitor_veil_kernel@MOUNT_2_40
                 U mnt_new_iter@MOUNT_2.19
                 U mnt_new_monitor@MOUNT_2.26
                 U mnt_new_table@MOUNT_2.19
                 U mnt_optstr_get_flags@MOUNT_2.19
                 U mnt_table_next_fs@MOUNT_2.19
                 U mnt_table_parse_fstab@MOUNT_2.19
                 U mnt_table_parse_mtab@MOUNT_2.19
                 U mnt_unref_monitor@MOUNT_2.26
                 U munmap@GLIBC_2.2.5
                 U newlocale@GLIBC_2.3
                 U open64@GLIBC_2.2.5
                 U openat64@GLIBC_2.4
                 U opendir@GLIBC_2.2.5
                 U pipe@GLIBC_2.2.5
                 U pipe2@GLIBC_2.9
                 U poll@GLIBC_2.2.5
                 U pthread_getspecific@GLIBC_2.34
                 U pthread_key_create@GLIBC_2.34
                 U pthread_mutex_lock@GLIBC_2.2.5
                 U pthread_mutex_unlock@GLIBC_2.2.5
                 U pthread_once@GLIBC_2.34
                 U pthread_setspecific@GLIBC_2.34
                 U qsort@GLIBC_2.2.5
                 U raise@GLIBC_2.2.5
                 U read@GLIBC_2.2.5
                 U readdir64@GLIBC_2.2.5
                 U readlink@GLIBC_2.2.5
                 U realloc@GLIBC_2.2.5
                 U recv@GLIBC_2.2.5
                 U recvmmsg@GLIBC_2.12
                 U recvmsg@GLIBC_2.2.5
                 U remove@GLIBC_2.2.5
                 U removexattr@GLIBC_2.3
                 U rename@GLIBC_2.2.5
                 U __res_nclose@GLIBC_2.2.5
                 U __res_ninit@GLIBC_2.2.5
                 U res_nquery@GLIBC_2.34
                 U sched_getcpu@GLIBC_2.6
                 U send@GLIBC_2.2.5
                 U sendmmsg@GLIBC_2.14
                 U sendmsg@GLIBC_2.2.5
                 U setlocale@GLIBC_2.2.5
                 U setsockopt@GLIBC_2.2.5
                 U setxattr@GLIBC_2.3
                 U shutdown@GLIBC_2.2.5
                 U signal@GLIBC_2.2.5
                 U socket@GLIBC_2.2.5
                 U splice@GLIBC_2.5
                 U __stack_chk_fail@GLIBC_2.4
                 U stat64@GLIBC_2.33
                 U statfs64@GLIBC_2.2.5
                 U statx@GLIBC_2.28
                 U stderr@GLIBC_2.2.5
                 U stdout@GLIBC_2.2.5
                 U __strcat_chk@GLIBC_2.3.4
                 U strchr@GLIBC_2.2.5
                 U strcmp@GLIBC_2.2.5
                 U strcpy@GLIBC_2.2.5
                 U strcspn@GLIBC_2.2.5
                 U strdup@GLIBC_2.2.5
                 U strlcpy@GLIBC_2.38
                 U strlen@GLIBC_2.2.5
                 U strncmp@GLIBC_2.2.5
                 U strncpy@GLIBC_2.2.5
                 U __strncpy_chk@GLIBC_2.3.4
                 U strrchr@GLIBC_2.2.5
                 U strstr@GLIBC_2.2.5
                 U symlink@GLIBC_2.2.5
                 U syscall@GLIBC_2.2.5
                 U __uflow@GLIBC_2.2.5
                 U ungetc@GLIBC_2.2.5
                 U uselocale@GLIBC_2.3
                 U usleep@GLIBC_2.2.5
                 U utimensat@GLIBC_2.6
                 U __vsnprintf_chk@GLIBC_2.3.4
                 U write@GLIBC_2.2.5
                 U writev@GLIBC_2.2.5

and searching specifically nm -D /usr/lib/libgio-2.0.so | rg g_module_open_full:

                 U g_module_open_full

so, unless if I'm not understanding something, the symbol exists, it is preloading (since I didn't get an error) but it's stilll not finding it? I think I'm misunderstanding something

Offline

#4 2024-05-11 16:56:53

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,394

Re: [SOLVED] Issues installing DaVinci Resolve

In order to use those symbols you need to find the library where they are designed (no idea if there are tools to help with that) .

The problem appears to be that DR is built to use certain (older) libraries but doesn't explicitly link to them.

g_module_open_full seems to come from /usr/lib/libgmodule-2.0.so .

So far g_task_set_static_name and g_module_open_full have been confirmed to not being found.

Try

LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so" /opt/resolve/bin/resolve

If that complains about g_string_free_and_steal missing, add /usr/lib/libglib-2.0.so and rerun .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building to complicated ?
Try clean chroot manager by graysky

Offline

#5 2024-05-11 17:56:16

Nico792
Member
Registered: 2023-09-24
Posts: 18

Re: [SOLVED] Issues installing DaVinci Resolve

Hell yeah that worked, Thank you very very much!

Additional info for anyone that might find this thread in the future, cp ing all the libraries in the LD_PRELOAD into /opt/resolve/libs means you can just run /opt/resolve/bin/resolve and things will run fine.

Again thank you very much!

Offline

#6 2024-06-11 18:07:00

AAVVIronAlex
Member
From: Yerevan
Registered: 2023-09-05
Posts: 39
Website

Re: [SOLVED] Issues installing DaVinci Resolve

Nico792 wrote:

Hell yeah that worked, Thank you very very much!

Additional info for anyone that might find this thread in the future, cp ing all the libraries in the LD_PRELOAD into /opt/resolve/libs means you can just run /opt/resolve/bin/resolve and things will run fine.

Again thank you very much!

Hey, so I have the same issue, so do I just copy all the files from /usr/lib/libgio-2.0.so and /usr/lib/libgmodule-2.0.so to /opt/resolve/bin/resolve?

Thanks!

Edit, it just required the copy and it was done.

Here is what I did.

sudo cp /usr/lib/libgio-2.0.so /opt/resolve/libs && sudo cp /usr/lib/libgmodule-2.0.so /opt/resolve/libs

Last edited by AAVVIronAlex (2024-06-11 20:15:47)

Offline

#7 2024-06-12 15:50:37

Ashark
Member
Registered: 2017-06-01
Posts: 32

Re: [SOLVED] Issues installing DaVinci Resolve

@AAVVIronAlex With which version of DR did you tried that? I have built and installed the dr-studio-beta 19.0b3 (manually editing the pkgbuild, as it is not yet updated). Then I issued your command above. Still, getting this error when launching:

❯ /opt/resolve/bin/resolve
/opt/resolve/bin/resolve: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

Offline

#8 2024-06-13 06:39:33

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,394

Re: [SOLVED] Issues installing DaVinci Resolve

Nico792 wrote:

Additional info for anyone that might find this thread in the future, cp ing all the libraries in the LD_PRELOAD into /opt/resolve/libs means you can just run /opt/resolve/bin/resolve and things will run fine.
!

Those copied librairies are prone to faiure with future updates, the LD_PRELOAD has a much bigger chance to continue working.

Ashark, all those errors need to be dealt with separately and tailored to a specific version of DR as well as revisited when DR is upgraded.

Please create a new thread.

Start cleanly by removing any copied libraries and LD_PRELOAD stuff, and list the output DR gives.
If some of the undefined symbols mentioned in this thread appear,
you can add them with LD_PRELOAD and update the DR output.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building to complicated ?
Try clean chroot manager by graysky

Offline

#9 2024-06-15 17:28:06

AAVVIronAlex
Member
From: Yerevan
Registered: 2023-09-05
Posts: 39
Website

Re: [SOLVED] Issues installing DaVinci Resolve

Ashark wrote:

With which version of DR did you tried that?

I did it with the-non studio latest version.

Offline

Board footer

Powered by FluxBB