summaryrefslogtreecommitdiff
path: root/src/im-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-channel.h')
-rw-r--r--src/im-channel.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/im-channel.h b/src/im-channel.h
index 17d6271b0..fdbae19bf 100644
--- a/src/im-channel.h
+++ b/src/im-channel.h
@@ -66,17 +66,23 @@ GType gabble_im_channel_get_type (void);
void _gabble_im_channel_receive (GabbleIMChannel *chan,
TpChannelTextMessageType type,
- TpHandle sender,
const char *from,
time_t timestamp,
const char *id,
const char *text,
- TpChannelTextSendError send_error,
- TpDeliveryStatus delivery_status,
gint state);
void _gabble_im_channel_state_receive (GabbleIMChannel *chan,
TpChannelChatState state);
+void _gabble_im_channel_report_delivery (
+ GabbleIMChannel *self,
+ TpChannelTextMessageType type,
+ time_t timestamp,
+ const gchar *id,
+ const char *text,
+ TpChannelTextSendError send_error,
+ TpDeliveryStatus delivery_status);
+
G_END_DECLS
#endif /* #ifndef __GABBLE_IM_CHANNEL_H__*/