1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00

Simplify Doxyfile.

This commit is contained in:
B. Petersen 2017-11-14 11:59:11 +01:00
parent 3b41aef632
commit 56176199f6
132 changed files with 373 additions and 3849 deletions

View file

@ -32,7 +32,9 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
######################################################
PROJECT_NAME = "Delta Chat Core C-Library"
######################################################
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@ -58,7 +60,9 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = user
######################################################
OUTPUT_DIRECTORY = .
######################################################
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@ -177,7 +181,9 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
######################################################
JAVADOC_AUTOBRIEF = YES
######################################################
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
@ -185,7 +191,7 @@ JAVADOC_AUTOBRIEF = YES
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = YES
QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
@ -241,9 +247,11 @@ TCL_SUBST =
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.
# !! we do not set this for Delta Chat as we use C in an object-orientated way, so "Class" is better than "Data structure" for us. !!
######################################################
# we do not set this for Delta Chat as we use C in an object-orientated way, so "Class" is better than "Data structure" for us. !!
OPTIMIZE_OUTPUT_FOR_C = NO
######################################################
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
@ -443,7 +451,9 @@ EXTRACT_STATIC = NO
# for Java sources.
# The default value is: YES.
######################################################
EXTRACT_LOCAL_CLASSES = NO
######################################################
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
@ -772,7 +782,9 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
######################################################
INPUT = ../src/
######################################################
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -839,8 +851,10 @@ EXCLUDE_PATTERNS =
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
######################################################
EXCLUDE_SYMBOLS = mraheader_t mrapeerstate_t mrmailbox_e2ee_helper_t mrimap_t mrjob_t mrkey_t mrkeyring_t mrloginparam_t mrmime*_t
EXCLUDE_SYMBOLS += mrsaxparser_t mrsimplify_t mrsmtp_t mrsqlite3_t mrstrbuilder_t
######################################################
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
@ -935,7 +949,11 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
SOURCE_BROWSER = YES
######################################################
# we do use a browser as there is a high risk the user sees the wrong code!
# however, this may change in the future
SOURCE_BROWSER = NO
######################################################
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
@ -1038,7 +1056,9 @@ CLANG_OPTIONS =
# classes, structs, unions or interfaces.
# The default value is: YES.
######################################################
ALPHABETICAL_INDEX = NO
######################################################
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
@ -1132,7 +1152,9 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
######################################################
HTML_EXTRA_STYLESHEET = user.css
######################################################
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
@ -1181,7 +1203,9 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
######################################################
HTML_TIMESTAMP = YES
######################################################
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
@ -1606,7 +1630,9 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
######################################################
GENERATE_LATEX = NO
######################################################
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@ -2154,7 +2180,9 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# The default value is: YES.
######################################################
HAVE_DOT = NO
######################################################
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of

View file

@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 676 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Before After
Before After

View file

@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 132 B

Before After
Before After

View file

@ -95,7 +95,7 @@ Files</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 746 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before After
Before After

View file

