annotate libgaim/dbus-useful.h @ 14851:036927fddcba
[gaim-migrate @ 17620]
A couple patches from Lee Roach.
-Delete the Perl loader link library when making clean.
-Force the Tcl loader plugin to use the ActiveTcl installation. This will prevent 99.99% of the cygwin "hang on start" issues, at the cost of having the Tcl loader not work for some people - if you're one of the 5 or so people using the Tcl loader on win32, you can figure out how to fix it - maybe we'll add a faq entry. This should cut down on the frequent bug reports of gaim failing to start.
committer: Tailor Script <tailor@pidgin.im>
author |
Daniel Atallah <daniel.atallah@gmail.com> |
date |
Sun, 29 Oct 2006 23:28:37 +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
|