src/dbus-useful.h

Tue, 04 Oct 2005 02:48:25 +0000

author
Tim Ringenbach <marv@pidgin.im>
date
Tue, 04 Oct 2005 02:48:25 +0000
changeset 11606
c291435cd3f8
parent 11146
c56333373e3c
child 14097
0c340861ab79
permissions
-rw-r--r--

[gaim-migrate @ 13877]
Fix 2 things with notify.c, one was causing warnings about signal
instances, and the other a crash only sometimes on closing a tab.

Also randomly removed redundent if !NULL free() in conversation.c

#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