src/dbus-useful.h

Sat, 19 Aug 2006 00:24:14 +0000

author
Aaron Sheldon <aaronsheldon@users.sourceforge.net>
date
Sat, 19 Aug 2006 00:24:14 +0000
changeset 14252
d10dda2777a9
parent 14097
0c340861ab79
permissions
-rw-r--r--

[gaim-migrate @ 16854]
Generates the image for the about dialog on demand instead of making it
a stock image which remains in memory forever.

#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