src/dbus-useful.h

Mon, 12 Sep 2005 13:25:41 +0000

author
Francesco Fracassi <ffracassi@users.sourceforge.net>
date
Mon, 12 Sep 2005 13:25:41 +0000
changeset 11525
1d06283bdcc9
parent 11146
c56333373e3c
child 14097
0c340861ab79
permissions
-rw-r--r--

[gaim-migrate @ 13773]
Here's the rest of that custom smiley receiving patch, with some changes
from me. I'm still not all that happy with it, but that's probably not
the author's fault, and I don't have time to take it further right now.

committer: Tim Ringenbach <marv@pidgin.im>

#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);




mercurial