diff src/notify.h @ 11531:bf763a1b2454

[gaim-migrate @ 13780] (13:57:11) rlaager: LSchiere2: Should we just change gaim_notify_userinfo to take a screenname and eliminate all the duplication of "Buddy Information" and "Info for %s"? (13:57:18) LSchiere2: sounds good This breaks perl, I could not figure out how to fix that. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Sep 2005 18:46:15 +0000
parents 9563b768e8e2
children c9b815aeddc1
line wrap: on
line diff
--- a/src/notify.h	Mon Sep 12 18:43:03 2005 +0000
+++ b/src/notify.h	Mon Sep 12 18:46:15 2005 +0000
@@ -362,7 +362,6 @@
  *
  * @param gc		The GaimConnection handle associated with the information.
  * @param who		The username associated with the information.
- * @param title     The title of the message.
  * @param primary   The main point of the message.
  * @param secondary The secondary information.
  * @param text      The formatted text.
@@ -373,9 +372,9 @@
  * @return A UI-specific handle.
  */
 void *gaim_notify_userinfo(GaimConnection *gc, const char *who,
-						   const char *title, const char *primary,
-						   const char *secondary, const char *text,
-						   GCallback cb, void *user_data);
+						   const char *primary, const char *secondary,
+						   const char *text, GCallback cb,
+						   void *user_data);
 
 /**
  * Opens a URI or somehow presents it to the user.