PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_seterr()

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

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

271 {
272  va_list ap;
273  va_start(ap, fmt);
274 
275  pgui_seterr_va(fmt, ap);
276 
277  va_end(ap);
278  return;
279 }
def fmt
Definition: pixval.py:94
static void static void pgui_seterr_va(const char *fmt, va_list ap) __attribute__((format(printf

References pixval::fmt, and 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: