Mercurial > pidgin
view src/dbus-useful.h @ 11771:08b1dd8aa11c
[gaim-migrate @ 14062]
I don't think the plugin title needs to be shown in the details section, since it's shown in the list above. Also, I'm changing the tabbing on the Website line; if that breaks the layout for others, feel free to revert, but this makes things line up for me.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 23 Oct 2005 23:04:31 +0000 |
parents | 1c5398ccbeb0 |
children | 8bda65b88e49 |
line wrap: on
line source
#include "conversation.h" GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const GaimAccount *account)); GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol); GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);