Lines Matching full:error
59 * successfully. If an @error is present when g_volume_mount_finish()
60 * is called, then it will be filled with any error information.
388 * @error: a #GError location to store an error, or %NULL to ignore
391 * @error will be set to contain the errors and %FALSE will be returned.
403 GError **error)
413 if (g_simple_async_result_propagate_error (simple, error))
418 return (* iface->mount_finish) (volume, result, error);
462 * @error: a #GError location to store an error, or %NULL to ignore
465 * @error will be set to contain the errors and %FALSE will be returned.
472 GError **error)
482 if (g_simple_async_result_propagate_error (simple, error))
487 return (* iface->eject_finish) (volume, result, error);