diff src/dbus-useful.h @ 11146:1c5398ccbeb0

[gaim-migrate @ 13217] Gaim-DBUS signal export works with DBUS >= 0.35 Various gaim API functions available through DBUS committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Fri, 22 Jul 2005 19:47:29 +0000
parents
children 8bda65b88e49
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/dbus-useful.h	Fri Jul 22 19:47:29 2005 +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);
+
+
+
+
+