src/dbus-useful.h

Mon, 06 Feb 2006 08:02:03 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 06 Feb 2006 08:02:03 +0000
changeset 13138
4d3bd039da3e
parent 11146
c56333373e3c
child 14097
0c340861ab79
permissions
-rw-r--r--

[gaim-migrate @ 15499]
Rest of SF Patch #1415135 from Sadrul

This is some code cleanup.

committer: Richard Laager <rlaager@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