1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
This commit is contained in:
B. Petersen 2017-11-23 23:33:29 +01:00
parent fd3f03cad0
commit 889b823202
14 changed files with 13 additions and 75 deletions

View file

@ -194,7 +194,7 @@ Public Attributes</h2></td></tr>
<p>Get the item at the given index as an ID. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">array</td><td>The array object.</td></tr>
<tr><td class="paramname">array</td><td>The array object. </td></tr>
<tr><td class="paramname">index</td><td>Index of the item to get. Must be between 0 and <a class="el" href="structmrarray__t.html#a73f6d954ed1b97bbceb3cf7d8e1aeec8" title="Find out the number of items in an array. ">mrarray_get_cnt()</a>-1.</td></tr>
</table>
</dd>