Mercurial > pidgin.yaz
view libgaim/dbus-useful.h @ 15054:06b0b50d3617
[gaim-migrate @ 17837]
Get rid of a silly prompt and skip straight to asking the Gaim user to
enter a message to use when requesting authorization when adding an
ICQ user to your buddylist
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 28 Nov 2006 08:44:12 +0000 |
parents | 60b1bc8dbf37 |
children |
line wrap: on
line source
#include "conversation.h" GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const GaimAccount *account)); GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol); GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);