Definition at line 1983 of file shp2pgsql-gui.c.
1986 char *filename = NULL;
1988 GError *error = NULL;
1996 filename = g_filename_from_uri(uri, &hostname, &error);
1999 if (filename == NULL)
2001 pgui_logf(
_(
"Unable to process filename: %s\n"), error->message);
2002 g_error_free(error);
static SHPLOADERCONFIG * create_new_file_config(const char *filename)
static void static void static void pgui_logf(const char *fmt,...) __attribute__((format(printf
static void add_loader_file_config_to_list(SHPLOADERCONFIG *loader_file_config)
References _, add_loader_file_config_to_list(), create_new_file_config(), and pgui_logf().
Referenced by pgui_action_handle_file_drop().