Mercurial > pidgin
diff src/notify.h @ 12625:ba47bcf7c6eb
[gaim-migrate @ 14961]
I made the docs lie. sorry
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Thu, 22 Dec 2005 17:26:34 +0000 |
| parents | 851b0bd7eb52 |
| children | 852df2d9d4f8 |
line wrap: on
line diff
--- 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); /**
