Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 20576:96b0d1b3111b
Add the version into the imhtml as Sean suggested. Also, eliminate a warning.
I was disturbed that there was no indication of the "devel" version in the
"About" box.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Thu, 20 Sep 2007 08:49:21 +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);