Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 18788:550ec02c9135
Only try to add a group locally if it doesn't already exist. This
prevents us from reordering your groups to match the order in your
server list when you sign on to an oscar account.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 03 Aug 2007 05:50:20 +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