diff plugins/docklet/docklet.h @ 12471:011efeb86b8d

[gaim-migrate @ 14781] SF Patch #1368906 from charkins "This patch adds a tooltip to the docklet icon. It is based off of faceprint's code for the blist menutray. Wingaim had some status strings it was displaying in the tooltip, this patch removes those." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Dec 2005 19:55:42 +0000
parents fc464a0abccc
children 202ce52b77a9
line wrap: on
line diff
--- a/plugins/docklet/docklet.h	Mon Dec 12 19:30:11 2005 +0000
+++ b/plugins/docklet/docklet.h	Mon Dec 12 19:55:42 2005 +0000
@@ -41,6 +41,7 @@
 	void (*destroy)(void);
 	void (*update_icon)(DockletStatus);
 	void (*blank_icon)(void);
+	void (*set_tooltip)(gchar *);
 	GtkMenuPositionFunc position_menu;
 };