void mrpoortext_unref(mrpoortext_t *poortext)
Frees a poortext object.
Definition: mrpoortext.c:55
char * m_text2
The meaning is defined by the creator of the object.
Definition: mrpoortext.h:46
int m_state
Typically a MR_MSG_STATE_* constant.
Definition: mrpoortext.h:48
time_t m_timestamp
Typically a message timestamp.
Definition: mrpoortext.h:47
char * m_text1
The meaning is defined by m_text1_meaning and by the creator of the object.
Definition: mrpoortext.h:45
An object representing text with some attributes.
Definition: mrpoortext.h:35
int m_text1_meaning
Defines the meaning of the m_text1 string.
Definition: mrpoortext.h:43