view src/win32/IdleTracker/idletrack.h @ 13692:ea77ce998dc7

[gaim-migrate @ 16095] Part of SF Patch #1437836 from Sadrul "1. gaim_privacy_[permit|deny]_remove checks whether the buddy in the list. So it is not necessary to do that before calling these functions. (first block in the patch)" Additionally, it does a gaim_normalize()d UTF-8 compare, which should be better than strcmp(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Apr 2006 17:27:17 +0000
parents 202ce52b77a9
children
line wrap: on
line source

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

DWORD wgaim_get_lastactive(void);
BOOL wgaim_set_idlehooks(void);
void wgaim_remove_idlehooks(void);