Home
last modified time | relevance | path

Searched defs:mwConferenceHandler (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dmw_srvc_conf.h61 struct mwConferenceHandler { struct
71 void (*on_invited)(struct mwConference *conf,
80 void (*conf_opened)(struct mwConference *conf, GList *members);
84 void (*conf_closed)(struct mwConference *, guint32 reason);
87 void (*on_peer_joined)(struct mwConference *, struct mwLoginInfo *);
111 struct mwConferenceHandler *handler); argument