diff console/libgnt/gntwm.h @ 15740:73219517f583

gntgaim idle reporting, this fixes idle return
author Richard Nelson <wabz@pidgin.im>
date Tue, 27 Feb 2007 04:11:46 +0000
parents d08d7b7375c7
children 50c25be2563b
line wrap: on
line diff
--- a/console/libgnt/gntwm.h	Mon Feb 26 16:29:05 2007 +0000
+++ b/console/libgnt/gntwm.h	Tue Feb 27 04:11:46 2007 +0000
@@ -161,4 +161,6 @@
 
 void gnt_wm_raise_window(GntWM *wm, GntWidget *widget);
 
+time_t gnt_wm_get_idle_time(void);
+
 G_END_DECLS