mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00
Update README.md and add a link to the new documentation.
This commit is contained in:
parent
f9bea17912
commit
64927c6bbb
56 changed files with 276 additions and 251 deletions
59
README.md
59
README.md
|
@ -6,7 +6,8 @@ plugin, that is completely **compatible** to the existing email infrastructure.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The library is used eg. in the [Delta Chat Android Frontend](https://github.com/deltachat/deltachat-android).
|
The library is used eg. in the [Delta Chat Android Frontend](https://github.com/deltachat/deltachat-android)
|
||||||
|
or in the [Delta Chat iOS Frontend](https://github.com/deltachat/deltachat-ios).
|
||||||
|
|
||||||
Using this library in your app, you get the **ease** of well-known messengers
|
Using this library in your app, you get the **ease** of well-known messengers
|
||||||
with the **reach** of e-mail. Moreover, you're **independent** from other companies or
|
with the **reach** of e-mail. Moreover, you're **independent** from other companies or
|
||||||
|
@ -28,6 +29,21 @@ Some features at a glance
|
||||||
- **Trustworthy** - can even be used for business messages
|
- **Trustworthy** - can even be used for business messages
|
||||||
- **Libre software** and [standards-based](https://delta.chat/en/standards)
|
- **Libre software** and [standards-based](https://delta.chat/en/standards)
|
||||||
|
|
||||||
|
If you are a developer and have an idea for another crazy chat, social or messaging
|
||||||
|
app you are encouraged to take this source code as a base. We would love to see
|
||||||
|
_many_ different messengers out there, based on existing, distributed
|
||||||
|
infrastructure. But we hate to see the user's data hidden on some companies
|
||||||
|
servers with undefined backgrounds.
|
||||||
|
|
||||||
|
|
||||||
|
API Documentation
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
The C-API is documented at <https://deltachat.github.io/deltachat-core/html/>.
|
||||||
|
|
||||||
|
Please keep in mind, that your derived work must be released under a
|
||||||
|
GPL-compatible licence. For details, please have a look at the [LICENSE file](https://github.com/deltachat/deltachat-core/blob/master/LICENSE) accompanying the source code.
|
||||||
|
|
||||||
|
|
||||||
Build
|
Build
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@ -48,47 +64,6 @@ Alternatively, use the ready-to-use files from the libs-directory which are
|
||||||
suitable for common system. You'll also find a fork of the needed Netpgp
|
suitable for common system. You'll also find a fork of the needed Netpgp
|
||||||
library there.
|
library there.
|
||||||
|
|
||||||
|
|
||||||
Coding
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
If you are a developer and have an idea for another crazy chat, social or messaging
|
|
||||||
app you are encouraged to take this source code as a base. We would love to see
|
|
||||||
_many_ different messengers out there, based on existing, distributed
|
|
||||||
infrastructure. But we hate to see the user's data hidden on some companies
|
|
||||||
servers with undefined backgrounds.
|
|
||||||
|
|
||||||
Some hints:
|
|
||||||
|
|
||||||
- Regard the header files in the `src`-directory as a documentation;
|
|
||||||
`mrmailbox.h` is a good starting point
|
|
||||||
|
|
||||||
- Headers may cointain headlines as "library-private" - stull following there
|
|
||||||
is not meant to be used by the library user.
|
|
||||||
|
|
||||||
- Two underscores at the end of a function-name may be a _hint_, that this
|
|
||||||
function does no resource locking.
|
|
||||||
|
|
||||||
- For objects, C-structures are used. If not mentioned otherwise, you can
|
|
||||||
read the members here directly.
|
|
||||||
|
|
||||||
- For `get`-functions, you have to unref the return value in some way.
|
|
||||||
|
|
||||||
- Strings in function arguments or return values are usually UTF-8 encoded
|
|
||||||
|
|
||||||
- Threads are implemented using POSIX threads (pthread_* functions)
|
|
||||||
|
|
||||||
- For indentation, use tabs. Alignments that are not placed at the beginning
|
|
||||||
of a line should be done with spaces.
|
|
||||||
|
|
||||||
- For padding between functions, classes etc. use 2 empty lines
|
|
||||||
|
|
||||||
- Source files are encoded as UTF-8 with Unix line endings (a simple `LF`, `0x0A` or
|
|
||||||
`\n`)
|
|
||||||
|
|
||||||
Please keep in mind, that your derived work must be released under a
|
|
||||||
GPL-compatible licence. For details, please have a look at the [LICENSE file](https://github.com/deltachat/deltachat-core/blob/master/LICENSE) accompanying the source code.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Copyright © 2017 Delta Chat contributors
|
Copyright © 2017 Delta Chat contributors
|
||||||
|
|
|
@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -95,7 +95,7 @@ Files</h2></td></tr>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -118,7 +118,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -479,7 +479,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -381,7 +381,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -107,7 +107,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -185,7 +185,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<meta name="generator" content="Doxygen 1.8.11"/>
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
<title>Delta Chat Core C-API: Tutorial</title>
|
<title>Delta Chat Core C-API: Getting started</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
@ -76,7 +76,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="headertitle">
|
<div class="headertitle">
|
||||||
<div class="title">Tutorial </div> </div>
|
<div class="title">Getting started </div> </div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="textblock"><p>This document describes how to handle the Delta Chat core library.For general information about Delta Chat itself, see <a href="https://delta.chat">https://delta.chat</a> and <a href="https://github.com/deltachat">https://github.com/deltachat</a>.</p>
|
<div class="textblock"><p>This document describes how to handle the Delta Chat core library.For general information about Delta Chat itself, see <a href="https://delta.chat">https://delta.chat</a> and <a href="https://github.com/deltachat">https://github.com/deltachat</a>.</p>
|
||||||
|
@ -86,11 +86,28 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
<div class="fragment"><div class="line"><a class="code" href="structmrmailbox__t.html">mrmailbox_t</a>* mb = <a class="code" href="structmrmailbox__t.html#a32825e3e0a1b16679580704a4b43db1a">mrmailbox_new</a>(my_delta_handler, NULL, NULL);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad">mrmailbox_set_config</a>(mb, <span class="stringliteral">"addr"</span>, <span class="stringliteral">"alice@delta.chat"</span>); <span class="comment">// use some real test credentials here</span></div><div class="line"><a class="code" href="structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad">mrmailbox_set_config</a>(mb, <span class="stringliteral">"mail_pw"</span>, <span class="stringliteral">"***"</span>);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#af204aadf66e8adf5403987c5dcf85387">mrmailbox_configure_and_connect</a>(mb);</div></div><!-- fragment --><p>If this works, you'll receive the event <code>MR_EVENT_CONFIGURE_ENDED</code> with <code>data1</code> set to <code>1</code> - and you can start sending your first message:</p>
|
<div class="fragment"><div class="line"><a class="code" href="structmrmailbox__t.html">mrmailbox_t</a>* mb = <a class="code" href="structmrmailbox__t.html#a32825e3e0a1b16679580704a4b43db1a">mrmailbox_new</a>(my_delta_handler, NULL, NULL);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad">mrmailbox_set_config</a>(mb, <span class="stringliteral">"addr"</span>, <span class="stringliteral">"alice@delta.chat"</span>); <span class="comment">// use some real test credentials here</span></div><div class="line"><a class="code" href="structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad">mrmailbox_set_config</a>(mb, <span class="stringliteral">"mail_pw"</span>, <span class="stringliteral">"***"</span>);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#af204aadf66e8adf5403987c5dcf85387">mrmailbox_configure_and_connect</a>(mb);</div></div><!-- fragment --><p>If this works, you'll receive the event <code>MR_EVENT_CONFIGURE_ENDED</code> with <code>data1</code> set to <code>1</code> - and you can start sending your first message:</p>
|
||||||
<div class="fragment"><div class="line">uint32_t contact_id = <a class="code" href="structmrmailbox__t.html#aa089e97e7ca1add16c10d5cc0e902824">mrmailbox_create_contact</a>(mb, <span class="stringliteral">"bob@delta.chat"</span>); <span class="comment">// use a real testing address here</span></div><div class="line">uint32_t chat_id = <a class="code" href="structmrmailbox__t.html#a1386ec2c091b936b65b25b50a302173d">mrmailbox_create_chat_by_contact_id</a>(mb, contact_id);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#a3f9ac5fb9ff2dcbaafdddb5d955ac39b">mrmailbox_send_text_msg</a>(mb, chat_id, <span class="stringliteral">"Hi, here is my first message!"</span>);</div></div><!-- fragment --><p>Now, go to the testing address (bob) and you should have received a normal email. Answer this email in any email program with "Got it!" and you will get the message from delta as follows:</p>
|
<div class="fragment"><div class="line">uint32_t contact_id = <a class="code" href="structmrmailbox__t.html#aa089e97e7ca1add16c10d5cc0e902824">mrmailbox_create_contact</a>(mb, <span class="stringliteral">"bob@delta.chat"</span>); <span class="comment">// use a real testing address here</span></div><div class="line">uint32_t chat_id = <a class="code" href="structmrmailbox__t.html#a1386ec2c091b936b65b25b50a302173d">mrmailbox_create_chat_by_contact_id</a>(mb, contact_id);</div><div class="line"></div><div class="line"><a class="code" href="structmrmailbox__t.html#a3f9ac5fb9ff2dcbaafdddb5d955ac39b">mrmailbox_send_text_msg</a>(mb, chat_id, <span class="stringliteral">"Hi, here is my first message!"</span>);</div></div><!-- fragment --><p>Now, go to the testing address (bob) and you should have received a normal email. Answer this email in any email program with "Got it!" and you will get the message from delta as follows:</p>
|
||||||
<div class="fragment"><div class="line">carray* msglist = <a class="code" href="structmrmailbox__t.html#a5d3be6ed21d43cc93f250a1e7faf979b">mrmailbox_get_chat_msgs</a>(mb, chat_id, 0, 0);</div><div class="line"><span class="keywordflow">for</span>( <span class="keywordtype">size_t</span> i = 0; i < carray_count(msglist); i++ )</div><div class="line">{</div><div class="line"> uint32_t msg_id = carray_get_uint32(msglist, i);</div><div class="line"> <a class="code" href="structmrmsg__t.html">mrmsg_t</a>* msg = <a class="code" href="structmrmailbox__t.html#a9ef144244e7d86ba82ce3257abf14f13">mrmailbox_get_msg</a>(mb, msg_id);</div><div class="line"></div><div class="line"> printf(<span class="stringliteral">"message %i: %s\n"</span>, i+1, msg-><a class="code" href="structmrmsg__t.html#ae54dcd4036371597d7f8bbd75303527a">m_text</a>);</div><div class="line">}</div></div><!-- fragment --><p>This will output the following two lines:</p>
|
<div class="fragment"><div class="line">carray* msglist = <a class="code" href="structmrmailbox__t.html#a5d3be6ed21d43cc93f250a1e7faf979b">mrmailbox_get_chat_msgs</a>(mb, chat_id, 0, 0);</div><div class="line"><span class="keywordflow">for</span>( <span class="keywordtype">size_t</span> i = 0; i < carray_count(msglist); i++ )</div><div class="line">{</div><div class="line"> uint32_t msg_id = carray_get_uint32(msglist, i);</div><div class="line"> <a class="code" href="structmrmsg__t.html">mrmsg_t</a>* msg = <a class="code" href="structmrmailbox__t.html#a9ef144244e7d86ba82ce3257abf14f13">mrmailbox_get_msg</a>(mb, msg_id);</div><div class="line"></div><div class="line"> printf(<span class="stringliteral">"message %i: %s\n"</span>, i+1, msg-><a class="code" href="structmrmsg__t.html#ae54dcd4036371597d7f8bbd75303527a">m_text</a>);</div><div class="line">}</div></div><!-- fragment --><p>This will output the following two lines:</p>
|
||||||
<div class="fragment"><div class="line">Message 1: Hi, here is my first message!</div><div class="line">Message 2: Got it!</div></div><!-- fragment --><p>I think, you got the idea. For further reading, please dive into the <a class="el" href="structmrmailbox__t.html" title="An object representing a single mailbox. ">mrmailbox_t</a> class. See you. </p>
|
<div class="fragment"><div class="line">Message 1: Hi, here is my first message!</div><div class="line">Message 2: Got it!</div></div><!-- fragment --><p>I think, you got the idea. For further reading, please dive into the <a class="el" href="structmrmailbox__t.html" title="An object representing a single mailbox. ">mrmailbox_t</a> class.</p>
|
||||||
|
<h2>Further hints</h2>
|
||||||
|
<p>Here are some additional, unsorted hints that may be useful. If you need any further assistance, please do not hesitate to contact us at <a href="#" onclick="location.href='mai'+'lto:'+'r10'+'s@'+'b44'+'t.'+'com'; return false;">r10s@<span style="display: none;">.nosp@m.</span>b44t<span style="display: none;">.nosp@m.</span>.com</a>.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Two underscores at the end of a function-name may be a <em>hint</em>, that this function does no resource locking. Such functions must not be used.</li>
|
||||||
|
<li>For objects, C-structures are used. If not mentioned otherwise, you can read the members here directly.</li>
|
||||||
|
<li>For <code>get</code>-functions, you have to unref the return value in some way.</li>
|
||||||
|
<li>Strings in function arguments or return values are usually UTF-8 encoded</li>
|
||||||
|
<li>Threads are implemented using POSIX threads (<code>pthread_*</code> functions)</li>
|
||||||
|
</ul>
|
||||||
|
<p>The following points are important mainly for the authors of the library itself:</p>
|
||||||
|
<ul>
|
||||||
|
<li>For indentation, use tabs. Alignments that are not placed at the beginning of a line should be done with spaces.</li>
|
||||||
|
<li>For padding between functions, classes etc. use 2 empty lines</li>
|
||||||
|
<li>Source files are encoded as UTF-8 with Unix line endings (a simple <code>LF</code>, <code>0x0A</code> or <code>\n</code>)</li>
|
||||||
|
</ul>
|
||||||
|
<p>Please keep in mind, that your derived work must be released under a <b>GPL-compatible licence</b>. For details, please have a look at the <a href="https://github.com/deltachat/deltachat-core/blob/master/LICENSE">LICENSE file</a> accompanying the source code.</p>
|
||||||
|
<p>See you. </p>
|
||||||
</div></div><!-- contents -->
|
</div></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -102,7 +102,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:56 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -100,7 +100,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,133 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['m_5faddr',['m_addr',['../structmrcontact__t.html#aaedd60ba4cad97bb87ba5a55958341e5',1,'mrcontact_t']]],
|
['getting_20started',['Getting started',['../index.html',1,'']]]
|
||||||
['m_5farchived',['m_archived',['../structmrchat__t.html#a5b28b343ceb290d4a613d0e5a7d528bc',1,'mrchat_t']]],
|
|
||||||
['m_5fauthname',['m_authname',['../structmrcontact__t.html#a559c848feee29d334098f9a581448e56',1,'mrcontact_t']]],
|
|
||||||
['m_5fblobdir',['m_blobdir',['../structmrmailbox__t.html#a0ea304d47a08116f6eda8f1c80e5a930',1,'mrmailbox_t']]],
|
|
||||||
['m_5fblocked',['m_blocked',['../structmrcontact__t.html#ac22d500e5c439b07c943ed2c7afb2a23',1,'mrcontact_t']]],
|
|
||||||
['m_5fchat_5fid',['m_chat_id',['../structmrmsg__t.html#ac19bdc40e452c8997dd58474a7be6880',1,'mrmsg_t']]],
|
|
||||||
['m_5fdbfile',['m_dbfile',['../structmrmailbox__t.html#aab18660500768b611373190720439956',1,'mrmailbox_t']]],
|
|
||||||
['m_5fdraft_5ftext',['m_draft_text',['../structmrchat__t.html#abe916f48ac83c2ca6476312eae084cfa',1,'mrchat_t']]],
|
|
||||||
['m_5fdraft_5ftimestamp',['m_draft_timestamp',['../structmrchat__t.html#a565101f53278f5ab1ff58317ffc9555c',1,'mrchat_t']]],
|
|
||||||
['m_5ffrom_5fid',['m_from_id',['../structmrmsg__t.html#a299981cb89b25ebaaedf7a8486a86ee6',1,'mrmsg_t']]],
|
|
||||||
['m_5fid',['m_id',['../structmrchat__t.html#a1591431716413350eaffce0b588e4911',1,'mrchat_t::m_id()'],['../structmrcontact__t.html#ab2ee31297c327e04ed14673adbd49716',1,'mrcontact_t::m_id()'],['../structmrmsg__t.html#a793898c8da24c717dc2bb1d91faac801',1,'mrmsg_t::m_id()']]],
|
|
||||||
['m_5fis_5fmsgrmsg',['m_is_msgrmsg',['../structmrmsg__t.html#aa4fbc319d61c755ce929e658ad75b21e',1,'mrmsg_t']]],
|
|
||||||
['m_5fmailbox',['m_mailbox',['../structmrchat__t.html#abf3e1a34f567e168bc0597f9a544a50d',1,'mrchat_t::m_mailbox()'],['../structmrchatlist__t.html#a025d213cde2fa547b2f3cae4e1facbf7',1,'mrchatlist_t::m_mailbox()']]],
|
|
||||||
['m_5fname',['m_name',['../structmrchat__t.html#abbd344d8d361a1a4d14bfc9b5dc57140',1,'mrchat_t::m_name()'],['../structmrcontact__t.html#a48fba862b41f7da3b8c6193c0554654b',1,'mrcontact_t::m_name()']]],
|
|
||||||
['m_5fparam',['m_param',['../structmrchat__t.html#ad2792ee7df778521de61087bc79795a7',1,'mrchat_t::m_param()'],['../structmrmsg__t.html#a2c31ec5b23e35fbe3ae3896eece09453',1,'mrmsg_t::m_param()']]],
|
|
||||||
['m_5fstarred',['m_starred',['../structmrmsg__t.html#a0570bbfc3add48dafb0ae70390b47adb',1,'mrmsg_t']]],
|
|
||||||
['m_5fstate',['m_state',['../structmrmsg__t.html#aca59d28054d3e15b4fe6ca74073d91f4',1,'mrmsg_t::m_state()'],['../structmrpoortext__t.html#afbf2ae7473784db66127e63657e04f60',1,'mrpoortext_t::m_state()']]],
|
|
||||||
['m_5ftext',['m_text',['../structmrmsg__t.html#ae54dcd4036371597d7f8bbd75303527a',1,'mrmsg_t']]],
|
|
||||||
['m_5ftext1',['m_text1',['../structmrpoortext__t.html#af3b56661ccf1c783f397c15c310cf36f',1,'mrpoortext_t']]],
|
|
||||||
['m_5ftext1_5fmeaning',['m_text1_meaning',['../structmrpoortext__t.html#a39469bd76b12fc8da2c3341433cab893',1,'mrpoortext_t']]],
|
|
||||||
['m_5ftext2',['m_text2',['../structmrpoortext__t.html#a54e10365f38dddd070a2ab68f4177331',1,'mrpoortext_t']]],
|
|
||||||
['m_5ftimestamp',['m_timestamp',['../structmrmsg__t.html#aba09cb77cdabd1e2b2e6262d25388801',1,'mrmsg_t::m_timestamp()'],['../structmrpoortext__t.html#a372913d9a39616e48722ea04c759f887',1,'mrpoortext_t::m_timestamp()']]],
|
|
||||||
['m_5fto_5fid',['m_to_id',['../structmrmsg__t.html#ad549fc02587ba284fda2bbecd162b16a',1,'mrmsg_t']]],
|
|
||||||
['m_5ftype',['m_type',['../structmrchat__t.html#a568c4e6fb9633ffe9a76428db16e0201',1,'mrchat_t::m_type()'],['../structmrmsg__t.html#a3896e269c90cbf0f563ab0848fb44c65',1,'mrmsg_t::m_type()']]],
|
|
||||||
['m_5fuserdata',['m_userdata',['../structmrmailbox__t.html#a6c557153209e128b69301246dbf9e230',1,'mrmailbox_t']]],
|
|
||||||
['mr_5ftext1_5fdraft',['MR_TEXT1_DRAFT',['../structmrpoortext__t.html#aac967a349b1d5057fc1ebfcc58b64214',1,'mrpoortext_t']]],
|
|
||||||
['mr_5ftext1_5fnormal',['MR_TEXT1_NORMAL',['../structmrpoortext__t.html#a7cd93f6589a7db24561d73ad9160073a',1,'mrpoortext_t']]],
|
|
||||||
['mr_5ftext1_5fself',['MR_TEXT1_SELF',['../structmrpoortext__t.html#a11aaf4806949f8d5028a55df5278ecda',1,'mrpoortext_t']]],
|
|
||||||
['mr_5ftext1_5fusername',['MR_TEXT1_USERNAME',['../structmrpoortext__t.html#af92bade56df97efaeb45b8d48d8cf743',1,'mrpoortext_t']]],
|
|
||||||
['mrchat_5fempty',['mrchat_empty',['../structmrchat__t.html#ae5c507c3944e38afe7584d59d9ece3cc',1,'mrchat_t']]],
|
|
||||||
['mrchat_5fget_5fsubtitle',['mrchat_get_subtitle',['../structmrchat__t.html#ae1e9920618c9f6cb8ad66d5bb6962a08',1,'mrchat_t']]],
|
|
||||||
['mrchat_5ft',['mrchat_t',['../structmrchat__t.html',1,'']]],
|
|
||||||
['mrchat_5funref',['mrchat_unref',['../structmrchat__t.html#a3b1befb4542c1bad915f2175c7c2a2b9',1,'mrchat_t']]],
|
|
||||||
['mrchatlist_5fempty',['mrchatlist_empty',['../structmrchatlist__t.html#abadeb636721fe5a021db74c1d63a0844',1,'mrchatlist_t']]],
|
|
||||||
['mrchatlist_5fget_5fchat_5fid',['mrchatlist_get_chat_id',['../structmrchatlist__t.html#a8c8360c76b31057322199e8c51cadfa5',1,'mrchatlist_t']]],
|
|
||||||
['mrchatlist_5fget_5fcnt',['mrchatlist_get_cnt',['../structmrchatlist__t.html#aa132119f18e40e3151ac5fe0299daab7',1,'mrchatlist_t']]],
|
|
||||||
['mrchatlist_5fget_5fmsg_5fid',['mrchatlist_get_msg_id',['../structmrchatlist__t.html#a69b67135eeadbdbe9b4a60e645ef22b0',1,'mrchatlist_t']]],
|
|
||||||
['mrchatlist_5fget_5fsummary',['mrchatlist_get_summary',['../structmrchatlist__t.html#ae7670d62ab7fc83aff18f299f26853d8',1,'mrchatlist_t']]],
|
|
||||||
['mrchatlist_5ft',['mrchatlist_t',['../structmrchatlist__t.html',1,'']]],
|
|
||||||
['mrchatlist_5funref',['mrchatlist_unref',['../structmrchatlist__t.html#ab036d6e066b5ff78779f36711c9ab2f9',1,'mrchatlist_t']]],
|
|
||||||
['mrcontact_5fempty',['mrcontact_empty',['../structmrcontact__t.html#ac40bd5673e132c31a21ee742dee30696',1,'mrcontact_t']]],
|
|
||||||
['mrcontact_5fget_5ffirst_5fname',['mrcontact_get_first_name',['../structmrcontact__t.html#a804337f9c9e735a5429559b0fcb06121',1,'mrcontact_t']]],
|
|
||||||
['mrcontact_5fnew',['mrcontact_new',['../structmrcontact__t.html#a11d19a7e25ce069131b9b6c629af440a',1,'mrcontact_t']]],
|
|
||||||
['mrcontact_5fnormalize_5fname',['mrcontact_normalize_name',['../structmrcontact__t.html#ad906207191f0cfd62e408dbc82a156cf',1,'mrcontact_t']]],
|
|
||||||
['mrcontact_5ft',['mrcontact_t',['../structmrcontact__t.html',1,'']]],
|
|
||||||
['mrcontact_5funref',['mrcontact_unref',['../structmrcontact__t.html#acdff2696f48b1d5cdbc67a8466322b25',1,'mrcontact_t']]],
|
|
||||||
['mrmailbox_5fadd_5faddress_5fbook',['mrmailbox_add_address_book',['../structmrmailbox__t.html#a25720ea41355cc32cc93aa45709937d6',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fadd_5fcontact_5fto_5fchat',['mrmailbox_add_contact_to_chat',['../structmrmailbox__t.html#a96368620971935c7ac4a0bb324ece2c9',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5farchive_5fchat',['mrmailbox_archive_chat',['../structmrmailbox__t.html#a8e04e43dacbe3128afd71e1d6c1b0911',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fblock_5fcontact',['mrmailbox_block_contact',['../structmrmailbox__t.html#abb069358386b767a60444651195e0895',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fcheck_5fpassword',['mrmailbox_check_password',['../structmrmailbox__t.html#a3b55fcb1a91c616f032e160914406ed2',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fclose',['mrmailbox_close',['../structmrmailbox__t.html#a75011d103515e088e950a64d0706ec86',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fconfigure_5fand_5fconnect',['mrmailbox_configure_and_connect',['../structmrmailbox__t.html#af204aadf66e8adf5403987c5dcf85387',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fconfigure_5fcancel',['mrmailbox_configure_cancel',['../structmrmailbox__t.html#a8127c0e3f4cfda14fdfd7be9f43715ef',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fconnect',['mrmailbox_connect',['../structmrmailbox__t.html#a67eef5ffc3369b8ad09326471b0a266f',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fcreate_5fchat_5fby_5fcontact_5fid',['mrmailbox_create_chat_by_contact_id',['../structmrmailbox__t.html#a1386ec2c091b936b65b25b50a302173d',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fcreate_5fcontact',['mrmailbox_create_contact',['../structmrmailbox__t.html#aa089e97e7ca1add16c10d5cc0e902824',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fcreate_5fgroup_5fchat',['mrmailbox_create_group_chat',['../structmrmailbox__t.html#a47156db87107ec208d6637f460d897a8',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fcreate_5fsetup_5fcode',['mrmailbox_create_setup_code',['../structmrmailbox__t.html#af4d9c838230758e1b0e40957447232f7',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fdelete_5fchat',['mrmailbox_delete_chat',['../structmrmailbox__t.html#a24813f8aea38bcf5f928ea8a5fd7a3ec',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fdelete_5fcontact',['mrmailbox_delete_contact',['../structmrmailbox__t.html#a209732d105e40cd0c61d33d76d288c59',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fdelete_5fmsgs',['mrmailbox_delete_msgs',['../structmrmailbox__t.html#adf02bfc046577b46e1f0f5a31869890f',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fdisconnect',['mrmailbox_disconnect',['../structmrmailbox__t.html#a7c7921ff7b7f2e10dc30522af980b785',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fforward_5fmsgs',['mrmailbox_forward_msgs',['../structmrmailbox__t.html#ab316ed8a30c968085fa503e6c215e2f1',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fblobdir',['mrmailbox_get_blobdir',['../structmrmailbox__t.html#a011705ea76c8f9017b999eb009eec9ce',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fblocked_5fcontacts',['mrmailbox_get_blocked_contacts',['../structmrmailbox__t.html#a87a210d5e359e3176b923d84a9cd625f',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fblocked_5fcount',['mrmailbox_get_blocked_count',['../structmrmailbox__t.html#a6c749ad5736d9c34ff492015ea10a184',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchat',['mrmailbox_get_chat',['../structmrmailbox__t.html#ad106b9c23b3a559b524a37bb5504e096',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchat_5fcontacts',['mrmailbox_get_chat_contacts',['../structmrmailbox__t.html#abf20deb2fd5886b7f3031f946053a847',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchat_5fid_5fby_5fcontact_5fid',['mrmailbox_get_chat_id_by_contact_id',['../structmrmailbox__t.html#a97eb029d9dd0d33ae492217608958a73',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchat_5fmedia',['mrmailbox_get_chat_media',['../structmrmailbox__t.html#a9685194a3318021d1a95eeed29d01277',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchat_5fmsgs',['mrmailbox_get_chat_msgs',['../structmrmailbox__t.html#a5d3be6ed21d43cc93f250a1e7faf979b',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fchatlist',['mrmailbox_get_chatlist',['../structmrmailbox__t.html#a4da10c87eb65bbf6c504979d75ec3b19',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fconfig',['mrmailbox_get_config',['../structmrmailbox__t.html#aeb12e9631508fd76e3e9828a82031767',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fconfig_5fint',['mrmailbox_get_config_int',['../structmrmailbox__t.html#afba149fcbcb5a069113aed4336f4bcc7',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fcontact',['mrmailbox_get_contact',['../structmrmailbox__t.html#a057660d94350ff98eca72785c6e88962',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fcontact_5fencrinfo',['mrmailbox_get_contact_encrinfo',['../structmrmailbox__t.html#aa4d582bc9d6d80e43038d213b081031f',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5ffresh_5fmsg_5fcount',['mrmailbox_get_fresh_msg_count',['../structmrmailbox__t.html#adcdfd1e0899d3c9778238d49933813a5',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5ffresh_5fmsgs',['mrmailbox_get_fresh_msgs',['../structmrmailbox__t.html#adbdcde6475db0cfafd8aa127b5bd1bc1',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5finfo',['mrmailbox_get_info',['../structmrmailbox__t.html#a4b3257b21c3c9ff539fc6a9315be1164',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fknown_5fcontacts',['mrmailbox_get_known_contacts',['../structmrmailbox__t.html#a2597f7a6022e6f571fa8cdb7ba3977cc',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fmsg',['mrmailbox_get_msg',['../structmrmailbox__t.html#a9ef144244e7d86ba82ce3257abf14f13',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fmsg_5finfo',['mrmailbox_get_msg_info',['../structmrmailbox__t.html#a13e05fe3f43102c3323ba4c7e2761593',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fnext_5fmedia',['mrmailbox_get_next_media',['../structmrmailbox__t.html#a90b7861302d1276a07fdcb2d9c3c73b6',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5ftotal_5fmsg_5fcount',['mrmailbox_get_total_msg_count',['../structmrmailbox__t.html#a5c17b77d9d26022f0bdbef548d37b5c6',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fget_5fversion_5fstr',['mrmailbox_get_version_str',['../structmrmailbox__t.html#a74bd83d36d90e1201e5ab8003d9a312f',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fimex',['mrmailbox_imex',['../structmrmailbox__t.html#a5de7b87b8c95733619cc4051b3508973',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fimex_5fhas_5fbackup',['mrmailbox_imex_has_backup',['../structmrmailbox__t.html#abcb59b494a430c2d3d6e77cf433f5755',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fis_5fconfigured',['mrmailbox_is_configured',['../structmrmailbox__t.html#aa6e325e49ecccfc96276db6c327dba94',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fis_5fcontact_5fin_5fchat',['mrmailbox_is_contact_in_chat',['../structmrmailbox__t.html#ae37988665a3d46f42a7e8199d18735c2',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fis_5fopen',['mrmailbox_is_open',['../structmrmailbox__t.html#aace7cd8b68f45b869956d5c7476a1da0',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fmarknoticed_5fchat',['mrmailbox_marknoticed_chat',['../structmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fmarknoticed_5fcontact',['mrmailbox_marknoticed_contact',['../structmrmailbox__t.html#a7150c575193d43e048689aa264c74c79',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fmarkseen_5fmsgs',['mrmailbox_markseen_msgs',['../structmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fnew',['mrmailbox_new',['../structmrmailbox__t.html#a32825e3e0a1b16679580704a4b43db1a',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fopen',['mrmailbox_open',['../structmrmailbox__t.html#ae4c9c9f9ce4b3de82b3ce7fc582cbc5b',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fremove_5fcontact_5ffrom_5fchat',['mrmailbox_remove_contact_from_chat',['../structmrmailbox__t.html#a40226d401548b002a62648ea054ac635',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fsearch_5fmsgs',['mrmailbox_search_msgs',['../structmrmailbox__t.html#a27cceecdc6b41f34d7dbf8b6d8dcf18d',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fsend_5fmsg',['mrmailbox_send_msg',['../structmrmailbox__t.html#a88ef3066cec30fe26f61f273b233d90c',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fsend_5ftext_5fmsg',['mrmailbox_send_text_msg',['../structmrmailbox__t.html#a3f9ac5fb9ff2dcbaafdddb5d955ac39b',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fset_5fchat_5fimage',['mrmailbox_set_chat_image',['../structmrmailbox__t.html#a2a9b27b6a2e991cbf3b553c5dbbec803',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fset_5fchat_5fname',['mrmailbox_set_chat_name',['../structmrmailbox__t.html#a8772e9bb55b02299f65ebd8bcc682bb1',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fset_5fconfig',['mrmailbox_set_config',['../structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fset_5fconfig_5fint',['mrmailbox_set_config_int',['../structmrmailbox__t.html#a889aea3b38561016ffa2343d5106c38d',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fset_5fdraft',['mrmailbox_set_draft',['../structmrmailbox__t.html#af50446c1a5e504d27fe29de9e3b8edc3',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5fstar_5fmsgs',['mrmailbox_star_msgs',['../structmrmailbox__t.html#a8ed1c3bd08cd6515abf6046ebad9cafc',1,'mrmailbox_t']]],
|
|
||||||
['mrmailbox_5ft',['mrmailbox_t',['../structmrmailbox__t.html',1,'']]],
|
|
||||||
['mrmailbox_5funref',['mrmailbox_unref',['../structmrmailbox__t.html#a825cec4a85da05335674eae221d51374',1,'mrmailbox_t']]],
|
|
||||||
['mrmailboxcb_5ft',['mrmailboxcb_t',['../structmrmailbox__t.html#a957f0bbae60f389bac40acf42b68b134',1,'mrmailbox_t']]],
|
|
||||||
['mrmsg_5fempty',['mrmsg_empty',['../structmrmsg__t.html#a57d94b55fc918b27874b9194d6c35388',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fget_5fmediainfo',['mrmsg_get_mediainfo',['../structmrmsg__t.html#ad87b7df007489b3a47c3fde79978a58a',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fget_5fsummary',['mrmsg_get_summary',['../structmrmsg__t.html#afc3d94448ada0ad7142cf168cab1462e',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fget_5fsummarytext',['mrmsg_get_summarytext',['../structmrmsg__t.html#a8c8c1f342f01439ae40c5cf37532387e',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fnew',['mrmsg_new',['../structmrmsg__t.html#a80f470eb34af414ff28e7d3b3c715b48',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fsave_5fparam_5fto_5fdisk',['mrmsg_save_param_to_disk',['../structmrmsg__t.html#a0bc3ce5f2ef0065547e4aee0143d22ef',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fset_5ftext',['mrmsg_set_text',['../structmrmsg__t.html#ae940aa79a261e1a427b12baefbee2d23',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5fshow_5fpadlock',['mrmsg_show_padlock',['../structmrmsg__t.html#a9980da92916e42081f2f39ccc72c1696',1,'mrmsg_t']]],
|
|
||||||
['mrmsg_5ft',['mrmsg_t',['../structmrmsg__t.html',1,'']]],
|
|
||||||
['mrmsg_5funref',['mrmsg_unref',['../structmrmsg__t.html#aa33212e41efff643aa7290753f3d9b02',1,'mrmsg_t']]],
|
|
||||||
['mrparam_5fempty',['mrparam_empty',['../structmrparam__t.html#a88397aa66e74bcdc61c8376c8e9a761b',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fexists',['mrparam_exists',['../structmrparam__t.html#a0a9d3768d128dce0088b089f66fafb68',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fget',['mrparam_get',['../structmrparam__t.html#a23e24e8700e17ede6dd385fc90330f76',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fget_5fint',['mrparam_get_int',['../structmrparam__t.html#aba7d11db241c2ebbadab67895b84dae8',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fnew',['mrparam_new',['../structmrparam__t.html#a6824cd599508690ca1d383b9f229f4e3',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fset',['mrparam_set',['../structmrparam__t.html#a8399104724eab98103cdd2cd98b09d93',1,'mrparam_t']]],
|
|
||||||
['mrparam_5fset_5fint',['mrparam_set_int',['../structmrparam__t.html#aaf8fb80838add4d4254bb9fa2c11cb0f',1,'mrparam_t']]],
|
|
||||||
['mrparam_5ft',['mrparam_t',['../structmrparam__t.html',1,'']]],
|
|
||||||
['mrparam_5funref',['mrparam_unref',['../structmrparam__t.html#ac89d8855a852f5704c3cc596e2a3d208',1,'mrparam_t']]],
|
|
||||||
['mrpoortext_5ft',['mrpoortext_t',['../structmrpoortext__t.html',1,'']]],
|
|
||||||
['mrpoortext_5funref',['mrpoortext_unref',['../structmrpoortext__t.html#a89c28735bfd718051ffc6b742f9c10ed',1,'mrpoortext_t']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,133 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['tutorial',['Tutorial',['../index.html',1,'']]]
|
['m_5faddr',['m_addr',['../structmrcontact__t.html#aaedd60ba4cad97bb87ba5a55958341e5',1,'mrcontact_t']]],
|
||||||
|
['m_5farchived',['m_archived',['../structmrchat__t.html#a5b28b343ceb290d4a613d0e5a7d528bc',1,'mrchat_t']]],
|
||||||
|
['m_5fauthname',['m_authname',['../structmrcontact__t.html#a559c848feee29d334098f9a581448e56',1,'mrcontact_t']]],
|
||||||
|
['m_5fblobdir',['m_blobdir',['../structmrmailbox__t.html#a0ea304d47a08116f6eda8f1c80e5a930',1,'mrmailbox_t']]],
|
||||||
|
['m_5fblocked',['m_blocked',['../structmrcontact__t.html#ac22d500e5c439b07c943ed2c7afb2a23',1,'mrcontact_t']]],
|
||||||
|
['m_5fchat_5fid',['m_chat_id',['../structmrmsg__t.html#ac19bdc40e452c8997dd58474a7be6880',1,'mrmsg_t']]],
|
||||||
|
['m_5fdbfile',['m_dbfile',['../structmrmailbox__t.html#aab18660500768b611373190720439956',1,'mrmailbox_t']]],
|
||||||
|
['m_5fdraft_5ftext',['m_draft_text',['../structmrchat__t.html#abe916f48ac83c2ca6476312eae084cfa',1,'mrchat_t']]],
|
||||||
|
['m_5fdraft_5ftimestamp',['m_draft_timestamp',['../structmrchat__t.html#a565101f53278f5ab1ff58317ffc9555c',1,'mrchat_t']]],
|
||||||
|
['m_5ffrom_5fid',['m_from_id',['../structmrmsg__t.html#a299981cb89b25ebaaedf7a8486a86ee6',1,'mrmsg_t']]],
|
||||||
|
['m_5fid',['m_id',['../structmrchat__t.html#a1591431716413350eaffce0b588e4911',1,'mrchat_t::m_id()'],['../structmrcontact__t.html#ab2ee31297c327e04ed14673adbd49716',1,'mrcontact_t::m_id()'],['../structmrmsg__t.html#a793898c8da24c717dc2bb1d91faac801',1,'mrmsg_t::m_id()']]],
|
||||||
|
['m_5fis_5fmsgrmsg',['m_is_msgrmsg',['../structmrmsg__t.html#aa4fbc319d61c755ce929e658ad75b21e',1,'mrmsg_t']]],
|
||||||
|
['m_5fmailbox',['m_mailbox',['../structmrchat__t.html#abf3e1a34f567e168bc0597f9a544a50d',1,'mrchat_t::m_mailbox()'],['../structmrchatlist__t.html#a025d213cde2fa547b2f3cae4e1facbf7',1,'mrchatlist_t::m_mailbox()']]],
|
||||||
|
['m_5fname',['m_name',['../structmrchat__t.html#abbd344d8d361a1a4d14bfc9b5dc57140',1,'mrchat_t::m_name()'],['../structmrcontact__t.html#a48fba862b41f7da3b8c6193c0554654b',1,'mrcontact_t::m_name()']]],
|
||||||
|
['m_5fparam',['m_param',['../structmrchat__t.html#ad2792ee7df778521de61087bc79795a7',1,'mrchat_t::m_param()'],['../structmrmsg__t.html#a2c31ec5b23e35fbe3ae3896eece09453',1,'mrmsg_t::m_param()']]],
|
||||||
|
['m_5fstarred',['m_starred',['../structmrmsg__t.html#a0570bbfc3add48dafb0ae70390b47adb',1,'mrmsg_t']]],
|
||||||
|
['m_5fstate',['m_state',['../structmrmsg__t.html#aca59d28054d3e15b4fe6ca74073d91f4',1,'mrmsg_t::m_state()'],['../structmrpoortext__t.html#afbf2ae7473784db66127e63657e04f60',1,'mrpoortext_t::m_state()']]],
|
||||||
|
['m_5ftext',['m_text',['../structmrmsg__t.html#ae54dcd4036371597d7f8bbd75303527a',1,'mrmsg_t']]],
|
||||||
|
['m_5ftext1',['m_text1',['../structmrpoortext__t.html#af3b56661ccf1c783f397c15c310cf36f',1,'mrpoortext_t']]],
|
||||||
|
['m_5ftext1_5fmeaning',['m_text1_meaning',['../structmrpoortext__t.html#a39469bd76b12fc8da2c3341433cab893',1,'mrpoortext_t']]],
|
||||||
|
['m_5ftext2',['m_text2',['../structmrpoortext__t.html#a54e10365f38dddd070a2ab68f4177331',1,'mrpoortext_t']]],
|
||||||
|
['m_5ftimestamp',['m_timestamp',['../structmrmsg__t.html#aba09cb77cdabd1e2b2e6262d25388801',1,'mrmsg_t::m_timestamp()'],['../structmrpoortext__t.html#a372913d9a39616e48722ea04c759f887',1,'mrpoortext_t::m_timestamp()']]],
|
||||||
|
['m_5fto_5fid',['m_to_id',['../structmrmsg__t.html#ad549fc02587ba284fda2bbecd162b16a',1,'mrmsg_t']]],
|
||||||
|
['m_5ftype',['m_type',['../structmrchat__t.html#a568c4e6fb9633ffe9a76428db16e0201',1,'mrchat_t::m_type()'],['../structmrmsg__t.html#a3896e269c90cbf0f563ab0848fb44c65',1,'mrmsg_t::m_type()']]],
|
||||||
|
['m_5fuserdata',['m_userdata',['../structmrmailbox__t.html#a6c557153209e128b69301246dbf9e230',1,'mrmailbox_t']]],
|
||||||
|
['mr_5ftext1_5fdraft',['MR_TEXT1_DRAFT',['../structmrpoortext__t.html#aac967a349b1d5057fc1ebfcc58b64214',1,'mrpoortext_t']]],
|
||||||
|
['mr_5ftext1_5fnormal',['MR_TEXT1_NORMAL',['../structmrpoortext__t.html#a7cd93f6589a7db24561d73ad9160073a',1,'mrpoortext_t']]],
|
||||||
|
['mr_5ftext1_5fself',['MR_TEXT1_SELF',['../structmrpoortext__t.html#a11aaf4806949f8d5028a55df5278ecda',1,'mrpoortext_t']]],
|
||||||
|
['mr_5ftext1_5fusername',['MR_TEXT1_USERNAME',['../structmrpoortext__t.html#af92bade56df97efaeb45b8d48d8cf743',1,'mrpoortext_t']]],
|
||||||
|
['mrchat_5fempty',['mrchat_empty',['../structmrchat__t.html#ae5c507c3944e38afe7584d59d9ece3cc',1,'mrchat_t']]],
|
||||||
|
['mrchat_5fget_5fsubtitle',['mrchat_get_subtitle',['../structmrchat__t.html#ae1e9920618c9f6cb8ad66d5bb6962a08',1,'mrchat_t']]],
|
||||||
|
['mrchat_5ft',['mrchat_t',['../structmrchat__t.html',1,'']]],
|
||||||
|
['mrchat_5funref',['mrchat_unref',['../structmrchat__t.html#a3b1befb4542c1bad915f2175c7c2a2b9',1,'mrchat_t']]],
|
||||||
|
['mrchatlist_5fempty',['mrchatlist_empty',['../structmrchatlist__t.html#abadeb636721fe5a021db74c1d63a0844',1,'mrchatlist_t']]],
|
||||||
|
['mrchatlist_5fget_5fchat_5fid',['mrchatlist_get_chat_id',['../structmrchatlist__t.html#a8c8360c76b31057322199e8c51cadfa5',1,'mrchatlist_t']]],
|
||||||
|
['mrchatlist_5fget_5fcnt',['mrchatlist_get_cnt',['../structmrchatlist__t.html#aa132119f18e40e3151ac5fe0299daab7',1,'mrchatlist_t']]],
|
||||||
|
['mrchatlist_5fget_5fmsg_5fid',['mrchatlist_get_msg_id',['../structmrchatlist__t.html#a69b67135eeadbdbe9b4a60e645ef22b0',1,'mrchatlist_t']]],
|
||||||
|
['mrchatlist_5fget_5fsummary',['mrchatlist_get_summary',['../structmrchatlist__t.html#ae7670d62ab7fc83aff18f299f26853d8',1,'mrchatlist_t']]],
|
||||||
|
['mrchatlist_5ft',['mrchatlist_t',['../structmrchatlist__t.html',1,'']]],
|
||||||
|
['mrchatlist_5funref',['mrchatlist_unref',['../structmrchatlist__t.html#ab036d6e066b5ff78779f36711c9ab2f9',1,'mrchatlist_t']]],
|
||||||
|
['mrcontact_5fempty',['mrcontact_empty',['../structmrcontact__t.html#ac40bd5673e132c31a21ee742dee30696',1,'mrcontact_t']]],
|
||||||
|
['mrcontact_5fget_5ffirst_5fname',['mrcontact_get_first_name',['../structmrcontact__t.html#a804337f9c9e735a5429559b0fcb06121',1,'mrcontact_t']]],
|
||||||
|
['mrcontact_5fnew',['mrcontact_new',['../structmrcontact__t.html#a11d19a7e25ce069131b9b6c629af440a',1,'mrcontact_t']]],
|
||||||
|
['mrcontact_5fnormalize_5fname',['mrcontact_normalize_name',['../structmrcontact__t.html#ad906207191f0cfd62e408dbc82a156cf',1,'mrcontact_t']]],
|
||||||
|
['mrcontact_5ft',['mrcontact_t',['../structmrcontact__t.html',1,'']]],
|
||||||
|
['mrcontact_5funref',['mrcontact_unref',['../structmrcontact__t.html#acdff2696f48b1d5cdbc67a8466322b25',1,'mrcontact_t']]],
|
||||||
|
['mrmailbox_5fadd_5faddress_5fbook',['mrmailbox_add_address_book',['../structmrmailbox__t.html#a25720ea41355cc32cc93aa45709937d6',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fadd_5fcontact_5fto_5fchat',['mrmailbox_add_contact_to_chat',['../structmrmailbox__t.html#a96368620971935c7ac4a0bb324ece2c9',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5farchive_5fchat',['mrmailbox_archive_chat',['../structmrmailbox__t.html#a8e04e43dacbe3128afd71e1d6c1b0911',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fblock_5fcontact',['mrmailbox_block_contact',['../structmrmailbox__t.html#abb069358386b767a60444651195e0895',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fcheck_5fpassword',['mrmailbox_check_password',['../structmrmailbox__t.html#a3b55fcb1a91c616f032e160914406ed2',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fclose',['mrmailbox_close',['../structmrmailbox__t.html#a75011d103515e088e950a64d0706ec86',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fconfigure_5fand_5fconnect',['mrmailbox_configure_and_connect',['../structmrmailbox__t.html#af204aadf66e8adf5403987c5dcf85387',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fconfigure_5fcancel',['mrmailbox_configure_cancel',['../structmrmailbox__t.html#a8127c0e3f4cfda14fdfd7be9f43715ef',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fconnect',['mrmailbox_connect',['../structmrmailbox__t.html#a67eef5ffc3369b8ad09326471b0a266f',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fcreate_5fchat_5fby_5fcontact_5fid',['mrmailbox_create_chat_by_contact_id',['../structmrmailbox__t.html#a1386ec2c091b936b65b25b50a302173d',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fcreate_5fcontact',['mrmailbox_create_contact',['../structmrmailbox__t.html#aa089e97e7ca1add16c10d5cc0e902824',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fcreate_5fgroup_5fchat',['mrmailbox_create_group_chat',['../structmrmailbox__t.html#a47156db87107ec208d6637f460d897a8',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fcreate_5fsetup_5fcode',['mrmailbox_create_setup_code',['../structmrmailbox__t.html#af4d9c838230758e1b0e40957447232f7',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fdelete_5fchat',['mrmailbox_delete_chat',['../structmrmailbox__t.html#a24813f8aea38bcf5f928ea8a5fd7a3ec',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fdelete_5fcontact',['mrmailbox_delete_contact',['../structmrmailbox__t.html#a209732d105e40cd0c61d33d76d288c59',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fdelete_5fmsgs',['mrmailbox_delete_msgs',['../structmrmailbox__t.html#adf02bfc046577b46e1f0f5a31869890f',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fdisconnect',['mrmailbox_disconnect',['../structmrmailbox__t.html#a7c7921ff7b7f2e10dc30522af980b785',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fforward_5fmsgs',['mrmailbox_forward_msgs',['../structmrmailbox__t.html#ab316ed8a30c968085fa503e6c215e2f1',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fblobdir',['mrmailbox_get_blobdir',['../structmrmailbox__t.html#a011705ea76c8f9017b999eb009eec9ce',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fblocked_5fcontacts',['mrmailbox_get_blocked_contacts',['../structmrmailbox__t.html#a87a210d5e359e3176b923d84a9cd625f',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fblocked_5fcount',['mrmailbox_get_blocked_count',['../structmrmailbox__t.html#a6c749ad5736d9c34ff492015ea10a184',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchat',['mrmailbox_get_chat',['../structmrmailbox__t.html#ad106b9c23b3a559b524a37bb5504e096',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchat_5fcontacts',['mrmailbox_get_chat_contacts',['../structmrmailbox__t.html#abf20deb2fd5886b7f3031f946053a847',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchat_5fid_5fby_5fcontact_5fid',['mrmailbox_get_chat_id_by_contact_id',['../structmrmailbox__t.html#a97eb029d9dd0d33ae492217608958a73',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchat_5fmedia',['mrmailbox_get_chat_media',['../structmrmailbox__t.html#a9685194a3318021d1a95eeed29d01277',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchat_5fmsgs',['mrmailbox_get_chat_msgs',['../structmrmailbox__t.html#a5d3be6ed21d43cc93f250a1e7faf979b',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fchatlist',['mrmailbox_get_chatlist',['../structmrmailbox__t.html#a4da10c87eb65bbf6c504979d75ec3b19',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fconfig',['mrmailbox_get_config',['../structmrmailbox__t.html#aeb12e9631508fd76e3e9828a82031767',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fconfig_5fint',['mrmailbox_get_config_int',['../structmrmailbox__t.html#afba149fcbcb5a069113aed4336f4bcc7',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fcontact',['mrmailbox_get_contact',['../structmrmailbox__t.html#a057660d94350ff98eca72785c6e88962',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fcontact_5fencrinfo',['mrmailbox_get_contact_encrinfo',['../structmrmailbox__t.html#aa4d582bc9d6d80e43038d213b081031f',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5ffresh_5fmsg_5fcount',['mrmailbox_get_fresh_msg_count',['../structmrmailbox__t.html#adcdfd1e0899d3c9778238d49933813a5',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5ffresh_5fmsgs',['mrmailbox_get_fresh_msgs',['../structmrmailbox__t.html#adbdcde6475db0cfafd8aa127b5bd1bc1',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5finfo',['mrmailbox_get_info',['../structmrmailbox__t.html#a4b3257b21c3c9ff539fc6a9315be1164',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fknown_5fcontacts',['mrmailbox_get_known_contacts',['../structmrmailbox__t.html#a2597f7a6022e6f571fa8cdb7ba3977cc',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fmsg',['mrmailbox_get_msg',['../structmrmailbox__t.html#a9ef144244e7d86ba82ce3257abf14f13',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fmsg_5finfo',['mrmailbox_get_msg_info',['../structmrmailbox__t.html#a13e05fe3f43102c3323ba4c7e2761593',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fnext_5fmedia',['mrmailbox_get_next_media',['../structmrmailbox__t.html#a90b7861302d1276a07fdcb2d9c3c73b6',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5ftotal_5fmsg_5fcount',['mrmailbox_get_total_msg_count',['../structmrmailbox__t.html#a5c17b77d9d26022f0bdbef548d37b5c6',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fget_5fversion_5fstr',['mrmailbox_get_version_str',['../structmrmailbox__t.html#a74bd83d36d90e1201e5ab8003d9a312f',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fimex',['mrmailbox_imex',['../structmrmailbox__t.html#a5de7b87b8c95733619cc4051b3508973',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fimex_5fhas_5fbackup',['mrmailbox_imex_has_backup',['../structmrmailbox__t.html#abcb59b494a430c2d3d6e77cf433f5755',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fis_5fconfigured',['mrmailbox_is_configured',['../structmrmailbox__t.html#aa6e325e49ecccfc96276db6c327dba94',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fis_5fcontact_5fin_5fchat',['mrmailbox_is_contact_in_chat',['../structmrmailbox__t.html#ae37988665a3d46f42a7e8199d18735c2',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fis_5fopen',['mrmailbox_is_open',['../structmrmailbox__t.html#aace7cd8b68f45b869956d5c7476a1da0',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fmarknoticed_5fchat',['mrmailbox_marknoticed_chat',['../structmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fmarknoticed_5fcontact',['mrmailbox_marknoticed_contact',['../structmrmailbox__t.html#a7150c575193d43e048689aa264c74c79',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fmarkseen_5fmsgs',['mrmailbox_markseen_msgs',['../structmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fnew',['mrmailbox_new',['../structmrmailbox__t.html#a32825e3e0a1b16679580704a4b43db1a',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fopen',['mrmailbox_open',['../structmrmailbox__t.html#ae4c9c9f9ce4b3de82b3ce7fc582cbc5b',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fremove_5fcontact_5ffrom_5fchat',['mrmailbox_remove_contact_from_chat',['../structmrmailbox__t.html#a40226d401548b002a62648ea054ac635',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fsearch_5fmsgs',['mrmailbox_search_msgs',['../structmrmailbox__t.html#a27cceecdc6b41f34d7dbf8b6d8dcf18d',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fsend_5fmsg',['mrmailbox_send_msg',['../structmrmailbox__t.html#a88ef3066cec30fe26f61f273b233d90c',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fsend_5ftext_5fmsg',['mrmailbox_send_text_msg',['../structmrmailbox__t.html#a3f9ac5fb9ff2dcbaafdddb5d955ac39b',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fset_5fchat_5fimage',['mrmailbox_set_chat_image',['../structmrmailbox__t.html#a2a9b27b6a2e991cbf3b553c5dbbec803',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fset_5fchat_5fname',['mrmailbox_set_chat_name',['../structmrmailbox__t.html#a8772e9bb55b02299f65ebd8bcc682bb1',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fset_5fconfig',['mrmailbox_set_config',['../structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fset_5fconfig_5fint',['mrmailbox_set_config_int',['../structmrmailbox__t.html#a889aea3b38561016ffa2343d5106c38d',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fset_5fdraft',['mrmailbox_set_draft',['../structmrmailbox__t.html#af50446c1a5e504d27fe29de9e3b8edc3',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5fstar_5fmsgs',['mrmailbox_star_msgs',['../structmrmailbox__t.html#a8ed1c3bd08cd6515abf6046ebad9cafc',1,'mrmailbox_t']]],
|
||||||
|
['mrmailbox_5ft',['mrmailbox_t',['../structmrmailbox__t.html',1,'']]],
|
||||||
|
['mrmailbox_5funref',['mrmailbox_unref',['../structmrmailbox__t.html#a825cec4a85da05335674eae221d51374',1,'mrmailbox_t']]],
|
||||||
|
['mrmailboxcb_5ft',['mrmailboxcb_t',['../structmrmailbox__t.html#a957f0bbae60f389bac40acf42b68b134',1,'mrmailbox_t']]],
|
||||||
|
['mrmsg_5fempty',['mrmsg_empty',['../structmrmsg__t.html#a57d94b55fc918b27874b9194d6c35388',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fget_5fmediainfo',['mrmsg_get_mediainfo',['../structmrmsg__t.html#ad87b7df007489b3a47c3fde79978a58a',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fget_5fsummary',['mrmsg_get_summary',['../structmrmsg__t.html#afc3d94448ada0ad7142cf168cab1462e',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fget_5fsummarytext',['mrmsg_get_summarytext',['../structmrmsg__t.html#a8c8c1f342f01439ae40c5cf37532387e',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fnew',['mrmsg_new',['../structmrmsg__t.html#a80f470eb34af414ff28e7d3b3c715b48',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fsave_5fparam_5fto_5fdisk',['mrmsg_save_param_to_disk',['../structmrmsg__t.html#a0bc3ce5f2ef0065547e4aee0143d22ef',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fset_5ftext',['mrmsg_set_text',['../structmrmsg__t.html#ae940aa79a261e1a427b12baefbee2d23',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5fshow_5fpadlock',['mrmsg_show_padlock',['../structmrmsg__t.html#a9980da92916e42081f2f39ccc72c1696',1,'mrmsg_t']]],
|
||||||
|
['mrmsg_5ft',['mrmsg_t',['../structmrmsg__t.html',1,'']]],
|
||||||
|
['mrmsg_5funref',['mrmsg_unref',['../structmrmsg__t.html#aa33212e41efff643aa7290753f3d9b02',1,'mrmsg_t']]],
|
||||||
|
['mrparam_5fempty',['mrparam_empty',['../structmrparam__t.html#a88397aa66e74bcdc61c8376c8e9a761b',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fexists',['mrparam_exists',['../structmrparam__t.html#a0a9d3768d128dce0088b089f66fafb68',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fget',['mrparam_get',['../structmrparam__t.html#a23e24e8700e17ede6dd385fc90330f76',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fget_5fint',['mrparam_get_int',['../structmrparam__t.html#aba7d11db241c2ebbadab67895b84dae8',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fnew',['mrparam_new',['../structmrparam__t.html#a6824cd599508690ca1d383b9f229f4e3',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fset',['mrparam_set',['../structmrparam__t.html#a8399104724eab98103cdd2cd98b09d93',1,'mrparam_t']]],
|
||||||
|
['mrparam_5fset_5fint',['mrparam_set_int',['../structmrparam__t.html#aaf8fb80838add4d4254bb9fa2c11cb0f',1,'mrparam_t']]],
|
||||||
|
['mrparam_5ft',['mrparam_t',['../structmrparam__t.html',1,'']]],
|
||||||
|
['mrparam_5funref',['mrparam_unref',['../structmrparam__t.html#ac89d8855a852f5704c3cc596e2a3d208',1,'mrparam_t']]],
|
||||||
|
['mrpoortext_5ft',['mrpoortext_t',['../structmrpoortext__t.html',1,'']]],
|
||||||
|
['mrpoortext_5funref',['mrpoortext_unref',['../structmrpoortext__t.html#a89c28735bfd718051ffc6b742f9c10ed',1,'mrpoortext_t']]]
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['tutorial',['Tutorial',['../index.html',1,'']]]
|
['getting_20started',['Getting started',['../index.html',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
var indexSectionsWithContent =
|
var indexSectionsWithContent =
|
||||||
{
|
{
|
||||||
0: "mt",
|
0: "gm",
|
||||||
1: "m",
|
1: "m",
|
||||||
2: "m",
|
2: "m",
|
||||||
3: "m",
|
3: "m",
|
||||||
4: "m",
|
4: "m",
|
||||||
5: "m",
|
5: "m",
|
||||||
6: "t"
|
6: "g"
|
||||||
};
|
};
|
||||||
|
|
||||||
var indexSectionNames =
|
var indexSectionNames =
|
||||||
|
|
|
@ -102,7 +102,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -270,7 +270,7 @@ char * </td><td class="memItemRight" valign="bottom"><a class="el" href="st
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -333,7 +333,7 @@ Public Attributes</h2></td></tr>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -235,7 +235,7 @@ char * </td><td class="memItemRight" valign="bottom"><a class="el" href="st
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -156,7 +156,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -2690,7 +2690,7 @@ void * </td><td class="memItemRight" valign="bottom"><a class="el" href="st
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -111,7 +111,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -538,7 +538,7 @@ char * </td><td class="memItemRight" valign="bottom"><a class="el" href="st
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -408,7 +408,7 @@ Public Member Functions</h2></td></tr>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -169,7 +169,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="struc
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Tue Nov 14 2017 12:20:57 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
Generated on Tue Nov 14 2017 13:19:04 for Delta Chat Core C-API by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.8.11
|
</a> 1.8.11
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @mainpage Tutorial
|
* @mainpage Getting started
|
||||||
*
|
*
|
||||||
* This document describes how to handle the Delta Chat core library.
|
* This document describes how to handle the Delta Chat core library.
|
||||||
* For general information about Delta Chat itself, see <https://delta.chat> and <https://github.com/deltachat>.
|
* For general information about Delta Chat itself, see <https://delta.chat> and <https://github.com/deltachat>.
|
||||||
|
@ -95,7 +95,40 @@ extern "C" {
|
||||||
* Message 2: Got it!
|
* Message 2: Got it!
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* I think, you got the idea. For further reading, please dive into the mrmailbox_t class. See you.
|
* I think, you got the idea. For further reading, please dive into the mrmailbox_t class.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* ## Further hints
|
||||||
|
*
|
||||||
|
* Here are some additional, unsorted hints that may be useful.
|
||||||
|
* If you need any further assistance, please do not hesitate to contact us at <r10s@b44t.com>.
|
||||||
|
*
|
||||||
|
* - Two underscores at the end of a function-name may be a _hint_, that this
|
||||||
|
* function does no resource locking. Such functions must not be used.
|
||||||
|
*
|
||||||
|
* - For objects, C-structures are used. If not mentioned otherwise, you can
|
||||||
|
* read the members here directly.
|
||||||
|
*
|
||||||
|
* - For `get`-functions, you have to unref the return value in some way.
|
||||||
|
*
|
||||||
|
* - Strings in function arguments or return values are usually UTF-8 encoded
|
||||||
|
*
|
||||||
|
* - Threads are implemented using POSIX threads (`pthread_*` functions)
|
||||||
|
*
|
||||||
|
* The following points are important mainly for the authors of the library itself:
|
||||||
|
*
|
||||||
|
* - For indentation, use tabs. Alignments that are not placed at the beginning
|
||||||
|
* of a line should be done with spaces.
|
||||||
|
*
|
||||||
|
* - For padding between functions, classes etc. use 2 empty lines
|
||||||
|
*
|
||||||
|
* - Source files are encoded as UTF-8 with Unix line endings (a simple `LF`, `0x0A` or
|
||||||
|
* `\n`)
|
||||||
|
*
|
||||||
|
* Please keep in mind, that your derived work must be released under a
|
||||||
|
* **GPL-compatible licence**. For details, please have a look at the [LICENSE file](https://github.com/deltachat/deltachat-core/blob/master/LICENSE) accompanying the source code.
|
||||||
|
*
|
||||||
|
* See you.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue