Mercurial > pidgin
view libpurple/purple-client.h @ 25913:5206fc64f226
Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
has ellipsis. This is what we do in gtkaccount.c
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Jan 2009 23:14:52 +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