|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
Vector library - standard error handlers. More...

Go to the source code of this file.
Functions | |
| void | Vect_set_error_handler_io (struct Map_info *In, struct Map_info *Out) |
| Define standard error handler for input and output vector maps. | |
Vector library - standard error handlers.
Higher level functions for reading/writing/manipulating vectors.
SPDX-FileCopyrightText: 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file vector/Vlib/handler.c.
Define standard error handler for input and output vector maps.
This handler:
Note: It's recommended to call this routine after Vect_open_old() or Vect_open_old2().
| In | pointer in Map_info struct (input vector map) or NULL |
| Out | pointer to Map_info struct (output vector map) or NULL |
Definition at line 56 of file vector/Vlib/handler.c.
References G_add_error_handler(), and G_malloc.