diff plugins/SIGNALS @ 1749:5bfc58c20e82

[gaim-migrate @ 1759] patch from sean egan for event_set_info. why this would be necessary... i guess we'll see :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 25 Apr 2001 08:34:46 +0000
parents 96e93119268d
children 08ac51210d09
line wrap: on
line diff
--- a/plugins/SIGNALS	Wed Apr 25 08:17:38 2001 +0000
+++ b/plugins/SIGNALS	Wed Apr 25 08:34:46 2001 +0000
@@ -22,7 +22,8 @@
 	event_warned,
 	event_error,
 	event_quit,
-	event_new_conversation
+	event_new_conversation,
+	event_set_info
 };
 
 To add a signal handler, call the fuction gaim_signal_connect with the
@@ -249,3 +250,9 @@
 	'who' is who the conversation is with. This gets called when a new
 	conversation window is created. You can use find_conversation(char *)
 	to then find the struct conversation * and modify those values.
+
+event_set_info:
+        struct gaim_connection *gc, char *info
+
+        Called when the user sends his profile to the server.  'info' is the
+        profile being sent.