Home | History | Annotate | Download | only in gio

Lines Matching full:error

303  * @error: a #GError.
307 * Returns: %TRUE on success, %FALSE on error.
312 GError **error)
321 return (* iface->set_as_default_for_type) (appinfo, content_type, error);
329 * @error: a #GError.
333 * Returns: %TRUE on success, %FALSE on error.
338 GError **error)
348 return (* iface->set_as_default_for_extension) (appinfo, extension, error);
350 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
360 * @error: a #GError.
365 * Returns: %TRUE on success, %FALSE on error.
370 GError **error)
380 return (* iface->add_supports_type) (appinfo, content_type, error);
382 g_set_error_literal (error, G_IO_ERROR,
419 * @error: a #GError.
423 * Returns: %TRUE on success, %FALSE on error.
428 GError **error)
438 return (* iface->remove_supports_type) (appinfo, content_type, error);
440 g_set_error_literal (error, G_IO_ERROR,
474 * @error: a #GError
479 * On error, @error will be set accordingly.
498 GError **error)
506 return (* iface->launch) (appinfo, files, launch_context, error);
557 * @error: a #GError
562 * On error, @error will be set accordingly.
576 GError **error)
584 return (* iface->launch_uris) (appinfo, uris, launch_context, error);
613 * @error: a #GError.
620 * Returns: %TRUE on success, %FALSE on error.
625 GError **error)
633 app_info = g_file_query_default_handler (file, NULL, error);
645 launch_context, error);