summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-06-30 00:26:19 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:57 +0100
commit13d42a094583fbcc6c750ee1a0a34e0075b6c7bc (patch)
tree462d56a32f26047422c7a3011aba825f5bbd50f8 /gobex/gobex.h
parent16193c926d0fe2841d25130925bffc149d6c825d (diff)
downloadbluez-13d42a094583fbcc6c750ee1a0a34e0075b6c7bc.tar.gz
gobex: Add request cancellation support
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 59cec801b..4bf7b1df5 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -43,7 +43,8 @@ gboolean g_obex_send(GObex *obex, GObexPacket *pkt, GError **err);
guint g_obex_send_req(GObex *obex, GObexPacket *req, gint timeout,
GObexResponseFunc func, gpointer user_data,
GError **err);
-gboolean g_obex_cancel_req(GObex *obex, guint req_id);
+gboolean g_obex_cancel_req(GObex *obex, guint req_id,
+ gboolean remove_callback);
void g_obex_set_event_function(GObex *obex, GObexEventFunc func,
gpointer user_data);