Delta Chat Core C-API
Public Member Functions | Public Attributes | List of all members
mrlot_t Struct Reference

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...
 

Detailed Description

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.

Member Function Documentation

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().

Parameters
setThe object to free.
Returns
None

Member Data Documentation

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.


The documentation for this struct was generated from the following files: