annotate src/dbus-useful.h @ 14173:178540dc0517
[gaim-migrate @ 16823]
Patch #1541744 ("Memleak"):
"This plugs a possible memleak."
The memleak would happen if you switch from an account with account-options
to an account with none.
committer: Tailor Script <tailor@pidgin.im>
author |
Sadrul Habib Chowdhury <imadil@gmail.com> |
date |
Fri, 18 Aug 2006 00:23:39 +0000 |
parents |
8bda65b88e49 |
children |
|
rev |
line source |
11146
|
1 #include "conversation.h"
|
|
2
|
14035
|
3 GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id,
|
11146
|
4 gboolean (*account_test)(const GaimAccount *account));
|
|
5
|
|
6 GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);
|
|
7
|
|
8 GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|