Definition at line 2086 of file shp2pgsql-gui.c.
 2094         if (selection_data->data == NULL)
 
 2096                 pgui_logf(
_(
"Unable to process drag data."));
 
 2100         p = (
char*)selection_data->data;
 
 2107                         while (g_ascii_isspace(*p))
 
 2111                         while (*q && (*q != 
'\n') && (*q != 
'\r'))
 
 2118                                 while (q > p && g_ascii_isspace(*q))
 
 2127                 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().