Ticket #7764: geom_string_from_geom.patch

File geom_string_from_geom.patch, 456 bytes (added by santiago_aguiar, 16 years ago)
  • geos/prototypes/geom.py

     
    4444    # We do _not_ specify an argument type because we want just an
    4545    # address returned from the function.
    4646    func.argtypes = [GEOM_PTR]
    47     func.errcheck = check_string
     47    func.restype = c_char_p
    4848    return func
    4949
    5050### ctypes prototypes ###
Back to Top