diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-13 12:20:04 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-13 12:20:04 +0200 |
commit | 573dab069d2c35910b3cdede3374a5749cb20a89 (patch) | |
tree | cf36280ec63a24854c1d1ddd938f4f189358f854 /protocols/bee.h | |
parent | 3a9b1236ab5e089b7413486d7d6bf61274a61d2a (diff) |
Incoming typing notifications.
Diffstat (limited to 'protocols/bee.h')
-rw-r--r-- | protocols/bee.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h index e87bb762..62f60477 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -70,6 +70,7 @@ typedef struct bee_ui_funcs gboolean (*user_fullname)( bee_t *bee, bee_user_t *bu ); gboolean (*user_status)( bee_t *bee, struct bee_user *bu, struct bee_user *old ); gboolean (*user_msg)( bee_t *bee, bee_user_t *bu, const char *msg, time_t sent_at ); + gboolean (*user_typing)( bee_t *bee, bee_user_t *bu, guint32 flags ); struct file_transfer* (*ft_in_start)( bee_t *bee, bee_user_t *bu, const char *file_name, size_t file_size ); gboolean (*ft_out_start)( struct im_connection *ic, struct file_transfer *ft ); |