Ticket #7764: geom_string_from_geom.patch
File geom_string_from_geom.patch, 456 bytes (added by , 16 years ago) |
---|
-
geos/prototypes/geom.py
44 44 # We do _not_ specify an argument type because we want just an 45 45 # address returned from the function. 46 46 func.argtypes = [GEOM_PTR] 47 func. errcheck = check_string47 func.restype = c_char_p 48 48 return func 49 49 50 50 ### ctypes prototypes ###