Mercurial > pidgin.yaz
view libgaim/dbus-useful.h @ 14701:f063e0bc1f20
[gaim-migrate @ 17453]
Fix chat userlist width saving (use the VBox alloc. width for both saving and loading).
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 10 Oct 2006 00:45:14 +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);