src/dbus-useful.h

Tue, 17 Jan 2006 00:04:11 +0000

author
Peter Lawler <pidgin@bleeter.id.au>
date
Tue, 17 Jan 2006 00:04:11 +0000
changeset 12896
d368037a2bb7
parent 11146
c56333373e3c
child 14097
0c340861ab79
permissions
-rw-r--r--

[gaim-migrate @ 15249]
A patch from Bleeter that "adds a GTK_STOCK_REFRESH for the 'get list' button, remove a redundant cb to a g_free, and adds a 'add room' button to the roomlist dialog". He renamed the button to "Add Chat" after he wrote that description. :)

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