src/notify.h

changeset 12257
bc979ba39363
parent 12242
e7fc1748eb56
child 12259
23c20f8ffbef
--- a/src/notify.h	Tue Nov 29 18:25:12 2005 +0000
+++ b/src/notify.h	Tue Nov 29 19:26:03 2005 +0000
@@ -228,18 +228,18 @@
  * 
  * @param results The search results object.
  *
- * @return Number of the result rows. Or -1 if an error occurrs.
+ * @return Number of the result rows.
  */
-int gaim_notify_searchresults_get_rows_count(GaimNotifySearchResults *results);
+guint gaim_notify_searchresults_get_rows_count(GaimNotifySearchResults *results);
 
 /**
  * Returns a number of the columns in the search results object.
  *
  * @param results The search results object.
  *
- * @return Number of the columns. Or -1 if an error occurrs.
+ * @return Number of the columns.
  */
-int gaim_notify_searchresults_get_columns_count(GaimNotifySearchResults *results);
+guint gaim_notify_searchresults_get_columns_count(GaimNotifySearchResults *results);
 
 /**
  * Returns a row of the results from the search results object.

mercurial