|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>libaria2: C++ library interface to aria2 — aria2 1.20.0 documentation</title> |
| 11 | + <title>libaria2: C++ library interface to aria2 — aria2 1.21.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | | - <link rel="top" title="aria2 1.20.0 documentation" href="index.html"/> |
| 33 | + <link rel="top" title="aria2 1.21.0 documentation" href="index.html"/> |
34 | 34 | <link rel="next" title="Technical Notes" href="technical-notes.html"/> |
35 | 35 | <link rel="prev" title="aria2 - The ultra fast download utility" href="README.html"/> |
36 | 36 |
|
|
60 | 60 |
|
61 | 61 |
|
62 | 62 | <div class="version"> |
63 | | - 1.20.0 |
| 63 | + 1.21.0 |
64 | 64 | </div> |
65 | 65 |
|
66 | 66 |
|
@@ -850,6 +850,14 @@ <h2>Types (classes, structs, unions and typedefs)<a class="headerlink" href="#ty |
850 | 850 | downloads, this function returns empty array.</p> |
851 | 851 | </dd></dl> |
852 | 852 |
|
| 853 | +<dl class="function"> |
| 854 | +<dt id="_CPPv2N14DownloadHandle14DownloadHandle12getFollowingEv"> |
| 855 | +<span id="DownloadHandle::DownloadHandle::getFollowing"></span><a class="reference internal" href="#_CPPv25A2Gid" title="A2Gid">A2Gid</a> <code class="descclassname">DownloadHandle::</code><code class="descname">getFollowing</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N14DownloadHandle14DownloadHandle12getFollowingEv" title="Permalink to this definition">¶</a></dt> |
| 856 | +<dd><p>Returns the GID of the download which generated this download. |
| 857 | +This is a reverse link of |
| 858 | +<a class="reference internal" href="#_CPPv2N14DownloadHandle14DownloadHandle13getFollowedByEv" title="DownloadHandle::DownloadHandle::getFollowedBy"><code class="xref cpp cpp-func docutils literal"><span class="pre">DownloadHandle::getFollowedBy()</span></code></a>.</p> |
| 859 | +</dd></dl> |
| 860 | + |
853 | 861 | <dl class="function"> |
854 | 862 | <dt id="_CPPv2N14DownloadHandle14DownloadHandle12getBelongsToEv"> |
855 | 863 | <span id="DownloadHandle::DownloadHandle::getBelongsTo"></span><a class="reference internal" href="#_CPPv25A2Gid" title="A2Gid">A2Gid</a> <code class="descclassname">DownloadHandle::</code><code class="descname">getBelongsTo</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N14DownloadHandle14DownloadHandle12getBelongsToEv" title="Permalink to this definition">¶</a></dt> |
@@ -1274,7 +1282,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Permalink to this he |
1274 | 1282 | <script type="text/javascript"> |
1275 | 1283 | var DOCUMENTATION_OPTIONS = { |
1276 | 1284 | URL_ROOT:'./', |
1277 | | - VERSION:'1.20.0', |
| 1285 | + VERSION:'1.21.0', |
1278 | 1286 | COLLAPSE_INDEX:false, |
1279 | 1287 | FILE_SUFFIX:'.html', |
1280 | 1288 | HAS_SOURCE: true |
|
0 commit comments