@ -95,10 +95,3 @@ function toggleInherit(id)
}
}
$(document).ready(function() {
$('.code,.codeRef').each(function() {
$(this).data('powertip',$('#'+$(this).attr('href').replace(/.*\//,'').replace(/[^a-z_A-Z0-9]/g,'_')).html());
$(this).powerTip({ placement: 's', smartPlacement: true, mouseOnToPopup: true });
});
});

126
docs/html/files.html Normal file
View file

@ -0,0 +1,126 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Delta Chat Core C-Library: File List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="user.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Delta Chat Core C-Library
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">File List</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html" target="_self">src</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mraheader_8h_source.html"><span class="icondoc"></span></a><b>mraheader.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrapeerstate_8h_source.html"><span class="icondoc"></span></a><b>mrapeerstate.h</b></td><td class="desc"></td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrchat_8h_source.html"><span class="icondoc"></span></a><b>mrchat.h</b></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrchatlist_8h_source.html"><span class="icondoc"></span></a><b>mrchatlist.h</b></td><td class="desc"></td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrcontact_8h_source.html"><span class="icondoc"></span></a><b>mrcontact.h</b></td><td class="desc"></td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrdehtml_8h_source.html"><span class="icondoc"></span></a><b>mrdehtml.h</b></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrimap_8h_source.html"><span class="icondoc"></span></a><b>mrimap.h</b></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrjob_8h_source.html"><span class="icondoc"></span></a><b>mrjob.h</b></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrkey_8h_source.html"><span class="icondoc"></span></a><b>mrkey.h</b></td><td class="desc"></td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrkeyring_8h_source.html"><span class="icondoc"></span></a><b>mrkeyring.h</b></td><td class="desc"></td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrloginparam_8h_source.html"><span class="icondoc"></span></a><b>mrloginparam.h</b></td><td class="desc"></td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrmailbox_8h_source.html"><span class="icondoc"></span></a><b>mrmailbox.h</b></td><td class="desc"></td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrmailbox__internal_8h_source.html"><span class="icondoc"></span></a><b>mrmailbox_internal.h</b></td><td class="desc"></td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrmimefactory_8h_source.html"><span class="icondoc"></span></a><b>mrmimefactory.h</b></td><td class="desc"></td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrmimeparser_8h_source.html"><span class="icondoc"></span></a><b>mrmimeparser.h</b></td><td class="desc"></td></tr>
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrmsg_8h_source.html"><span class="icondoc"></span></a><b>mrmsg.h</b></td><td class="desc"></td></tr>
<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrosnative_8h_source.html"><span class="icondoc"></span></a><b>mrosnative.h</b></td><td class="desc"></td></tr>
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrparam_8h_source.html"><span class="icondoc"></span></a><b>mrparam.h</b></td><td class="desc"></td></tr>
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrpgp_8h_source.html"><span class="icondoc"></span></a><b>mrpgp.h</b></td><td class="desc"></td></tr>
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrpoortext_8h_source.html"><span class="icondoc"></span></a><b>mrpoortext.h</b></td><td class="desc"></td></tr>
<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrsaxparser_8h_source.html"><span class="icondoc"></span></a><b>mrsaxparser.h</b></td><td class="desc"></td></tr>
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrsimplify_8h_source.html"><span class="icondoc"></span></a><b>mrsimplify.h</b></td><td class="desc"></td></tr>
<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrsmtp_8h_source.html"><span class="icondoc"></span></a><b>mrsmtp.h</b></td><td class="desc"></td></tr>
<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrsqlite3_8h_source.html"><span class="icondoc"></span></a><b>mrsqlite3.h</b></td><td class="desc"></td></tr>
<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrstock_8h_source.html"><span class="icondoc"></span></a><b>mrstock.h</b></td><td class="desc"></td></tr>
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mrtools_8h_source.html"><span class="icondoc"></span></a><b>mrtools.h</b></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>

View file

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 616 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 597 B

After

Width:  |  Height:  |  Size: 597 B

Before After
Before After

View file

@ -477,7 +477,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -381,7 +381,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -107,7 +107,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -183,7 +183,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -90,7 +90,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</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

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

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 95 B

After

Width:  |  Height:  |  Size: 95 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 98 B

After

Width:  |  Height:  |  Size: 98 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 123 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 563 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

Before After
Before After

View file

@ -102,7 +102,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -142,8 +142,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a single chat in memory. </p>
<p>Chat objects are created using eg. <a class="el" href="structmrmailbox__t.html#ad106b9c23b3a559b524a37bb5504e096" title="Get a chat object of type mrchat_t by a chat_id. ">mrmailbox_get_chat()</a> and are not updated on database changes; if you want an update, you have to recreate the object. </p>
<p>Definition at line <a class="el" href="mrchat_8h_source.html#l00039">39</a> of file <a class="el" href="mrchat_8h_source.html">mrchat.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="af0d39be9ac9885810d8765053cfb81eb"></a>
<div class="memitem">
@ -168,8 +166,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrchat_8c_source.html#l00181">181</a> of file <a class="el" href="mrchat_8c_source.html">mrchat.c</a>.</p>
</div>
</div>
<a class="anchor" id="ae1e9920618c9f6cb8ad66d5bb6962a08"></a>
@ -196,8 +192,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Subtitle as a string. Must be free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrchat_8c_source.html#l00215">215</a> of file <a class="el" href="mrchat_8c_source.html">mrchat.c</a>.</p>
</div>
</div>
<a class="anchor" id="a3b1befb4542c1bad915f2175c7c2a2b9"></a>
@ -223,8 +217,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrchat_8c_source.html#l00160">160</a> of file <a class="el" href="mrchat_8c_source.html">mrchat.c</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
@ -241,18 +233,16 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>1=chat archived, this state should always be shown the UI, eg. </p>
<p>the search will also return archived chats </p>
<p>Definition at line <a class="el" href="mrchat_8h_source.html#l00059">59</a> of file <a class="el" href="mrchat_8h_source.html">mrchat.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrchat_8h_source.html">mrchat.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrchat_8c_source.html">mrchat.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrchat.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -126,8 +126,6 @@ Public Attributes</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a single chatlist in memory. </p>
<p>Chatlist objects contain chat IDs and, if possible, message IDs belonging to them. Chatlist objects are created eg. using <a class="el" href="structmrmailbox__t.html#a4da10c87eb65bbf6c504979d75ec3b19" title="Get a list of chats. ">mrmailbox_get_chatlist()</a>. The chatlist object is not updated. If you want an update, you have to recreate the object. </p>
<p>Definition at line <a class="el" href="mrchatlist_8h_source.html#l00042">42</a> of file <a class="el" href="mrchatlist_8h_source.html">mrchatlist.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abadeb636721fe5a021db74c1d63a0844"></a>
<div class="memitem">
@ -152,8 +150,6 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00083">83</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<a class="anchor" id="a1b944c248901b701902d9b0ce6ee0b8c"></a>
@ -189,8 +185,6 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the chat_id of the item at the given index. Index must be between 0 and <a class="el" href="structmrchatlist__t.html#aa132119f18e40e3151ac5fe0299daab7" title="Find out the number of chats in a chatlist. ">mrchatlist_get_cnt()</a>-1. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00121">121</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa132119f18e40e3151ac5fe0299daab7"></a>
@ -216,8 +210,6 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the number of items in a <a class="el" href="structmrchatlist__t.html" title="An object representing a single chatlist in memory. ">mrchatlist_t</a> object. 0 on errors or if the list is empty. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00101">101</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<a class="anchor" id="abba9b5f6b43c3755cc3a65ace159bf8e"></a>
@ -253,8 +245,6 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the message_id of the item at the given index. Index must be between 0 and <a class="el" href="structmrchatlist__t.html#aa132119f18e40e3151ac5fe0299daab7" title="Find out the number of chats in a chatlist. ">mrchatlist_get_cnt()</a>-1. If there is no message at the given index (eg. the chat may be empty), 0 is returned. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00151">151</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<a class="anchor" id="ae7670d62ab7fc83aff18f299f26853d8"></a>
@ -306,8 +296,6 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The result must be freed using <a class="el" href="structmrpoortext__t.html#a89c28735bfd718051ffc6b742f9c10ed" title="Frees a mrpoortext_t object created eg. ">mrpoortext_unref()</a>. The function never returns NULL. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00201">201</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<a class="anchor" id="ab036d6e066b5ff78779f36711c9ab2f9"></a>
@ -334,18 +322,16 @@ Public Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrchatlist_8c_source.html#l00062">62</a> of file <a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrchatlist_8h_source.html">mrchatlist.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrchatlist_8c_source.html">mrchatlist.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrchatlist.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -140,8 +140,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a single contact in memory. </p>
<p>The contact object is not updated. If you want an update, you have to recreate the object. </p>
<p>Definition at line <a class="el" href="mrcontact_8h_source.html#l00038">38</a> of file <a class="el" href="mrcontact_8h_source.html">mrcontact.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a804337f9c9e735a5429559b0fcb06121"></a>
<div class="memitem">
@ -167,8 +165,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>String with the first name, must be free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrcontact_8c_source.html#l00099">99</a> of file <a class="el" href="mrcontact_8c_source.html">mrcontact.c</a>.</p>
</div>
</div>
<a class="anchor" id="ad906207191f0cfd62e408dbc82a156cf"></a>
@ -199,8 +195,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. But the given buffer may be modified. </dd></dl>
<p>Definition at line <a class="el" href="mrcontact_8c_source.html#l00130">130</a> of file <a class="el" href="mrcontact_8c_source.html">mrcontact.c</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
@ -217,8 +211,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>may be NULL or empty, this is the name authorized by the sender, only this name may be speaded to others, eg. </p>
<p>in To:-lists; for displaying in the app, use m_name </p>
<p>Definition at line <a class="el" href="mrcontact_8h_source.html#l00046">46</a> of file <a class="el" href="mrcontact_8h_source.html">mrcontact.h</a>.</p>
</div>
</div>
<a class="anchor" id="ac22d500e5c439b07c943ed2c7afb2a23"></a>
@ -234,18 +226,16 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Blocked state. </p>
<p>1=contact is blocked, 0=contact is not blocked. </p>
<p>Definition at line <a class="el" href="mrcontact_8h_source.html#l00048">48</a> of file <a class="el" href="mrcontact_8h_source.html">mrcontact.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrcontact_8h_source.html">mrcontact.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrcontact_8c_source.html">mrcontact.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrcontact.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -156,7 +156,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -304,8 +304,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a single mailbox. </p>
<p>Each mailbox is linked to an IMAP/POP3 account and uses a separate SQLite database for offline functionality and for mailbox-related settings. </p>
<p>Definition at line <a class="el" href="mrmailbox_8h_source.html#l00141">141</a> of file <a class="el" href="mrmailbox_8h_source.html">mrmailbox.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a class="anchor" id="a957f0bbae60f389bac40acf42b68b134"></a>
<div class="memitem">
@ -329,8 +327,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>return 0 unless stated otherwise in the event parameter documentation </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8h_source.html#l00131">131</a> of file <a class="el" href="mrmailbox_8h_source.html">mrmailbox.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
@ -369,8 +365,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of modified or added contacts. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04021">4021</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a96368620971935c7ac4a0bb324ece2c9"></a>
@ -415,8 +409,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=member added to group, 0=error </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03595">3595</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8e04e43dacbe3128afd71e1d6c1b0911"></a>
@ -462,8 +454,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02652">2652</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="abb069358386b767a60444651195e0895"></a>
@ -508,8 +498,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04290">4290</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a3b55fcb1a91c616f032e160914406ed2"></a>
@ -547,8 +535,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=user is authorized, 0=user is not authorized. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__imex_8c_source.html#l01161">1161</a> of file <a class="el" href="mrmailbox__imex_8c_source.html">mrmailbox_imex.c</a>.</p>
</div>
</div>
<a class="anchor" id="a75011d103515e088e950a64d0706ec86"></a>
@ -574,8 +560,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01075">1075</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="af204aadf66e8adf5403987c5dcf85387"></a>
@ -607,8 +591,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__configure_8c_source.html#l00665">665</a> of file <a class="el" href="mrmailbox__configure_8c_source.html">mrmailbox_configure.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8127c0e3f4cfda14fdfd7be9f43715ef"></a>
@ -634,8 +616,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__configure_8c_source.html#l00709">709</a> of file <a class="el" href="mrmailbox__configure_8c_source.html">mrmailbox_configure.c</a>.</p>
</div>
</div>
<a class="anchor" id="a67eef5ffc3369b8ad09326471b0a266f"></a>
@ -662,8 +642,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01578">1578</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a1386ec2c091b936b65b25b50a302173d"></a>
@ -701,8 +679,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The created or reused chat ID on success. 0 on errors. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01816">1816</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa089e97e7ca1add16c10d5cc0e902824"></a>
@ -747,8 +723,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Contact ID of the created or reused contact. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03985">3985</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a47156db87107ec208d6637f460d897a8"></a>
@ -787,8 +761,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The chat ID of the new group chat, 0 on errors. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03333">3333</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="af4d9c838230758e1b0e40957447232f7"></a>
@ -816,8 +788,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Setup code, must be free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__imex_8c_source.html#l01218">1218</a> of file <a class="el" href="mrmailbox__imex_8c_source.html">mrmailbox_imex.c</a>.</p>
</div>
</div>
<a class="anchor" id="a24813f8aea38bcf5f928ea8a5fd7a3ec"></a>
@ -863,8 +833,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02773">2773</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a209732d105e40cd0c61d33d76d288c59"></a>
@ -902,8 +870,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=success, 0=error </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04509">4509</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="adf02bfc046577b46e1f0f5a31869890f"></a>
@ -948,8 +914,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l05096">5096</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a7c7921ff7b7f2e10dc30522af980b785"></a>
@ -975,8 +939,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01605">1605</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="ab316ed8a30c968085fa503e6c215e2f1"></a>
@ -1027,8 +989,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04868">4868</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a011705ea76c8f9017b999eb009eec9ce"></a>
@ -1054,8 +1014,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>String which must be free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01276">1276</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a87a210d5e359e3176b923d84a9cd625f"></a>
@ -1081,8 +1039,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>An array containing all blocked contact IDs. Must be carray_free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04140">4140</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a6c749ad5736d9c34ff492015ea10a184"></a>
@ -1107,8 +1063,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dd>
</dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04174">4174</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="ad106b9c23b3a559b524a37bb5504e096"></a>
@ -1146,8 +1100,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>A chat object, must be freed using <a class="el" href="structmrchat__t.html#a3b1befb4542c1bad915f2175c7c2a2b9" title="Free a chat object. ">mrchat_unref()</a> when done. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01709">1709</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="abf20deb2fd5886b7f3031f946053a847"></a>
@ -1189,8 +1141,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>an array of contact IDs belonging to the chat; must be freed using carray_free() when done. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02003">2003</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a97eb029d9dd0d33ae492217608958a73"></a>
@ -1227,8 +1177,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>If there is a normal chat with the given contact_id, this chat_id is returned. If there is no normal chat with the contact_id, the function returns 0. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01789">1789</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a9685194a3318021d1a95eeed29d01277"></a>
@ -1280,8 +1228,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>An array with messages from the given chat ID that have the wanted message types. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01896">1896</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a5d3be6ed21d43cc93f250a1e7faf979b"></a>
@ -1333,8 +1279,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Array of message IDs, must be carray_free()'d when no longer used. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02120">2120</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a4da10c87eb65bbf6c504979d75ec3b19"></a>
@ -1382,8 +1326,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>A chatlist as an <a class="el" href="structmrchatlist__t.html" title="An object representing a single chatlist in memory. ">mrchatlist_t</a> object. Must be freed using <a class="el" href="structmrchatlist__t.html#ab036d6e066b5ff78779f36711c9ab2f9" title="Free a mrchatlist_t object as created eg. ">mrchatlist_unref()</a> when no longer used </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01663">1663</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="aeb12e9631508fd76e3e9828a82031767"></a>
@ -1428,8 +1370,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns current value of "key", if "key" is unset, "def" is returned (which may be NULL) If the returned values is not NULL, the return value must be free()'d, </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01207">1207</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="afba149fcbcb5a069113aed4336f4bcc7"></a>
@ -1465,8 +1405,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Get a configuration option. </p>
<p>Similar as <a class="el" href="structmrmailbox__t.html#aeb12e9631508fd76e3e9828a82031767" title="Get a configuration option. ">mrmailbox_get_config()</a> but gets the value as an integer instead of a string. </p>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01251">1251</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a057660d94350ff98eca72785c6e88962"></a>
@ -1504,8 +1442,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The contact object, must be freed using <a class="el" href="structmrcontact__t.html#acdff2696f48b1d5cdbc67a8466322b25" title="Free a contact object. ">mrcontact_unref()</a> when no longer used. NULL on errors. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04216">4216</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa4d582bc9d6d80e43038d213b081031f"></a>
@ -1543,8 +1479,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>multi-line text, must be free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04381">4381</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="adcdfd1e0899d3c9778238d49933813a5"></a>
@ -1582,8 +1516,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Number of fresh messages in the given chat. 0 for errors or if there are no fresh messages. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02616">2616</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="adbdcde6475db0cfafd8aa127b5bd1bc1"></a>
@ -1609,8 +1541,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dd>
</dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02052">2052</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a4b3257b21c3c9ff539fc6a9315be1164"></a>
@ -1637,8 +1567,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>String which must be free()'d after usage. Never returns NULL. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01292">1292</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a2597f7a6022e6f571fa8cdb7ba3977cc"></a>
@ -1676,8 +1604,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>An array containing all contact IDs. Must be carray_free()'d after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04076">4076</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a9ef144244e7d86ba82ce3257abf14f13"></a>
@ -1715,8 +1641,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <a class="el" href="structmrmsg__t.html" title="An object representing a single message in memory. ">mrmsg_t</a> message object. When done, the object must be freed using <a class="el" href="structmrmsg__t.html#aa33212e41efff643aa7290753f3d9b02" title="Free an mrmsg_t object created eg. ">mrmsg_unref()</a> </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04701">4701</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a13e05fe3f43102c3323ba4c7e2761593"></a>
@ -1754,8 +1678,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>text string, must be free()'d after usage </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04743">4743</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a90b7861302d1276a07fdcb2d9c3c73b6"></a>
@ -1800,8 +1722,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns the message ID that should be displayed next. The returned message is in the same chat as the given one. Typically, this result is passed again to <a class="el" href="structmrmailbox__t.html#a90b7861302d1276a07fdcb2d9c3c73b6" title="Returns all message IDs of the given types in a chat. ">mrmailbox_get_next_media()</a> later on the next swipe. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01927">1927</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a5c17b77d9d26022f0bdbef548d37b5c6"></a>
@ -1838,8 +1758,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>Number of total messages in the given chat. 0 for errors or empty chats. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02588">2588</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a74bd83d36d90e1201e5ab8003d9a312f"></a>
@ -1859,8 +1777,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Find out the version of the Delta Chat core library. </p>
<dl class="section return"><dt>Returns</dt><dd>String with version number as <code>major.minor.revision</code>. The return value must be free()'d. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01490">1490</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a5de7b87b8c95733619cc4051b3508973"></a>
@ -1912,8 +1828,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__imex_8c_source.html#l01108">1108</a> of file <a class="el" href="mrmailbox__imex_8c_source.html">mrmailbox_imex.c</a>.</p>
</div>
</div>
<a class="anchor" id="abcb59b494a430c2d3d6e77cf433f5755"></a>
@ -1951,8 +1865,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>String with the backup file or NULL; returned strings must be free()'d. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__imex_8c_source.html#l00849">849</a> of file <a class="el" href="mrmailbox__imex_8c_source.html">mrmailbox_imex.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa6e325e49ecccfc96276db6c327dba94"></a>
@ -1979,8 +1891,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox__configure_8c_source.html#l00735">735</a> of file <a class="el" href="mrmailbox__configure_8c_source.html">mrmailbox_configure.c</a>.</p>
</div>
</div>
<a class="anchor" id="ae37988665a3d46f42a7e8199d18735c2"></a>
@ -2024,8 +1934,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=contact ID is member of chat ID, 0=contact is not in chat </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03565">3565</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="aace7cd8b68f45b869956d5c7476a1da0"></a>
@ -2051,8 +1959,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>0=mailbox is not open, 1=mailbox is open. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01109">1109</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a07cc8fe0cfd900a9449bffc4ca5a7a95"></a>
@ -2090,8 +1996,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01755">1755</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a7150c575193d43e048689aa264c74c79"></a>
@ -2129,8 +2033,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04264">4264</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a67281e50b568dc18df710275e0e13f5b"></a>
@ -2175,8 +2077,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l05237">5237</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a32825e3e0a1b16679580704a4b43db1a"></a>
@ -2227,8 +2127,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>a mailbox object with some public members the object must be passed to the other mailbox functions and the object must be freed using <a class="el" href="structmrmailbox__t.html#a825cec4a85da05335674eae221d51374" title="Free a mailbox object. ">mrmailbox_unref()</a> after usage. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l00897">897</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="ae4c9c9f9ce4b3de82b3ce7fc582cbc5b"></a>
@ -2273,8 +2171,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1 on success, 0 on failure </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01010">1010</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a40226d401548b002a62648ea054ac635"></a>
@ -2319,8 +2215,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=member removed from group, 0=error </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03678">3678</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a27cceecdc6b41f34d7dbf8b6d8dcf18d"></a>
@ -2366,8 +2260,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>An array of message IDs. Must be freed using carray_free() when no longer needed. If nothing can be found, the function returns NULL. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02224">2224</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a88ef3066cec30fe26f61f273b233d90c"></a>
@ -2412,8 +2304,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The ID of the message that is about being sent. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03142">3142</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a3f9ac5fb9ff2dcbaafdddb5d955ac39b"></a>
@ -2458,8 +2348,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>The ID of the message that is about being sent. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03101">3101</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a2a9b27b6a2e991cbf3b553c5dbbec803"></a>
@ -2504,8 +2392,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=success, 0=error </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03476">3476</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8772e9bb55b02299f65ebd8bcc682bb1"></a>
@ -2550,8 +2436,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=success, 0=error </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l03399">3399</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a19b3e9f5209bc326fc77f3944522e8ad"></a>
@ -2611,8 +2495,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>0=failure, 1=success </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01176">1176</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a889aea3b38561016ffa2343d5106c38d"></a>
@ -2648,8 +2530,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Configure the mailbox. </p>
<p>Similar to <a class="el" href="structmrmailbox__t.html#a19b3e9f5209bc326fc77f3944522e8ad" title="Configure the mailbox. ">mrmailbox_set_config()</a> but sets an integer instead of a string. If there is already a key with a string set, this is overwritten by the given integer value. </p>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l01229">1229</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="af50446c1a5e504d27fe29de9e3b8edc3"></a>
@ -2693,8 +2573,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l02371">2371</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8ed1c3bd08cd6515abf6046ebad9cafc"></a>
@ -2746,8 +2624,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l04954">4954</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<a class="anchor" id="a825cec4a85da05335674eae221d51374"></a>
@ -2774,8 +2650,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<p>Definition at line <a class="el" href="mrmailbox_8c_source.html#l00954">954</a> of file <a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
@ -2791,8 +2665,6 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>full path of the blob directory in use. </p>
<p>Definition at line <a class="el" href="mrmailbox_8h_source.html#l00145">145</a> of file <a class="el" href="mrmailbox_8h_source.html">mrmailbox.h</a>.</p>
</div>
</div>
<a class="anchor" id="aab18660500768b611373190720439956"></a>
@ -2807,20 +2679,18 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>the database file in file. </p>
<p>Definition at line <a class="el" href="mrmailbox_8h_source.html#l00144">144</a> of file <a class="el" href="mrmailbox_8h_source.html">mrmailbox.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmailbox_8h_source.html">mrmailbox.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmailbox_8c_source.html">mrmailbox.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmailbox__configure_8c_source.html">mrmailbox_configure.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmailbox__imex_8c_source.html">mrmailbox_imex.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrmailbox.c</li>
<li>/home/bpetersen/projects/deltachat-core/src/mrmailbox_configure.c</li>
<li>/home/bpetersen/projects/deltachat-core/src/mrmailbox_imex.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -111,7 +111,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -166,8 +166,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object representing a single message in memory. </p>
<p>The message object is not updated. If you want an update, you have to recreate the object. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00040">40</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a57d94b55fc918b27874b9194d6c35388"></a>
<div class="memitem">
@ -192,8 +190,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00087">87</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="ad87b7df007489b3a47c3fde79978a58a"></a>
@ -221,8 +217,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>poortext object that must be unref'd using <a class="el" href="structmrpoortext__t.html#a89c28735bfd718051ffc6b742f9c10ed" title="Frees a mrpoortext_t object created eg. ">mrpoortext_unref()</a> when no longer used. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00480">480</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="afc3d94448ada0ad7142cf168cab1462e"></a>
@ -253,8 +247,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>The last parameter can be set to speed up things if the chat object is already available; if not, it is faster to pass NULL here. The result must be freed using <a class="el" href="structmrpoortext__t.html#a89c28735bfd718051ffc6b742f9c10ed" title="Frees a mrpoortext_t object created eg. ">mrpoortext_unref()</a>. Typically used to display a search result.</p>
<dl class="section return"><dt>Returns</dt><dd>The returned summary is similar to <a class="el" href="structmrchatlist__t.html#ae7670d62ab7fc83aff18f299f26853d8" title="Get a summary for a chatlist index. ">mrchatlist_get_summary()</a>, however, without "draft", "no messages" and so on. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00263">263</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8c8c1f342f01439ae40c5cf37532387e"></a>
@ -284,8 +276,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Get a message summary as a single line of text. </p>
<p>Typically used for notifications. The returned value must be free()'d. </p>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00340">340</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="a80f470eb34af414ff28e7d3b3c715b48"></a>
@ -305,8 +295,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Message objects are needed eg. for sending messages using <a class="el" href="structmrmailbox__t.html#a88ef3066cec30fe26f61f273b233d90c" title="save message in database and send it, the given message object is not unref&#39;d by the function but som...">mrmailbox_send_msg()</a>. Moreover, they are returned eg. from <a class="el" href="structmrmailbox__t.html#a9ef144244e7d86ba82ce3257abf14f13" title="Get a single message object of the type mrmsg_t. ">mrmailbox_get_msg()</a>, set up with the current state of a message. The message object is not updated; to achieve this, you have to recreate it.</p>
<dl class="section return"><dt>Returns</dt><dd>The created message object. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00041">41</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="ae940aa79a261e1a427b12baefbee2d23"></a>
@ -344,8 +332,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00125">125</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="a9980da92916e42081f2f39ccc72c1696"></a>
@ -371,8 +357,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=padlock should be shown beside message, 0=do not show a padlock beside the message. </dd></dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00302">302</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa33212e41efff643aa7290753f3d9b02"></a>
@ -398,8 +382,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
</dd>
</dl>
<p>Definition at line <a class="el" href="mrmsg_8c_source.html#l00066">66</a> of file <a class="el" href="mrmsg_8c_source.html">mrmsg.c</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
@ -416,8 +398,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Chat ID the message belongs to. </p>
<p>0=unset, 1=unknwon sender .. &gt;9=real chats </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00049">49</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="a299981cb89b25ebaaedf7a8486a86ee6"></a>
@ -433,8 +413,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Contact ID of the sender. </p>
<p>0=unset, 1=self .. &gt;9=real contacts </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00047">47</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="a793898c8da24c717dc2bb1d91faac801"></a>
@ -449,8 +427,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Message ID. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00045">45</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="aa4fbc319d61c755ce929e658ad75b21e"></a>
@ -466,8 +442,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Set to 1 if the message was sent by another messenger. </p>
<p>0 otherwise. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00075">75</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="a2c31ec5b23e35fbe3ae3896eece09453"></a>
@ -483,8 +457,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>MRP_FILE, MRP_WIDTH, MRP_HEIGHT etc. </p>
<p>depends on the type, != NULL </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00073">73</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="a0570bbfc3add48dafb0ae70390b47adb"></a>
@ -500,8 +472,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Starred-state of the message. </p>
<p>0=no, 1=yes. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00074">74</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="aca59d28054d3e15b4fe6ca74073d91f4"></a>
@ -516,8 +486,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Message state as one of the MR_MSG_STATE_* contstants. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00070">70</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="aba09cb77cdabd1e2b2e6262d25388801"></a>
@ -532,8 +500,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Unix time the message was sended or received. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00050">50</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="ad549fc02587ba284fda2bbecd162b16a"></a>
@ -549,8 +515,6 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Contact ID of the receiver, if appropriate. </p>
<p>0=unset, 1=self .. &gt;9=real contacts </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00048">48</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<a class="anchor" id="a3896e269c90cbf0f563ab0848fb44c65"></a>
@ -565,18 +529,16 @@ char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="st
<p>Message type as one of the MR_MSG_* contstants. </p>
<p>Definition at line <a class="el" href="mrmsg_8h_source.html#l00060">60</a> of file <a class="el" href="mrmsg_8h_source.html">mrmsg.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmsg_8h_source.html">mrmsg.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrmsg_8c_source.html">mrmsg.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrmsg.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -124,8 +124,6 @@ Public Member Functions</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object for handling key=value parameter lists. </p>
<p>The parameter object is used eg. by <a class="el" href="structmrchat__t.html" title="An object representing a single chat in memory. ">mrchat_t</a> or <a class="el" href="structmrmsg__t.html" title="An object representing a single message in memory. ">mrmsg_t</a>. To access the single parameters use the setter and getter functions with an MRP_* constant. </p>
<p>Definition at line <a class="el" href="mrparam_8h_source.html#l00036">36</a> of file <a class="el" href="mrparam_8h_source.html">mrparam.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a88397aa66e74bcdc61c8376c8e9a761b"></a>
<div class="memitem">
@ -150,8 +148,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00111">111</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="a0a9d3768d128dce0088b089f66fafb68"></a>
@ -188,8 +184,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>1=parameter exists in object, 0=parameter does not exist in parameter object. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00161">161</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="a23e24e8700e17ede6dd385fc90330f76"></a>
@ -233,8 +227,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The stored value or the default value. In both cases, the returned value must be free()'d. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00186">186</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="aba7d11db241c2ebbadab67895b84dae8"></a>
@ -278,8 +270,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The stored value or the default value. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00223">223</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="a6824cd599508690ca1d383b9f229f4e3"></a>
@ -298,8 +288,6 @@ Public Member Functions</h2></td></tr>
<p>Create new parameter list object. </p>
<dl class="section return"><dt>Returns</dt><dd>The created parameter list object. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00069">69</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="a8399104724eab98103cdd2cd98b09d93"></a>
@ -343,8 +331,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00253">253</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="aaf8fb80838add4d4254bb9fa2c11cb0f"></a>
@ -388,8 +374,6 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>None. </dd></dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00318">318</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<a class="anchor" id="ac89d8855a852f5704c3cc596e2a3d208"></a>
@ -415,18 +399,16 @@ Public Member Functions</h2></td></tr>
</dd>
</dl>
<p>Definition at line <a class="el" href="mrparam_8c_source.html#l00090">90</a> of file <a class="el" href="mrparam_8c_source.html">mrparam.c</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrparam_8h_source.html">mrparam.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrparam_8c_source.html">mrparam.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrparam.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

@ -135,8 +135,6 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struc
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>the poortext object and some function accessing it. </p>
<p>A poortext object contains some strings together with their meaning and some attributes. The object is mainly used for summary returns of chats and chatlists </p>
<p>Definition at line <a class="el" href="mrpoortext_8h_source.html#l00035">35</a> of file <a class="el" href="mrpoortext_8h_source.html">mrpoortext.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a89c28735bfd718051ffc6b742f9c10ed"></a>
<div class="memitem">
@ -162,18 +160,16 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struc
</dl>
<dl class="section return"><dt>Returns</dt><dd>None </dd></dl>
<p>Definition at line <a class="el" href="mrpoortext_8c_source.html#l00055">55</a> of file <a class="el" href="mrpoortext_8c_source.html">mrpoortext.c</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrpoortext_8h_source.html">mrpoortext.h</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/<a class="el" href="mrpoortext_8c_source.html">mrpoortext.c</a></li>
<li>/home/bpetersen/projects/deltachat-core/src/mrpoortext.c</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 14 2017 02:47:14 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Nov 14 2017 11:55:36 for Delta Chat Core C-Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>

View file

Before

Width:  |  Height:  |  Size: 853 B

After

Width:  |  Height:  |  Size: 853 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 845 B

After

Width:  |  Height:  |  Size: 845 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 142 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more