Mercurial > pidgin
view libpurple/purple-client.h @ 18022:b1e453e4e62a
Change "properly" to "better" in the description of the second-granularity
timers. I think "properly" makes it sound like something was wrong, rather
than not taking advantage of a new feature in glib.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 28 May 2007 08:10:38 +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