view libpurple/purple-client.h @ 27418:48b59f34b0f8

Rename the "Conversation Window Hiding" preferences section to "Conversation Window" and move the Windows-only "Minimize new conversation windows" preference there instead of the Conversations tab. Refs #7739
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 25 Jun 2009 05:35:02 +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