PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_action_progress_cancel()

static void pgui_action_progress_cancel ( GtkDialog *  dialog,
gint  response_id,
gpointer  user_data 
)
static

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

514 {
515  /* Stop the current import */
516  is_running = FALSE;
517 
518  return;
519 }
#define FALSE
Definition: dbfopen.c:72
static volatile int is_running

References FALSE, and is_running.

Referenced by pgui_create_progress_dialog().

Here is the caller graph for this function: