summaryrefslogtreecommitdiff
path: root/src/conn-util.h
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2010-09-15 10:52:26 -0700
committerEitan Isaacson <eitan@monotonous.org>2010-09-21 09:53:20 -0700
commit5720badc830bb3d0b76a9d3c54cab6ef95d63289 (patch)
tree7b63a5e0df8bf7e26f794758d34bc47af2ea4efa /src/conn-util.h
parentceff4bfef928ac007f5c80ca049ee7fd71fcb166 (diff)
downloadtelepathy-gabble-5720badc830bb3d0b76a9d3c54cab6ef95d63289.tar.gz
Unified conn_util_send_iq_finish to supply both a tp and wocky error.
Diffstat (limited to 'src/conn-util.h')
-rw-r--r--src/conn-util.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/conn-util.h b/src/conn-util.h
index b79d196f2..f1356a24b 100644
--- a/src/conn-util.h
+++ b/src/conn-util.h
@@ -32,13 +32,11 @@ void conn_util_send_iq_async (GabbleConnection *self,
GAsyncReadyCallback callback,
gpointer user_data);
-WockyStanza * conn_util_send_iq_finish (GabbleConnection *self,
+gboolean conn_util_send_iq_finish (GabbleConnection *self,
GAsyncResult *result,
- GError **error);
-
-WockyStanza * conn_util_send_iq_finish_harder (GabbleConnection *self,
- GAsyncResult *result,
- GError **error);
+ WockyStanza **response,
+ GError **wocky_error,
+ GError **tp_error);
G_END_DECLS