use a python python dictionary for settings instead of session_settings object (in python bindings)

This commit is contained in:
Arvid Norberg
2010-12-26 08:03:02 +00:00
parent 2ce418f344
commit fc0bd8066b
8 changed files with 98 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ The ``session`` class has the following synopsis::
std::vector<torrent_handle> get_torrents() const;
void set_settings(session_settings const& settings);
session_settings settings() const;
void set_pe_settings(pe_settings const& settings);
void set_upload_rate_limit(int bytes_per_second);