diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-26 13:06:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-26 13:06:39 +0000 |
commit | 5e9f9618dd5e8377add008c8355370c4b33d6c16 (patch) | |
tree | 6b130499dee53cd0cae52f31ac9c4b3b2a762eb6 /src/bytestream-ibb.h | |
parent | b80b6101818f300d1e9c5ed7597bfbb7201ee283 (diff) |
Move support for declining SIs with a reason to the bytestream interface, by adding a NULLable GError* to the close() method
Diffstat (limited to 'src/bytestream-ibb.h')
-rw-r--r-- | src/bytestream-ibb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bytestream-ibb.h b/src/bytestream-ibb.h index 9ad2f1685..db8663850 100644 --- a/src/bytestream-ibb.h +++ b/src/bytestream-ibb.h @@ -61,9 +61,6 @@ GType gabble_bytestream_ibb_get_type (void); (G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_BYTESTREAM_IBB,\ GabbleBytestreamIBBClass)) -void gabble_bytestream_ibb_decline (GabbleBytestreamIBB *self, - GabbleXmppError err_code, const gchar *err_msg); - void gabble_bytestream_ibb_receive (GabbleBytestreamIBB *ibb, LmMessage *msg, gboolean is_iq); |