Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_NOT_MOUNTED (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-io-error-info-bar.c29 case G_IO_ERROR_NOT_MOUNTED: in G_DEFINE_TYPE()
81 g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in parse_error()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-io-error-info-bar.c34 case G_IO_ERROR_NOT_MOUNTED: in G_DEFINE_TYPE_WITH_PRIVATE()
86 g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in parse_error()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dmount.c758 G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED, in automount_done()
802 G_IO_ERROR_NOT_MOUNTED, in maybe_automount()
878 G_IO_ERROR_NOT_MOUNTED, in handle_lookup_mount_by_fuse_path()
999 G_IO_ERROR_NOT_MOUNTED, in handle_mount_location()
1089 G_IO_ERROR_NOT_MOUNTED, in handle_unregister_mount()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfilelauncher.cpp85 if(path && err->code == G_IO_ERROR_NOT_MOUNTED) { in showError()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-io-scan-directory.c120 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in thunar_io_scan_directory()
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-gpgme-data.c88 case G_IO_ERROR_NOT_MOUNTED: in handle_gio_error()
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-gpgme-data.c89 case G_IO_ERROR_NOT_MOUNTED: in handle_gio_error()
/dports/x11/libfm-extra/libfm-1.3.2/src/job/
H A Dfm-file-info-job.c247 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_NOT_MOUNTED) in fm_file_info_job_run()
/dports/x11/libfm/libfm-1.3.2/src/job/
H A Dfm-file-info-job.c247 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_NOT_MOUNTED) in fm_file_info_job_run()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/libpanel-util/
H A Dpanel-show.c110 G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) { in _panel_show_handle_error()
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-error-reporting.c59 error->code == G_IO_ERROR_NOT_MOUNTED) in fm_report_error_loading_directory()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-error-reporting.c58 error->code == G_IO_ERROR_NOT_MOUNTED) { in nemo_report_error_loading_directory()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp76 case G_IO_ERROR_NOT_MOUNTED: in MapGIOResult()
374 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-io-error-info-bar.c46 case G_IO_ERROR_NOT_MOUNTED: in is_recoverable_error()
190 case G_IO_ERROR_NOT_MOUNTED: in parse_gio_error()
/dports/www/firefox/firefox-99.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp76 case G_IO_ERROR_NOT_MOUNTED: in MapGIOResult()
363 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp76 case G_IO_ERROR_NOT_MOUNTED: in MapGIOResult()
374 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp70 case G_IO_ERROR_NOT_MOUNTED: in MapGIOResult()
358 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-error-reporting.c71 error->code == G_IO_ERROR_NOT_MOUNTED) in nautilus_report_error_loading_directory()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgioenums.h547 G_IO_ERROR_NOT_MOUNTED, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp69 case G_IO_ERROR_NOT_MOUNTED: in MapGIOResult()
357 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/gio/
H A DnsGIOProtocolHandler.cpp61 case G_IO_ERROR_NOT_MOUNTED: return NS_ERROR_NOT_CONNECTED; // shows error in MapGIOResult()
371 if (error->domain == G_IO_ERROR && error->code == G_IO_ERROR_NOT_MOUNTED) { in DoOpen()
/dports/sysutils/gigolo/gigolo-0.5.2/src/
H A Dbackendgvfs.c707 if (g_error_matches(error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in browse_network_real()
843 if (g_error_matches(error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in browse_host_real()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-media/
H A Dbrasero-gio-operation.c187 if (op->error->code == G_IO_ERROR_NOT_MOUNTED) { in brasero_gio_operation_umount_finish()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkplacesviewrow.c105 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in measure_available_space_finished()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkplacesviewrow.c106 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED)) in measure_available_space_finished()

12345678