diff finch/libgnt/gnttree.h @ 22234:f60ce471c174

Fix some minor 'make docs' errors. For some reason the callback parameters for the functions in pidgi/pidgintooltip.c have different names than those in pidgin/pidgintooltip.h, but I left it.
author Mark Doliner <mark@kingant.net>
date Thu, 31 Jan 2008 07:53:22 +0000
parents 364e67f1a429
children e1b511df0d3e
line wrap: on
line diff
--- a/finch/libgnt/gnttree.h	Thu Jan 31 04:40:04 2008 +0000
+++ b/finch/libgnt/gnttree.h	Thu Jan 31 07:53:22 2008 +0000
@@ -332,7 +332,7 @@
  * @param color  The color
  * @since 2.4.0
  */
-void gnt_tree_set_row_color(GntTree *, void *, int);
+void gnt_tree_set_row_color(GntTree *tree, void *key, int color);
 
 /**
  * Select a row.