Thu, 22 Dec 2005 17:26:34 +0000
[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); /**