view libpurple/dbus-useful.h @ 16198:88a93f78b489

I don't like the pidginfoo_bar widget names that resulted from the sed. This changes them to pidgin_foo_bar, which is nicer and more consistent with some that survived the sed with an _ intact. I've also updated our gtkrc-2.0 to match these changes and be Gaim free.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 02:19:58 +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);