PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_seterr()

static void pgui_seterr ( const char *  fmt,
  ... 
)
static

Definition at line 268 of file shp2pgsql-gui.c.

269{
270 va_list ap;
271 va_start(ap, fmt);
272
273 pgui_seterr_va(fmt, ap);
274
275 va_end(ap);
276 return;
277}
static void pgui_seterr_va(const char *fmt, va_list ap)

References pgui_seterr_va().

Referenced by pgui_action_connection_okay(), pgui_action_export(), pgui_action_import(), pgui_action_open_table_dialog(), pgui_validate_connection(), and validate_remote_loader_columns().

Here is the call graph for this function:
Here is the caller graph for this function: