[gaim-migrate @ 14961]

Thu, 22 Dec 2005 17:26:34 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Thu, 22 Dec 2005 17:26:34 +0000
changeset 12625
18b95df2074a
parent 12624
c1c92f08976b
child 12626
bce1c6f4774e

[gaim-migrate @ 14961]
I made the docs lie. sorry

src/notify.h file | annotate | diff | comparison | revisions
--- a/src/notify.h	Thu Dec 22 17:16:57 2005 +0000
+++ b/src/notify.h	Thu Dec 22 17:26:34 2005 +0000
@@ -106,10 +106,10 @@
 /**
  * Callback for a button in a search result.
  *
- * @param c  the GaimConnection passed to gaim_notify_searchresults
- * @param c  the list of selected rows, each a GList in itself.
+ * @param c   the GaimConnection passed to gaim_notify_searchresults
+ * @param row the contents of the selected row
  */
-typedef void (*GaimNotifySearchResultsCallback)(GaimConnection *c, GList *l);
+typedef void (*GaimNotifySearchResultsCallback)(GaimConnection *c, GList *row);
 
 
 /**

mercurial