diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-14 12:43:49 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-14 12:43:49 +0100 |
| commit | b2aa77f811dc0dd257afe3fccac49c62fcf039b2 (patch) | |
| tree | 11079887422b8de732df38ca9fb678edd8cfb568 /src/proj_symbol_rename.h | |
| parent | 93d0daa96287e14ec7fa38c9185fe8e3866243db (diff) | |
| download | PROJ-b2aa77f811dc0dd257afe3fccac49c62fcf039b2.tar.gz PROJ-b2aa77f811dc0dd257afe3fccac49c62fcf039b2.zip | |
C API: rename recently added _unref and _free functions as _destroy (fixes #1198)
Diffstat (limited to 'src/proj_symbol_rename.h')
| -rw-r--r-- | src/proj_symbol_rename.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/proj_symbol_rename.h b/src/proj_symbol_rename.h index a267b97e..210dd7ed 100644 --- a/src/proj_symbol_rename.h +++ b/src/proj_symbol_rename.h @@ -136,8 +136,8 @@ #define proj_errno_set internal_proj_errno_set #define proj_errno_string internal_proj_errno_string #define proj_factors internal_proj_factors -#define proj_free_int_list internal_proj_free_int_list -#define proj_free_string_list internal_proj_free_string_list +#define proj_destroy_int_list internal_proj_destroy_int_list +#define proj_destroy_string_list internal_proj_destroy_string_list #define proj_geod internal_proj_geod #define proj_get_authorities_from_database internal_proj_get_authorities_from_database #define proj_get_codes_from_database internal_proj_get_codes_from_database @@ -253,9 +253,9 @@ #define proj_obj_is_equivalent_to internal_proj_obj_is_equivalent_to #define proj_obj_list_get internal_proj_obj_list_get #define proj_obj_list_get_count internal_proj_obj_list_get_count -#define proj_obj_list_unref internal_proj_obj_list_unref +#define proj_obj_list_destroy internal_proj_obj_list_destroy #define proj_obj_prime_meridian_get_parameters internal_proj_obj_prime_meridian_get_parameters -#define proj_obj_unref internal_proj_obj_unref +#define proj_obj_destroy internal_proj_obj_destroy #define proj_operation_factory_context_set_allowed_intermediate_crs internal_proj_operation_factory_context_set_allowed_intermediate_crs #define proj_operation_factory_context_set_allow_use_intermediate_crs internal_proj_operation_factory_context_set_allow_use_intermediate_crs #define proj_operation_factory_context_set_area_of_interest internal_proj_operation_factory_context_set_area_of_interest @@ -264,7 +264,7 @@ #define proj_operation_factory_context_set_grid_availability_use internal_proj_operation_factory_context_set_grid_availability_use #define proj_operation_factory_context_set_spatial_criterion internal_proj_operation_factory_context_set_spatial_criterion #define proj_operation_factory_context_set_use_proj_alternative_grid_names internal_proj_operation_factory_context_set_use_proj_alternative_grid_names -#define proj_operation_factory_context_unref internal_proj_operation_factory_context_unref +#define proj_operation_factory_context_destroy internal_proj_operation_factory_context_destroy #define proj_pj_info internal_proj_pj_info #define proj_roundtrip internal_proj_roundtrip #define proj_rtodms internal_proj_rtodms |
