summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-03-21 12:56:08 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-03-21 16:13:45 +0200
commitc4472927993a25529888f33b840d24640ad4a7d0 (patch)
treea6e083a3a836ed491d4f69f73ef8c9683ac34ca0 /gobex/gobex.h
parent505209264c2cc1d38a2f16e9cedb16db977ac090 (diff)
downloadbluez-c4472927993a25529888f33b840d24640ad4a7d0.tar.gz
gobex: Add g_obex_disconnect
This adds g_obex_disconnect function which can be used to send OBEX Disconnect command.
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 76a224ed8..7c4759055 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -75,6 +75,9 @@ void g_obex_unref(GObex *obex);
guint g_obex_connect(GObex *obex, GObexResponseFunc func, gpointer user_data,
GError **err, guint8 first_hdr_id, ...);
+guint g_obex_disconnect(GObex *obex, GObexResponseFunc func, gpointer user_data,
+ GError **err);
+
guint g_obex_setpath(GObex *obex, const char *path, GObexResponseFunc func,
gpointer user_data, GError **err);