Mercurial > pidgin
view libpurple/dbus-useful.h @ 23423:a2f63b74fe31
Alright, I'm getting rid of this "groups" thing for the reason listed
in the comment. I really don't see how this could be correct, and it's
possible it's causing problem discussed in this thread:
http://pidgin.im/pipermail/devel/2008-June/006191.html
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 03 Jul 2008 19:53:31 +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);