pidgin/win32/IdleTracker/idletrack.h

Sun, 07 Oct 2007 16:19:58 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 07 Oct 2007 16:19:58 +0000
branch
next.minor
changeset 20874
5cc48d00bdc6
parent 15574
18d9d1c05994
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 22687
3cb9f701d421
permissions
-rw-r--r--

Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.

/*
 * idletrack.h
 */
#include <windows.h>

DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);

mercurial