comparison src/conversation.h @ 6488:e5e8d21bd4d8

[gaim-migrate @ 7002] Some documentation updates. Really nothing great. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 18 Aug 2003 10:08:26 +0000
parents 70d5122bc3ff
children f30579b25253
comparison
equal deleted inserted replaced
6487:af83c7b6af00 6488:e5e8d21bd4d8
17 * GNU General Public License for more details. 17 * GNU General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 * @signal displaying-im-msg
24 * @signal displayed-im-msg
25 * @signal sending-im-msg
26 * @signal sent-im-msg
27 * @signal received-im-msg
28 * @signal displaying-chat-msg
29 * @signal displayed-chat-msg
30 * @signal sending-chat-msg
31 * @signal sent-chat-msg
32 * @signal received-chat-msg
33 * @signal conversation-switching
34 * @signal conversation-switched
35 * @signal conversation-created
36 * @signal deleting-conversation
37 * @signal buddy-typing
38 * @signal chat-buddy-joining
39 * @signal chat-buddy-joined
40 * @signal chat-buddy-leaving
41 * @signal chat-buddy-left
42 * @signal chat-inviting-user
43 * @signal chat-invited-user
44 * @signal chat-invited
45 * @signal chat-joined
46 * @signal chat-left
22 */ 47 */
23 #ifndef _GAIM_CONVERSATION_H_ 48 #ifndef _GAIM_CONVERSATION_H_
24 #define _GAIM_CONVERSATION_H_ 49 #define _GAIM_CONVERSATION_H_
25 50
26 /**************************************************************************/ 51 /**************************************************************************/