Esempio n. 1
0
void
handle_room_history(const char * const room_jid, const char * const nick,
    GTimeVal tv_stamp, const char * const message)
{
    ui_room_history(room_jid, nick, tv_stamp, message);
    ui_current_page_off();
}
Esempio n. 2
0
void
sv_ev_room_history(const char * const room_jid, const char * const nick,
    GTimeVal tv_stamp, const char * const message)
{
    ui_room_history(room_jid, nick, tv_stamp, message);
}
Esempio n. 3
0
void
sv_ev_room_history(const char * const room_jid, const char * const nick,
                   GDateTime *timestamp, const char * const message)
{
    ui_room_history(room_jid, nick, timestamp, message);
}