Mercurial > pidgin
view libpurple/dbus-useful.h @ 27208:9f2112ba6049
Update this to not use GIO, so it should build for poizon. Refs #8085.
My gratitude to grim for mentioning he had a copy function in gf2 that
I could borrow.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 28 Jun 2009 19:14:03 +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);