From 1cbec5ebe8d67b1b4dcef1768efde2ac1ac51970 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 12 Apr 2007 18:15:13 +0000 Subject: Add FindConnection method, bug fixes for disconnect events. --- network/connection.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'network/connection.h') diff --git a/network/connection.h b/network/connection.h index 08f36e1c..27bf2f69 100644 --- a/network/connection.h +++ b/network/connection.h @@ -22,5 +22,7 @@ */ int connection_register(DBusConnection *conn, const char *path, - const char *addr, uint16_t id, - const sdp_record_t *rec); + const char *addr, uint16_t id, + const sdp_record_t *rec); +int connection_find_data(DBusConnection *conn, const char *path, + const char *pattern); -- cgit