Add torrent_info.rename_file() to the python bindings

This commit is contained in:
Andrew Resch 2009-06-27 01:50:10 +00:00
parent 36317c053f
commit 277262b9b0
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ void bind_torrent_info()
.def("file_at", &torrent_info::file_at, return_internal_reference<>())
.def("file_at_offset", &torrent_info::file_at_offset)
.def("files", &files, (arg("storage")=false))
.def("rename_file", &torrent_info::rename_file)
.def("priv", &torrent_info::priv)
.def("trackers", range(begin_trackers, end_trackers))