pidgin/pidgin

20fdd5e3f446
Convert the Webview toolbar to a real GtkToolbar with GtkActions.

With GtkActions, we can let GTK take care of keeping sensitivity
in sync. And hopefully, a real toolbar will look better in GTK3.
#include "conversation.h"
G_BEGIN_DECLS
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);
G_END_DECLS