view libpurple/purple-client.h @ 17933:c918d59d5936

Added the ability to change the key bindings on the active window. Still looking for a way to create a more informative title to the binding list window.
author Eric Polino <aluink@pidgin.im>
date Tue, 12 Jun 2007 13:52:33 +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