summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-07 13:33:42 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:00 +0100
commit42d94c84a262f58fb44a1475b7960a1edd3301e8 (patch)
tree11b04292f095f388142f8f328c6175c84e9254bc /gobex/gobex.h
parentb19d1fbde86e6722d5fd0704f948a1699533fcb6 (diff)
downloadbluez-42d94c84a262f58fb44a1475b7960a1edd3301e8.tar.gz
gobex: Add support for suspend & resume
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 034213faf..318add950 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -53,6 +53,10 @@ gint g_obex_add_request_function(GObex *obex, guint8 opcode,
GObexRequestFunc func,
gpointer user_data);
gboolean g_obex_remove_request_function(GObex *obex, gint id);
+
+void g_obex_suspend(GObex *obex);
+void g_obex_resume(GObex *obex);
+
GObex *g_obex_new(GIOChannel *io, GObexTransportType transport_type,
gssize rx_mtu, gssize tx_mtu);