Mercurial > pidgin.yaz
view libgaim/dbus-useful.h @ 14630:275c84b1b2a4
[gaim-migrate @ 17376]
Patch from Richard Nelson (wabz) to fix a crash. This is probably what Luke is getting.
I had it fixed in my local tree, not sure why I hadn't committed.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 26 Sep 2006 23:02:40 +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);