commit | 371bd8adf6edee9a80413be98cef651fe627bcb4 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Jun 29 21:23:14 2011 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Dec 04 22:21:57 2012 +0100 |
tree | 604b1ac882db1e2e284f3e34ab3655b94db46289 | |
parent | 9292a83d92ab0d7b0788aa7bc2a85a7bb8829be7 [diff] [blame] |
gobex: Remove disconn callback in favor of generic event callback
diff --git a/gobex/gobex-defs.h b/gobex/gobex-defs.h index 10e3fbb..6d7e379 100644 --- a/gobex/gobex-defs.h +++ b/gobex/gobex-defs.h
@@ -35,6 +35,7 @@ G_OBEX_ERROR_INVALID_ARGS, G_OBEX_ERROR_DISCONNECTED, G_OBEX_ERROR_TIMEOUT, + G_OBEX_ERROR_FAILED, } GObexError; #define G_OBEX_ERROR g_obex_error_quark()