diff options
Diffstat (limited to 'src/im-channel.h')
-rw-r--r-- | src/im-channel.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/im-channel.h b/src/im-channel.h index 1280e44da..fdbae19bf 100644 --- a/src/im-channel.h +++ b/src/im-channel.h @@ -70,12 +70,19 @@ void _gabble_im_channel_receive (GabbleIMChannel *chan, 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__*/ |