Mercurial > pidgin
view libpurple/dbus-useful.h @ 17221:da6e87c14cea
Un-break the API so the next release doesn't have to be 3.0.0 :)
Removal of the debug timestamp preference caused Bad Things(tm) to happen
when I accidentally tried running Pidgin 2.0.0 with libpurple 2.0.1.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 24 May 2007 11:38:43 +0000 |
parents | 32c366eeeb99 |
children | 98520ee78f12 |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);