view libpurple/purple-client.h @ 29515:483f85dde1e7

Reduce some code duplications (71 insertions(+), 217 deletions(-)) Apart from reducing code duplication, this change also adds the logo in all Help -> dialogs, and none of these dialogs are transient to the buddylist anymore. Also, fixes a copy/paste error where no other help window would show if the 'About' dialog was showing.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 05 Oct 2009 00:34: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