diff options
author | Marius Halden <marius.h@lden.org> | 2016-10-16 17:15:32 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-10-16 17:15:32 +0200 |
commit | 305a1ddb6c5b03615f98ad45e80ee3d7a5387a3a (patch) | |
tree | 68d677081a1ec5806de151f71465e38c84b751d3 /protocols/bee.h | |
parent | fe1b713ba65a2735548eec660c5b00357b15690a (diff) | |
parent | 6e991a9464ce13fb742dcd50a37d5e00084b4233 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/bee.h')
-rw-r--r-- | protocols/bee.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/bee.h b/protocols/bee.h index 5f47e464..56c34210 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -189,6 +189,8 @@ 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); +G_MODULE_EXPORT void imcb_chat_list_free(struct im_connection *ic); #endif /* __BEE_H__ */ |