Mercurial > pidgin
view libpurple/purple-client.h @ 30102:cb74b2877ea7
Fix D-Bus version of purple_xfer_get_thumbnail. I don't think this was a
real problem, except for the warning.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 27 May 2010 00:36:57 +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