From a08b2db9575b276d7e6008e794fa728518671ec4 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 16 Oct 2016 03:45:28 -0300 Subject: Rename bee_chat_list_finish() to imcb_chat_list_finish() bee_chat_list_finish is still available as a deprecated function but it will be removed before the next stable release It has never been part of any release, just keeping it for a while for the sake of being polite to the users of the discord plugin who may be using the experimental chat list branch. --- protocols/bee.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index 5f47e464..93027d59 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -189,6 +189,7 @@ G_MODULE_EXPORT int bee_chat_msg(bee_t *bee, struct groupchat *c, const char *ms G_MODULE_EXPORT struct groupchat *bee_chat_by_title(bee_t *bee, struct im_connection *ic, const char *title); G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name, const char *who, const char *msg); -G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic); +G_GNUC_DEPRECATED G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic); +G_MODULE_EXPORT void imcb_chat_list_finish(struct im_connection *ic); #endif /* __BEE_H__ */ -- cgit v1.2.3