diff libgaim/dbus-useful.h @ 14192:60b1bc8dbf37

[gaim-migrate @ 16863] Renamed 'core' to 'libgaim' committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 19 Aug 2006 01:50:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgaim/dbus-useful.h	Sat Aug 19 01:50:10 2006 +0000
@@ -0,0 +1,13 @@
+#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);
+
+
+
+
+