view libpurple/purple-client.h @ 32577:a70f05468fb4

Update the toolbar code in the Debug Window. There remains a bug when it's set to "Icons and Text", because all I see are the icons (and the one that has no icon is blank). If I set the toolbar to "Text Only" or "Icons Only" then it works correctly.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 19 Apr 2009 03:21:27 +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