Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 19419:6df41719037c
Utilize the message-history in dbus-gnt.
So now, if you run pidgin (with dbus-support), and at a later time start
dbus-gnt, it will contain all the message history for the conversations,
which is really cool.
Note: Samurai Jack is awesome!
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 25 Aug 2007 10:33:00 +0000 |
parents | 75ffc646647f |
children | d93577159f2a |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> DWORD winpidgin_get_lastactive(void); BOOL winpidgin_set_idlehooks(void); void winpidgin_remove_idlehooks(void);