From 36d0506a28a2413467d2c5e793d53c45b2183d34 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 20 Apr 2007 15:41:32 +0000 Subject: Check connection busy before removing it. --- network/connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'network/connection.h') diff --git a/network/connection.h b/network/connection.h index b03c3caa..205e44da 100644 --- a/network/connection.h +++ b/network/connection.h @@ -26,3 +26,4 @@ int connection_register(DBusConnection *conn, const char *path, bdaddr_t *src, int connection_store(DBusConnection *conn, const char *path); int connection_find_data(DBusConnection *conn, const char *path, const char *pattern); +gboolean connection_has_pending(DBusConnection *conn, const char *path); -- cgit