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