Lines Matching full:error
62 * successfully. If an @error is present when g_mount_unmount_finish()
63 * is called, then it will be filled with any error information.
357 /* Translators: This is an error
372 * @error: a #GError location to store the error occuring, or %NULL to
376 * @error will be set to contain the errors and %FALSE will be returned.
383 GError **error)
393 if (g_simple_async_result_propagate_error (simple, error))
398 return (* iface->unmount_finish) (mount, result, error);
432 /* Translators: This is an error
447 * @error: a #GError location to store the error occuring, or %NULL to
451 * @error will be set to contain the errors and %FALSE will be returned.
458 GError **error)
468 if (g_simple_async_result_propagate_error (simple, error))
473 return (* iface->eject_finish) (mount, result, error);
514 /* Translators: This is an error
529 * @error: a #GError location to store the error occuring, or %NULL to
533 * @error will be set to contain the errors and %FALSE will be returned.
540 GError **error)
550 if (g_simple_async_result_propagate_error (simple, error))
555 return (* iface->remount_finish) (mount, result, error);
598 /* Translators: This is an error
613 * @error: a #GError location to store the error occuring, or %NULL to
617 * during the operation, @error will be set to contain the errors and
622 * Returns: a %NULL-terminated array of content types or %NULL on error.
630 GError **error)
640 if (g_simple_async_result_propagate_error (simple, error))
645 return (* iface->guess_content_type_finish) (mount, result, error);
654 * @error: a #GError location to store the error occuring, or %NULL to
666 * Returns: a %NULL-terminated array of content types or %NULL on error.
675 GError **error)
685 g_set_error_literal (error,
687 /* Translators: This is an error
695 return (* iface->guess_content_type_sync) (mount, force_rescan, cancellable, error);