PostGIS  2.5.7dev-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 511 of file shp2pgsql-gui.c.

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

References FALSE, and is_running.

Referenced by pgui_create_progress_dialog().

Here is the caller graph for this function: