Definition at line 2042 of file shp2pgsql-gui.c.
2043{
2044 gchar *schema, *table, *geo_col, *srid;
2045
2046
2052 -1);
2053
2054
2055 if (loader_file_config->
schema)
2057
2058 loader_file_config->
schema = strdup(schema);
2059
2060
2061 if (loader_file_config->
table)
2063
2064 loader_file_config->
table = strdup(table);
2065
2066
2067 if (loader_file_config->
geo_col)
2069
2070 loader_file_config->
geo_col = strdup(geo_col);
2071
2072
2073 loader_file_config->
sr_id = atoi(srid);
2074
2075
2076 return;
2077}
GtkListStore * import_file_list_store
References free(), shp_loader_config::geo_col, import_file_list_store, IMPORT_GEOMETRY_COLUMN, IMPORT_SCHEMA_COLUMN, IMPORT_SRID_COLUMN, IMPORT_TABLE_COLUMN, shp_loader_config::schema, shp_loader_config::sr_id, and shp_loader_config::table.
Referenced by pgui_action_handle_loader_edit().