view libpurple/purple-client.h @ 23722:d9d388a27d01

Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent applications from stealing focus" settings to determine how many times to flash the taskbar for incoming messages. References #1502,#2372,#117
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 14 Aug 2008 04:28:47 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif