libpurple/dbus-useful.h

Sun, 15 Jun 2008 12:56:30 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sun, 15 Jun 2008 12:56:30 +0000
changeset 23514
f5c4c1cb7b6f
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 32787
7072f190d6ad
permissions
-rw-r--r--

Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
making a bunch of links work.

#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);




mercurial