Fix some minor 'make docs' errors. For some reason the callback

Thu, 31 Jan 2008 07:53:22 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 31 Jan 2008 07:53:22 +0000
changeset 22362
cb8ef3599f3d
parent 22361
1ae443e7fe45
child 22363
a3c57f0331d5

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.

finch/libgnt/gnttree.h file | annotate | diff | comparison | revisions
pidgin/pidgintooltip.h file | annotate | diff | comparison | revisions
--- 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.
--- a/pidgin/pidgintooltip.h	Thu Jan 31 04:40:04 2008 +0000
+++ b/pidgin/pidgintooltip.h	Thu Jan 31 07:53:22 2008 +0000
@@ -88,7 +88,7 @@
  * @since 2.4.0
  */
 gboolean pidgin_tooltip_setup_for_widget(GtkWidget *widget, gpointer userdata,
-		PidginTooltipCreate create_tooltip, PidginTooltipPaint paint_tooltip);
+		PidginTooltipCreate create_cb, PidginTooltipPaint paint_cb);
 
 /**
  * Destroy the tooltip.

mercurial