summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-07-09 13:22:19 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:00 +0100
commit1b609bec8e4d6d93dd9d13c5b424f953d33a2f97 (patch)
tree81835db784fbd201c70ff08633b261966b36a8a3 /gobex/gobex.h
parent8d7a30ff3e322e1c4aeb902767a4cf91ce7993be (diff)
downloadbluez-1b609bec8e4d6d93dd9d13c5b424f953d33a2f97.tar.gz
gobex: Add g_obex_setpath
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 318add950..c0b84e7f5 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -69,4 +69,7 @@ guint g_obex_connect(GObex *obex, void *target, gsize target_len,
GObexResponseFunc func, gpointer user_data,
GError **err);
+guint g_obex_setpath(GObex *obex, const char *path, GObexResponseFunc func,
+ gpointer user_data, GError **err);
+
#endif /* __GOBEX_H */