diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-04-12 18:15:13 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-04-12 18:15:13 +0000 |
commit | 1cbec5ebe8d67b1b4dcef1768efde2ac1ac51970 (patch) | |
tree | b9ef527b7d3ff317db1cad71d5c17661dfdcad07 /network/connection.h | |
parent | a07ea139e52ab9733f6d1e9f0ab2e0bf232059ef (diff) |
Add FindConnection method, bug fixes for disconnect events.
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 6 |
1 files changed, 4 insertions, 2 deletions
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); |