summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-27 17:16:06 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-29 10:32:26 +0300
commit3ff1f6b5e8902c6e7c37db0e84cd284648b4d272 (patch)
treedf5f03f7405fbb93f8b32796cb31cade0a925e9f /gobex/gobex.h
parent765fc36308c8d806a597bb9eae13bdff82e081d8 (diff)
downloadbluez-3ff1f6b5e8902c6e7c37db0e84cd284648b4d272.tar.gz
gobex: Add g_obex_abort
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 7c4759055..fd2b27412 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -95,6 +95,9 @@ guint g_obex_move(GObex *obex, const char *name, const char *dest,
GObexResponseFunc func, gpointer user_data,
GError **err);
+guint g_obex_abort(GObex *obex, GObexResponseFunc func, gpointer user_data,
+ GError **err);
+
/* Transfer related high-level functions */
guint g_obex_put_req(GObex *obex, GObexDataProducer data_func,