Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 26879:50edd9c80577
Add a few smilies for XMPP that were 'missing'.
They're ones I would expect and, since we're going with what Google Talk
supports, they're supported in the gmail chat interface.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 03 May 2009 18:50:20 +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);