view libpurple/dbus-useful.h @ 24403:fef213d591c4

Update the theme file to reflect the icons available. I did this like so: (echo _Name=Shrunk ; echo _Description=Smaller versions of the default smilies ; egrep "^(! )?(`ls *.png | tr "\n" "|"`\[|#|Icon|Author|$)" ../../default/24/default.theme.in) > small.theme.in This commit also changes the name of the theme to "Small", updates the description slightly, and marks both fields for translation.
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 08:09:40 +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);