Definition at line 2061 of file shp2pgsql-gui.c.
2069 if (selection_data->data == NULL)
2071 pgui_logf(
_(
"Unable to process drag data."));
2075 p = (
char*)selection_data->data;
2082 while (g_ascii_isspace(*p))
2086 while (*q && (*q !=
'\n') && (*q !=
'\r'))
2093 while (q > p && g_ascii_isspace(*q))
2102 p = strchr(p,
'\n');
static void static void static void pgui_logf(const char *fmt,...) __attribute__((format(printf
static void process_single_uri(char *uri)
References _, pgui_logf(), and process_single_uri().
Referenced by pgui_create_import_file_table().