annotate libgaim/dbus-useful.h @ 14630:275c84b1b2a4
[gaim-migrate @ 17376]
Patch from Richard Nelson (wabz) to fix a crash. This is probably what Luke is getting.
I had it fixed in my local tree, not sure why I hadn't committed.
committer: Tailor Script <tailor@pidgin.im>
author |
Sadrul Habib Chowdhury <imadil@gmail.com> |
date |
Tue, 26 Sep 2006 23:02:40 +0000 |
parents |
60b1bc8dbf37 |
children |
|
rev |
line source |
14192
|
1 #include "conversation.h"
|
|
2
|
|
3 GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id,
|
|
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
|