comparison 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
comparison
equal deleted inserted replaced
22233:782df0fd9e5e 22234:f60ce471c174
330 * @param tree The tree 330 * @param tree The tree
331 * @param key The key for the row 331 * @param key The key for the row
332 * @param color The color 332 * @param color The color
333 * @since 2.4.0 333 * @since 2.4.0
334 */ 334 */
335 void gnt_tree_set_row_color(GntTree *, void *, int); 335 void gnt_tree_set_row_color(GntTree *tree, void *key, int color);
336 336
337 /** 337 /**
338 * Select a row. 338 * Select a row.
339 * 339 *
340 * @param tree The tree 340 * @param tree The tree