Mercurial > pidgin
view libpurple/dbus-useful.h @ 29959:3057fd96be81
The returned value from SmcVendor() should be free'd with free() not
g_free(). I'm 99.999% sure this makes no difference at all, but I noticed
it while trying to figure out what is causing/how to fix this bug (anyone
else have any ideas?) https://bugzilla.redhat.com/show_bug.cgi?id=550566
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Mon, 17 May 2010 00:18:25 +0000 |
parents | 32c366eeeb99 |
children | 98520ee78f12 |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);