Delta Chat Core C-API
|
An object containing a set of values. More...
#include <mrlot.h>
Public Member Functions | |
void | mrlot_unref (mrlot_t *set) |
Frees an object containing a set of parameters. More... | |
Public Attributes | |
int | m_text1_meaning |
The meaning of this value is defined by the creator of the object. More... | |
char * | m_text1 |
The meaning of this string is defined by the creator of the object. More... | |
char * | m_text2 |
The meaning of this string is defined by the creator of the object. More... | |
time_t | m_timestamp |
The meaning of this value is defined by the creator of the object. More... | |
int | m_state |
The meaning of this value is defined by the creator of the object. More... | |
An object containing a set of values.
The meaning of the values is defined by the function returning the set object. Set objects are created eg. by mrchatlist_get_summary(), mrmsg_get_summary() or by mrmsg_get_mediainfo().
NB: Lot is used in the meaning heap here.
void mrlot_unref | ( | mrlot_t * | set | ) |
Frees an object containing a set of parameters.
If the set object contains strings, the strings are also freed with this function. Set objects are created eg. by mrchatlist_get_summary(), mrmsg_get_summary or by mrmsg_get_mediainfo().
set | The object to free. |
int mrlot_t::m_text1_meaning |
The meaning of this value is defined by the creator of the object.
0 if not applicable.
char* mrlot_t::m_text1 |
The meaning of this string is defined by the creator of the object.
The string is freed with mrlot_unref(). NULL if not applicable.
char* mrlot_t::m_text2 |
The meaning of this string is defined by the creator of the object.
The string is freed with mrlot_unref(). NULL if not applicable.
time_t mrlot_t::m_timestamp |
The meaning of this value is defined by the creator of the object.
0 if not applicable.
int mrlot_t::m_state |
The meaning of this value is defined by the creator of the object.
0 if not applicable.