1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
This commit is contained in:
B. Petersen 2017-11-24 14:01:15 +01:00
parent 366c70f7dc
commit 6c33483cd0
25 changed files with 593 additions and 133 deletions

View file

@ -90,7 +90,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!--header-->
<div class="contents">
<p>An object representing a simple array.
<p>An object containing a simple array.
<a href="structmrarray__t.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="mrarray_8h_source.html">mrarray.h</a>&gt;</code></p>
@ -114,7 +114,7 @@ Public Attributes</h2></td></tr>
<tr class="separator:abd4dde487b63dc1bd2ff00c76854af4f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a simple array. </p>
<div class="textblock"><p>An object containing a simple array. </p>
<p>This object is used in several placed where functions need to return an array. The items of the array are typically IDs. To free an array object, use <a class="el" href="structmrarray__t.html#a1400b5e42c682326e809723f02739a8e" title="Free an array object. ">mrarray_unref()</a>. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a1400b5e42c682326e809723f02739a8e"></a>
@ -163,7 +163,7 @@ Public Attributes</h2></td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the number of items in a <a class="el" href="structmrarray__t.html" title="An object representing a simple array. ">mrarray_t</a> object. 0 on errors or if the array is empty. </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the number of items in a <a class="el" href="structmrarray__t.html" title="An object containing a simple array. ">mrarray_t</a> object. 0 on errors or if the array is empty. </dd></dl>
</div>
</div>