regenerated docs
This commit is contained in:
parent
ce756e8738
commit
7728fbd179
|
@ -3,7 +3,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
|
||||||
<title>libtorrent API Documentation</title>
|
<title>libtorrent API Documentation</title>
|
||||||
<meta name="author" content="Arvid Norberg, arvid@rasterbar.com" />
|
<meta name="author" content="Arvid Norberg, arvid@rasterbar.com" />
|
||||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||||
|
@ -1510,7 +1510,8 @@ void use_interface(char const* net_interface) const;
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p><tt class="docutils literal"><span class="pre">use_interface()</span></tt> sets the network interface this torrent will use when it opens outgoing
|
<p><tt class="docutils literal"><span class="pre">use_interface()</span></tt> sets the network interface this torrent will use when it opens outgoing
|
||||||
connections. By default, it uses the same interface as the <a class="reference" href="#session">session</a> uses to listen on. The
|
connections. By default, it uses the same interface as the <a class="reference" href="#session">session</a> uses to listen on. The
|
||||||
parameter can be a string containing an ip-address or a hostname.</p>
|
parameter must be a string containing an ip-address (either an IPv4 or IPv6 address). If
|
||||||
|
the string does not conform to this format and exception is thrown.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h2><a id="info-hash" name="info-hash">info_hash()</a></h2>
|
<h2><a id="info-hash" name="info-hash">info_hash()</a></h2>
|
||||||
|
@ -2551,7 +2552,7 @@ generated as severity level <tt class="docutils literal"><span class="pre">warni
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
struct url_seed_alert: torrent_alert
|
struct url_seed_alert: torrent_alert
|
||||||
{
|
{
|
||||||
url_seed_alert(torrent_handle const& h, std::string const& h
|
url_seed_alert(torrent_handle const& h, std::string const& url
|
||||||
, const std::string& msg);
|
, const std::string& msg);
|
||||||
virtual std::auto_ptr<alert> clone() const;
|
virtual std::auto_ptr<alert> clone() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue