Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 24350:e71c1fad229f
cmdproc->data should never be null. Log a warning message if it
is (this is the same type of message logged by g_return_if_fail,
right?)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 13 Nov 2008 09:19:17 +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