# HG changeset patch # User Christopher O'Brien # Date 1135272394 0 # Node ID ba47bcf7c6eb3cf0fbd809e6b153b0180c19b463 # Parent 851b0bd7eb5289fa75ef75f5d7fea099a1945b39 [gaim-migrate @ 14961] I made the docs lie. sorry committer: Tailor Script diff -r 851b0bd7eb52 -r ba47bcf7c6eb src/notify.h --- 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); /**