summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-20 15:41:32 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-20 15:41:32 +0000
commit36d0506a28a2413467d2c5e793d53c45b2183d34 (patch)
treee4673ea0514fe496ae288f5b9c5b52f81b147dba /network/connection.h
parentf5dcb96ae5e257efc4dc9cdd510119e9788d1228 (diff)
Check connection busy before removing it.
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h1
1 files changed, 1 insertions, 0 deletions
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);