Definition at line 2017 of file shp2pgsql-gui.c.
2018{
2019 gchar *schema, *table, *geo_col, *srid;
2020
2021
2027 -1);
2028
2029
2030 if (loader_file_config->
schema)
2032
2033 loader_file_config->
schema = strdup(schema);
2034
2035
2036 if (loader_file_config->
table)
2038
2039 loader_file_config->
table = strdup(table);
2040
2041
2042 if (loader_file_config->
geo_col)
2044
2045 loader_file_config->
geo_col = strdup(geo_col);
2046
2047
2048 loader_file_config->
sr_id = atoi(srid);
2049
2050
2051 return;
2052}
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().