view libpurple/dbus-useful.h @ 27416:9715022e8e35

De-emphasize the () around the collapsed group counts. I can't actually see this with the font setup I have here but I think it looks nicer when I bump the font up so I can see the difference.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 25 Jun 2009 05:11: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);