Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 17812:f2869d5facfe
Fix #318 which asked for the buddynote plugins notes to be shown in the
tooltip. This was the easiest way I could think of to do it without making the
buddynote plugin itself a gtk plugin. Eventually I think I'll see about moving
the drawing-tooltip function to be a core plugin and this can get merged into
buddynote itself. (But I don't think that can't happen until 3.0.0.)
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 10 Jun 2007 07:25:09 +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