Definition at line 2059 of file shp2pgsql-gui.c.
2067 if (selection_data->data == NULL)
2069 pgui_logf(
_(
"Unable to process drag data."));
2073 p = (
char*)selection_data->data;
2080 while (g_ascii_isspace(*p))
2084 while (*q && (*q !=
'\n') && (*q !=
'\r'))
2091 while (q > p && g_ascii_isspace(*q))
2100 p = strchr(p,
'\n');
static void process_single_uri(char *uri)
static void pgui_logf(const char *fmt,...)
References _, pgui_logf(), and process_single_uri().
Referenced by pgui_create_import_file_table().