view libpurple/purple-client.h @ 20905:38ee359ea4aa

Fix pidgin_notify_searchresults to use the actual title for column headers, instead of a pointer to a struct that contains the title. Pango didn't like us doing that.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 12 Oct 2007 18:11:22 +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