Mercurial > pidgin
view libpurple/dbus-useful.h @ 24322:d971d5369b43
2008.10.30 - flos <lonicerae(at)gmail.com>
* Fixed a bug which made xgettext failed in buddy_info.c
* Fixed a bug in Makefile.am and Makefile.mingw
* Updated acknowledgement in qq.c
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Thu, 30 Oct 2008 12:41:36 +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);