Home | History | Annotate | Download | only in gio

Lines Matching full:error

596 				 GError              **error)
601 cancellable, error);
607 GError **error)
615 g_set_error (error, G_IO_ERROR,
940 GError **error)
988 g_set_error (error, G_IO_ERROR,
990 _("Error getting filesystem info: %s"),
1069 GError **error)
1078 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1079 /* Translators: This is an error message when trying to
1089 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1090 /* Translators: This is an error message when trying to
1102 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1103 /* Translators: This is an error message when trying to find
1114 GError **error)
1124 g_set_error_literal (error, G_IO_ERROR,
1130 new_file = g_file_get_child_for_display_name (parent, display_name, error);
1144 g_set_error (error, G_IO_ERROR,
1146 _("Error renaming file: %s"),
1153 g_set_error_literal (error, G_IO_ERROR,
1164 /* We can't get a rename file into itself error herer,
1166 g_set_error_literal (error, G_IO_ERROR,
1170 g_set_error (error, G_IO_ERROR,
1172 _("Error renaming file: %s"),
1186 GError **error)
1204 error);
1216 GError **error)
1224 GError **error)
1236 GError **error)
1246 error);
1254 GError **error)
1263 error);
1266 error = NULL; /* Don't write over error if further errors */
1270 chained_res = (default_iface->set_attributes_from_info) (file, info, flags, cancellable, error);
1278 GError **error)
1289 g_set_error (error, G_IO_ERROR,
1291 _("Error opening file: %s"),
1299 g_set_error_literal (error, G_IO_ERROR,
1312 GError **error)
1315 flags, cancellable, error);
1322 GError **error)
1325 flags, cancellable, error);
1334 GError **error)
1338 cancellable, error);
1345 GError **error)
1353 /* Posix allows EEXIST too, but the more sane error
1359 g_set_error (error, G_IO_ERROR,
1361 _("Error removing file: %s"),
1703 GError **error)
1723 g_set_error (error, G_IO_ERROR,
1725 _("Error trashing file: %s"),
1746 g_set_error (error, G_IO_ERROR,
1767 g_set_error_literal (error, G_IO_ERROR,
1846 g_set_error_literal (error, G_IO_ERROR,
1866 g_set_error_literal (error, G_IO_ERROR,
1900 g_set_error (error, G_IO_ERROR,
1929 g_set_error (error, G_IO_ERROR,
1934 g_set_error (error, G_IO_ERROR,
1986 GError **error)
2009 g_set_error (error, G_IO_ERROR,
2016 g_set_error (error, G_IO_ERROR,
2019 _("internal error"));
2029 GError **error)
2039 g_set_error_literal (error, G_IO_ERROR,
2043 g_set_error (error, G_IO_ERROR,
2045 _("Error creating directory: %s"),
2057 GError **error)
2068 g_set_error_literal (error, G_IO_ERROR,
2072 g_set_error (error, G_IO_ERROR,
2074 _("Error making symbolic link: %s"),
2080 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "Symlinks not supported");
2093 GError **error)
2096 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "Copy not supported");
2107 GError **error)
2120 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "Move not supported");
2132 g_set_error (error, G_IO_ERROR,
2134 _("Error moving file: %s"),
2154 g_set_error_literal (error,
2159 g_set_error_literal (error,
2168 g_set_error_literal (error,
2181 g_set_error_literal (error,
2201 g_set_error (error, G_IO_ERROR,
2203 _("Error removing target file: %s"),
2215 g_set_error_literal (error, G_IO_ERROR,
2222 g_set_error_literal (error, G_IO_ERROR,
2226 g_set_error (error, G_IO_ERROR,
2228 _("Error moving file: %s"),
2244 GError **error)
2247 return _g_local_directory_monitor_new (local_file->filename, flags, error);
2254 GError **error)
2257 return _g_local_file_monitor_new (local_file->filename, flags, error);