Sets the path to the Proj database
52 53 54 55 56 57
# File 'lib/context.rb', line 52 def database_path=(value) result = Api.proj_context_set_database_path(self, value, nil, nil) unless result == 1 Error.check(self.errno) end end