comparison src/notify.h @ 11501:9563b768e8e2

[gaim-migrate @ 13746] Doxygen fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 03:58:13 +0000
parents 9480e0d0f563
children bf763a1b2454
comparison
equal deleted inserted replaced
11500:9fc7d0153332 11501:9563b768e8e2
209 209
210 /** 210 /**
211 * Adds a new column to the search result object. 211 * Adds a new column to the search result object.
212 * 212 *
213 * @param results The result object to which the column will be added. 213 * @param results The result object to which the column will be added.
214 * @param columnt The column that will be added to the result object. 214 * @param column The column that will be added to the result object.
215 */ 215 */
216 void gaim_notify_searchresults_column_add(GaimNotifySearchResults *results, 216 void gaim_notify_searchresults_column_add(GaimNotifySearchResults *results,
217 GaimNotifySearchColumn *column); 217 GaimNotifySearchColumn *column);
218 218
219 /** 219 /**