comparison 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
comparison
equal deleted inserted replaced
12624:851b0bd7eb52 12625:ba47bcf7c6eb
104 104
105 105
106 /** 106 /**
107 * Callback for a button in a search result. 107 * Callback for a button in a search result.
108 * 108 *
109 * @param c the GaimConnection passed to gaim_notify_searchresults 109 * @param c the GaimConnection passed to gaim_notify_searchresults
110 * @param c the list of selected rows, each a GList in itself. 110 * @param row the contents of the selected row
111 */ 111 */
112 typedef void (*GaimNotifySearchResultsCallback)(GaimConnection *c, GList *l); 112 typedef void (*GaimNotifySearchResultsCallback)(GaimConnection *c, GList *row);
113 113
114 114
115 /** 115 /**
116 * Definition of a button. 116 * Definition of a button.
117 */ 117 */