view libpurple/purple-client.h @ 21946:ddd53c9174bc

Add tooltips to the plugin window. I did it mostly to test the new tooltip functions. They seem to be working OK, and pretty simple to use. But I will be happy to listen to comments/suggestions etc. I am thrusting this tooltip in the plugin window down everyone's throat. But feel totally free to vomit it out ;)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 28 Dec 2007 01:57:17 +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