diff options
author | Artem Savkov <artem.savkov@gmail.com> | 2015-03-27 22:23:42 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-28 02:26:24 -0300 |
commit | dd43c6256c143e9e6a479e024cb5b7631027efba (patch) | |
tree | 67d0821bec7564b36de9e33c56630243fd56d069 /protocols/bee.h | |
parent | 3d31618b5f50552b71d8c6f1b3fa733a212ee89c (diff) |
Gmail notifications support through new imcb_notify_email() API
Diffstat (limited to 'protocols/bee.h')
-rw-r--r-- | protocols/bee.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h index 36ff2889..1d87f743 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -155,6 +155,8 @@ G_MODULE_EXPORT void imcb_buddy_times(struct im_connection *ic, const char *hand /* Call when a handle says something. 'flags' and 'sent_at may be just 0. */ G_MODULE_EXPORT void imcb_buddy_msg(struct im_connection *ic, const char *handle, const char *msg, guint32 flags, time_t sent_at); +G_MODULE_EXPORT void imcb_notify_email(struct im_connection *ic, const char *handle, char *msg, guint32 flags, + time_t sent_at); /* bee_chat.c */ /* These two functions are to create a group chat. |