Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 30384:9de98679c02b
Improve some Installer verbiage and bump translation Version to 4.
I'm going to send a message to the translators list about getting the translations updated.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 17 May 2010 16:00:10 +0000 |
parents | 32c366eeeb99 |
children |
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);