41 #define MR_TEXT1_DRAFT 1 42 #define MR_TEXT1_USERNAME 2 43 #define MR_TEXT1_SELF 3 57 #define MR_SUMMARY_CHARACTERS 160 int mrlot_get_text1_meaning(mrlot_t *lot)
Get the meaning of the first string.
Definition: mrlot.c:131
int mrlot_get_state(mrlot_t *lot)
Get the associated state.
Definition: mrlot.c:149
char * mrlot_get_text1(mrlot_t *lot)
Get first string.
Definition: mrlot.c:93
An object representing a single message in memory.
An object containing a set of values.
An object representing a single chat in memory.
time_t mrlot_get_timestamp(mrlot_t *lot)
Get the associated timestamp.
Definition: mrlot.c:167
char * mrlot_get_text2(mrlot_t *lot)
Get second string.
Definition: mrlot.c:111
void mrlot_unref(mrlot_t *set)
Frees an object containing a set of parameters.
Definition: mrlot.c:55