comparison src/notify.h @ 12257:ca27de274225

[gaim-migrate @ 14559] Patches from Bartosz Oler with some changes by me. The summary of changes is: 1. Fix a silly bug I introduced when editing previous patches. 2. Add some error handling. 3. Unify some types. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Nov 2005 19:26:03 +0000
parents 976677e67239
children 0c82fd31628b
comparison
equal deleted inserted replaced
12256:0eed625872f7 12257:ca27de274225
226 /** 226 /**
227 * Returns a number of the rows in the search results object. 227 * Returns a number of the rows in the search results object.
228 * 228 *
229 * @param results The search results object. 229 * @param results The search results object.
230 * 230 *
231 * @return Number of the result rows. Or -1 if an error occurrs. 231 * @return Number of the result rows.
232 */ 232 */
233 int gaim_notify_searchresults_get_rows_count(GaimNotifySearchResults *results); 233 guint gaim_notify_searchresults_get_rows_count(GaimNotifySearchResults *results);
234 234
235 /** 235 /**
236 * Returns a number of the columns in the search results object. 236 * Returns a number of the columns in the search results object.
237 * 237 *
238 * @param results The search results object. 238 * @param results The search results object.
239 * 239 *
240 * @return Number of the columns. Or -1 if an error occurrs. 240 * @return Number of the columns.
241 */ 241 */
242 int gaim_notify_searchresults_get_columns_count(GaimNotifySearchResults *results); 242 guint gaim_notify_searchresults_get_columns_count(GaimNotifySearchResults *results);
243 243
244 /** 244 /**
245 * Returns a row of the results from the search results object. 245 * Returns a row of the results from the search results object.
246 * 246 *
247 * @param results The search results object. 247 * @param results The search results object.