pidgin/pidgintooltip.h

changeset 40939
bf7c5e88e5e7
parent 40502
875489636847
--- a/pidgin/pidgintooltip.h	Tue Jun 08 01:45:21 2021 -0500
+++ b/pidgin/pidgintooltip.h	Thu Jun 10 17:18:56 2021 -0500
@@ -87,20 +87,6 @@
 		PidginTooltipCreateForTree create_cb, PidginTooltipPaint paint_cb);
 
 /**
- * pidgin_tooltip_setup_for_widget:
- * @widget: The widget
- * @userdata: The userdata to send to the callback functions
- * @create_cb: (scope call): Callback function to create the tooltip for the widget
- * @paint_cb: (scope call): Callback function to paint the tooltip
- *
- * Setup tooltip drawing functions for any widget.
- *
- * Returns:   %TRUE if the tooltip callbacks were setup correctly.
- */
-gboolean pidgin_tooltip_setup_for_widget(GtkWidget *widget, gpointer userdata,
-		PidginTooltipCreate create_cb, PidginTooltipPaint paint_cb);
-
-/**
  * pidgin_tooltip_destroy:
  *
  * Destroy the tooltip.

mercurial