Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 23072:4b4be7609072
Import a patch (with changes) from Debian:
* 20_purple-remote_friendly.patch:
- Make error messages friendlier when python-dbus is not installed
or if someone calls purple-remote/purple-url-handler with --help or -h
(Closes: #413204)
committer: Richard Laager <rlaager@wiktel.com>
author | Ari Pollak <ari@debian.org> |
---|---|
date | Wed, 21 May 2008 21:05:09 +0000 |
parents | d93577159f2a |
children |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ DWORD winpidgin_get_lastactive(void); BOOL winpidgin_set_idlehooks(void); void winpidgin_remove_idlehooks(void); #ifdef __cplusplus } #endif /* __cplusplus */