view libpurple/dbus-useful.h @ 24456:0c6d0e1e55b7

Commit some icons I resized from the default smiley theme. I'll be using these for the ICQ X-Status stuff, but since they exist, they're better than nothing here. I imagine Hylke will want to replace these with hand-done 16x16 icons later.
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 08:07:10 +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);